its Customize_item.asm_pcdumb question time: what's the container for weapon skins? Is it customize items or something else? Since I've been modding clothes for days I might as well give weaps a try Thank you in advance.
its Customize_item.asm_pcdumb question time: what's the container for weapon skins? Is it customize items or something else? Since I've been modding clothes for days I might as well give weaps a try Thank you in advance.
dumb question time: what's the container for weapon skins? Is it customize items or something else? Since I've been modding clothes for days I might as well give weaps a try Thank you in advance.
1. Texture change to the D.tga.dds.Yep, found'em, thanks - now, I gotta understand if I have to modify the specular maps as well as diffuse/bump maps. Oh, and how to repack (unless they follow the same route as clothes).
I dont have either of those in my main folder think weapons are also under customize_items.asm_pc thats the only asm in my root folder1. Texture change to the D.tga.dds.
2. All DDS files repack the same way: weapons, vehicles, npc's, cloth's, etc...
But the ASM file that you point to when repacking the str2_pc will depend on the item you are repacking.
In Other Words:
Clothing sets that come from the customize_items.vpp_pc point to the customize_items.asm_pc (so update that asm when you pack a clothing str2)
Weapons str2_pc's come from the items.vpp_pc and there reference point is the either items_containers.asm_pc or the main_streaming_weapons.asm_pc (both list the different weapons if you open them in note pad, but its a jumbled mess).
You might be able to get away without updating the asm file when you repack the str2_pc...
But it's best to update it, just to be on the safe side.
Me, I copied both of the asm_pc files from the items.vpp_pc to my root directory and run the stream2update tool which updates all asm's in the root folder of SR4 (Minimaul's a freak'n Genius).