[0.12.16] Ghost player in autosave

Bugs that are actually features.
Post Reply
Zcubed
Manual Inserter
Manual Inserter
Posts: 2
Joined: Tue Oct 27, 2015 2:11 am
Contact:

[0.12.16] Ghost player in autosave

Post by Zcubed »

I got hit by a train and loaded the last autosave. My player is on the train that is just pulling into the station in the save file, but there is a copy of me standing outside the train. I can exit the train but can't see the player (the copy doesn't move) and wander the world as if it is a new invisible player.

Ubuntu 14.04
Mods are Fat controller and diesel generator.

Log and save file here: https://drive.google.com/folderview?id= ... sp=sharing

Choumiko
Smart Inserter
Smart Inserter
Posts: 1352
Joined: Fri Mar 21, 2014 10:51 pm
Contact:

Re: [0.12.16] Ghost player in autosave

Post by Choumiko »

That's most likely a bug in FATController.
To solve it:
0. (update toFATController 0.3.15) Won't fix the bug by itself, but shouldn't hurt either
1. Hover your mouse over the real player and use

Code: Select all

/c game.local_player.character = game.local_player.selected

in the console. This will switch you back to it.
2. Hover the mouse over the first locomotive and use

Code: Select all

/c game.local_player.selected.passenger.destroy()
This will destroy the ghost that remains in the locomotive.

Post Reply

Return to “Not a bug”