Hello from Ruffian Games :) First let us introduce oursleves, we're a newish game developer built around an extremely strong core team who have a slate of great titles under their belt, We just want to make great games are looking for a few more people to join us. http://www.ruffiangames.com We're based Scotland and are…
Yep. The idea is to integrate it into 3dsmax, Maya and XSI but I also will make an stand-alone app + batch mode and SDK. I developed ratGPU basically to improve my OpenCL skills but also because I wanted a renderer to perform beauty shots in xNormal 4, so yep, definitely. Not currently, but I could adapt it very easily to…
Well, in Unity you use C# or a Javascript derivative. Unreal 4 has a nice visual script editor called blueprints that is fantastic. That alone makes me recommend it. You can make an entire game without touching a line of code (I know this exists for Unity but it's an addon). It's quite elegant. C++ isn't outdated in the…
I know you're going for simplistic, but there could still be some sort of art in your design. Right now this is coming off as a word doc saved as an html file. Additionally, and probably the worst of worsts, cgchat is linked before polycount...ahem :] I normally assume that basic html is in everyone's library of knowledge,…
The beast that I am - I have managed to convert it to PHP I must admit, PHP seems the better of the two. For instance, the code to read an external txt file (as used on the actual main body text). ASP: <font class="small">Code:</font><hr /><pre> <% Set fs=Server.CreateObject("Scripting.FileSystemObject") Set…
Hi right now so many game studios are releasing remastered version of their games. I have one doubt recently call of duty Modern warfare 2 released remastered version did they model each and everything from scratch Any idea? If someone worked on this game please comment. Thanks Video Link Original VS Remastered…
Haha, totally ! Everyday I discover a new bug with it. :poly117: I pushed the code to the point where I can start some levels, but I still have a lot of to do in the code. So when I finish a particular task, I go back to the code. Same idea with the code, when something is finished I do a bit or art. It keeps me motivated…
Wrapped up the expression sculpts. If I were doing a likeness, I would try to spend more time here but I'm happy to just keep working through the pipeline for now. I booted up the Metahuman for Maya Expression Editor and loaded in my metahuman DNA file where I keyed the 5 expressions I'd be updating to match my sculpts.…
Hi! It looks like some modifiers were carelessly applied to this mesh before, or it was exported from somewhere, so it has some issues at the moment: - your beveled edge is not only marked as Sharp, it's actually ripped - you can see this in Edit Mode if you try to select and move a vertex there. You'd need to select all…
1. Not sure exactly what you want here. Why can't you just declare a global variable in one proc, and access it in all the others? There's no reason to "lock" it - the only way to change the var is to explicitly set it. If you want it to be stored across sessions (as in, literally set it ONCE only) then you can use…