malcolmalbie

Active Member
Oct 8, 2018
677
1,392
I feel like everyone should do a very small amount of poking around in the developer console to find the code. It's pretty trivial. (no offense to ttyrke). Teach a man to fish and all that.
  1. Open Developer Console
  2. Run SugarCube.setup.decrypt(SugarCube.State.variables.mcCache)
  3. Profit
The reason the code can be found so easily (other than ttyrke using Caesar cipher -1) is because the game stores the code encrypted and decrypts it to check, a two way operation. The best way to check is the same way you'd check someone's password:
  1. Hash the input
  2. Check if the hashed input is the same as your hash
  3. If so then input is correct
This way is a one-way operation as you can't get the code from the hash.
 

DarthSion98

Member
May 31, 2020
442
514
Is there anything that can be done about the "Your body hurts" stat effect?
Or some way you don't encounter lvl 100 enemies on the 3rd day?

All these updates, and the enemies are still impossible to fight unless you have max stats.
 
Last edited:

GamerDaddy

Engaged Member
Feb 6, 2023
2,198
1,316
Is there anything that can be done about the "Your body hurts" stat effect?
Or some way you don't encounter lvl 100 enemies on the 3rd day?

All these updates, and the enemies are still impossible to fight unless you have max stats.
that debuff will go away after a few days (and there is no lvl 100 enemies) suggest have body armor/knife/gun you get the gun thru blairs quest line
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,478
1,742
  1. Open Developer Console
  2. Run SugarCube.setup.decrypt(SugarCube.State.variables.mcCache)
  3. Profit
The reason the code can be found so easily (other than ttyrke using Caesar cipher -1) is because the game stores the code encrypted and decrypts it to check, a two way operation. The best way to check is the same way you'd check someone's password:
  1. Hash the input
  2. Check if the hashed input is the same as your hash
  3. If so then input is correct
This way is a one-way operation as you can't get the code from the hash.
It's literally HTML game... You can just set check if(true) and don't need to bother with some hashes, etc.
 

kavclay

Newbie
May 30, 2022
15
10
How do i get the femboy versions of sex scenes when using the action pack mod? Is it a trait that i can edit onto one of my male npcs?
 

Darkcroxz

Newbie
Oct 14, 2019
53
26
Hey guys I cant run the game on Google chrome (I can run it on other browsers), I get "Error: Could not find file 'actions.js'." but the file is there (inside js folder) and my antivirus is not a problem. How do I fix it?
 
Last edited:

Maxxie42

Newbie
Jun 5, 2021
59
101
How do i get the femboy versions of sex scenes when using the action pack mod? Is it a trait that i can edit onto one of my male npcs?
In my experience, any slave aged 25 or under automatically gets the femboy scenes. That was a couple versions ago though, I don't know if anything has changed since then.
 

theickobicko

Member
May 29, 2019
136
165
i'm somewhat early in the game, will there be a way for the children to grow up faster? so they can start "helping" with the settlement, or will they just "be there"...
 

surfpup

Member
Jun 23, 2021
217
159
i'm somewhat early in the game, will there be a way for the children to grow up faster? so they can start "helping" with the settlement, or will they just "be there"...
Yes, I've just gotten to a part of the game that appears to offer a solution to this.
 

theickobicko

Member
May 29, 2019
136
165
so I have the hospital blueprint, and its day 126. I still can't build or even find where to build the hospital?
later you build a settlement, choose name flag and so on, and later vincent comes and gives you some lecture how it's dangerous, and says you have to build more things. then you can build those things inside your room in the settlement management menu
 
3.70 star(s) 45 Votes