Michael967
Member
- Dec 8, 2019
- 147
- 37
- 85
I don't think Mega give a shit, the updates are still on there so it's more likely one of the old devs either cleaned up their Mega folder or their hosting expired from lack of them using it.Just wondering is the game removed from MEGA because of the devs or the website?
I've played a couple game weeks as a student. The first thing I did (outside of classes) is to get access to Tony (the drug dealer). You could do this by building up a relationship with the addicts in your class (needs 50+ relation) or by playing against Tony in the strip club (requires taking out a loan at the bank first).Have you managed to survive and thrive while actually engaging in school for the full hours every school day?
Ah. I forgot about the steroids for 50 thing, I think I reported it as a bug years ago due to text not matching the numbers behind the scenes only to have the result be making the text match the big number rather than change the numbers to just be selling all the doses you had.~A working strategy
No, it doesn't work that way. Hacking the porn database only tells you if the girl is doing porn or not.Hey, if I can hack into a porn actor database and I own a slave, can I add a job setup where my slave can make porn every day for money?
What you are asking for was mostly added in version 0.65. You just have to start the events using the new 'Replay Events & Stories' feature. Most of the requirements can be bypassed this way. There are still a few requirements that you have to meet in order for the events and stories to make sense.Amazing work guys. I'm loving the game and the freedom it gives. The plots are also great. I would like to give suggestion to tie requirements for events only toward money and mansion level. That way we would have the freedom to pursue singular avenue of making money instead of worrying about slaves, gang etc. It would also be nice to have more variety for legal business like the restaurant.
I didn't realize you can bypass requirements that way. Do you also get the women if you start it like that?What you are asking for was mostly added in version 0.65. You just have to start the events using the new 'Replay Events & Stories' feature. Most of the requirements can be bypassed this way. There are still a few requirements that you have to meet in order for the events and stories to make sense.
https://f95zone.to/threads/evil-2-v0-65-community-project.41582/post-10522787
YesI didn't realize you can bypass requirements that way. Do you also get the women if you start it like that?
I don't think there's a way to have your wife quit her job (outside of using the command injector). The reason you don't see any additional benefit is because the way your wives' income is calculated is bugged (you're getting more than you should). There is a loop that goes thru all the npcs in the game, check if it's one of your wives, and adds salary to total spouse income. The salary variable is only set if the npc is your wife, but it does not get reset to 0 when it's not one of your wives. That basically means each wife's income is multiplied by however many npcs there are until your next wife.is there a way to have my wife quit her job?
also multiple working spouses doesn't seem to have any additional benefit over one working spouse, at least if it is the same job.
Thanks for this. Do you know what to put in the command injector?I don't think there's a way to have your wife quit her job (outside of using the command injector). The reason you don't see any additional benefit is because the way your wives' income is calculated is bugged (you're getting more than you should). There is a loop that goes thru all the npcs in the game, check if it's one of your wives, and adds salary to total spouse income. The salary variable is only set if the npc is your wife, but it does not get reset to 0 when it's not one of your wives. That basically means each wife's income is multiplied by however many npcs there are until your next wife.
Somewhat related
If you look at the code, you'll notice that women who own their own business (work == 4) don't have a salary. If you manage to marry a businesswoman, you basically get a free shop instead. However, only women from rich families can be businesswomen. People from rich families are automatically sorted into high society ('Social Contacts'). Any women in high society automatically lose their jobs. Therefore, it's impossible to marry businesswomen (since they basically don't exist).
If you are interacting with your wife, you can useThanks for this. Do you know what to put in the command injector?
work[npc]=0 to set her to unemployed. Otherwise, replace npc with whatever her index number is.If you are interacting with your wife, you can usework[npc]=0to set her to unemployed. Otherwise, replacenpcwith whatever her index number is.
I can't do anything about the terrible usage of code in the game, but if you have any questions about QSP I can either answer them or find you the answer.I attempted to clean up some code but eventually gave up and wanted to rant.
You don't have permission to view the spoiler content. Log in or register now.