Hello, I am new here and I have been working on a FPS puzzle game in UDK. I needed to make a Boiling fog effect (either using cascade or materials) to fill the empty spaces as a requirement of our game. The reference for those would be : www.youtube.com/watch?v=YEiYWHcgNqE (Refer to the center part of it at 0:11) And…
Here follows a list of UK Developers, mostly console and mobile games but theres a few interactive tv and slot machine companies as well. I've left out audio companies and places that produce tools etc as Im trying to list places for Polycounters to get work. So I'd like your help in filling in the gaps. If you know of any…
The sculpts are great, but the texture isn't doing it for me.... it's too monotone. It needs other colors that would accentuate wear mixed in, as well as some brighter highlights on the bricks either in the diffuse or with raising the intensity of the specular. Stuff like this:…
I feel like I can anticipate one of the new tools in IC.Shape 2.0. Anything to see a girl smile. From MAXScript menu, create a New Script. Copy and paste following code, then from editor menu Tools choose Evaluate All. You'll find the command in Customize User Interface... under category IllusionCatalyst Tools, named…
Ok. So i write a simple script. And it's works, but unfortunately only once. Second time you use it script jumps to the end part and invoke previously selected components. And i can't understand why ? Can someone please help with it.import maya.cmds as mc # this script creates 3 selection sets with preselected components#…
Update: Attempted to see if it autoloaded. Checked the Maya plugins manager. My plugins manager would not open. I isolated the problem to the prefs/windowPrefs.mel file and replaced it with a default one. After looking at the file in notepad, it SHOULDN'T harm any of my custom tools or settings... right? At any rate, I…
Cool article, and I think it brings up some really good points. That said, can anyone cite any economic data that shows the video game industry will crash? Atari 2600 doesn't account for GenX+ Millenials who grew up with a controller in their hand. AAA can't crash. It can however EVOLVE. Even if consoles crash, AAA games…
I looked at the HLSL, but I'm not great at figuring out what the code should be. I can't see anything glaringly wrong, but I'm not sure what I'm looking for either. That's why I'm using a node-based editor. :D // -------------------------------------- ShaderVertex --------------------------------------SHADERDATA…
Hi Greg, I want to say that there is not THE way to write code. Following is only how I'd write it to be safe. There are a bunch rules to keep in mind and a lot of case testing. For instance: never use the direct $ to retrieve a selection. That's so generic it can lead to many errors. Same goes for "Selection" collection.…