Divine Slice of Life

Divine Slice of Life

66 ratings
How to get the Adult Version of Divine Slice of Life
By PsyKoo
Hello Guys
I will show you how to get the Adult Version, it's very simple, you just need to edit a file.
   
Award
Favorite
Favorited
Unfavorite
How To
- First open your Divine Slice of Life folder in ->Steam->SteamApps->common->Divine Slice of Life

- Open up the folder named "game"

- Open the file called "patch.rpy" with a File Editor you prefer. (Do a backup of the file bevor you edit anything in it)
Content of the file:
--------------------------------------------------------------------------------------------------------------------------
### Censorship Toggle
## If True, game is censored and will not show any adult content.
label censorship_status:
$ persistent.censored = True

### Change to plogo for the patch, standard edition just shows logo. So I know which version is where.
## If on loadup the game says Presented by then the patch has worked.
# So for Steam edition, make persistent.censored = True and change plogo/plogo1 to just logo/logo1

show logo
with dissolve
$ renpy.pause(1, hard=True)
show logo1
with dissolve
$ renpy.pause(1, hard=True)
play music "music/track2.ogg"
show menufade at alphadissolve
with Pause(2.0)
return


## End of file
--------------------------------------------------------------------------------------------------------------------------

Now simply change "$ persistent.censored = True" into "$ persistent.censored = False"
And place a "p" in front of "show logo" --> "show plogo" and same by "show logo1" --> "show plogo1".

Save it.
Result
After you saved it you should see on the loading screen the word "Presented by", if you now create a new game you will get to option to turn the adult content on or off.


Thank you and have fun with the adult version ;)
4 Comments
Jack O Lantern 26 Jun, 2022 @ 6:57am 
Or what program do I download?
Jack O Lantern 26 Jun, 2022 @ 6:42am 
where do I download file editor?
WorstNightmare 4 Nov, 2019 @ 2:11pm 
Heh heh heh ... thanks man!
Jarl Máni 26 Dec, 2015 @ 1:43pm 
Thumbs up, seems to work as I get the "presented by". :Sploder100: