rlwii Posted April 28, 2003 Share Posted April 28, 2003 Can enyone tell me how I can edit force powers. Is there a file in one of the asset*.pk3 files? I am trying to increase the affects of the force push. Thanks. Link to comment Share on other sites More sharing options...
boinga1 Posted April 28, 2003 Share Posted April 28, 2003 no. Link to comment Share on other sites More sharing options...
clu Posted April 29, 2003 Share Posted April 29, 2003 For single player (not sure about mp) you create a script in BehavEd that would look something like this: affect ( "kyle", FLUSH ) { set ( "SET_FORCE_GRIP_LEVEL", "0" ); set ( "SET_FORCE_JUMP_LEVEL", "0" ); set ( "SET_FORCE_PUSH_LEVEL", "0" ); set ( "SET_FORCE_PULL_LEVEL", "0" ); set ( "SET_FORCE_SPEED_LEVEL", "0" ); set ( "SET_FORCE_HEAL_LEVEL", "0" ); set ( "SET_FORCE_MINDTRICK_LEVEL", "0" ); set ( "SET_FORCE_LIGHTNING_LEVEL", "0" ); set ( "SET_SABER_DEFENSE", "3" ); set ( "SET_SABER_OFFENSE", "3" ); set ( "SET_SABER_THROW", "0" ); } Chagge "kyle" to whatever NPC you want to modify, change the numbers to whatever force level you want. Then, in Radiant, create a "target_scriptrunner" and give it a key of "Usescript" with a value of whatever your script name is. Attach your info_player start (or NPC entity) to the scriptrunner by first selecting the entity, then the script and hitting "ctrl K" If this doesn't seem clear, here is a good tutorial: http://mapping.jediknightii.net/tutorials.htm (altering players force powers) -clu Link to comment Share on other sites More sharing options...
bsrichards15 Posted May 4, 2003 Share Posted May 4, 2003 affect ( "kyle", FLUSH ) { set ( "SET_FORCE_GRIP_LEVEL", "0" ); set ( "SET_FORCE_JUMP_LEVEL", "0" ); set ( "SET_FORCE_PUSH_LEVEL", "0" ); set ( "SET_FORCE_PULL_LEVEL", "0" ); set ( "SET_FORCE_SPEED_LEVEL", "0" ); set ( "SET_FORCE_HEAL_LEVEL", "0" ); set ( "SET_FORCE_MINDTRICK_LEVEL", "0" ); set ( "SET_FORCE_LIGHTNING_LEVEL", "0" ); set ( "SET_SABER_DEFENSE", "3" ); set ( "SET_SABER_OFFENSE", "3" ); set ( "SET_SABER_THROW", "0" ); } Ok for that stuff up there....say you wanted lightning uhhh lets say twice as damaging... 1. would you have to make 1 of those things up there for every npc....or... 2. is the "affect kyle" giving kyle (aka you) the upgrades? meaning kyles lightning is twice as damaging something like this is what im getting at: affect ( "kyle", FLUSH ) { set ( "SET_FORCE_GRIP_LEVEL", "0" ); set ( "SET_FORCE_JUMP_LEVEL", "0" ); set ( "SET_FORCE_PUSH_LEVEL", "0" ); set ( "SET_FORCE_PULL_LEVEL", "0" ); set ( "SET_FORCE_SPEED_LEVEL", "0" ); set ( "SET_FORCE_HEAL_LEVEL", "0" ); set ( "SET_FORCE_MINDTRICK_LEVEL", "0" ); set ( "SET_FORCE_LIGHTNING_LEVEL", "6" ); set ( "SET_SABER_DEFENSE", "3" ); set ( "SET_SABER_OFFENSE", "3" ); set ( "SET_SABER_THROW", "0" ); } now normaly its max is 3, but since i put 6 there does it make kyles lightning power of 6? or what....im kinda confused about this sorta thing... plz clu reply to this as soon as yea can Link to comment Share on other sites More sharing options...
Obsidian-Jovani Posted May 4, 2003 Share Posted May 4, 2003 At JK2 Mapping they have this tutorial http://mapping.jediknightii.net/TUTscPlayerForce.zip which explains how to alter SP force powers. Link to comment Share on other sites More sharing options...
MataTahu Posted May 4, 2003 Share Posted May 4, 2003 Just go into a game, open the console, and type "g_knockback ****" Where the asterisks are the number, and no quotes. The only problem is that this also increases the power of gun blasts. Link to comment Share on other sites More sharing options...
Hekx Posted May 4, 2003 Share Posted May 4, 2003 Originally posted by MataTahu Just go into a game, open the console, and type "g_knockback ****" Where the asterisks are the number, and no quotes. The only problem is that this also increases the power of gun blasts. and kick. Link to comment Share on other sites More sharing options...
bsrichards15 Posted May 4, 2003 Share Posted May 4, 2003 knock back is dumb in my opinion... o i have heard about a command you type in to modify a few things and it doesnt work and im wondering if i have the command wrong g_lightning <1-9000> g_choke <1-9000> g_saberthrow <1-9000> those are suposed to make lightning and stuff stronger...but i cant get it to work, are they real...? b/c things like g_speed and g_knockback do work did someone make up these? o here is the cheat site i use http://www.gamewinners.com/DOSWIN/blstarwarsjedioutcast.htm there in there maybe u guys could get it working and figure out why it dont for me... thx Link to comment Share on other sites More sharing options...
bsrichards15 Posted May 4, 2003 Share Posted May 4, 2003 o and as for scripting... i went to that site and the editor doesnt work for me, and i have other problems with it so i cant do it... but i did look at it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.