I'm trying to get a handle on how to use the thing. Specifically, how to check what type of damage a weapon inflicts (piercing, power melee, etc.)
I assume I go to Start>Open Mod>select ELITE.module
If I go to ATTRIB/weapons/weapon/pvp/[race], I can see all the weapons there and by clicking on them, I can see damage numbers and whatnot. However, I don't see where the weapon type is. Where would I find such information?
Cope's Toolbox
Cope's Toolbox
My 1v1 map - Imperial Plaza. Revisions are in progress so please check it out and give feedback!
-
otherdragn

- Posts: 8
- Joined: Sun 27 Jul, 2014 9:06 pm
Re: Cope's Toolbox
Yes, You are loading it correctly. Each weapon has a connection in the subsections weapons, weapon_damage, and weapon_family.
for example, load up weapons/weapon/pvp/race_marine/sm_bolter
at the bottom of weapon_bag is weapon_family, and we see it is pointing to
weapons/weapon_family\pvp\bolter_pvp
load up that and inside is weapon_family_bag and the value damage_type is weapons\weapon_damage\pvp\piercing_pvp
for example, load up weapons/weapon/pvp/race_marine/sm_bolter
at the bottom of weapon_bag is weapon_family, and we see it is pointing to
weapons/weapon_family\pvp\bolter_pvp
load up that and inside is weapon_family_bag and the value damage_type is weapons\weapon_damage\pvp\piercing_pvp
Re: Cope's Toolbox
Ah, thanks! I was almost there! Dunno why I didn't see it.
If I wanted to check what weapon a squad was using, how would I do that? I realize that the weapon name often indicates what unit wields the weapon in the name (i.e. sm_autocannon_predator), but I'd like to be able to see in the code what weapon a particular unit has.
If I wanted to check what weapon a squad was using, how would I do that? I realize that the weapon name often indicates what unit wields the weapon in the name (i.e. sm_autocannon_predator), but I'd like to be able to see in the code what weapon a particular unit has.
My 1v1 map - Imperial Plaza. Revisions are in progress so please check it out and give feedback!
- Wise Windu

- Posts: 1190
- Joined: Sat 14 Sep, 2013 2:22 am
Re: Cope's Toolbox
It's in the ebps or sbps file of the unit, so ebps/sbps>pvp>race and then find the unit you want.
In the ebps file, open "wargear_ext" and the wargear will be under "default_wargear". In the sbps, it will be under "squad_wargear_ext". This should lead you to the "wargear" folder.
So follow the path from the ebps/sbps to find the right wargear, and then at the bottom of the wargear file is a "weapons" drop down. That will give you the file path to the correct weapon.
In the ebps file, open "wargear_ext" and the wargear will be under "default_wargear". In the sbps, it will be under "squad_wargear_ext". This should lead you to the "wargear" folder.
So follow the path from the ebps/sbps to find the right wargear, and then at the bottom of the wargear file is a "weapons" drop down. That will give you the file path to the correct weapon.
Re: Cope's Toolbox
Got it. Thanks!
My 1v1 map - Imperial Plaza. Revisions are in progress so please check it out and give feedback!
Who is online
Users browsing this forum: No registered users and 0 guests

