- Sep 3, 2022
- 23,018
- 192,178
They haven't for the last 2 updates....just wait a few days for it to drop to the lower tiers, then it will be here
Those status updates are public posts...
They haven't for the last 2 updates....just wait a few days for it to drop to the lower tiers, then it will be here
It's still at the $25 tier, it will go down on the 17th.Still waiting to leak!
Now the time has come. currently uploading to gofileIt's still at the $25 tier, it will go down on the 17th.
Good deal, let me know and I'll compress for the ones that can't/won't download anything over a GBNow the time has come. currently uploading to gofile
Sure The current version has 6gigsGood deal, let me know and I'll compress for the ones that can't/won't download anything over a GB
Holy cowSure The current version has 6gigs
Mkay?No new content
Ep.4 v0.4.1
800+ static renders
23 animations
Load my save file and the game ends at the end of episode 3.Mkay?
Did you use a mod or did you apply the mod? The multi-mod is not updated....Load my save file and the game ends at the end of episode 3.
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
Oh, yes I think that's why happened.Did you use a mod or did you apply the mod? The multi-mod is not updated....
Will there be a Koga3 mod update soon? We're missing you, brother.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
DISCLAIMER
This script makes permanent changes to your persistent data.
Removing this script will not revert the changes that have been made.
Make a backup if you ever want to be able to revert back without completely removing your persistent data.
When the unlocker changes anything in the persistent data, it will be logged in the log.txt file
REMARKS
The old Gallery Unlocker is still available View attachment CarnalContract-GalleryUnlocker_0.8.zip
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.153997/post-11510867
# Start the deal with the devil
init 666 python:
import re
print('')
print('=== START:GalleryUnlocker ===')
for unlock_item in dir(persistent):
# Unlock Bonus
if unlock_item.startswith('bonus_code_part_'):
if getattr(persistent, unlock_item) == 0:
print('Set ' + unlock_item + ' = True')
setattr(persistent, unlock_item, True)
# Unlock Gallery
if re.search('^ep[0-9]+_(im|sm)[0-9]+', unlock_item):
if getattr(persistent, unlock_item) == 0:
print('Set ' + unlock_item + ' = 1')
setattr(persistent, unlock_item, 1)
# Make sure the replay scenes are clickable
for label in renpy.get_all_labels():
renpy.game.persistent._seen_ever[label] = True
renpy.game.seen_session[label] = True
print('=== END:GalleryUnlocker ===')
print('')
Awesome KoGa3 ! TYVM for your work!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