dankmeme09
Member
- Aug 15, 2018
- 131
- 220
- 208
You don't have permission to view the spoiler content. Log in or register now.
2.5.5?
It's just the public version... Announced at the same time with the 2.8 which stay under subscriptionit's evolving.. backwards
You don't need to read 200 pages to find things. This forum has a nifty feature called "Search" that helps you locate things much faster. You should try it sometime.the game plys well, but i'm not reading 200 pages of posts to search for problems. I had to quit the game after the girls presentation as the in game script switched to a different language other then English, but I liked the game up until that happened.
damn technology came a long wayYou don't need to read 200 pages to find things. This forum has a nifty feature called "Search" that helps you locate things much faster. You should try it sometime.
Yes, just needs to be there to activate.Will that uncensor patch work for the new update? patch directs to 2.7 still.
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
It work with any version, it's just a flag and do nothingWill that uncensor patch work for the new update? patch directs to 2.7 still.