Great idea and work so far! I think restricting movement to only the player character in view might become frustrating in cases where you want to do something simple like moving to a location without needing to first ensure both bots can see the destination and eachother during transit. I would keep the current control…
Most video players can't play an AVI with an MPEG codec. Your best bet is to render from Max as sequential bitmaps, then compile/compress those into a video using another program. Rendering straight into a video file has two disadvantages. 1) If the render fails for whatever reason, it won't finish compiling the video file…
I'm failing to see what the last code snipped tries to do differently than the first code snippet. Also, what the middle one actually tries to do... If you could handle the .max file and script files I could maybe take a look and see if it can be patched and make it work? If it is top-secret work as usual, try to…
Firstly, not at all xP I meant someone with skills in areas such as coding and things. I imagine that even though you're great at creating animations, you lack the coding skills to make a game out of them... right :O? Also... darn >: Cool project, but like I said... I'd like it better if it was more of a parody on the…
Nice movie, worth watching. Beautiful visual elements and some pretty good tension here and there. I don't see this story as something against christanity, but more a thing that is pro art. The Da Vinci Code shows us that there still might be some mistery left in this world, and that art is a more important in life then…
Thanks alot for the replies, ill look into the 2d sprites (sounds like a good idea) we where thinking of doing it only with effects, would be harder with characters i guess, still didnt touch it yet, only three weeks in, i never did play or see FF but ill look into that too =p Also never said that im that good with…
I've tried every method I understand to try to get this -command flag to accept more than one line of code but I've never had to write a script this way, so I can't figure it out. In this case, if you could provide an example line of code it would help me immensely with how to write the rest of my scripts. Below is an…
a last concept work on the GUI after some feedback: if I want to port the TexTools project to this I need a general part of the GUI that is always visible e.g not changing like the resolution settings, open/close UV editor and other things that are very often accessed. So I thought maybe tabs are not enough but I need…
ok... I have 0 background in coding Im starting fresh, i want a script to create a random number and taking this random number and putting it in between the two _ like Name_RandNum_High / Name_RandNum_low dont mind that the two number are the same there suppose to be different and so far my code look like this: maya.cmds…
I'm looking to click a button and run a bunch of lines of code and at the end update my variable so when I click the button the second time it runs some different lines of code. I tried this, but it's complaining about redeclaring the variable. What's the cleanest way to do a simple toggle where the state changes each time…