The Grifter

Active Member
May 28, 2017
746
1,162
379
You don't have permission to view the spoiler content. Log in or register now.
Hmmm... doesn't seem to work. Over 20 scenes, each session ending her covered in cum and with dom = 0. Next will start again at 80. No switch option to be seen.

Edit - checked with other whore, same result.

Recomendation: have a popup appear when the option to switch becomes available, so it won't be missed by accident.
 
Last edited:

Useck

Newbie
Mar 20, 2021
80
63
93
Hmmm... doesn't seem to work. Over 20 scenes, each session ending her covered in cum and with dom = 0. Next will start again at 80. No switch option to be seen.

Edit - checked with other whore, same result.

Recomendation: have a popup appear when the option to switch becomes available, so it won't be missed by accident.


View attachment 4955619
can you sent me the qsp and your save file, i will take look
 

Useck

Newbie
Mar 20, 2021
80
63
93
Thanks TheGrifter for the bugs report somehow the file in public is different with with the one i have at my PC.

while we are at the topic, as you might all aware that the development has not been as fast as expected due to my personal matter, this is the reason i request that i need to work on my own pace.

However i also understand that the feature that has been added should not be let unfinished.
Currently the feature that already added in the 0.75 patch 2:
  1. Change girl with dom disposition become sub without cheat.
  2. Assign NPC become manager one of your store
So to make everyone can play with bug free version and also i can develops the third type business as my own pace, i planned to focus in addressing bug for two feature that has been added above.

So far the bug reported are :

Change girl with dom disposition become sub without cheat.
  1. the option to switch not appearing even when the dom reach zero
Assign NPC become store manager one of your store
  1. npc can be assign even you don't have store
  2. message recruit that you wase money to pay storemanager not disepear even when you have store
Outside of the above there is question from one of the player as "why the job not change even we assign NPC as store manager"

If i change the Job to store manager, your high class friend which generate most benefit as store manager will change the job from business woman or doctor to store manager? i think this rather counter intuitive.
okay say i put condition for those two, since you can un assign as store manager what job will the have after being unassign ?

So I will change the option 'Assign as store manager' become 'ask to manage your stores', with this more make sense the NPC will help manage your store but keep their own job if they want to:). Maybe they like to work as Prostitute while help manage your shops.

for the three above I will release all the bug fixes early next week.

on the mean time if someone encounter bug related feature above please report in this channel so i can release the fix in single patch
 
Last edited:

noobtrain

Can't we all get along?
Game Developer
Mar 20, 2022
1,006
3,109
379
Thanks TheGrifter for the bugs report somehow the file in public is different with with the one i have at my PC.

while we are at the topic, as you might all aware that the development has not been as fast as expected due to my personal matter, this is the reason i request that i need to work on my own pace.

However i also understand that the feature that has been added should not be let unfinished.
Currently the feature that already added in the 0.75 patch 2:
  1. Change girl with dom disposition become sub without cheat.
  2. Assign NPC become manager one of your store
So to make everyone can play with bug free version and also i can develops the third type business as my own pace, i planned to focus in addressing bug for two feature that has been added above.

So far the bug reported are :

Change girl with dom disposition become sub without cheat.
  1. the option to switch not appearing even when the dom reach zero
Assign NPC become store manager one of your store
  1. npc can be assign even you don't have store
  2. message recruit that you wase money to pay storemanager not disepear even when you have store
Outside of the above there is question from one of the player as "why the job not change even we assign NPC as store manager"

If i change the Job to store manager, your high class friend which generate most benefit as store manager will change the job from business woman or doctor to store manager? i think this rather counter intuitive.
okay say i put condition for those two, since you can un assign as store manager what job will the have after being unassign ?

So I will change the option 'Assign as store manager' become 'ask to manage your stores', with this more make sense the NPC will help manage your store but keep their own job if they want to:). Maybe they like to work as Prostitute while help manage your shops.

for the three above I will release all the bug fixes early next week.

on the mean time if someone encounter bug related feature above please report in this channel so i can release the fix in single patch
Bug #1
You need to block some NPC types from being a Store Manager. For example, add these conditions to the option in hive_npc:

if slave[npc]=0 and youslut[npc]=0 and kidnap[npc]=0 and maid[npc]=0 and child[npc]=0 and gangmember[npc]=0 and mast[npc]=0:

These conditions block the following NPC types:
  • Slaves
  • Whores
  • Kidnapped
  • Maids
  • Children
  • Gang Members
  • Prison Inmates
Bug #2
Store Managers can cover an unlimited number of stores. They should be capped at 10 (or even lower in my opinion). You can have 100 stores (for example) and only one Store Manager and still gain all the benefits. There's no check for this.

Bug #3
A player can also assign 30 Store Managers (for example) when they only have one store. Additional logic needs to be added to cover these scenarios. Limit Store Managers to 1 per 10 stores for example, otherwise the player is just throwing money away. We as developers sometimes have to protect players from themselves. If you allow multiple Store Managers when the player only has one store, players will do it.
 

noobtrain

Can't we all get along?
Game Developer
Mar 20, 2022
1,006
3,109
379
Last edited:
  • Like
Reactions: skybarbie

Useck

Newbie
Mar 20, 2021
80
63
93
Is this the version of the game you're using? I noticed that you didn't like this post so perhaps you overlooked it. This is the only version that contains patch 2 and Useck new features.

https://f95zone.to/threads/evil-2-v0-75-community-project.41582/post-16992878

You may be using 0.75 Patch 1 which doesn't contain the latest code.
Initially I use 0.74, then you point out that i should use the 0.75 patch 1.
I then use 0.75 patch 1 that release as 0.75 patch 2

because I'm in rush I might miss that variable when update 0.75 patch 1
I'll make sure the last is using 0.75 patch 2 so everything will be covered
 
Last edited:

Useck

Newbie
Mar 20, 2021
80
63
93
Bug #1
You need to block some NPC types from being a Store Manager. For example, add these conditions to the option in hive_npc:

if slave[npc]=0 and youslut[npc]=0 and kidnap[npc]=0 and maid[npc]=0 and child[npc]=0 and gangmember[npc]=0 and mast[npc]=0:

These conditions block the following NPC types:
  • Slaves
  • Whores
  • Kidnapped
  • Maids
  • Children
  • Gang Members
  • Prison Inmates
Bug #2
Store Managers can cover an unlimited number of stores. They should be capped at 10 (or even lower in my opinion). You can have 100 stores (for example) and only one Store Manager and still gain all the benefits. There's no check for this.

Bug #3
A player can also assign 30 Store Managers (for example) when they only have one store. Additional logic needs to be added to cover these scenarios. Limit Store Managers to 1 per 10 stores for example, otherwise the player is just throwing money away. We as developers sometimes have to protect players from themselves. If you allow multiple Store Managers when the player only has one store, players will do it.
Thank you noobtrain
Bug 1 Okay i'll add this condition
bug 2 currently the number of store NPC can manage = smart/10 --- so it varied
bug 3
I personally think if people wants to throw money why stop them they can unassign them anyway and it actually more realistic this way and keep the code slim to avoid more bug.
this will be more complicated since you can assign and unassign and all NPC has different capability.
I cannot think other effect accept draining their money away if they hire a lot of them, I can add more clear warning as what current manager can handle instead
 
Last edited:

jmkarlsson

Member
Nov 25, 2017
473
136
249
Bug #1
You need to block some NPC types from being a Store Manager. For example, add these conditions to the option in hive_npc:

if slave[npc]=0 and youslut[npc]=0 and kidnap[npc]=0 and maid[npc]=0 and child[npc]=0 and gangmember[npc]=0 and mast[npc]=0:

These conditions block the following NPC types:
  • Slaves
  • Whores
  • Kidnapped
  • Maids
  • Children
  • Gang Members
  • Prison Inmates
Bug #2
Store Managers can cover an unlimited number of stores. They should be capped at 10 (or even lower in my opinion). You can have 100 stores (for example) and only one Store Manager and still gain all the benefits. There's no check for this.

Bug #3
A player can also assign 30 Store Managers (for example) when they only have one store. Additional logic needs to be added to cover these scenarios. Limit Store Managers to 1 per 10 stores for example, otherwise the player is just throwing money away. We as developers sometimes have to protect players from themselves. If you allow multiple Store Managers when the player only has one store, players will do it.
Thank you noobtrain
Bug 1 Okay i'll add this condition
bug 2 currently the number of store NPC can manage = smart/10 --- so it varied
bug 3
I personally think if people wants to throw money why stop them they can unassign them anyway and it actually more realistic this way and keep the code slim to avoid more bug.
this will be more complicated since you can assign and unassign and all NPC has different capability.
I cannot think other effect accept draining their money away if they hire a lot of them, I can add more clear warning as what current manager can handle instead
Will this block women who are maids but doesn't work for the MC from becoming managers?
 

Useck

Newbie
Mar 20, 2021
80
63
93
Will this block women who are maids but doesn't work for the MC from becoming managers?
maybe yes maybe no, its depend what it mean by maid[npc]=0, if all NPC that have Maid job has tag maid[npc]=1 then yes all will be blocked.
if the tag only for the one that work for MC then only the one that work for MC will be blocked

maybe noobtrain or skybarbie can give straight answer

update: I manage to test and the answer is the maid that not work to MC is NOT blocked
 
Last edited:

The Grifter

Active Member
May 28, 2017
746
1,162
379
Another something that occured to me. Girls with the occupation Stripper are strangely adamant of keeping that job, even when the player makes her a whore of any kind or tries successfully to have her fired from her job. She'll still be a stripper afterwards, with the reduced max incentive that comes with it.
Is this intended behavior or a bug?
 

skybarbie

Active Member
Aug 18, 2022
697
1,865
211
maybe yes maybe no, its depend what it mean by maid[npc]=0, if all NPC that have Maid job has tag maid[npc]=1 then yes all will be blocked.
if the tag only for the one that work for MC then only the one that work for MC will be blocked

maybe noobtrain or skybarbie can give straight answer

update: I manage to test and the answer is the maid that not work to MC is NOT blocked
maid[npc] is only for maids working for the MC so it wouldn't block NPCs with the maid job. Maids aren't really the best choices for being Store Managers.

If you wanted to block all maids you would also have to add:

work[npc]!10

If you wanted to block maids, strippers, and prostitutes you would add:

work[npc]<10

This is probably the choice I would make.

Another something that occured to me. Girls with the occupation Stripper are strangely adamant of keeping that job, even when the player makes her a whore of any kind or tries successfully to have her fired from her job. She'll still be a stripper afterwards, with the reduced max incentive that comes with it.
Is this intended behavior or a bug?
Yes, stripping in Evil 2 is generally considered a part-time job and so they can be your whore while being a stripper. Most strippers work for several hours in the evening or night and still have most of their day free.

Strip club owners aren't known to be ethical. They may fire her and then hire her back the next day or she could easily work for a different strip club. To keep things simple there's only one strip club listed in the game that the player can go to but in reality there's lots of them.

There's absolutely no penalty for the girl as long as her incentive is 100 or more. So having a max incentive of 140 as opposed to 150 is only a small penalty which doesn't affect her pay overall. It just takes her a bit less time to drop below 100 since she has a slightly lower maximum.
 
Last edited:

Useck

Newbie
Mar 20, 2021
80
63
93
maid[npc] is only for maids working for the MC so it wouldn't block NPCs with the maid job. Maids aren't really the best choices for being Store Managers.

If you wanted to block all maids you would also have to add:

work[npc]!10

If you wanted to block maids, strippers, and prostitutes you would add:

work[npc]<10

This is probably the choice I would make.


Yes, stripping in Evil 2 is generally considered a part-time job and so they can be your whore while being a stripper. Most strippers work for several hours in the evening or night and still have most of their day free.

Strip club owners aren't known to be ethical. They may fire her and then hire her back the next day or she could easily work for a different strip club. To keep things simple there's only one strip club listed in the game that the player can go to but in reality there's lots of them.

There's absolutely no penalty for the girl as long as her incentive is 100 or more. So having a max incentive of 140 as opposed to 150 is only a small penalty which doesn't affect her pay overall. It just takes her a bit less time to drop below 100 since she has a slightly lower maximum.
Good Idea, okay manage store only appear for work[npc]<10
 

Useck

Newbie
Mar 20, 2021
80
63
93
Hi All
Attached is the bugfixes update for Store manager and Dom/Sub feature

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

Please let me know if there is bug related to this feature
Please download the latest build at https://f95zone.to/threads/evil-2-v0-75-community-project.41582/post-17395116
 
Last edited:

The Grifter

Active Member
May 28, 2017
746
1,162
379
Hi All
Attached is the bugfixes update for Store manager and Dom/Sub feature

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

Please let me know if there is bug related to this feature
Two things I noticed:
- The number of high society members boosting stores seem to include those currently whoring for the player. However this can be explained away by how the game world society functions.
- When a character currently managing a store gets turned into a whore she'll still appear in the Store Manager List,, and still functions as one.

Edit: - typo in char history entry: submisive instead of submissive. Also, line sounds wrong (though english isn't my first language and my teach back then would probably disagree with me on principle)
 
Last edited:
  • Like
Reactions: Useck

Useck

Newbie
Mar 20, 2021
80
63
93
Two things I noticed:
- The number of high society members boosting stores seem to include those currently whoring for the player. However this can be explained away by how the game world society functions.
- When a character currently managing a store gets turned into a whore she'll still appear in the Store Manager List,, and still functions as one.

Edit: - typo in char history entry: submisive instead of submissive. Also, line sounds wrong (though english isn't my first language and my teach back then would probably disagree with me on principle)
Thank you for the feedback, I'll take note of this bug and will fix it all together after it soak tested further just incase there is further bug found.

As for the char history entry, I'll take any input since English also not my first language.

to help: "Switch" in BDSM mean this people can swap role to be dom or sub depend on their partner. in this case sub to you but still Dom to other which explain that ex-dom you convert keep their store manager benefit
 

frhghz

Newbie
Nov 1, 2017
43
8
172
Hey, does someone still has the 0.74 Version??
After downloading the 0.75 Update my hdd broke physically :(and after downloading on my laptop I've got repeatedly the bsod till I deleted the archive.
 

noobtrain

Can't we all get along?
Game Developer
Mar 20, 2022
1,006
3,109
379
Hey, does someone still has the 0.74 Version??
After downloading the 0.75 Update my hdd broke physically :(and after downloading on my laptop I've got repeatedly the bsod till I deleted the archive.
Sounds like you have a virus or you're having computer issues but we check all our releases to make sure they're clean (at least the ones that skybarbie and I release). The only executable in the download is the QSP Player and if that's not running it can't cause bsod. The game archive can't just lash out and attack your OS when nothing is run from it. Viruses don't operate that way. Viruses attach themselves to files and then when the files are loaded the virus gets loaded into memory and causes havoc.

I'm pretty sure you're blaming the game unfairly or you're punking us. It's most likely an unfortunate coincidence. Sorry for your computer issues.

There's always a small chance that one of the uploaders had a virus on their computer and added it to the game when they added mirrors so download the game from the release post to be safe.

 
Last edited:
3.70 star(s) 31 Votes