Only Way is increase the speed to fastest setting, at the bottom screen ya got the - , pause, + Buttons, click the + for faster speed, it the best ya can do. But my advice would be, delete the game and get another brothel manager game, there much better ones out there.How do I skip the shifts? That's unbearable.
for i in salaryA: salaryA[i] = math.floor(salaryA[i] / 10)
for i in salaryN: salaryN[i] = math.floor(salaryN[i] / 10)
for i in salaryD: salaryD[i] = math.floor(salaryD[i] / 10)
for i in salaryH: salaryH[i] = math.floor(salaryH[i] / 10)
for i in salaryW: salaryW[i] = math.floor(salaryW[i] / 10)
for i in salaryM: salaryM[i] = math.floor(salaryM[i] / 10)
for i in PointsXP: PointsXP[i] = math.floor(PointsXP[i] / 1000)
This is what confuses me. In every other business sim, price directly effects demand be it through how many customers spawn or how much those customers what to buy. Here it only says price effects how long they are willing to wait.What has worked for me:
- Hire a middle range Assistant - You want to level up your girls ASAP but probably can't afford the most expensive option
- Hire 3 highest class girls - Expensive drinks and shorter serving times really matter
- Gouge the prices to +40% and eventually all the way to +50%
Unlike the common sense suggests, there is no wisdom in starting slow.
Thanks. This makes the game actually playable.Exploit your workers, enable developer mode and reduce their salaries:
Code:for i in salaryA: salaryA[i] = math.floor(salaryA[i] / 10) for i in salaryN: salaryN[i] = math.floor(salaryN[i] / 10) for i in salaryD: salaryD[i] = math.floor(salaryD[i] / 10) for i in salaryH: salaryH[i] = math.floor(salaryH[i] / 10) for i in salaryW: salaryW[i] = math.floor(salaryW[i] / 10) for i in salaryM: salaryM[i] = math.floor(salaryM[i] / 10)
Enable it how?Exploit your workers, enable developer mode and reduce their salaries:
Code:for i in salaryA: salaryA[i] = math.floor(salaryA[i] / 10) for i in salaryN: salaryN[i] = math.floor(salaryN[i] / 10) for i in salaryD: salaryD[i] = math.floor(salaryD[i] / 10) for i in salaryH: salaryH[i] = math.floor(salaryH[i] / 10) for i in salaryW: salaryW[i] = math.floor(salaryW[i] / 10) for i in salaryM: salaryM[i] = math.floor(salaryM[i] / 10)
Create developer.rpy in the game directory:Enable it how?
init 500 python:
config.developer = True
Alright, wish I knew about this yesterday. I'll give it a try.Exploit your workers, enable developer mode and reduce their salaries:
And to make class upgrades quicker:Code:for i in salaryA: salaryA[i] = math.floor(salaryA[i] / 10) for i in salaryN: salaryN[i] = math.floor(salaryN[i] / 10) for i in salaryD: salaryD[i] = math.floor(salaryD[i] / 10) for i in salaryH: salaryH[i] = math.floor(salaryH[i] / 10) for i in salaryW: salaryW[i] = math.floor(salaryW[i] / 10) for i in salaryM: salaryM[i] = math.floor(salaryM[i] / 10)
Code:for i in PointsXP: PointsXP[i] = math.floor(PointsXP[i] / 10)
I'm stuck here as well...Looking at variables to figure out how to cheat.How do i get the Large Cafe? I'm sitting on nearly 100k and the screen only says "advance payments".
The assisstant seems liek a drain early, but the +15% exp boost from them does make exp gains thus future profits better as the waitresses level up faster, while the VIP customers they give definetly don't make up for their high wage.Well I'm somewhat disappointed, one girl wasn't performing well as waitress, so i fired her, but i was never given an option to hire new waitress and thus i was stuck in week 3 with only 2 waitresses. Also hire better waitresses net ya more in loss then profit which makes this game somewhat hard to manage, the assistant should actualy be working to in the coffee shop but she basicly does nothing but being a money sink which net you losses.