Hello there, Currently were alpha testing our indie video game which is called Stone Rage. And we have the following positions to be filled (Technical Artist, Primary Network Coder, Seconday Engine Specialist Coder, Maya Rigging Artist and Concept Artist). If youre interested to work with a professional and dedicated…
I use the Quixel Suite demo and if i want to edit a layer there comes not the options :( http://www.pic-upload.de/view-26484352/Quixelsuitproblem.png.html [IMG]http://www.polycount.com/forum/<a href="http://www.pic-upload.de/view-26484352/Quixelsuitproblem.png.html"><img src="<a…
Hi Adobe Designer gradient node comes with a great fast color picker. While Photoshop picker requires to pick tones one by one. How could I be as fast in Photoshop? (currently either using SD and copying over to PS either using Random them remapping colours)
UnrealScript is completely optional, it's just a script layer on top of C++ code. It's generally used for gameplay code that doesn't need to be exceptionally quick, and it's the best place to store data structures / values since it offers very short iteration times; building a large unrealscript package takes around 30…
Bad news, it started happening again...even with the overlapped UV's. What's also strange is when i enter the painting mode, some of my previously setup materials disappear or get turned off. To make them come back i have to close 3DO and it will reload them correctly. The paint layer again is empty but paint is visible in…
It's coming along really well Slybones! My only suggestion is that you've got a lot of empty space in the ceiling area. It might be cool to fill in that area with some girders or something to add some interest. Of course there's always the hay bale. As an aside, do you know where some documentation/tuts on CoD4 map…
This is a very subjective question, it depends on your learning style, and everyone is going to have a different experience learning these tools. I think Unity is initially easier to pick up than Unreal, because they've made it a priority to pare down the main interface to be as simple as possible. However as you dig…
Goodgame Studios is Europe′s fastest growing gaming company and one of Germany′s most successful technology businesses. With more than 1200 employees at our headquarters in Hamburg, we develop innovative online games which are played by more than 270 million players in 26 languages across 200 countries. Our talented,…
Hello fellow polycounters! I'm a student from Sweden that studies at The Game Assembly. This is my seconds year at this school and we have just started producing 3D games. Last year we made four 2D games (posted Wings Of Steel last year as well). Anyways, this friday we finished our first 3D game. This year we were…
Here's a hint to make things that toggle into really simple code: toggleCmd -flag (1-`toggleCmd -q -flag`); So in your case: selectPref -useDepth (1-`selectPref -q -useDepth`); To make it callable from the command line, you need to make it a global procedure and load it. Making it a procedure is simple: global proc…