Author Topic: Tabling problem  (Read 1226 times)

0 Members and 1 Guest are viewing this topic.

Offline Talon 1024

  • 29
  • How do you turn this on?
    • Mods, Games, and Stuff
So I've made a table for a ship completely from scratch.  So it works in game alright like I want it to, but one problem: It seems to have no afterburners.  Whenever I press TAB in game, there's no afterburners!

Here's the TBM Code:

Code: [Select]
#Ship Classes

$Name: Gratha
$Short name: KTalon
$Species: Terran
+Type: XSTR("Fighter", -1)
+Maneuverability: XSTR("Average", -1)
+Armor: XSTR("Excellent", -1)
+Manufacturer: XSTR("Empire of Kilrah", -1)
+Description: XSTR("Six missile hardpoints and four gun hardpoints will make any enemy run for it's money", -1)
$end_multi_text
+Tech Description:
XSTR("Introduced in 2654 during the Vega campaign, this Kilrathi heavyfighter is only the beginning of a long line of heavy fighters.  It packs quite a punch with it's excellent weapons loadout and strong armor and shielding.  Mass production of this fighter has allowed Kilrathi pilots with the rank of Fourth Fang to fly it.  However, experienced Confed pilots easily destroyed Grathas being flown by Fourth Fangs.  This fighter was then replaced by the newer Hhriss fighters, but it still remained in service until the 2668 Battle of Terra.", -1)
$end_multi_text
+Length: 17 m
+Gun Mounts: 2
+Missile Banks: 2

$POF File: Gratha.pof
$Detail Distance: (0, 500, 2000, 5000)
$Show damage: YES
$Density:                       1
$Damp: 0.15
$Rotdamp: 0.35
$Max Velocity: 0.0, 0.0, 50.0
$Rotation Time: 6.0, 6.0, 2.6
$Rear Velocity: 0.0
$Forward accel: 4.0
$Forward decel: 4.0
$Slide accel: 0.0
$Slide decel: 0.0
$Expl inner rad: 10.0
$Expl outer rad: 100.0
$Expl damage: 25.0
$Expl blast: 1000.0
$Expl propagates: NO
$Shockwave Speed: 0.0
$Allowed PBanks: ( "Subach HL-7" "Prometheus R" "Prometheus S" "Mekhu HL-7" "Maxim" "Morning Star" "UD-8 Kayser" "Circe" "Lamprey" "Akheton SDG" )
$Allowed Dogfight PBanks: ( "Subach HL-D" "Prometheus D" "Mekhu HL-D" "Maxim D" "MorningStar D" "UD-D Kayser" "Circe" "Lamprey" "Akheton SDG" )
$Default PBanks: ( "Subach HL-7" "Prometheus S" )
$Allowed SBanks: ( "Rockeye" "Tempest" "Hornet" "Tornado" "Harpoon" "Trebuchet" "TAG-A" "TAG-B" "Piranha" "EMP Adv." )
$Allowed Dogfight SBanks: ( "Rockeye D" "Tempest D" "Hornet D" "Tornado D" "Harpoon D" "Trebuchet" "Piranha" "EMP Adv." )
$Default SBanks: ( "Harpoon" "Tornado" )
$SBank Capacity: ( 40 160 )
$Show Secondary Models: ( NO NO )
$Shields: 975
$Shield Color: 128, 128, 255
$Power Output: 30
$Shield Regeneration Rate: 0.25
$Weapon Regeneration Rate: 0.25
$Max Oclk Speed: 70
$Max Weapon Eng: 60
$Hitpoints: 1150
$Flags: ( "fighter" "player_ship" "in tech database" )
$AI Class: Captain
$Afterburner: YES
+Aburn Max Vel: 0.0, 0.0, 162.0
+Aburn For accel: 0.8
+Aburn Fuel: 8.0
+Aburn Burn Rate: 1.0
+Aburn Rec Rate: 1.0
$Countermeasures: 36
$Scan time:                 2000
$EngineSnd: 126
$Closeup_pos: 0.0, 0.0, -30.0
$Closeup_zoom: 0.5
$Shield_icon: shieldft-03
$Score: 25
$Subsystem:                     sensors,                        10,0.0
$Subsystem:                     communications, 10,0.0
$Subsystem:                     weapons,                        10,0.0
$Subsystem:                     navigation,                     10,0.0
$Subsystem:                     engine,                         35,0.0

#End

Any help would be appreciated.  Thanks!
To understand religion, you need to understand morality first. | WCSaga website | WCSaga Forum | 158th website | 158th forum | Project Leader: WC: Hostile Frontier | WCHF Thread at CIC | Wing Blender | Twist of Fate | Multipart turrets on angled surfaces, tutorial included. | My Google Drive stuff | To convert speeds from WC to WCS, multiply both the cruise speed and the Afterburner speed by 0.15625 (5/32)

FS2 Mods I'm waiting on: Inferno 10th Anniversary
Current Project: Contestant Android app, Learn4Life iOS app, Blender Commander (importer).
The FreeSpace Font Foundry is back in action!

 

Offline Roanoke

  • 210
try copy 'n' pasting the entry from a similar ship and see if that works.

  

Offline Talon 1024

  • 29
  • How do you turn this on?
    • Mods, Games, and Stuff
Oh, never mind, I got it working.  I guess it was just a matter of the tables not having large numbers for afterburner fuel/recharge/burn rate/etc.  :P

I figured that out after I multiplied the values by 100 and it worked in-game.
To understand religion, you need to understand morality first. | WCSaga website | WCSaga Forum | 158th website | 158th forum | Project Leader: WC: Hostile Frontier | WCHF Thread at CIC | Wing Blender | Twist of Fate | Multipart turrets on angled surfaces, tutorial included. | My Google Drive stuff | To convert speeds from WC to WCS, multiply both the cruise speed and the Afterburner speed by 0.15625 (5/32)

FS2 Mods I'm waiting on: Inferno 10th Anniversary
Current Project: Contestant Android app, Learn4Life iOS app, Blender Commander (importer).
The FreeSpace Font Foundry is back in action!