Changing helmets and packs

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

    #1

    Changing helmets and packs

    I was wondering where the files are to change the packs on the different kits are. I have looked, but it doesn't seem to be anywhere. Am I missing something?
  • Durka Durka racist

    #2
    Re: Changing helmets and packs

    Are you wondering how to unlock the guns?

    Comment

    • GlobalFear

      #3
      Re: Changing helmets and packs

      I believe that he is reffering to the helmets, hats, backpacks, etc that a soldier wears.

      Comment

      • Nerdmonkey

        #4
        Re: Changing helmets and packs

        GlobalFear is right, I was reffering to the files where I can change the backpacks, hats, etc. If anyone knows how, I would really appreciate the help.

        Comment

        • Megaraptor

          #5
          Re: Changing helmets and packs

          Objects_server/kits/ch/ch_kits.con is a start for Chinese kits at least.

          GeometryTemplate.create SkinnedMesh ch_kits

          ObjectTemplate.create SimpleObject ch_kits
          ObjectTemplate.saveInSeparateFile 1
          ObjectTemplate.creator JSA-1:jsa
          ObjectTemplate.geometry ch_kits

          ObjectTemplate.create SimpleObject pouch1

          ObjectTemplate.create SimpleObject pouch6

          ObjectTemplate.create SimpleObject pouch7

          ObjectTemplate.create SimpleObject pouch8

          ObjectTemplate.create SimpleObject pouch9

          ObjectTemplate.create SimpleObject pouch10

          ObjectTemplate.create SimpleObject pouch11

          ObjectTemplate.create SimpleObject basker

          ObjectTemplate.create SimpleObject canteen40

          ObjectTemplate.create SimpleObject sim_kit

          ObjectTemplate.create SimpleObject ch_kit_gun2

          ObjectTemplate.create SimpleObject knife5

          include ch_kits.tweak
          This file references something with helmets and packs but I don't see how it assigns certain packs to certain soldiers.

          Comment

          • Megaraptor

            #6
            Re: Changing helmets and packs

            I searched for ch_kits.tweak and it isn't there...

            ???

            Comment

            • imported_Dingo

              #7
              Re: Changing helmets and packs

              nope it isnt there.. still trying to figure it out aswell

              Comment

              • Megaraptor

                #8
                Re: Changing helmets and packs

                I'm trying to figure out how the meshes attach to the soldier...maybe it's a bone in the soldier model or something.

                Comment

                • King of Camelot

                  #9
                  Re: Changing helmets and packs

                  The packs and helmets are kit specific, and are tied into the kit's model(not sure how yet).
                  The following are the important lines:

                  ObjectTemplate.geometry.kit 3
                  ObjectTemplate.geometry.dropGeom 13

                  The geometry.kit sets the model used for the kit when its active, this includes helmets, packs, etc.
                  The geometry.dropGeom sets the model used for the kit when its on the ground.

                  The kit numbers change between US, MEC, and China.

                  Hope this helps.

                  Comment

                  • imported_annerajb

                    #10
                    Re: Changing helmets and packs

                    check this post it will give you some ideas on how to get it.

                    Comment

                    Working...