[Lucike's] Passenger transport and travel service

The place to discuss scripting and game modifications for X³: Terran Conflict and X³: Albion Prelude.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

Post Reply
joajoha
Posts: 37
Joined: Fri, 1. Dec 06, 13:03
x4

[Lucike's] Passenger transport and travel service

Post by joajoha » Tue, 16. Apr 13, 03:47

Hi.

I am having some issues with [Lucike's] Passenger transport and travel service [Personenbeförderungs- und Reisedienst].

And I don't rely know where to post it, been trying to register at Lucike's forums but been unsuccessful. So I'll try here, in the hope that someone else have been having the same issues and been able to resolve them.

I have setup a TL for cruise travels, but I am unable to get it to start.

http://imgur.com/a/4Ull6#0

It's stuck at waiting for passengers.

Here are the TL's settings:

TL Pilot Settings:

http://imgur.com/a/4Ull6#1

TL Purchasing and Cargo Planning:

http://imgur.com/a/4Ull6#2

TL Equipment And Conversions:

http://imgur.com/a/4Ull6#3

TL Travel Itenerary Planning:

http://imgur.com/a/4Ull6#4

TL Financial Review:

http://imgur.com/a/4Ull6#5

TL Conversions Of The Ship:

http://imgur.com/a/4Ull6#6

TL Personell Overview:

http://imgur.com/a/4Ull6#7

TL Travel Overview:

http://imgur.com/a/4Ull6#8

TL Fittings:

http://imgur.com/a/4Ull6#9

The TP's are all stuck at "PTT at Standby" as you can see here:

http://imgur.com/a/4Ull6#10

Here are the TP's settings.

TP Pilot Settings:

http://imgur.com/a/4Ull6#11

TP Shuttle Service:

http://imgur.com/a/4Ull6#12

TP Jump Drive Settings:

http://imgur.com/a/4Ull6#13

TP Renaming Settings:

http://imgur.com/a/4Ull6#14

And here is the TP's equipment:

http://imgur.com/a/4Ull6#15

And here is the log file for the TL:

https://www.dropbox.com/s/gp7s4da8y0wghd6/CruiseTL.txt

and the TP:

https://www.dropbox.com/s/e0k82uhmutuyula/CruiseTP.txt

I have been trying to mess around with the settings, changing homebase, changing ships, changing pilots, resetting the script, changing system and so on.

The normal [M4/M5] Taxi works as does the normal TP shuttle, its only the TL and the TP supplying the TL with the tourists/passengers.

Anyone have any idea of what I am doing wrong? :)

PS: Sorry for all the links, I wasn't able to get the forum to show the pictures so had to use links, but they are all in the same album so you wont hafto click all of the links.

fiby
Posts: 98
Joined: Mon, 29. Jan 07, 00:22
x4

Post by fiby » Wed, 25. Sep 13, 23:50

Were you able to find a solution you could share? - As I'm also stuck on the same thing!

scoutster02
Posts: 2
Joined: Wed, 9. Dec 20, 17:37

Re: [Lucike's] Passenger transport and travel service

Post by scoutster02 » Wed, 9. Dec 20, 17:46

Raising the dead (threads)!

Just got back to the game after five years and encountered the same problem.
Solution for the latest version V3103 is:

Open "plugin.travel.service.main.ccs.pck" with your favorite editor and replace

Code: Select all

[THIS]-> set local variable: name='travel.service.shuttle.tourists.dock.alpha' value=$DockAlpha
[THIS]-> set local variable: name='travel.service.shuttle.tourists.dock.beta' value=$DockBeta
[THIS]-> set local variable: name='travel.service.shuttle.tourists.dock.gamma' value=$DockGamma
[THIS]-> set local variable: name='travel.service.shuttle.tourists.dock.delta' value=$DockDelta
[THIS]-> set local variable: name='travel.service.shuttle.tourists.dock.epsilon' value=$DockEpsilon
with

Code: Select all

[THIS]-> set local variable: name='travel.service.shuttle.tourists.dock.Alpha' value=$DockAlpha
[THIS]-> set local variable: name='travel.service.shuttle.tourists.dock.Beta' value=$DockBeta
[THIS]-> set local variable: name='travel.service.shuttle.tourists.dock.Gamma' value=$DockGamma
[THIS]-> set local variable: name='travel.service.shuttle.tourists.dock.Delta' value=$DockDelta
[THIS]-> set local variable: name='travel.service.shuttle.tourists.dock.Epsilon' value=$DockEpsilon
The above code occurs twice. After changing the code your shuttles will start collecting tourists.

Post Reply

Return to “X³: Terran Conflict / Albion Prelude - Scripts and Modding”