
http://www.filedropper.com/bug2
Code: Select all
/c game.players[2].selected.destroy()
I can confirm that I've had this too. I assumed it was to do with the Logistic Wagons mod but quite possibly not. I was crashing a train into itself round a sharp bend at the time it happened for me.kovarex wrote:I thought that this can no longer happen in the newest versions, but I was probably wrong.
Is there anything special you were doing on the rail?
You can remove it manually using the console, for example something like this (when you are player 2 and have it selected)Code: Select all
/c game.players[2].selected.destroy()
My mod, 5dim or the previous one that it was forked from? If it was my version then it's unlikely since I don't mess with the rail segments at all. The only thing that is added is the new wagon and an invisible storage chest that follows the wagon around.xBlizzDevious wrote:I can confirm that I've had this too. I assumed it was to do with the Logistic Wagons mod but quite possibly not. I was crashing a train into itself round a sharp bend at the time it happened for me.kovarex wrote:I thought that this can no longer happen in the newest versions, but I was probably wrong.
Is there anything special you were doing on the rail?
You can remove it manually using the console, for example something like this (when you are player 2 and have it selected)Code: Select all
/c game.players[2].selected.destroy()
Your mod (active providers don't seem to work, by the way - rest are great, thanks!). I didn't think it was anything to do with your mod, or any other mods I had installed at the time (I think yours was the only trains one) but I wasn't certain.gnz wrote:xBlizzDevious wrote:kovarex wrote:-snip-