Pienator

Newbie
Sep 22, 2019
68
36
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?
 

Klaabu

Member
Feb 19, 2019
148
81
ver. 0.31a Vincent first quest to Sanctury ( 2 companions) when waiting Vincent - option - have fun with the girls - getting errors.

Good game.
Sorry about my engrish
 

Deleted member 289409

Active Member
Nov 12, 2017
680
872
Hello
Does anyone know what's up with The Ghost?
Should I find something on that table?
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.
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?
None that I can think of you can try save scumming by saving before approaching the random girls you meet exploring and reloading.
 
Last edited:

DeMoS666

Well-Known Member
Jul 30, 2018
1,074
448
I do not understand what happened or why after Dom event with Mother and two daughters, i saved them and take them as guests, and told Dom they run away, and wait a few days (already more than 20 days i think) no new progress on Dom quest..

P.S. Started New Game from ver. 0.31a


Well i think at exactly 20 days it appears. A few all right... a few weeks that is...

Between each event is 20 days?:eek: or about 2 weeks..
 
Last edited:

DeMoS666

Well-Known Member
Jul 30, 2018
1,074
448
So when you ready ti give gasoline to Isabelle at the same page is telling you you have 10 canisters. and at the same time there is mentioned 15 canisters.
 
Last edited:

Bip

Active Member
Donor
May 4, 2017
737
2,136
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]
.....
 
Last edited:
3.70 star(s) 51 Votes