Another thing concerning weapons... I just tried to mount two different primary guns. But they would either fire both at once or the second one would fire as secondary weapon (wouldn't be that bad... but they wont fire continuously, I have to pull the trigger for each shot).
Here's my current .def (in which they'd fire both)
weapon: {
type: "Alpha Cannon",
abrv: Cannon,
group: "Guns",
muzzle: (-77, 17, -7),
muzzle: ( 77, 17, -7),
muzzle: (-88, 8, -7),
muzzle: ( 88, 8, -7),
loc: (0, 0, 20),
size: 16,
hull_factor: 0.2
}
weapon: {
type: "Heavy Cannon",
abrv: HCannon,
group: "Guns",
muzzle: (-40, -8, 106),
muzzle: ( 40, -8, 106),
muzzle: (-8, 24, 390),
muzzle: ( 8, 24, 390),
loc: (0, 0, 20),
size: 16,
hull_factor: 0.2
}
My second fighter
Though I didn't do any textures... I just grabbed them from the sample cruiser *g*.
