Important Message

You are browsing the archived Lancers Reactor forums. You cannot register or login.
The content may be outdated and links may not be functional.


To get the latest in Freelancer news, mods, modding and downloads, go to
The-Starport

**Tutorial** - Speed and Handling

Here you find the different tutorials on editing and MODing Freelancer

Post Thu Mar 13, 2003 4:40 am

file data/constants.ini has following:

[EngineEquipConsts
CRUISE_DISRUPT_TIME = 5 ;<= time off-line after being hit with cr.disrp. missle ???
MAX_DELTA_FX_THROTTLE = 0.250000
THROTTLE_STEADY_TIME = 0.500000
THROTTLE_ATTEN_MOD_RANGE = 8.000000
DELTA_THROTTLE_ATTEN_MOD_CHANGING = 8.000000
DELTA_THROTTLE_ATTEN_MOD_STEADY = 1.000000
CRUISE_STEADY_TIME = 2.000000 ;<====
DELTA_CRUISE_ATTEN_MOD_STEADY = 1.000000 ;<======
CRUISE_ATTEN_MOD_RANGE = 8.000000 ;<=========

I have no idea what these values do..

Post Thu Mar 13, 2003 9:57 am

CRUISE_STEADY_TIME = 2.0

Sounds like the time from cruise start -> top speed. 2 seconds seems about right. ATTEN probably = attenuation, which is resistance (cruise brakes?), for times like flying in formation. I've watched my speed go down to about 40 or so while still in cruise, the ship was trying to maintain formation. Haven't messed with any of these numbers yet, just an educated observation.


Edited by - rcohks on 13-03-2003 10:00:00

Post Thu Apr 10, 2003 5:38 am

here's a thing..
if you change all the ships.. then you wouldnt leave them behind

My Msn is [email protected]

Im A outcast really
In the Indy[[Norway Server

Post Thu Apr 10, 2003 11:43 am

It seems that you guys can figure out a lot. Could anyone tell me how to change the trade lane speed?

Thanks in advance

Post Sat Apr 12, 2003 2:37 am

Any way to change all the charge speeds at once??

Post Tue Apr 22, 2003 5:48 am

how do I know which one is my ship?

it's all in code

ps I'm flying an Eagle

Dude, where's my Super Star Destroyer?

Post Wed Apr 23, 2003 3:33 am

The edits don't work. However, I installed the Dreadnought battleship mod and my max afterburn is only 29. Can you give me specific lines to edit in order to get it to normal afterburn speed?

Post Sun Apr 27, 2003 12:27 am

Found this :

/DATA

Constants.ini - Static info about the game.
Under Constants - MAX_PLAYER_AMMO = ####
Under EngineEquipConsts - CRUSING_SPEED = ####
Under AsteroidConsts - MAX_LOOT_PER_ASTEROID = ####

I haven't tried changing CRUSING_SPEED yet but it sounds like the one to try, doesn't it?

Post Sun Apr 27, 2003 5:34 pm

i want my ship to go at 300 when thrusting rather than 200 what do i type in in the force line

Post Tue May 06, 2003 9:09 pm

as Colt374 already mentioned, simply add a
CRUISING_SPEED = 500
below [EngineEquipConsts in your constants.ini to increase the speed to 500
to increase the thruster speed from 200 (=120 above normal top speed, force = 72000) to 300 (=220 above normal top speed, force = 132000). Substract the maximum normal speed (without Thrusters) and multiply this number with 600 to get the needed force for the wanted Thrusterspeed

Craith

PS: Sorry for my bad English

Post Wed May 07, 2003 1:57 am

The speed of the enignes and thrusters is defined not only by the max force, but by the angular drag along the Z-axis as well.

Post Thu May 08, 2003 10:29 am

Ok, now im curious about something. Does speed depend on the thruster like you buy in the game or the ship itself ?

So if i modify the advanced thruster, all of the ships' speed which use that thruster type will be what ive set. Right ?

Post Thu May 08, 2003 11:53 am

I'm not sure if i understood what you mean, did you ask if only the Thruster is responsible for a ship's speed? Then the answer is no, they don't change speed

There are 4 types of speed:
1. Engine Speed: The speed of a ship's engine, default 80, edit in engine_equip.ini
2. Thruster Speed: The speed of your thruster, adds to engine speed, default 120 (sum 200), edit in st_equip.ini
3. Cruise Speed: The speed every ship cruises, default 300, change in constants.ini (add "CRUISING_SPEED = XXX" below [EngineEquipConsts)
4. Trade Lane Speed: The Speed your ship flies when you dock to a tradelane, don't know where to change yet

Craith

--------------------------
Cheating is for losers
Modding is for fun

Post Thu May 08, 2003 7:19 pm

Thanks for the answer. But i wanna know why the slave 1 goes faster than other ships in cruise mode even it says 300 ? I activate the mod with flmm and it didn't even changed engine or equipment ini file. Its normal speed is 160 and the thruster speed is 279.

good.ini ;

<pre><font size=1 face=Courier>
[Good
nickname = slave1
category = shiphull
ship = slave1
price = 100000
ids_name = 458782
item_icon = ships\slave1\slave1.3db

[Good
nickname = slave1_package
category = ship
hull = slave1
addon = co_elite_power01, internal, 1
addon = ge_s_scanner_01
addon = ge_s_tractor_01
addon = ge_bf_engine_01
addon = ge_bf_engine_01
addon = contrail01, HpContrail01, 1
addon = contrail01, HpContrail02, 1
</font></pre>

Engine_equip.ini ;

<pre><font size=1 face=Courier>
[Engine
nickname = ge_bf_engine_01
ids_name = 263690
ids_info = 264690
volume = 0.000000
mass = 10
max_force = 48000
linear_drag = 599
power_usage = 0
reverse_fraction = 0.200000
flame_effect = gf_br_smallengine01_fire
trail_effect = gf_br_smallengine01_trail
trail_effect_player = gf_br_smallengine01_playtrail
cruise_charge_time = 5
cruise_power_usage = 20
character_start_sound = engine_br_fighter_start
character_loop_sound = engine_br_fighter_loop
character_pitch_range = -50, 25
rumble_sound = rumble_fighter
rumble_atten_range = -5, 0
rumble_pitch_range = -25, 25
engine_kill_sound = engine_br_fighter_kill
cruise_start_sound = engine_br_cruise_start
cruise_loop_sound = engine_br_cruise_loop
cruise_stop_sound = engine_br_cruise_stop
cruise_disrupt_sound = cruise_disrupt
cruise_backfire_sound = cruise_backfire
indestructible = false
outside_cone_attenuation = -3
inside_sound_cone = 60
outside_sound_cone = 180
</font></pre>

Oh my goodness. I saw now it has two engines ! It goes 80+80=160. The ship has mass=150.000000 line. Do two engines mean the ship goes 300+300=600 in cruise mode? It shows 300 thou. But i keep getting away from juni or any other ship in missions when they follow me.

Edited by - Catscratcher on 08-05-2003 20:45:01

Edited by - Catscratcher on 08-05-2003 21:16:50

Edited by - Catscratcher on 09-05-2003 09:53:28

Post Thu May 08, 2003 11:52 pm

I did try the Slave I too and had those two engines in it, yes they are the reason why you are twice as fast. I haven't tested cruise speed, but sounds like your observation is correct, Cruise speeds above 300 are not shown in the hud, don't know how to do that yet

Craith

Return to Freelancer Editing Tutorial Forum