Missing Station
Moderators: winston, another_commander, Getafix
Missing Station
Tionisla no longer has a coriolis station!
I installed 1.68 (fresh install, removed 1.65 first..on the pc) and got the procedural textures running (whenever i hit the planet info screen, it takes live 5 seconds to load!)
anyway got to tionisla, headed for the planet, the station coordinates uploaded and my advanced compass went dead. i scrolled through planet, sun, NP, WP, etc, and where the station should be, i get no compass bearing at all. found my nav bouy and found a dreder and a sidewinder sittinga round it, waiting for a non existent station.
Wassup with thaT?
I installed 1.68 (fresh install, removed 1.65 first..on the pc) and got the procedural textures running (whenever i hit the planet info screen, it takes live 5 seconds to load!)
anyway got to tionisla, headed for the planet, the station coordinates uploaded and my advanced compass went dead. i scrolled through planet, sun, NP, WP, etc, and where the station should be, i get no compass bearing at all. found my nav bouy and found a dreder and a sidewinder sittinga round it, waiting for a non existent station.
Wassup with thaT?
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
Is it like that every time?
I'd say this is a feature rather than a bug, but if something really big (like a Dredger) tries to dock it's too big to fit in the docking port and the massive energy of the prang sends the station whizzing off into deep space!
It rarely happens and if this was the bug / feature you hit then the Station will be back in its usual place if you jump out of the System and jump back.
I'd say this is a feature rather than a bug, but if something really big (like a Dredger) tries to dock it's too big to fit in the docking port and the massive energy of the prang sends the station whizzing off into deep space!
It rarely happens and if this was the bug / feature you hit then the Station will be back in its usual place if you jump out of the System and jump back.
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
Seen one launch once (looking pretty weird as it was too big for the dock), haven't actually seen on try to dock though. Saw an Ixian Battle Cruiser try to dock once and send the station whizzing off. Think any ship that is given a standard role like "trader" will try to dock if it makes to near the station, even if its too big, as it follows one of the traderAIs.
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
The Dredger is quite a strange ship. A look into the shipdata reveals that it can move, however slowly.
But I don't think its AI would allow it to dock:
The roles are not exciting, "dredger" and "carrier". The last funny bit is its scan class:
So perhaps it was indeed launched and kicked the station away or blew it up in the process?
On the other hand side its script.plist supports the collided-with-the-station-when-spawned hypotheses:
This means it could be spawned very close to the station.
Code: Select all
<key>max_flight_pitch</key>
<real>0.1</real>
<key>max_flight_roll</key>
<real>0.1</real>
<key>max_flight_speed</key>
<real>100</real>
<key>thrust</key>
<real>20</real>
Code: Select all
<key>ai_type</key>
<string>stationAI.plist</string>
Code: Select all
<key>scanClass</key>
<string>CLASS_STATION</string>
On the other hand side its script.plist supports the collided-with-the-station-when-spawned hypotheses:
Code: Select all
{
dredger_appearance = (
{
conditions = (
"status_string equal STATUS_EXITING_WITCHSPACE",
"systemTechLevel_number greaterthan 10",
"d100_number lessthan 10"
);
do = (
"checkForShips: dredger",
{
conditions = ("shipsFound_number equal 0");
do = ("addSystemShips: dredger 1 1.0");
}
);
},
);
}
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
As a last resort you could sunskim for fuel. If you couldn't find a way to another system, I presume you went back to your most recent saved game. It would be interesting (but unlikely) if it replicated itself!
The Grey Haired Commander has spoken!
OK so I'm a PC user - "you know whats scary? Out of billions of sperm I was the fastest"
OK so I'm a PC user - "you know whats scary? Out of billions of sperm I was the fastest"