SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
29,595
268,648
Carnal Contract [v0.4.1 Ep. 4] [Dotty Diaries]

COMPRESSED:

Win/Linux:

- -

Mac:

- -

Thanks
Anon_XXX :coffee:
 
Last edited:

CutieLvr

Forum Fanatic
Jun 3, 2020
5,023
5,984
Made a quick Mod where I re-added the normal game configuration (skip unread text etc + some more settings from me).

Aug. 18, 2023
New game version v0.4 / Episode 4 is out
I'll check it as soon as possible, probably later today after work
Will there be a Koga3 mod update soon? We're missing you, brother.
 

colombeen

Member
Modder
Jul 16, 2021
366
2,447
Gallery Unlock Script

Description: A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.
Game version: Season 1

Download: View attachment CarnalContract-GalleryUnlocker.zip

DISCLAIMER
If you don't want the image gallery, replay gallery or achievements to be unlocked, just change the variable in my GalleryUnlocker.rpy file from 1 to 0
Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.153997/post-11510867

# Start the deal with the devil
init:
    default BONUS_CODE_SEASSON_1 = 1
    # Unlock image gallery (0 or 1)
    default EXTRAS_GALLERY_UNLOCKED = 1
    # Unlock replay gallery (0 or 1)
    default EXTRAS_REPLAY_UNLOCKED = 1
    # Unlock achievements (0 or 1)
    default ACHIEVEMENTS_UNLOCKED = 1
 
Last edited:
3.40 star(s) 43 Votes