- May 20, 2019
- 65
- 41
Yes there is an issue, if you change the name it is already to late, their home exist under the old name, and now it will never be on the map because the old name is not the new name ...Is there some sort of issue with changing a character name? None of my inserts have apartments I can go to and the game keeps refering to them as their old name once in a while..The name changing via cheats seems kinda buggy if this is the case.
on the command line you can try this but i am not sure if it still works or if you have to remove the_person from her old home first ....
the_person.home = None
if the_person.home is None: the_person.generate_home()
if the_person.home not in list_of_places: list_of_places.append(the_person.home)
Yeah this is a Problem because the name is more than one name, that sounds stupid but ... you have severel names for one person. you have.. I can go to and the game keeps refering to them as their old name once in a while...
the_person.name = "xx"
the_person.last_name = "xx"
this sounds okay and easy but now the fun starts ... you have also an name by which you call the person, which has nothing to do with the two above, than you have chars that are not generic they have textlines with fixed names, names for different sluttinesslevel etc. so only changing the first and last name will get you 90 to 75 % according to the char you are changing it.
Last edited: