Jason Campbell Posted November 13, 2015 Share Posted November 13, 2015 Hey all, been wanting to play around with jump jetting but can't for the life of me find a guide.I have the Cookbook and he covers jetting but seems to leave out how to enable it.Thanks Quote Link to comment Share on other sites More sharing options...
Jason Campbell Posted November 14, 2015 Author Share Posted November 14, 2015 Figured it out. I could have swore I had it all set.If anyone wants to enable jump jetting.in game/scripts/main.csIn beginning of onStart() function: $player::jumpJetTrigger = 2; in game/art/datablocks/player.csadd: // Jump jet jetJumpForce = 500; jetJumpEnergyDrain = 3; jetMinJumpEnergy = 10; With this it replaces regular jump with jetting.Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.