PugLyf228

New Member
Apr 19, 2018
1
0
43
After ending any week my cash keeps getting set to "$[number NaN]". Seems like the value just gets emptied for this variable.
 

xaxa9551

New Member
Jun 9, 2019
9
71
199
After ending any week my cash keeps getting set to "$[number NaN]". Seems like the value just gets emptied for this variable.
Yeah, this is caused by issue in code where weekly income from VR Saloon (new content from v0.80 from what i've gathered from code) is not handled properly if you do not own it.
To fix it just open game html file in any text editor, go to line 1606 (or search for "set $player_cash += $vrIncome") and replace it with this
Original:
HTML:
<<if $day is 7>><<set $player_cash += $vrIncome>><<if $nevershowagain is false....
Corrected:
Code:
<<if $day is 7>><<if $vr is true>><<set $player_cash += $vrIncome>><</if>><<if $nevershowagain is false....
1739353129006.png

Edit: This will fix issue, but if you have already cash as $[number NaN] you will need to reload older save or restart game.
 
Oct 16, 2024
37
28
77
guys I have robbed the shop and the police lady mission where in last adriana chicklet was on AVN with a male pornstar is anything after that i more or that it please help me I am stuck
 

MercuryDev

Member
Game Developer
Dec 7, 2020
352
1,137
318
guys I have robbed the shop and the police lady mission where in last adriana chicklet was on AVN with a male pornstar is anything after that i more or that it please help me I am stuck
That's currently the end of content for the main storyline.
 

MercuryDev

Member
Game Developer
Dec 7, 2020
352
1,137
318
why does this have the lesbian tag?
I wasn't the one who put it in, but figured I better not touch it. I reckon it refers to a some of the female-male-female scenes that involve girls playing with each other while servicing you.
 
  • Like
Reactions: Swiver

Juerhullycin

Well-Known Member
Feb 4, 2024
1,699
6,840
599
the game console game becomes an eternal stalemate once both players have 100% accuracy because they cant lose any, any longer
 

MercuryDev

Member
Game Developer
Dec 7, 2020
352
1,137
318
the game console game becomes an eternal stalemate once both players have 100% accuracy because they cant lose any, any longer
Technically, you're not quite right? If I recall correctly, all three versions of AI (defensive, balanced, and aggressive) all have a chance of skipping turn to gain more accuracy even if it's at 100% or more. In that case, your strategy is to constantly attack their planets - you'll win eventually. This might be wrong, though, as it's been a while since I revisited the FFM's version of the game - it differs from the standalone one, and I can't tell in what way off the top of my head.
 
3.00 star(s) 16 Votes