Double click on the new shader, monodevelop will open up with the shader code in it. Or you can just open it from Windows Explorer with notepad or something. Replace all the shader code in there with the code from the site and save the file.
I need to trigger a bit of code to run when the user saves the file, I tried scriptJob -e "SceneSaved" "runScriptJobProc"; The problem with that is the script job executes the code after the save is complete, I need to pause the save, run my code and then let the save continue. Does anyone know if there's a command for…
Hello everyone! I'm new here, and unfortunately I don't have anything to show as of right now. I do have aspirations to make tech art a career path for me, and was wondering what paths I could take based on my current expertise. I just recently graduated with a Computer Science degree, so I know a fair bit of coding. This…
I'm not used to Maxscript and I'm not entirely sure this is exactly what you wanted, but. old code I realized last night that the middle loop isn't needed and it's code could be moved to the first one so. new code
Thanks for your reply you make a lot of good points. Atm the whole system is really just a concept, i though it was necessary to get some feedback before i really start getting into this. What you said about the Gunslinger is pretty much right, went about having the character become more naked the more she became damage.…
I forgot to explain about my website I'm using a really simply intuit website builder program that has stuff like scrolling pics and the pic galleries. I don't do much webdesign and this program doesn't really let you put in your own code really, but i defiantly see what most people are saying about the moving pics and…
If Valve is looking to improve the workshop in any way, it can only get better. I think with the live preview, you don't need any marketing material to hog the server space with submissions. However, you will still have a dedicated page for your items anyway. In other words, the server is going to be busy but the server…
Thanks for the advice guys. Sande: I don't read Finnish ;) Blankslatejoe: Thanks for the help I was considering the steaming at first as Visceral mentioned but as you mentioned there is limitations to how far I can go with streaming. The teleporter idea is nice however I think it will ruin the pacing of the game, but I…
Yo, Pxel (and pretty much anyone else wanting an invite). It's basically an open beta; near anyone who "applies" gets an invite (I suggest trying to send an application in before asking someone for an invite code). I think it's just so the owners CAN turn off applications in the event of a sudden influx. Y'know, just so…
Anything that speeds up your work is a good thing and gets used a lot. A lot of stuff is judged by man hours, if a 3rd party script saves you 5 days work in a month long project then yes your going to use that script. If that script does not exist but it takes a programmer 1 day to create that script then the benifit of…