Cope's Toolbox

Modding discussion.
Arbit
Level 3
Posts: 357
Joined: Tue 28 May, 2013 10:00 pm

Cope's Toolbox

Postby Arbit » Fri 08 Aug, 2014 9:52 pm

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?
My 1v1 map - Imperial Plaza. Revisions are in progress so please check it out and give feedback!
otherdragn
Level 0
Posts: 8
Joined: Sun 27 Jul, 2014 9:06 pm

Re: Cope's Toolbox

Postby otherdragn » Fri 08 Aug, 2014 10:17 pm

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
Arbit
Level 3
Posts: 357
Joined: Tue 28 May, 2013 10:00 pm

Re: Cope's Toolbox

Postby Arbit » Fri 08 Aug, 2014 10:36 pm

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.
My 1v1 map - Imperial Plaza. Revisions are in progress so please check it out and give feedback!
User avatar
Wise Windu
Moderator
Posts: 1190
Joined: Sat 14 Sep, 2013 2:22 am

Re: Cope's Toolbox

Postby Wise Windu » Sat 09 Aug, 2014 3:32 am

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.
Arbit
Level 3
Posts: 357
Joined: Tue 28 May, 2013 10:00 pm

Re: Cope's Toolbox

Postby Arbit » Sun 10 Aug, 2014 9:33 pm

Got it. Thanks!
My 1v1 map - Imperial Plaza. Revisions are in progress so please check it out and give feedback!

Return to “Modding”



Who is online

Users browsing this forum: No registered users and 0 guests