WhatAmIDoingNow

New Member
Feb 5, 2023
1
1
I started playing the CC mod then moved my save files over to the 1.1.1 build.

I also moved the gym images to allow the gym mod. (I can initiate it but received an error when I did start the minigame until I added the images)

Now each time there's a riot in Floor 3, there are 4 rooms that are rioting but I can only clear out 3 as the minigame takes over the gym. Only way I can clear the gym room is to streak naked in the room. It's also making new runs harder since I can't completely clear the riot and control keeps dropping

Is there a file I can change/remove/edit in order to not have the gym as part of the riot?

If necessary I will remove the gym minigame altogether to be able to clear that room
 
  • Angry
Reactions: zoomies

zoomies

Well-Known Member
Jun 4, 2017
1,065
865
wow, so a member TheSaltySeaWeiner gave me 37 facepalms last night! is that a record ?!?
what a magnificent putz he must be! thank you for boosting my thumb up count!! :)
 
Last edited:
  • Haha
Reactions: ronadan

Shirafune

Engaged Member
Jun 6, 2017
2,225
3,254
Make a file. Call it "ShirafuneMod.js" (with the .js extension). Copy/Paste the whole code into it (save it). Drag and Drop it into www/mods folder. Start the Game, test it out.
8b19241aeace628e3b9c26e0740b1c0c.png
Did not work unfortunately, wanted only goblins - nothing but humans haha
 

Shirafune

Engaged Member
Jun 6, 2017
2,225
3,254
Looks good. Not quite sure why it doesnt work on your end.
If updating the Game doesnt help, i would try changing it directly.
(delete the mod from the mods folder before doing it)
You don't have permission to view the spoiler content. Log in or register now.
Doesn't work, mine looks like this which I think seems correct?
1675715058154.png
 

zoomies

Well-Known Member
Jun 4, 2017
1,065
865
What exactly would I have to erase?
you would have to change every id to:
(ENEMY_ID_MALE_VISITOR_GOBLIN)
added in edit i forgot to include perv goblin, but naatsui got it below. well done sir!

i usually change it all to human and it works, but i have never tried it for goblins, but i see no reason it wouldn't work
 
Last edited:
  • Like
Reactions: Shirafune

Shirafune

Engaged Member
Jun 6, 2017
2,225
3,254
If you want to keep the odds intact you replace every enemy in validEnemyTypes.push() for the one you want

validEnemyTypes.push(ENEMY_ID_MALE_VISITOR_GOBLIN) for normal Goblin
validEnemyTypes.push(ENEMY_ID_MALE_VISITOR_PERV_GOBLIN) for a pervert Goblin

These ones* should be replaced with ENEMY_ID_MALE_VISITOR_PERV_GOBLIN
You don't have permission to view the spoiler content. Log in or register now.
So basically if I want every goblin to come up to the counter wanting to bother karryn, it should be the validEnemyTypes.push(ENEMY_ID_MALE_VISITOR_PERV_GOBLIN)
 

Kintaroe

Active Member
Apr 5, 2019
679
1,732
So basically if I want every goblin to come up to the counter wanting to bother karryn, it should be the validEnemyTypes.push(ENEMY_ID_MALE_VISITOR_PERV_GOBLIN)
if u want only goblins (or other non humans but mainly goblins) as your enemies then i can upload my modified enemies.json file

This also works with reception other mini games
 
  • Like
Reactions: hemanhemanlol
4.60 star(s) 472 Votes