bobdickgus

Active Member
Apr 9, 2020
791
2,240
How do I change a player's name in someone else's save?
By activating console and changing the character name variable.
renpy/common/00console.rpy
console = False to console = True
shift + o to open console in game and changing the associated variable.
I don't know the variable name yet because I haven't played yet but it is always super simple because renpy.
 
  • Like
Reactions: luisar018

bobdickgus

Active Member
Apr 9, 2020
791
2,240
Ah downloaded and had a look at the script, dev made it a bit tricky, took about a minute to find the variable compared to 99% of renpy games.
player.name = 'your name' in console and enter.
 
  • Like
Reactions: luisar018

luisar018

Member
Apr 26, 2017
236
201
Ah downloaded and had a look at the script, dev made it a bit tricky, took about a minute to find the variable compared to 99% of renpy games.
player.name = 'your name' in console and enter.
This is what I get when I do what you're saying. Did I do something wrong?
 
3.40 star(s) 9 Votes