Hello, I am applying to Game Dev college in about 2 months, and I have met all the requirements, but there is one that I am stumbling on. here is the demand: Pseudo code is a kind of structured English for describing computer programs. It allows the designer to focus on the logic without being distracted by details of…
It's been one of those weeks. But I did manage to get a bit more progress made. I'm still procrastinating the torso, so I've been working on the legs. I'm sure having an actual arse and hips, when I finish them, will make the torso easier to judge. There's a lot of small inaccuracies I want to fix. I've been mainly using…
No lowpoly yet, but more polish. Replaced the internals with synthetic digestive organs protected by a removable internal panel. Added rivets and hooks. This is a great example of how functionality drives aesthetics. Everything is designed with intention and not because it "just looks cool", and the art is better served…
we are creating a doctor who mod titled universal warfare, We are currently looking for the following roles to join our star wars empire at war forces of corruption mod team. XML Coders(need to know how eaw XML code works) 3D Modelers,(preferred that you know how the alo and ala exporter works and have it installed) Ui…
Game, company and everything else aside here´s a dungeon i puzzled together with pre-existing assets (and the help of a gamedesigner of course). So none of that is mine. Pretty much just the look and feeling. ;) Anyway. I was browsing the net and heard about some new dungeon being released for the game in the upcoming…
Hello. There is something in Max that bothered me for... years. I never select object or verts/edges etc. in move/rotate/scale mode. I ALWAYS do it in the selection mode (hotkey: q) to make sure I cannot change anything but selecting the clicked object. So I got used to pressing q like aaaall the time. Works fine but I…
It can easily be done as a script (or at least synchronizing the vert positions can be). The problem is processing the data quickly. Maxscript is not a fast language, and iterating over and matching the positions of thousands / tens of thousands of vertices could take a long time. Anyhow, here's a simple/unoptimized script…
I had some lights , a few spot lights and a dominant directional, as well as a few meshes that had emmisive enabled. I was getting some issues so I decided to delete all my lights and turn of the emmisive meshes and start over. When Irebuild my scene with no lights in it, its all dark or almost black when in lit mode. If I…
So let me get this straight-- On trigger3 touched you: -Freeze player input -Unhide a replacement skeletal mesh for the player and a "fox" mesh -play the cinematic on completion of the cinematic you: -REhide the skeletal meshes -reneable input -teleport player Well, one thing that I'd do for better logic flow is order the…
On the C4D café forums one Admin writes it works with up to literal millions of instances in viewport and they are planning to rewrite everything to this new (I assume ECS?) based architecture which then is similar to houdini nodes at first it seems like but then later will be the core of all operations, so you would be…