Druid64

Member
Dec 11, 2019
219
100
There is a button in save load menu to save as file and load save as file. Save it somewhere when you can find it easy
If playing online create a game folder in your games directory then create a save file in the game folder and save to that file.....
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,509
1,796
ttyrke
An error on the Negan quest 2, when you give him the 4 girls. (name="Negan - fuel slaves")
To be OK, the _girls[] has to sorted in inverse since you rearrange the list (slaves or guests) after each girl deleted.

For exemple ["slave:7,slave:4,slave:3,slave:0"]:
You delete the 7, rearrange the slaves list, the 4 will still be the 4 in the slaves list and still match the _girls[] list.. and so and so... that's OK.

If you have ["slave:0,slave:3,slave:4,slave:7"]:
You delete the 0, rearrange the slaves list, the 3 will become the 2 in the slaves list, but will stay 3 in the _girls list: No match anymore and another slave than the good one will be deleted on the next round.


Good luck to understand what I mean, even I understand less now that I (tried to) explained it:LOL:


edit:
I just tried to add a sort.reverse in the "Negan - fuel slaves" passage, it seems to work:
JavaScript:
set _girls = setup.neganQuest2HaveGirls()
run _girls.sort().reverse()    /* surely ugly, but it works */
companionRemove _girls[0]
companionRemove _girls[1]
.....
Understood and already fixed for 0.32. Thanks! I was too lazy, so instead of reversing I copy/pasted 4 times get (as it was before), so after reach removal it grabs companion list again (with already rearanged keys)
 
  • Like
Reactions: HS1990 and Rafa8946

xDuckSx

Member
Mar 7, 2020
158
92
self modded version with 1000 energy and hunger
cheat menu adds 1000 to stats instead of 1s
no offense but are you sure you made it 1000 energy? after 4 expeditions im nearly out of energy with your self made cheat but everything else works fine and good job on it makes it much easier
 

Rafa8946

Member
Jun 6, 2017
185
33
and the concret can be ricycle at 2000 CELº , to expand the cabin , made a clinic or made strong wall's
 
Last edited:

Xythurr

Well-Known Member
Oct 29, 2017
1,468
3,069
OK I used a fertility potion for 10 days in a row and focused on one 18 year old chick. Banged her till energy ran dry took a shower and a nap and resumed every day. Nothing.
I'm glad it's working for some folks but pregnancy is borked for some of us.
I even used cheats to fast track a new game.
Oh well good game aside from that.
 

Druid64

Member
Dec 11, 2019
219
100
I know why mine get deleted I have my browser set to clear cookies and cache whenever I close it that's why I know to save like I said
 

Cazzan

Newbie
Dec 11, 2022
45
83
Pregnancy is definitely broken. Just to be sure I first tried cheating infinite energy and 100 fertility potions, then proceeded to fill the pussies of 20 women from age 18-25 several times. Not a single pregnancy.

Then I looked in the code and found the line where fertility potion is supposed to double the chance and changed it to give 100% chance every time, did the creampies in everyone again - and no pregnancies.

Also if you have a guard and 4 companions when your base gets attacked the game breaks (probably because you can't have 5 defenders).
 
  • Like
Reactions: Xythurr

Wattle

Newbie
Jun 10, 2023
85
215
I had zero companions when the base attack happened and it still broke. If you keep refreshing you can get thru it. Pregnancy is also broken for me as well.
 
  • Like
Reactions: Xythurr

Klaabu

Member
Feb 19, 2019
148
81
warning - save before to go and give Negan 4 blondes, sometimes he takes only 2, but suprise, suprise - he takes over 2
from you basement. (not even blondes)

Sorry my engrish
 
3.70 star(s) 51 Votes