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?
Changing helmets and packs
Collapse
X
-
Tags: None
-
-
Re: Changing helmets and packs
I believe that he is reffering to the helmets, hats, backpacks, etc that a soldier wears.
Comment
-
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
-
Re: Changing helmets and packs
Objects_server/kits/ch/ch_kits.con is a start for Chinese kits at least.
This file references something with helmets and packs but I don't see how it assigns certain packs to certain soldiers.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
Comment
-
-
-
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
-
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
-
Re: Changing helmets and packs
check this post it will give you some ideas on how to get it.
Comment
Comment