fanevagabontul
Active Member
- Jan 3, 2019
- 764
- 131
- 172
Not really I believe IIRC all you find is a note or something like that but either way I think the chase for that one ends there.Hello
Does anyone know what's up with The Ghost?
Should I find something on that table?
None that I can think of you can try save scumming by saving before approaching the random girls you meet exploring and reloading.Is there a way to permanently raise beauty above 80? Or is my only option for a 99/100 to go club hunting, and hoping the gorgeous women try and rob me so I can beat them senseless and enslave them?
1 super tower whit 68 TB of HD of games
a ultra data base of games from quick basic to C++
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