So I've stalled development on the GoKart demo, to pick up this iOS project and try and get it on the app store by the middle of August. I'm on track and I felt it was stable and together enough to show a work in progress level. Now the physics aren't completed, the ball mirror shader isn't completed, the placement of…
Contracted – Paid (Post-Launch Royalties or Rev Shared) We are seeking an experienced gameplay programmer. As a gameplay programmer you will help design and implementation core gameplay mechanics in our existing games. Responsibilities: * Integrate creative and technical design processes * Work with existing engine code…
Hey guys, i want to make a modular environment and i have a room with some corners and so on. now i made a module and just kept the shape that i want to have all around the room. now i want this shape gets extruded all over the silhouette of the room. i tryed it with "extrude along spline" option but it gives me especially…
Ok, so I am creating my first game almost entirely by myself. I have a friend helping with the sound. I am doing the game design, scripting, and artwork for it. I am using GameMaker which is a 2d engine with a great toolset for dumb artists like myself, but deeper code support as you progress. All the art is placeholder,…
Hey guys! I was using max today and playing around with some new scripts that I downloaded from scriptspot. At some point my right click menu just stopped functioning properly. I thought maybe I had accidentally locked the mesh but the lock wasn't on. Then I thought maybe the scripts had broken something but removing them…
I am looking for a simple MaxScript to speed up my workflow. When I press tilde (The key to the left of the number '1'), I want Max to check the modifier stack of all objects with the prefix "HP_" for a TurboSmooth. If non exists, add one to the top of the stack with 2 iterations, but if one already exists, then make the…
With easily accessible game engines like Unity and Unreal, what are the pros and cons to using a mod editor over an engine? Goal would be to tell a story and make a game with similar mechanics to the mod editor's original game. I'm personally thinking of making a interactive story/game somewhat similar to Amnesia in…
first: here's a video of me unwrapping a box on 6 seconds. the remaining 6 seconds is trying to remove all the stupid crap the max programmers put in to drain my soul and spirit. http://www.dejawolf.com/12secUV.avi this is fine, albeit marginally annoying useless and a pain in the ass "feature" of max8+ i used to have…
hello max opengl/d3d renderer in combination with most 3d-cards only support 8 lights in the max viewport, all further created lights wont affect the scene. you have to render the scene to see them. so as faar as i know there are some "solutions" and workarounds 1. use software renderer .. - bad because i cant switch to…
HI! First I want to apologise for my bad english. Now, the problem. I'm trying to make a script that connects edges like BandSaw tool in Lightwave. For now I've written the code that divides the edges on the desired locations, and then connects them. Basically, the script works in that way: 1.takes the first edge from edge…