where are the tweak files for the locked kits located?
tweak files for the locked kits
Collapse
X
-
Tags: None
-
thats not what i mean, if i wanted to change one of the lock weapons to something else for instance if i wanna swap the m95 sniper rifle for something else, what file holds that informationComment
-
mods/bf2/objects_server.zip
To change weapons in kits, find us_sniper.con or mec_sniper.con.
In place of "addTemplate USRIF_M24" change it to: "addTemplate USSNI_M95_BARRET"
If you try to give a class more than one primary firearm, the game will crash when finished loading a map.
-
If you're trying to actually change what weapon a class can unlock using the lock button in-game, in all of the .con files like "us_engineer", the last two lines in the code reads what unlock that class has. Change that to another to switch it.Comment
Comment