nossiob

Member
Jul 28, 2017
172
123
i tried to get it with kendra, but it never triggered for me. she tempts me, starts to masturbate and then eventually i always just loose the fight
 

shundi82

Member
Sep 7, 2022
209
313
i tried to get it with kendra, but it never triggered for me. she tempts me, starts to masturbate and then eventually i always just loose the fight
The formula for it to proc looks like this:
Code:
if ((corruption)-att[4]*0.33) > 0:
I bet att[4] refers to CON, so as long as CON/3 > corruption, it won't trigger.
In order to save time (my CON sits at 100, so corruption would have to be 34), I just switched the condition to:
Code:
if "Uncontrollable Lust" not in btraits:
You can find the modified file (+ backup of the original) in the attached ZIP file.
 
Last edited:

Yasimira

New Member
Mar 1, 2021
1
7
Possibly my first and last share here.
v1.60b


The new version of HC2 is out !

Changes:



CURSES

  • Curses are small, stackable debuffs introduced to prevent long tower runs.
  • Whenever a boss is defeated in the Tower, you'll have to choose between one of three curses.
    • Playing boss rush mode will cause every floor to increase a new curse.
  • They may be introduced in Hardmode depending on how they are received by you guys.


NEW ENEMIES

Ines
(Mountains)

  • You may not like her at first, but we are sure that Ines will grow on you


Elisa (Boss)(Beach)

  • As a new beach boss, Elisa has the bottom you'd expect from a beach girl


OTHERS

  • Added a new Perk/Trait: Opportunist
  • Added 2 new Bad Endings: Ines, Elisa
  • Added 2 new Achievements
  • Added new sfx for curses
  • Improved damage formula coding


BALANCE STUFF

  • Increased Purple and Red potion multiplier cost (day x 4) > (day x 5)
  • Increased Last Resort AP cost 2 > 8
  • Decreased Natasha addiction check HP multiplier x30 > x25
  • Decreased Desiree Resistance 20 > 16
  • Decreased Annie Resistance 15 > 12
  • Decreased Suzanne Resistance 15 > 12
  • Increased Tiffany Armor 50 > 55
BUG FIXES

  • Fixed Esperanza dialog overlap
---------------------------------

v1.60b:

  • Fixed Consumables screen causing the Hero to exit the Tower
  • Fixed Ines sfx loop
  • Small tweaks on Clear Data button
  • Removed "x addiction increased" from potion usage
---------------------------------
 

Ryuzaki123

Newbie
Jul 26, 2018
38
53
For just two new girls once a blue moon, not sure if it's worth it lol.

How hard is it to import the 1.60 girls to the new game anyway?
i honestly have no idea about coding but i doubt it's just about adding 2 rpyc files since you would also need to assign them to an area and implement their mechanics (curse isn't in 1.55)
anyway i'm not putting money into this game, i've done it twice, during those updates there was only 1 girl every update and they sucked so i'd rather wait
 

Squirrel94

New Member
Aug 20, 2018
11
6
Possibly my first and last share here.
v1.60b


The new version of HC2 is out !

Changes:



CURSES

  • Curses are small, stackable debuffs introduced to prevent long tower runs.
  • Whenever a boss is defeated in the Tower, you'll have to choose between one of three curses.
    • Playing boss rush mode will cause every floor to increase a new curse.
  • They may be introduced in Hardmode depending on how they are received by you guys.


NEW ENEMIES

Ines
(Mountains)

  • You may not like her at first, but we are sure that Ines will grow on you


Elisa (Boss)(Beach)

  • As a new beach boss, Elisa has the bottom you'd expect from a beach girl


OTHERS

  • Added a new Perk/Trait: Opportunist
  • Added 2 new Bad Endings: Ines, Elisa
  • Added 2 new Achievements
  • Added new sfx for curses
  • Improved damage formula coding


BALANCE STUFF

  • Increased Purple and Red potion multiplier cost (day x 4) > (day x 5)
  • Increased Last Resort AP cost 2 > 8
  • Decreased Natasha addiction check HP multiplier x30 > x25
  • Decreased Desiree Resistance 20 > 16
  • Decreased Annie Resistance 15 > 12
  • Decreased Suzanne Resistance 15 > 12
  • Increased Tiffany Armor 50 > 55
BUG FIXES

  • Fixed Esperanza dialog overlap
---------------------------------

v1.60b:

  • Fixed Consumables screen causing the Hero to exit the Tower
  • Fixed Ines sfx loop
  • Small tweaks on Clear Data button
  • Removed "x addiction increased" from potion usage
---------------------------------
Link for the windows download gives errors. No way to actually download the new version.
 

nossiob

Member
Jul 28, 2017
172
123
Link for the windows download gives errors. No way to actually download the new version.
i just downloaded it to see for myself, but file downloads just fine and extracts without any issue. game also launches just fine and nothing is wrong with it. redownload and extract again. dont overwrite existing files
 
  • Like
Reactions: ablafa1138

Squirrel94

New Member
Aug 20, 2018
11
6
i just downloaded it to see for myself, but file downloads just fine and extracts without any issue. game also launches just fine and nothing is wrong with it. redownload and extract again. dont overwrite existing files
Every time I click download, the site shuts down and it says " SSL_ERROR_ACCESS_DENIED_ALERT".

Seems to me like a security risk that the browser is picking up on.
 
3.60 star(s) 29 Votes