Orbitäl Posted July 30, 2002 Share Posted July 30, 2002 I used this program to host a game from time to time called "Jedi Runner", which has alot of Admin features that are easily accessible through its UI. One of the features is the ability to turn off fall damage. I now can host a game normally and that option is still off. My question is, does anyone know the command to enable/disable it in the console? -Orbital Link to comment Share on other sites More sharing options...
razorace Posted July 31, 2002 Share Posted July 31, 2002 I haven't found one yet but I'll let you know if / when I do. Link to comment Share on other sites More sharing options...
Azymn Posted July 31, 2002 Share Posted July 31, 2002 I don't know the command, but it's regulated by a function in bg_pmove.c called CrashLanding(). If you set delta to 0, you won't take any damage. The code doesn't appear to allow a console command to turn it off. Link to comment Share on other sites More sharing options...
Orbitäl Posted August 1, 2002 Author Share Posted August 1, 2002 Originally posted by Darth_Syrup I don't know the command, but it's regulated by a function in bg_pmove.c called CrashLanding(). If you set delta to 0, you won't take any damage. The code doesn't appear to allow a console command to turn it off. Ouch. Sounds like I'm stuck with this off then, not that its bad, but it would have been nice to toggle it at will. Oh well. If anyone figures this out lemme know! -Orbital Link to comment Share on other sites More sharing options...
Azymn Posted August 1, 2002 Share Posted August 1, 2002 i'm working on a mod right now that's integrated with jedimod1.1 and gives you a console command to turn off fall damage or just lessen it. I'm still tweaking the menus and balancing my changes so it might be a few weeks but i'll post when i'm ready to have beta testing. Link to comment Share on other sites More sharing options...
Orbitäl Posted August 4, 2002 Author Share Posted August 4, 2002 Looking forward to it. -Orbital Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.