SSM-removing weapons from kits

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ind33d155

    #1

    SSM-removing weapons from kits

    How to remove weapons from kits trough python, and not deleting .md5(s)?

    thx
  • xW0LFx

    #2
    Re: SSM-removing weapons from kits

    well im sure u have been looking at the tweak files of the classes, in there you'll probably find a reference to

    such as "ObjectTemplate.addTemplate us_m16" (if you were editing the medic)

    I think, now usually if u remove all those lines regarding the "addtemplate us_m16" it won't be looking for it so it will not load it. As for python im not exactly sure how to do that but it would envovle more intense coding knowledge, you would have to make an RCON file so that when the server starts python runs a script "rem"ing the lines that i told you to remove.

    P.S. instead of removing them completely i suggest:

    1. Backup your entire bf2 mods folder
    2. then put the "rem" code in front of all the lines

    hope that helped

    Comment

    • jdrou
      Member
      • Jul 2006
      • 1860

      #3
      Re: SSM-removing weapons from kits

      As far as the .md5s, you will almost certainly need to delete them. Why don't you want to? You don't need the md5s when playing mods and you won't be able to play ranked servers whether you delete the md5s or not.

      Comment

      • Ind33d155

        #4
        Re: SSM-removing weapons from kits

        thats for client side mod, not only server side.

        Comment

        • jdrou
          Member
          • Jul 2006
          • 1860

          #5
          Re: SSM-removing weapons from kits

          Originally posted by Ind33d155
          thats for client side mod, not only server side.
          AFAIK you can't do this as a server-side mod. I think clients all need the same files that the server has. From what I understand, BF2 does not have the same server-side modding ability that BF1942 has.

          Comment

          Working...