Page 1 of 1

About task priority and weapon priority

Posted: Sun May 30, 2004 4:19 am
by coastercrazy987
Is it possible to modify the task priority or the weapon priority via the in game console? Like if I wanted to play rifles only I can set the rifles to 50 priority and the other weapons to 0 within the game console. Can I do that?

Posted: Sun May 30, 2004 7:13 am
by jv_map
Well there is this possibility of copying the lib_weapon.scr and renaming it (e.g. name it mylib_weapon.scr)... then in this script change the weapon priorities and when running a bot map type the following in console:

jvbot_lib_weapon mylib_weapon

or, to remember this setting:

seta jvbot_lib_weapon mylib_weapon

It might be easier to just edit the map scripts though :?

Posted: Mon May 31, 2004 4:29 am
by coastercrazy987
Ok thanks, I guess I'll edit the map scripts then.