autizboyz

Member
Apr 28, 2017
337
129
241
Question, why my game keep giving a error on Cassandra (boxer) scene, and everytime I finish the game too, is that normal? Don't think it's normal aye?
 

erkan

Newbie
Nov 14, 2017
89
14
175
I finally got around to reworking the "rate up: " feature in the explore screen. I had to totally change how it worked and now it can handle having enemies with overlapping time windows and the enemy name shown in the explore menu is actually accurate. If enemies have overlapping times, I made it so that the enemy given the rate up is randomly assigned. Tested it with the stalker trait and everything seems to work, but I changed and added decent amount of things that happen in the background so let me or Annagrama know if I broke something.


Dog Mammoth and Annagrama HC2 mods:
Google Drive
Tried this version and when doing early bird morning (6am) I get:
You don't have permission to view the spoiler content. Log in or register now.
 

Annagrama

Formerly 'pekomon'
Dec 11, 2020
36
53
85
Tried this version and when doing early bird morning (6am) I get:
You don't have permission to view the spoiler content. Log in or register now.
I'll take a look at this in a sec.

EDIT: the error seems to be that when there are no enemies assigned to the time it currently is, rateup_by_area is empty, because it found no enemies to add to its lists, so if you have the Stalker trait or if you get the 50% chance of finding the rate up enemy, you get this error. I'm working on fixing it, and DogMammoth will update the Drive next chance they have :)
 
Last edited:

Annagrama

Formerly 'pekomon'
Dec 11, 2020
36
53
85
how can i fight Chloe again? i beated her without triggering the bad end.
You have to challenge her again in the arena, I haven't tried doing so, but if it's possible in the base game, it should be possible in the mod as well

EDIT: Diogaoo apparently forgot to add a button to challenge Chloe again, and the code for her achievement as well. I added both to the mod, as always DogMammoth will update it soon :)
 
Last edited:

DogMammoth

Newbie
May 24, 2018
51
69
81
Tried this version and when doing early bird morning (6am) I get:
Of course, I get the screens working accurately at all times and then I forget to add a check to the actual button that starts encounters to work properly when there are no rate up enemies. Annagrama fixed it and the Chloe thing too.

Dog Mammoth and Annagrama's HC2Plus :
 
Last edited:
  • Like
Reactions: erkan

erkan

Newbie
Nov 14, 2017
89
14
175
Of course, I get the screens working accurately at all times and then I forget to add a check to the actual button that starts encounters to work properly when there are no rate up enemies. Annagrama fixed it and the Chloe thing too.

Dog Mammoth + Annagrama HC2 Mods:
Google Drive
That fixed it but now I got an unrelated error (i think) and have no idea if it's from the mod or not. I get it then trying to struggle away from Natasha (plains girl, winning and trying to leave struggle):
You don't have permission to view the spoiler content. Log in or register now.
 

Annagrama

Formerly 'pekomon'
Dec 11, 2020
36
53
85
That fixed it but now I got an unrelated error (i think) and have no idea if it's from the mod or not. I get it then trying to struggle away from Natasha (plains girl, winning and trying to leave struggle):
You don't have permission to view the spoiler content. Log in or register now.
Yup, I forgot to update that one enemy (there are so many!)
I added the fix to our repo, but just so you don't have to wait for the Drive to update, grab this quick fix:

View attachment Natasha.rpy

Also, let me know if you get the same error with other enemies :)
 
  • Like
Reactions: erkan

DogMammoth

Newbie
May 24, 2018
51
69
81
Excuse me, sir. Is there any way to use the mod on the mobile version?
There wasn't before but I just went and figured it out. Seems to work just fine, but I don't have all day to test a whole new version so as usual, let us know if something errors. Android apps shouldn't be able to share data by nature, but If you have another install of HC2, make sure you don't try to load an old save somehow.

The Google Drive now has the apk and a folder containing the windows version in the main directory. The apk will definitely update slower than the windows version, it just takes way too long to build to update it for every little thing. Also, the GDrive is updated with the Natasha fix too.

Dog Mammoth and Annagrama's HC2Plus:
 
Last edited:

DogMammoth

Newbie
May 24, 2018
51
69
81
Question, why my game keep giving a error on Cassandra (boxer) scene, and everytime I finish the game too, is that normal? Don't think it's normal aye?
Are you playing the vanilla game or with the modpack? I quickly went through the Cassandra fight and didn't find any issues on the latest version + mods
 

DogMammoth

Newbie
May 24, 2018
51
69
81
Both actually, tried the vanilla got an error, and tried the modded version got an error too.
Very weird, if you have an error log you can post I can see if I can figure it out. You probably are on the newest release, but if you are using that mid-month live version someone posted like a few days ago, that version does not work right and updating would probably fix it.
 

DogMammoth

Newbie
May 24, 2018
51
69
81
For people searching for Cheats: Google Drive

Credit to:
DogMammoth

This has a sandbox mode which is functionally cheats.
More credit to Annagrama, they are the one who did basically all of the sandbox and hardmode stuff, I just occasionally fixed some bugs and tinkered with stuff for those modes.

For those looking for cheats, Annagrama's sandbox mode allows you to change a ton of the games mechanics and stats to fit your playstyle (just make yourself undefeatable) or pick the enemies you want to fight directly from a menu at base. You can toggle sandbox mode and the battle selection menu accessibility independently from the pause menu mid-run.

For those who don't want to use mods to cheat, you can also go into \HeroCorruption2-1.85-win\renpy\common\ and find a file called 00library.rpy. Use ctrl+f and search for "developer". You'll find a few lines that look like this:
image_2025-11-08_000140444.png

Replace that if/else statement with these two lines at the bottom, the indentation must match:
1762578198435.png

This will give you access to the developer menu with shift+d, you can view all the variables and use the console to set them easily with a command like "hp = 200". This allows you to cheat easily, but the sandbox mode in our mod gives you a lot better access to content.
 

autizboyz

Member
Apr 28, 2017
337
129
241
Very weird, if you have an error log you can post I can see if I can figure it out. You probably are on the newest release, but if you are using that mid-month live version someone posted like a few days ago, that version does not work right and updating would probably fix it.
This for Cassandra traceback. Just for context, I got defeated by her, not sent to the hospital where you are treated by a doctor, where you get cassandra hp low, and do the overwhelm check and miss it.

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

Annagrama

Formerly 'pekomon'
Dec 11, 2020
36
53
85
This for Cassandra traceback. Just for context, I got defeated by her, not sent to the hospital where you are treated by a doctor, where you get cassandra hp low, and do the overwhelm check and miss it.

You don't have permission to view the spoiler content. Log in or register now.
Hmmm, it looks like there is no Bad End for Cassandra, or that it's not labeled correctly... I can't access my computer (and thus, the game code) until next Saturday, but it should be easily solvable.
Maybe it's a base game issue, or maybe it's something that I modified by accident
 

autizboyz

Member
Apr 28, 2017
337
129
241
Hmmm, it looks like there is no Bad End for Cassandra, or that it's not labeled correctly... I can't access my computer (and thus, the game code) until next Saturday, but it should be easily solvable.
Maybe it's a base game issue, or maybe it's something that I modified by accident
Okay I also got this weird error after you got the tower from the pub.

You don't have permission to view the spoiler content. Log in or register now.
I have zero clue what the heck is going on, before I never got any of this error, but now I got a lot of error, should I clear my save or something like that?
 

DogMammoth

Newbie
May 24, 2018
51
69
81
Okay I also got this weird error after you got the tower from the pub.

You don't have permission to view the spoiler content. Log in or register now.
I have zero clue what the heck is going on, before I never got any of this error, but now I got a lot of error, should I clear my save or something like that?
This error is because of something we did, I'll fix this and look at the cassandraBE, weird though cus I checked the cassandra end myself, which just boots you to an encounter with Gabrielle without a BE, and it worked fine, I'll make it so our working cassandra overwrites the one supplied in the base game just in case. I'll update the mod in a bit.
 
3.70 star(s) 32 Votes