Page 2 of 2
RE: Help My Ship does not show up in Game?
Posted: Fri Apr 16, 2004 2:11 am
by TheDeadlyShoe
Yes there is, actually, i dont remember the exact parameters but just have your launch bay's START and END and such in locations suach as that the fighter will launch backwards. ALso, you will need to define a azimuth/elevation to get the fighter pointed the right way.
RE: Help My Ship does not show up in Game?
Posted: Fri Apr 16, 2004 6:22 pm
by scottpkeene
just thought i would show you what i got so far
flightdeck: {
name: "Upper Bay",
abrv: "Upper",
loc: ( 0, 16, 138),
cam: ( 0, 22, 138),
start: ( 0, 16, 123),
end: ( 0, 16, 147),
spot: { loc: ( 0, 16, 138), filter: 0x7 },
spot: { loc: ( 0, 22, 138), filter: 0x7 },
spot: { loc: ( 0, 22, 123), filter: 0x8 },
launch: true,
max_ships: 2,
cycle_time: 15,
size: 8,
hull_factor: 0.5,
}
it taxis to the front of the bay then turns round and shoots out the back of the bay which is the front of the ship i have tried swaping the front and back of the bay around
RE: Help My Ship does not show up in Game?
Posted: Fri Apr 16, 2004 9:32 pm
by TheDeadlyShoe
Add an azimuth: parameter with the value of of 180. That will have the fighter pointing backwards.
Change end: to to have a Z value that is less than the Start value.
I think that should work. Am rusty on flightbays.