Author Topic: TBM can't modify Viper velocity?  (Read 1669 times)

0 Members and 1 Guest are viewing this topic.

Offline Alan Bolte

  • 28
  • Deneb III
    • @Compellor
TBM can't modify Viper velocity?
So, I've been testing some changes to the way the Viper flies just to see what I can do, but for some reason I can't seem to modify its max velocity. The tbm as a whole is being loaded, because the tech description changed and the rear velocity is definitely working. For some reason, though, the max velocity is at 110 instead of 43 like I set it. Any idea what I'm doing wrong? Other than trying to slow down the Viper, I mean.

Code: [Select]
#Ship Classes

$Name: Viper Mark VII
+nocreate
+Tech Description: Test 123
$Rotdamp: 0.4
$Max Velocity: 43.0, 43.0, 43.0
$Rotation time: 6.0, 6.0, 6.0
$Rear Velocity: 43.0
$Afterburner: YES
    +Aburn Max Vel: 43.0, 43.0, 170.0
    +Aburn For accel: 0.7
    +Aburn Fuel: 300.0
    +Aburn Burn Rate: 50.0
    +Aburn Rec Rate: 25.0

#End
Anything worth doing is worth analyzing to death -Iranon

  

Offline Sushi

  • Art Critic
  • 211
Re: TBM can't modify Viper velocity?
It might be that you need to override $Max Oclk Speed as well. We don't use energy management in Diaspora, but it's still part of the ship tabling.

 

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
Re: TBM can't modify Viper velocity?
Good catch. Since energy management is deactivated and vipers have no shields nor weapon energy, it is likely engine energy is maxed up by default, which correspond to the overclocked speed.
People are stupid, therefore anything popular is at best suspicious.

Mod management tools     -     Wiki stuff!     -     Help us help you

666maslo666: Releasing a finished product is not a good thing! It is a modern fad.

SpardaSon21: it seems like you exist in a permanent state of half-joking misanthropy

Axem: when you put it like that, i sound like an insane person

bigchunk1: it's not retarded it's american!
bigchunk1: ...

batwota: steele's maneuvering for the coup de gras
MatthTheGeek: you mispelled grĂ¢ce
Awaesaar: grace
batwota: oh right :P
Darius: ah!
Darius: yes, i like that
MatthTheGeek: the way you just spelled it it means fat
Awaesaar: +accent I forgot how to keyboard
MatthTheGeek: or grease
Darius: the killing fat!
Axem: jabba does the coup de gras
MatthTheGeek: XD
Axem: bring me solo and a cookie

 

Offline Alan Bolte

  • 28
  • Deneb III
    • @Compellor
Re: TBM can't modify Viper velocity?
It was indeed the oclk speed
Anything worth doing is worth analyzing to death -Iranon