Author Topic: Can't glide  (Read 2561 times)

0 Members and 1 Guest are viewing this topic.

I've bound the key but still cant glide. I've read somewhere that a glide feature pack was released. If so, please link  it here.

 

Offline duff

  • 24
As far as I know gliding is only possible in BtRL. But I don't mind if someone proves me wrong  :)

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
It is possible in any FS2 mod, (and TBP did it long before BTRL) through a simple table manipulation.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

  

Offline Qent

  • 29
IIRC there was an addon for AoA that enabled glide and Fury AI, but I'm pretty certain it's no longer supported.

 

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
The player Karuna in Blade Itself can glide. That's the only ship in BP1 and 2 though.
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 -Norbert-

  • 211
If you like gliding a lot (like me) you can enable it yourself in the tables.... or just use the mini-mod I put together. Just stick the folder into the root directory and select it as active mod.

I think the original file came from The_E in an unofficial feature pack back in AoA and I just copy/pasted the additional ships in, so the credit goes mostly to him (or if I misremembered, to whoever put it together in the first place).

[attachment deleted by ninja]

 
I dunno how to manipulate tables. What exactly do I have to do to use glide with any other mod.

 

Offline -Norbert-

  • 211
All I did was pasting the following lines, with the correct shipname into the bp-3612-shp.tbm file (in front of the #END token), for each ship you want to give glide.
You can get the correct internal shipnames for each mod out of the ships table file.... in case of BP2 that is bp2-shp.tbm.

Though I can't really tell wether it's that easy for other mods, since I only tried it for BP1 and 2. The bp-velindc-sct.tbm is only there to enable the velocity indicator that helps you a bit in seeing which direction your ship currently flies.

Code: [Select]
$Name: GTF Ulysses
+nocreate
$Glide: YES
+Dynamic Glide Cap: YES
+Glide Accel Mult: -1
$Use Newtonian Dampening: YES

 
How do I replaces the original tbm file with the modified one?

 

Offline Herra Tohtori

  • The Academic
  • 211
  • Bad command or file name
How do I replaces the original tbm file with the modified one?

You don't. +nocreate means the entry modifies an existing table entry - in this case by adding $Glide and $Use Newtonian Dampening entries on the table entry for the ships.


In other words you don't need to replace the original table file, you use the additional tbm to add/modify the appropriate data.
There are three things that last forever: Abort, Retry, Fail - and the greatest of these is Fail.

 
Hmm....will try this tmw. Thank you all.

 

Offline -Norbert-

  • 211
But if you ever have to replace a table file, you don't need to fiddle with the vp.files at all (other than to get the source perhaps). Files in the data folder have a higher loading priorty than those in the vps.
Either way I suggest to always use your own mod folder for such things and link it with a mod.ini, rather than do things directly in the original mod folder. That way it's impossible to ruin anything by mistake... except for the pilot file perhaps.