save it on the disc ou Hard Driveguys when i close the game and open it again i loose all my saves
set _girls = setup.neganQuest2HaveGirls()
run _girls.sort().reverse() /* surely ugly, but it works */
companionRemove _girls[0]
companionRemove _girls[1]
.....
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 easyeven if i save it on the disc, it doesn't work when i want load it from the disk
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.....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
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)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
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] .....
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 easierself modded version with 1000 energy and hunger
cheat menu adds 1000 to stats instead of 1s
You must be registered to see the links
My 52 year prostitute got pregnant too. Somebody is super powerful in the city.i use 3/5 fertile potions to make pergnant a 46 woman
If you're asking me I'm playing Apocalyptic World 0.31a.you are runing the index html or Apocalyptic World 0.31a.html ?
try to run ás adimIf you're asking me I'm playing Apocalyptic World 0.31a.