tweak files for the locked kits

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • imported_shadow2k1
    Member
    • Jun 2005
    • 192

    #1

    tweak files for the locked kits

    where are the tweak files for the locked kits located?
  • Cirap

    #2
    do you mean unlocks.py?

    x:\GameDir\python\bf2\stats

    Comment

    • excentriker.de

      #3
      there is an folder Kits in Objects_server.zip , there are all the kits configurated

      for the US Special Forces: Kits\US\US_Specops.con

      Comment

      • excentriker.de

        #4
        the python-unlock doesnt work in 1.01 and 1.02

        Comment

        • imported_shadow2k1
          Member
          • Jun 2005
          • 192

          #5
          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 information

          Comment

          • Halious

            #6
            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

            Working...