Starfury Thursters.

This is the place for all questions related to modding Starshatter.
Post Reply
rampage
Posts: 1
Joined: Sat Feb 25, 2006 6:13 am

Starfury Thursters.

Post by rampage »

Hey everyone. First post here. I was quite active on hte old (OLD) Starshatter forums, and I have just come back to the game after a long hiatus.

My first post has to do with thrusters. A year ago, I had this all figured out, but after reinstalling the HTL (Hold the Line)mod, I can't for the life of me figure out the thruster system!

Basically, I'm trying to get my Starfury's thrusters to fire correctly.

Right now, it's firing both bottom to pitch up, both top to pitch down, and then the left and right for translation.

I had this working before..but yeah..I just don't remember what I did exactly to make it work.

Anyone have theirs working correctly?

This's the default Starfury thruster map.

port_fore: {loc:(-173, 80, 10),fire: 0x0144},
port_fore: {loc:(171, 80, 10),fire: 0x0184},
port_fore: {loc:(-173, -68, 10),fire: 0x0244},
port_fore: {loc:(171, -68, 10),fire: 0x0284},

port_aft: {loc:(-173, 81, -154),fire: 0x0284},
port_aft: {loc:(171, 81, -154),fire: 0x0244},
port_aft: {loc:(-173, -69, -154),fire: 0x0188},
port_aft: {loc:(171, -69, -154),fire: 0x0148},

port_top: {loc:(-172, 120 ,-47),fire: 0x0082},
port_top: {loc:(171, 120, -47),fire: 0x0400},


port_bottom: {loc:(-172, -106, -47),fire: 0x0420},
port_bottom: {loc:(171, -106, -47),fire: 0x0820},



port_left: {loc:(-209, -70, -47),fire: 0x0001},
port_left: {loc:(-209, 80,-47),fire: 0x0001},



port_right: {loc:(208, 80, -47),fire: 0x0002},
port_right: {loc:(208, 80, -47),fire: 0x0002},

Adonnay
Posts: 101
Joined: Sun May 08, 2005 4:57 pm

RE: Starfury Thursters.

Post by Adonnay »

Here's the codetable you need to put in the correct values. To fire thrusters in two occasions just add the values (0x0001 + 0x0040 = 0x0041).

0x0001 = Translate Right
0x0002 = "" Left
0x0004 = "" Backwards
0x0008 = "" Forewards
0x0010 = "" Down
0x0020 = "" Up
0x0040 = Yaw Left
0x0080 = Yaw Right
0x0100 = Pitch Down
0x0200 = Pitch Up
0x0400 = Roll Left
0x0800 = Roll Right
Post Reply

Return to “Starshatter Modding Forum”