boinga1 Posted February 23, 2003 Share Posted February 23, 2003 ...in SP, would there be any way to alter force jump, say with an EFX file? like maybe add a flame effect? Link to comment Share on other sites More sharing options...
ImmolatedYoda Posted February 23, 2003 Share Posted February 23, 2003 id say that you probably would have to code something in, since i dont believe there is an effect when you force jump (ie with force push theres a wavy thing on your hand). Link to comment Share on other sites More sharing options...
razorace Posted February 26, 2003 Share Posted February 26, 2003 Yoda is correct. Link to comment Share on other sites More sharing options...
Wudan Posted February 26, 2003 Share Posted February 26, 2003 Listen to Yoda. He is your only hope. Link to comment Share on other sites More sharing options...
Higginson Posted February 26, 2003 Share Posted February 26, 2003 So wot would u hav to code in to get it to work? this would be a cool effect Link to comment Share on other sites More sharing options...
Wudan Posted February 26, 2003 Share Posted February 26, 2003 We have no code for SP. We have MP code. So you can't code this effect in to SP. Link to comment Share on other sites More sharing options...
ImmolatedYoda Posted February 26, 2003 Share Posted February 26, 2003 Originally posted by wudan Listen to Yoda. He is your only hope. woo!! teh YoDa was right!! w00t. Link to comment Share on other sites More sharing options...
boinga1 Posted February 27, 2003 Author Share Posted February 27, 2003 darn. Link to comment Share on other sites More sharing options...
deXtoRious Posted March 1, 2003 Share Posted March 1, 2003 Can anybody tell me which exactly lines in the MP source code control the height of Force Jump??? I can't find it Link to comment Share on other sites More sharing options...
Andy867 Posted March 1, 2003 Share Posted March 1, 2003 From Another Thread Force jump values are in bg_pmove.c; a couple arrays specifying jump height and jump speed. float forceJumpHeight[NUM_FORCE_POWER_LEVELS] = { 96,//normal jump (+stepheight+crouchdiff = 130)///Values are of my own 192,//(+stepheight+crouchdiff = 226)///Values are of my own 384,//(+stepheight+crouchdiff = 418)///Values are of my own 768//(+stepheight+crouchdiff = 802)///Values are of my own now what I am needing to do is compile this so that I can then make it be read by JO, but I didn't want it to overwrite the original code, so I saved it to another directory. what do I need to run or do to make it so I can place it into a mod/pk3? Run game.bat at the command line and package the jk2mpgame.qvm inside the vm folder and zip it up (renamed .pk3 [/Quote] Hope that helps! Link to comment Share on other sites More sharing options...
deXtoRious Posted March 2, 2003 Share Posted March 2, 2003 Thanx, I'll try it and notify about the results... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.