- Sep 3, 2022
- 22,868
- 190,249
It doesn't need updated. The game already has it, it's just looking for patch.rpa to enable it.last one I have says 2.9. If it was universal I wish it would say so instead of a version after it.
This is the code:
init:
$ p_name = ""
$ mother_name = ""
$ plr = DynamicCharacter("p_name", color="#FFFAFA")
if patch_mod == True:
$ persistent.mother_name = "Mother"
else:
$ persistent.mother_name = "Molly"
init -1 python:
config.default_language = "english"
init -2 python:
patch_path = 'patch.rpa'
if renpy.exists(patch_path) == True:
patch_mod = True
else:
patch_mod = False