Bonger12345

Member
Oct 18, 2019
137
102
140
big ups to the dev for completing the game, but im just curious if he has anything planned for lady skye? You know the one mother we took as a slave and is seemingly doing nothing.
 

PurpleHaze07

Newbie
Jan 10, 2018
25
5
140
Is the file safe to download? i've tried downloading from Catbox, Datanodes and Gofiles all came with a virus warning
 

OmegaBlazerX

Newbie
Mar 16, 2018
38
18
173
Is the file safe to download? i've tried downloading from Catbox, Datanodes and Gofiles all came with a virus warning
Sometimes you get a false positive i get it all the time on my PC and Android you can download it no problem unless the Anti virus simply removes the file that case you need to temporary turn off.
 

lahana

New Member
Nov 7, 2021
7
1
126
Is the file safe to download? i've tried downloading from Catbox, Datanodes and Gofiles all came with a virus warning
it's an html file. with the safety measures of the modern browsers, worst it can do is mining some crypto currency. and you can check if it's doing that by listening your computer's fans.
 

OranosDev

Discerning Coomer
Game Developer
Apr 11, 2021
407
1,381
277
If I had hidden a virus in my game people would've noticed by now and called me out on it. Thousands have downloaded the game and no one has gotten a virus from it. It's a false positive.
 

ingvary

Newbie
May 27, 2020
38
25
85
OranosDev

You did not initialize the medalrewards, so you can't claim your rewards in the achievements panel. They are undefined, not false.

The "StoryInit" should be perfect for that:
Java:
<<set $endingmedalreward to false>>
<<set $lauramedalreward to false>>
<<set $carmichaelmedalreward to false>>
...
But since I remember it was ok a long time ago (so it's OK with previous saves), I would say... WTF Dev? :LOL:


Another one, in the passage "haley text":
Java:
<<set $Time to $Time - 1>>
should be <<set $Time to $Time + 1>>
Here is the list of all medalrewards initialized if you want to patch html file yourself like me:
JavaScript:
&lt;&lt;set $endingmedalreward to false&gt;&gt;
&lt;&lt;set $lauramedalreward to false&gt;&gt;
&lt;&lt;set $carmichaelmedalreward to false&gt;&gt;
&lt;&lt;set $lunamedalreward to false&gt;&gt;
&lt;&lt;set $leximedalreward to false&gt;&gt;
&lt;&lt;set $ambermedalreward to false&gt;&gt;
&lt;&lt;set $candacemedalreward to false&gt;&gt;
&lt;&lt;set $lolamedalreward to false&gt;&gt;
&lt;&lt;set $sukimedalreward to false&gt;&gt;
&lt;&lt;set $brimedalreward to false&gt;&gt;
&lt;&lt;set $ellamedalreward to false&gt;&gt;
&lt;&lt;set $milamedalreward to false&gt;&gt;
&lt;&lt;set $alettamedalreward to false&gt;&gt;
&lt;&lt;set $marymedalreward to false&gt;&gt;
&lt;&lt;set $lisamedalreward to false&gt;&gt;
&lt;&lt;set $sophiemedalreward to false&gt;&gt;
&lt;&lt;set $ruemedalreward to false&gt;&gt;
&lt;&lt;set $rubymedalreward to false&gt;&gt;
&lt;&lt;set $twins2medalreward to false&gt;&gt;
&lt;&lt;set $twinsmedalreward to false&gt;&gt;
&lt;&lt;set $angelicamedalreward to false&gt;&gt;
&lt;&lt;set $emilymedalreward to false&gt;&gt;
&lt;&lt;set $saffronmedalreward to false&gt;&gt;
&lt;&lt;set $lilithmedalreward to false&gt;&gt;
&lt;&lt;set $carmenmedalreward to false&gt;&gt;
&lt;&lt;set $schoolmedalreward to false&gt;&gt;
&lt;&lt;set $reillymedalreward to false&gt;&gt;
&lt;&lt;set $haleymedalreward to false&gt;&gt;
&lt;&lt;set $penelopemedalreward to false&gt;&gt;
&lt;&lt;set $jademedalreward to false&gt;&gt;
&lt;&lt;set $moniquemedalreward to false&gt;&gt;
&lt;&lt;set $gabriellemedalreward to false&gt;&gt;
&lt;&lt;set $kimberlymedalreward to false&gt;&gt;
&lt;&lt;set $kelseymedalreward to false&gt;&gt;
&lt;&lt;set $amandamedalreward to false&gt;&gt;
&lt;&lt;set $phoebemedalreward to false&gt;&gt;
&lt;&lt;set $blossommedalreward to false&gt;&gt;
 
  • Like
Reactions: Bip

OranosDev

Discerning Coomer
Game Developer
Apr 11, 2021
407
1,381
277
Here is the list of all medalrewards initialized if you want to patch html file yourself like me:
JavaScript:
&lt;&lt;set $endingmedalreward to false&gt;&gt;
&lt;&lt;set $lauramedalreward to false&gt;&gt;
&lt;&lt;set $carmichaelmedalreward to false&gt;&gt;
&lt;&lt;set $lunamedalreward to false&gt;&gt;
&lt;&lt;set $leximedalreward to false&gt;&gt;
&lt;&lt;set $ambermedalreward to false&gt;&gt;
&lt;&lt;set $candacemedalreward to false&gt;&gt;
&lt;&lt;set $lolamedalreward to false&gt;&gt;
&lt;&lt;set $sukimedalreward to false&gt;&gt;
&lt;&lt;set $brimedalreward to false&gt;&gt;
&lt;&lt;set $ellamedalreward to false&gt;&gt;
&lt;&lt;set $milamedalreward to false&gt;&gt;
&lt;&lt;set $alettamedalreward to false&gt;&gt;
&lt;&lt;set $marymedalreward to false&gt;&gt;
&lt;&lt;set $lisamedalreward to false&gt;&gt;
&lt;&lt;set $sophiemedalreward to false&gt;&gt;
&lt;&lt;set $ruemedalreward to false&gt;&gt;
&lt;&lt;set $rubymedalreward to false&gt;&gt;
&lt;&lt;set $twins2medalreward to false&gt;&gt;
&lt;&lt;set $twinsmedalreward to false&gt;&gt;
&lt;&lt;set $angelicamedalreward to false&gt;&gt;
&lt;&lt;set $emilymedalreward to false&gt;&gt;
&lt;&lt;set $saffronmedalreward to false&gt;&gt;
&lt;&lt;set $lilithmedalreward to false&gt;&gt;
&lt;&lt;set $carmenmedalreward to false&gt;&gt;
&lt;&lt;set $schoolmedalreward to false&gt;&gt;
&lt;&lt;set $reillymedalreward to false&gt;&gt;
&lt;&lt;set $haleymedalreward to false&gt;&gt;
&lt;&lt;set $penelopemedalreward to false&gt;&gt;
&lt;&lt;set $jademedalreward to false&gt;&gt;
&lt;&lt;set $moniquemedalreward to false&gt;&gt;
&lt;&lt;set $gabriellemedalreward to false&gt;&gt;
&lt;&lt;set $kimberlymedalreward to false&gt;&gt;
&lt;&lt;set $kelseymedalreward to false&gt;&gt;
&lt;&lt;set $amandamedalreward to false&gt;&gt;
&lt;&lt;set $phoebemedalreward to false&gt;&gt;
&lt;&lt;set $blossommedalreward to false&gt;&gt;
They do not have to be set to false in order to be set to true, which only happens at the point it's supposed to in each character's story.
 
  • Like
Reactions: Black Xoul

evilmonkie

Newbie
Nov 30, 2018
72
62
216
now that the game/story is complete, what is everyone's preferred capo? what are the pros and cons of each one? do any unlock unique features/rewards/content?
 
  • Like
Reactions: TGafy

FreiZenX

Newbie
Jan 1, 2018
27
8
108
hi, i cant seem to find the solution. it says im not done with kimberly content to trigger christmas event but so far everything for kimberly is done. i think ?
 

OranosDev

Discerning Coomer
Game Developer
Apr 11, 2021
407
1,381
277
hi, i cant seem to find the solution. it says im not done with kimberly content to trigger christmas event but so far everything for kimberly is done. i think ?
Have you made sure by looking at her walkthrough?
 

FreiZenX

Newbie
Jan 1, 2018
27
8
108
Have you made sure by looking at her walkthrough?
yes i terms of story i done all. walkthrough literally says the story is linear so idk. i unlocked all options in the harem already as of now. even got the spoils of war acheivement already
 
Last edited:

OranosDev

Discerning Coomer
Game Developer
Apr 11, 2021
407
1,381
277
yes i terms of story i done all. walkthrough literally says the story is linear so idk. i unlocked all options in the harem already as of now. even got the spoils of war acheivement already
I meant Kimberly's specific walkthrough. If you still can't make it work you can send me the save and I'll have a look
 

Bip

Active Member
Donor
May 4, 2017
738
2,111
475
They do not have to be set to false in order to be set to true, which only happens at the point it's supposed to in each character's story.
No, but they have to be set in order to be tested in the way you do ;)

The trouble is that <<if $lilithmedalreward is false>> can not be "true" since $lilithmedalreward is undefined.
So [[Claim reward!|lilithmedalreward]] can not appear, never, jamais, niemals, en ningún caso.

Maybe the test <<if ! $lilithmedalreward>> or <<if $lilithmedalreward == false>> could work (I didn't test), but <<if $lilithmedalreward is false>> can't work without an initialization.
 
Last edited:

Jaybird1138

New Member
Sep 16, 2024
4
2
37
Any other games like this?

The game mechanics that one can use, the graphics, and the progression were quite enjoyable, would not mind seeing similiar games. The genre was a bit more than I am interested tho.
 

OranosDev

Discerning Coomer
Game Developer
Apr 11, 2021
407
1,381
277
No, but they have to be set in order to be tested in the way you do ;)

The trouble is that <<if $lilithmedalreward is false>> can not be "true" since $lilithmedalreward is undefined.
So [[Claim reward!|lilithmedalreward]] can not appear, never, jamais, niemals, en ningún caso.

Maybe the test <<if ! $lilithmedalreward>> or <<if $lilithmedalreward == false>> could work (I didn't test), but <<if $lilithmedalreward is false>> can't work without an initialization.
Oh you're right lol, Missed that mistake. Thanks for notifying me of it
 
3.70 star(s) 47 Votes