mrpmosh

New Member
Oct 10, 2018
5
5
Even in the latest beta F, I get looped if click the diet, healthy and cheap food options. Only "new day" breaks the loop. To fix that issue I changed $curloc with $loc[you].

Code:
if lvleda!1 and $loc[you]!'bordelloroom':
    act'Choose healthy food 5<<$caps>> per day':lvleda=1&gt $loc[you]
end
if lvleda!0 and $loc[you]!'bordelloroom':
    act'Choose cheap food 2<<$caps>> per day':lvleda=0&gt $loc[you]
end
if lvleda!2 and $loc[you]!'bordelloroom':
    act'Go on a diet 1<<$caps>> per day':lvleda=2&gt $loc[you]
Going to the beach and just clicking "Look for better prospects' will just loop you even after beach hours.
 

phlore101

Member
Jun 28, 2017
288
124
If you appoint a Madam with high Dom (90+) she will resolve the problem with aggressive clients.
Ooh OK. Some many different things in this game. Makes it both interested and a little difficult and frustrating. Will need some sort of guide one day.
 

Lurkling

Newbie
Nov 11, 2017
21
15
In order for a girl to storm out with a face slap they have to have a domination score of 60 or higher (which means they are either a dominatrix or inexperienced with sex). I don't see an issue here. Don't slap a girl until you have their domination score below 60. If you can in other areas when her domination is 60 or higher then that is the bug (provide specific instances). Slapping with a dick is less offensive than using a hand, FYI.
Yes the girl that happened on was inexperienced and had a domination score of 66 if I recall correctly. During sex on her back I was able to slap her in the face, but not later in in the blowjob menu. Then she stormed out. As I was not able to replicate it on a new save I do assume that was just some weird one off thing though.

I don't recall changing relationship values with debtors from the armenian gang. How do you think it should work?
Nevermind, I just started a new game in the .f version and now debtors get correctly sorted to the whores screen directly. Before they were just showing up under "contacts" and I thought that was kinda weird as they agreed to work of the debt and didn't get set to being whores.

I didn't wrap the stat info due to vertical space. Vertical space is a much bigger issue than horizontal space in the game. I don't support resolutions below 1920x1080. See attachment for the preferred QSP player window setup. I just enabled limited wrapping but it won't wrap entirely because it is a table, not plain text.
Yeah the resolution wasn't the problem I just had a different game screen setup. Tbh I was kinda surprised to see that you used a table instead of plain text but I guess it's more clearly arranged that way code wise so it does make sense.

Regarding new features and enhancements: Once you get to that point do you plan to set up a github page or something where people could make suggestions? I mean its obviously your game and I don't know if you would even want people to make suggestions code wise, but I really enjoy this game a lot and would like to help/contribute if possible.
 

Deleted member 216358

Well-Known Member
Modder
Donor
Game Developer
Sep 24, 2017
1,316
3,132
That only happens if a girl's anus is big enough, if it says that girl grunts from the pain while clenching her teeths then all the videos work. Here's a save, sometimes videos work, sometimes they don't as if there are some videos that just don't exist.
Fixed in the next release. Thank you for the report and save game!
 

Deleted member 216358

Well-Known Member
Modder
Donor
Game Developer
Sep 24, 2017
1,316
3,132
Even in the latest beta F, I get looped if click the diet, healthy and cheap food options. Only "new day" breaks the loop. To fix that issue I changed $curloc with $loc[you].

Code:
if lvleda!1 and $loc[you]!'bordelloroom':
    act'Choose healthy food 5<<$caps>> per day':lvleda=1&gt $loc[you]
end
if lvleda!0 and $loc[you]!'bordelloroom':
    act'Choose cheap food 2<<$caps>> per day':lvleda=0&gt $loc[you]
end
if lvleda!2 and $loc[you]!'bordelloroom':
    act'Go on a diet 1<<$caps>> per day':lvleda=2&gt $loc[you]
Going to the beach and just clicking "Look for better prospects' will just loop you even after beach hours.
I don't see a loop being created with changing your diet. You have to physically click on 'act' in order for it to 'gt $curloc'. This only happens one time.

I fixed the "Look for better prospects" bug where you could do it past beach hours. Thank you!
 

Deleted member 216358

Well-Known Member
Modder
Donor
Game Developer
Sep 24, 2017
1,316
3,132
Yes the girl that happened on was inexperienced and had a domination score of 66 if I recall correctly. During sex on her back I was able to slap her in the face, but not later in in the blowjob menu. Then she stormed out. As I was not able to replicate it on a new save I do assume that was just some weird one off thing though.


Nevermind, I just started a new game in the .f version and now debtors get correctly sorted to the whores screen directly. Before they were just showing up under "contacts" and I thought that was kinda weird as they agreed to work of the debt and didn't get set to being whores.


Yeah the resolution wasn't the problem I just had a different game screen setup. Tbh I was kinda surprised to see that you used a table instead of plain text but I guess it's more clearly arranged that way code wise so it does make sense.

Regarding new features and enhancements: Once you get to that point do you plan to set up a github page or something where people could make suggestions? I mean its obviously your game and I don't know if you would even want people to make suggestions code wise, but I really enjoy this game a lot and would like to help/contribute if possible.
I reverted the change to the stat display table because it looked bad using limited wrapping. You'll just have to scroll or use my layout if the stats you wish to view are off the screen. The reason I use a table instead of plain text is that it looks more organized and is in column and row format. I could use the plain text method but it looks messy and disorganized.

The only way I would consider going the github route is if I had competent and dedicated developers helping me with the project long term. Players can send suggestions here or PM me directly with proposed changes. I've actually had three players so far offer to help develop the game and all three didn't follow through. People are a lot of talk until they realize that they have to work for free. I have had several players offer code suggestions which I appreciate.
 

kurf85

Newbie
Jul 5, 2017
25
4
Is it possible to undo the limit Tony purchasing power of our Drugs? After we have 7 couriers, Tony does not have the capacity to buy more than 30kg per day.

Or will there be an option to setup our own drug distribution network? And not the drug dens.
 

Henryhyde

Member
May 25, 2017
140
46
View attachment 479439

I circled the relevant part in red. "Slaves can only be bought by owning a mansion" seems pretty straightforward. The only possible interpretation of that statement is that you can't get slaves unless you have a mansion. It literally means nothing else!
the important word in the circled text is "bought". I know you can train via the farm and own slaves and I have never managed to buy the mansion.
 

Deleted member 216358

Well-Known Member
Modder
Donor
Game Developer
Sep 24, 2017
1,316
3,132
Is it possible to undo the limit Tony purchasing power of our Drugs? After we have 7 couriers, Tony does not have the capacity to buy more than 30kg per day.

Or will there be an option to setup our own drug distribution network? And not the drug dens.
Demand = supply. I don't have any plans on changing that. You should be making tons of money as it is (that you can't possibly spend).
 

phlore101

Member
Jun 28, 2017
288
124
Demand = supply. I don't have any plans on changing that. You should be making tons of money as it is (that you can't possibly spend).
I'm not so sure about that. I want to try to play the game without cheats at some stage but buying the mansion seems impossible without cheating. Selling drugs to Tony seems to be one of the best ways to make money but even that is limited. I have tried building a factory and I haven't made it through the 30 days that it takes to install machinery. While I'm waiting, I'm bleeding money. Maybe I'm doing something wrong?
 

Heruactic

Newbie
Dec 1, 2018
29
34
Demand = supply. I don't have any plans on changing that. You should be making tons of money as it is (that you can't possibly spend).
You mean we cannot possibly spend yet. I want to be able to channel my shekels into genetically breeding catgirls for domestic consumption. Please tell me it is in the cards.

I can see it now, funneling giant tons of shekels and forcing your whores and addicts on doing research to grow a clone with cat ears and tails at perfect 100 beauty score.
 
Last edited:

Deleted member 216358

Well-Known Member
Modder
Donor
Game Developer
Sep 24, 2017
1,316
3,132
I'm not so sure about that. I want to try to play the game without cheats at some stage but buying the mansion seems impossible without cheating. Selling drugs to Tony seems to be one of the best ways to make money but even that is limited. I have tried building a factory and I haven't made it through the 30 days that it takes to install machinery. While I'm waiting, I'm bleeding money. Maybe I'm doing something wrong?
Kidnapping girls is pretty easy in this game. Get 30+ slaves/whores and assign 10 each to the street, gloryhole, and as camwhores (twice a week talk to each of them and encourage them to work harder).

Develop porn games as often as possible when you aren't training slaves, running your drug business, or doing pro boxing fights..

Sell the maximum amount of drugs to Tony.

Do pro fights every weekend. You can make up to $20K a weekend if you are #1 in pro boxing (fight on Friday and Saturday of each week as the #1 contender).

You should be swimming in money after a month or two.
 
Last edited:

Deleted member 216358

Well-Known Member
Modder
Donor
Game Developer
Sep 24, 2017
1,316
3,132
I'm hoping to release version 1.1 in the next few days. I'm taking the game out of beta. Maids will be working in this upcoming release.

Here is the . I'm still working on maids but their basic functionality is there. I need to limit most maid activities to once per day and fix some issues with maid stories. Please report bugs if you find them.

 
Last edited:

Cyberius

Newbie
Feb 28, 2019
65
37
Is that latest 1.0g release compatible with 1.0e saves or does it require again a new start?
 

finnmacha

New Member
Jul 20, 2017
11
19
You may want to include a tiny batch file that will launch the .QSP file with the version of qspgui.exe that you include with the files so that the sounds and movies play. I included the batch file I use to launch the app.
 

Djahid

Member
Oct 14, 2018
105
46
spectre1viper
À suggestion, Can you add in the next months some main characters?
For example a teacher ( Lisa ann porn star) with her own story, real face and videos without random videos, it's will make it better, like you will need to charm her or help her in a quest or if she is involved in mafia, whatever.

And in theater you put (elesa she has movies in theater ) every college subject with a teacher and a blackmail for exemple you find Lisa ann married cheating with the other teacher I don't remember his name, you video tape it and blackmail her.
 

Djahid

Member
Oct 14, 2018
105
46
spectre1viper lol I am not good at coding I would have liked to help you with this game, but it you want I could help you find the right videos if you wish for main characters, for the father you take Johnny sins and brother jordi el ninio
 
3.90 star(s) 27 Votes