You do if you want. And who said you needed to have 10,000 customers to be successful? Most MMO's require the latency of a dialup connection to function well because the combat doesn't require player locations to be sent over the network. So say you developed a game for free(devils advocate) and charged $10(low but…
@Cathodeus : in case you want to dig into an adventure,- download the latest release- the mzp file, its a zip file so you can open and extract it using Winrar, winzip or the build in XP zip stuff. so extract the files somwhere,- and then open the 'uv_toolbox_2.50.ms' with any text editor or the build in maxscript editor in…
You can add this script to your startup scripts. It trys to only change materials with the default color of 150 150 150. callbacks.removeScripts id:#MaterialDefaultcallbacks.addScript #mtlRefAdded "mat = callbacks.notificationParam(); if classof mat == StandardMaterial do if mat.diffuseColor as point4 ==…
So here you have it, all the images from the 'How u model dem shapes?' thread easily viewable in one spot. Due to the nature of the script I used, some images may or may not be present in an attempt to reduce the amount of junk images, however the majority of them are. I've gone and arranged things easily so you guys can…
Been away from this thread for a while (still awesome btw), and I've had some new thoughts on the workshop, but a couple of quick catch up points first, if you guys don't mind: * Feedback from Valve on every item is not practical. The workshop is great, but in a lot of ways it's extremely slow already and this would likely…
run this script in your maxscript listener (F11 - > new script -> paste -> file -> evaluate script ) ---------------------------------------------------------------------------------- Fix MAX's window positions-- version 2.0-- max version 6, 7, 8, 2008, 2009-- written by Joshua Newman-- www.joshuanewman.net-- written…
Hello everyone, I'm in a dilema. There's a contract job offering in game industry with wich I was contacted that pays very below my country's minimum wage (my country's minimum is 250 dollars at the time) if you work 8 daily hours, in rig and animation. The company in question looks like it's going to fall apart at any…
[ QUOTE ] consoles are ment to play games only (or they used to be) but pcs do a wide range of things. not everyone wants to spend $2000 on a computer to be able to make their games run the best that they can be run. Consoles are about having a SET platform where games will run how they are MENT to be run. Spending…
Here's where mine landed. You can just put this in a startup script. Also, change the font to Consolas in the Preferences | MaxScript tab. listenerBackgroundColor = (color 80 80 80) macroRecorderBackgroundColor = (color 40 40 40) macroRecorderTextColor = (color 147 179 210) pythonPromptColor = (color 240 95 146)…