Rohse

Member
Jan 4, 2018
297
470
257
This game needs a gallery, other than that it's a great experience.
I agree in principle, but there are almost no "easy" scenes in the game.
For it to work, you would have to max out all stats and then freeze them to get the best possible outcome of scene.

I have a hard time seeing how you'd build the gallery up so it worked.
It's a bit like the one in Light of My life where he's essentially built an autosave system of the last playthrough which is the variant of the scene being played in the gallery. From what I remember it was a hassle to put together.
 

Uriel ☁

Well-Known Member
Nov 28, 2017
1,777
11,835
738


Hi! It's been over two weeks since the last update. I've made more progress since, but it's still not nearly enough to complete the chapter as a whole. I believe I'm at about 50-60% completion, but that might change depending on how much more there is to finish later.

Thanks again for all of your support! I can't say much more than what I've said in the past, so this will have to do for now. I hope to answer your patience with a great release later.

Cheers!

1.jpg 2.jpg 3.jpg 4.jpg 5.jpg 6.jpg 7.jpg 8.jpg
 

slick97

Active Member
Dec 2, 2021
824
2,188
377
Question. Are jealousy points good or bad? Should I avoid them or seek them?
As far as I know, they're neither good or bad. They lead to slightly different dialogue during the threesome scene, but there doesn't seem to be any immediate consequences for fostering jealousy.

As for how it'll work in the future... I'm not entirely sure. Chances are it might just stay as flavor - which is similar to how affection and corruption paths work.
 
  • Like
Reactions: Reggie32

Elhemeer

Conversation Conqueror
Jun 20, 2022
7,837
13,177
812
Question. Are jealousy points good or bad? Should I avoid them or seek them?
Also, you can't avoid them all, so you have to decide if you want one to be maxed or balance between the two (I also have no idea what future effect is though ...)
 

Anus Mundi

Member
Nov 27, 2018
334
320
190
Question. Are jealousy points good or bad? Should I avoid them or seek them?
The more jealousy points you get, the more energy you gain:

Python:
label chapter4_part2_driver :
    scene black with dissolve
    call chapter4_2_rub_past from _call_chapter4_2_rub_past
    call chap4_2_jul from _call_chap4_2_jul
    call chapter4_2_meredith from _call_chapter4_2_meredith

    $total_attraction = meredith_attraction + meredith_attraction_lvl*10
    $total_corruption = meredith_corruption + meredith_corruption_lvl*10
    $total_energy_gained = day_score + total_attraction + total_corruption
    $total_energy_gained += meredith_orgasm_counter * 20
    #maxime bonus
    $total_energy_gained += 200
    $total_energy_gained += (chap4_mer_jel + chap4_max_jel) * 25 #<===============================

    call chapter4_2_epilogue from _call_chapter4_2_epilogue
    if meredith_attraction_lvl > 3 :
        call screen screen_meredith_day4_at_endscreen with dissolve
    elif meredith_corruption_lvl > 3 :
        call screen screen_meredith_day4_co_endscreen with dissolve

    pause
    scene black with dissolve

    stop music fadeout 2.0
    return
 

kazeiheikaya

Member
Apr 1, 2024
339
747
147
This was way more excellent of a game than I was expecting.
The models are absolutely impeccable, they almost feel real to a degree. There's a special style to them that gives them such an authentic look. I was so disappointed to reach the end of the current release.

Admittedly at first look I was a little off put but it quickly took form into something better than I could have hoped
 
  • Like
Reactions: mahligl and doozer

ninjasmurf73

Newbie
Nov 18, 2017
84
80
147
The more jealousy points you get, the more energy you gain:

Python:
label chapter4_part2_driver :
    scene black with dissolve
    call chapter4_2_rub_past from _call_chapter4_2_rub_past
    call chap4_2_jul from _call_chap4_2_jul
    call chapter4_2_meredith from _call_chapter4_2_meredith

    $total_attraction = meredith_attraction + meredith_attraction_lvl*10
    $total_corruption = meredith_corruption + meredith_corruption_lvl*10
    $total_energy_gained = day_score + total_attraction + total_corruption
    $total_energy_gained += meredith_orgasm_counter * 20
    #maxime bonus
    $total_energy_gained += 200
    $total_energy_gained += (chap4_mer_jel + chap4_max_jel) * 25 #<===============================

    call chapter4_2_epilogue from _call_chapter4_2_epilogue
    if meredith_attraction_lvl > 3 :
        call screen screen_meredith_day4_at_endscreen with dissolve
    elif meredith_corruption_lvl > 3 :
        call screen screen_meredith_day4_co_endscreen with dissolve

    pause
    scene black with dissolve

    stop music fadeout 2.0
    return
seems like it. I replayed scene becuase I was curious and received more energy making Meredith more jealous but I feel that this whole scene is affected by what you have done with the both of them previously. great game mechanics
 

GameRebel

Active Member
Mar 29, 2020
676
214
208
View attachment 3051902

Overview:
The next successor war dawns on Earth.
A seat at the high table, once governed by a powerful demon, went vacant for unknown reasons.
With a chance at a position of control, other lesser demons roused from their respective places,
each with an aspiration of reaching the apex of power.
You don't have permission to view the spoiler content. Log in or register now.

Thread Updated: 2024-03-28
Release Date: 2024-03-28
Developer: SparkHG -
Censored: No
Version: Chapter 4 Part 2 Release 1
OS: Windows, Mac, Linux
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
Win/Linux
: GDRIVE - - MEGA - - PIXELDRAIN
Mac: GDRIVE - - MEGA - - PIXELDRAIN

Extras: Walkthrough Mod* - Fan Signatures

* This unofficial port/version is not released by developer, download at your own risk.

View attachment 2612471 View attachment 2612473 View attachment 2612475 View attachment 2612476 View attachment 2612478 View attachment 2612480 View attachment 2612481 View attachment 2612483 View attachment 2612484 View attachment 2612486 View attachment 2612488 View attachment 2612495 View attachment 2612499
Trying to download the WT Mod triggered virus threat alerts
Is there a safe download link?
 

Ohvidente

Member
Feb 20, 2024
265
156
71
What does it take to fuck Meredith on all fours in chapter 2 (in this case, her second filming)?
 

RuthBlackett

Member
May 8, 2024
355
300
140
Looking over this page and Joker's mod and reading some of the captions i am reminded {likely i WON'T be, once i'm actually playing} of the sadly abandoned game "Chains of Pleasure"...
 
  • Like
Reactions: LionHeart 95
4.70 star(s) 297 Votes