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

Docking cruisers

The general place to discuss MOD''ing Freelancer!

Post Wed Oct 03, 2007 11:11 am

Docking cruisers

Hi again everyone.
I've got questions.

Why my cruisers can't enter jumpgate? They initiate docking, but just hang there without docking. Is this because of formation?
What will happen with battleships?

And how to make them not try to enter jumpgate? 'Cos actually it's the first time
I saw them doing it.

My encounter(part of):

[EncounterFormation
ship_by_class = 1, 2, sc_cruisers
pilot_job = defend_leader_job <---- maybe because of 2 leaders possible???
make_class = wanderer
ship_by_class = 2, 4, sc_fighters
pilot_job = defend_job
make_class = wanderer
formation_by_class = battleships
behavior = wander
arrival = all, -object_jump_gate, -tradelane
allow_simultaneous_creation = no
zone_creation_distance = 0
times_to_create = infinite

Hope to find some help.

Post Wed Oct 03, 2007 1:51 pm

The following line:-

<pre><font size=1 face=Courier>arrival = all, -object_jump_gate, -tradelane</font></pre>

says "use all methods to arrive but"...
"don't use jump-gates" and
"don't use tradelanes"

I think this may be the cause?

Make it
<pre><font size=1 face=Courier>arrival = all</font></pre> or <pre><font size=1 face=Courier>arrival = cruise</font></pre>and see the difference.

Roleplay: - the art of self-deceipt!

Post Thu Oct 04, 2007 7:56 am

Thanks, I'll try to.

Return to Freelancer General Editing Forum