Hello all,
I'm wondering if there is a way to change the player-name after the game has started. I tried an old console command I found but it doesn't work:
/c game.player.name = "yourname"
I'm not talking about changing the name in such a way that fixes it for FUTURE saves, I'm talking about a way to change the player name for a current save. Is it possible? I'm not needing achievements so I'm willing to try anything.
Thanks,
Change in-game player name after game has started? (Single player)
Re: Change in-game player name after game has started? (Single player)
Try /c game.local_player.name="yourname"
- eradicator
- Smart Inserter
- Posts: 5207
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: Change in-game player name after game has started? (Single player)
"local_player" has been renamed "player" in... 0.13.0! :p. And LuaPlayer.name has been made read-only in 0.18.7. I don't konw any method to change the displayed name seperately.
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
- NotRexButCaesar
- Smart Inserter
- Posts: 1133
- Joined: Sun Feb 16, 2020 12:47 am
- Contact:
Re: Change in-game player name after game has started? (Single player)
What I did was convert the save to a scenario, load the scenario, and then save over the original.
Ⅲ—Crevez, chiens, si vous n'étes pas contents!
Re: Change in-game player name after game has started? (Single player)
That's brilliant. Thank you!AmericanPatriot wrote: ↑Tue Dec 22, 2020 7:44 pm What I did was convert the save to a scenario, load the scenario, and then save over the original.
Re: Change in-game player name after game has started? (Single player)
This comment still helps today.NotRexButCaesar wrote: ↑Tue Dec 22, 2020 7:44 pm What I did was convert the save to a scenario, load the scenario, and then save over the original.
Thank you for this unique and perfect work-a-round.
Story: "Downloaded save game from Bold Viking (Pyanodon save) and I did not want to have his name for my character. Going this route completely fixed my problem."
Re: Change in-game player name after game has started? (Single player)
Sorry for the necro post. I just wanted to add that the 'convert to scenario' method described above disables achievements.
Version 2.0.15 with Space Age enabled.
Version 2.0.15 with Space Age enabled.