Page 1 of 1
Hardpoints
Posted: Fri Aug 20, 2004 9:07 pm
by Melkor
Is there a way to make a hardpoint that holds multiple missiles? What I mean is, can I make one hardpoint that will hold 5 of "Missile X" and another that holds 10 without making a seperate missile.def for each one? Right now, if I want a TIE Bomber that holds 8 torpedoes, and an X-Wing that holds 6, I have to make a seperate .def for each ship's torpedo, or add a seperate hardpoint for each one in the payload...kinda doesn't make sense to me...
RE: Hardpoints
Posted: Sat Aug 21, 2004 4:00 am
by TheDeadlyShoe
If you want varying amounts of ammo, yeah, you'll have to create a seperate DEF for each ammo level. I think.
Good idea to just stick with one torpedo weapon for all ships until you nail down the balance, then split them off to vary ammo levels.
If you wern't using hardpoints, there might be a way to do it otherwise, but then you couldn't choose your weapons.
RE: Hardpoints
Posted: Mon Aug 23, 2004 4:10 pm
by Pheagey
try this:
in the fighter's def file goto where the weapon is and add:
ammo: x,
IIRC that will vary the ammo level
RE: Hardpoints
Posted: Mon Aug 23, 2004 5:36 pm
by Melkor
Sorry, no luck...that only seems to work in the weapon.def. No big deal, though. I'll just do like Shoe suggested and dupe the weapons files with varying ammo levels. Not a problem after the weapon's already been made!