Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Starman01 on July 22, 2006, 12:43:33 pm

Title: need some ships.tbl help
Post by: Starman01 on July 22, 2006, 12:43:33 pm
Hello,

after finally switching to a new exe, our fighter thrusters are messed up (way to big now at 2/3 or full speed).

Wanderer posted me this link :

http://www.hard-light.net/wiki/index.php/Ships.tbl#Customized_Thruster_Effects

and I tried to put that into the ships.tbl (right under $score), but the game isn't starting now since there seems to be a synthax-error.

Can someone please post me a ships.tbl with the thrusterpart so that I can fix mine ?

Thanks in advance :)

Starman©
Title: Re: need some shipos.tbl help
Post by: Wanderer on July 22, 2006, 03:57:48 pm
Hmm... Can i see the table entry?

Here is one that functions without errors.
Code: [Select]
...
$Score:                             12
$Thruster Bitmap 1:                 MK3_engine glow01
$Thruster Bitmap 1a:                MK3_engine glow01a
$Thruster Bitmap 2:                 MK3_engine glow02
$Thruster Bitmap 2a:                MK3_engine glow02a
$Thruster02 Radius factor:          1.5
$Thruster Bitmap 3:                 MK3_engine glow03
$Thruster Bitmap 3a:                MK3_engine glow03a
$Thruster03 Radius factor:          2.0
$Subsystem:       sensors,          10,0.0
...
Title: Re: need some shipos.tbl help
Post by: Starman01 on July 22, 2006, 04:02:07 pm
I deleted it currently to continue working, but I think I already see my error. I had a radius insert for thruster01 too, maybe it didn't like that.
I try again
Title: Re: need some ships.tbl help
Post by: Starman01 on July 23, 2006, 01:32:42 am
O.K., looks like I got the synthax right this time, it's not crashing. But now I have no thrusters at all ingame.

In which folder is it looking, and does the filetype matters (pcx,dds, tga etc.) ?
Title: Re: need some ships.tbl help
Post by: Wanderer on July 23, 2006, 02:24:33 am
I would guess those are just normal graphic file issues then.. First and foremost check that you do not have bad alpha (that is full tranparency). If using compressed dds files (DXT1, DXT5) make sure you have the graphic sized as 'powers of two'.

Files should go to data/effects. IIRC they shouldnt be animated. Use dds if you can (DXT1 for graphic files not utilizing alpha ,and DXT5 for that use proper alpha).
Title: Re: need some ships.tbl help
Post by: Starman01 on July 23, 2006, 10:44:06 am
O.K, I think we figured it out now.  Thanks for your help :)