Page 1 of 1

[0.12.16] Ghost player in autosave

Posted: Mon Nov 02, 2015 8:59 pm
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

Re: [0.12.16] Ghost player in autosave

Posted: Mon Nov 02, 2015 9:22 pm
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.