About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Failed to Load Object
Post: Failed to Load Object

I built my world following the guidelines, but when I start up my game, it closes to an error message saying it failed to load the objects. It loads fine with the sample.world, but not with mine. The ...
Murky Support 1 3,304 12-06-2009, 08:26 PM
  Thread: Using something like addForce on character
Post: RE: Using something like addForce on character

Thank you Esenthel, that worked perfectly!
Murky Support 4 4,231 12-03-2009, 03:54 AM
  Thread: Using something like addForce on character
Post: RE: Using something like addForce on character

The goal is have a jetpack on the character and have a key to use it. I liked the effect of addForce for it, but I couldn't figure out how to add it into the character.
Murky Support 4 4,231 12-02-2009, 04:36 PM
  Thread: Using something like addForce on character
Post: Using something like addForce on character

What can I do to get the effect of this code applied to a character? Code: if(Kb.b(KB_E))player.addForce(Vec(0,1,0)*3);
Murky Support 4 4,231 12-02-2009, 06:29 AM