i did a search and it didn't come to anything
heres what i'm attempting to do
i would like to be able to change the weapons for certain kits.
for example i have been trying to get the US AT soldier with a M16a2
my mod is called sars_mod and its for my SP needs (like when the accounts went down)
both the file name and the kit name are the same [US_sars_AT]
and i have copied the file objects\kits\US_sars_AT.con into both the client and server.zip's in the level that i'm editing
and also in the levels init.con file added this line
can someone tell me where i've gone wrong, or if i'm completely off course tell me step by step how to do this
thx sars
heres what i'm attempting to do
i would like to be able to change the weapons for certain kits.
for example i have been trying to get the US AT soldier with a M16a2
Code:
ObjectTemplate.create Kit US_sars_AT ObjectTemplate.saveInSeparateFile 1 ObjectTemplate.kitType AT ObjectTemplate.aiTemplate AT ObjectTemplate.geometry US_Kits ObjectTemplate.geometry.kit 3 ObjectTemplate.geometry.dropGeom 13 ObjectTemplate.networkableInfo KitInfo ObjectTemplate.setHasCollisionPhysics 1 ObjectTemplate.unlockIndex 0 ObjectTemplate.cullRadiusScale 2.4 rem ------------------------------------- ObjectTemplate.addTemplate USATP_Predator ObjectTemplate.addTemplate USPIS_92FS ObjectTemplate.addTemplate kni_knife ObjectTemplate.addTemplate UnlockUSAT ObjectTemplate.addTemplate UnlockUSAT2 ObjectTemplate.addTemplate usrif_m16_a2 ObjectTemplate.addTemplate ParachuteLauncher
both the file name and the kit name are the same [US_sars_AT]
and i have copied the file objects\kits\US_sars_AT.con into both the client and server.zip's in the level that i'm editing
and also in the levels init.con file added this line
Code:
run objects\kits\US_sars_AT.con
thx sars

efaultZoomComp ---
Comment