3.40 star(s) 39 Votes

starlesssky

New Member
Mar 27, 2019
12
36
104
Yes. This was meant to make it interesting to hunt in old town and park in late game, as some people reported that after a while they were hunting in city center exclusively. Maybe I will add some to old canal tho :)


Can you provide your save so I have a look?
thanks for clarifying, pretty good way to utilize those areas haha. though i think that 2% is a lil unforgiving. im tryna collect em all.. adding to old canal sounds like a splendid idea..

got another unrelated suggestion for u.. cant help but notice players cant rest at the estate and recover action points (skip days). any plans to incorporate that so that players can choose to which home to relocate to? perhaps move morgathis there as well.. the way i do it is i open up the phone and close it to go home, but instead of home, i can choose for it to be the estate as well..

as for the save file, sure. here it is

also, noticed after children are born, this error appears.. not sure if it is related to the portrait not showing up
1755622961290.png
 
Last edited:

The Avispita

Newbie
Sep 3, 2018
76
63
116
Bro, I don't know if you read my review but I feel like this update was made based on my proposal to dedicate images to each character (I don't understand much English but I think that's what the changelog says at the beginning) and then the special characters with a 2% chance of appearing, which I didn't say specifically but rather that there are special characters, nothing to say, I wish you good luck and that everything continues to go more than well, I will follow the development of the game more closely now
 
  • Heart
Reactions: InsemGame

InsemGame

Member
Sep 5, 2024
175
469
141
v0.14.1 hotfix

A few bugs were spotted, so here's a hotfix to take care of them. If you downloaded v0.14, just extract the patch content and replace existing html, then refresh your browser page to make sure changes are applied.

+ Added a golden frame around the portrait of unique girls
+ Fixed : display of new descendant portraits could be broken when loading from old saves
+ Fixed : an error was showing when hunting after meeting all the girls from a given district
+ Fixed : "unique" beauty was showing as "divine" in contact list
+ Fixed : a couple of scenes were not properly displayed (young brunette undies strip)

@miglosch @dehope @starlesssky @Maulazas thanks for the reports guys!

All links were updated on first post, I reuploaded the full game so please be patient for alternative links.
 

reknal

Member
Oct 26, 2021
123
102
167
how is the weed system even remotely profitable? Do I need to spend 90% of the game with earning money?
 

InsemGame

Member
Sep 5, 2024
175
469
141
how is the weed system even remotely profitable? Do I need to spend 90% of the game with earning money?
You will have arguably faster and more reliable money training your charisma and teaching acting lessons in the theater. You should also start looking at investments in the office. The weed system will be improved soon, as well as the prison time.
 

dieboh.dieboh

Newbie
Dec 12, 2023
19
18
60
how is the weed system even remotely profitable? Do I need to spend 90% of the game with earning money?
I'm sorry, but I don't see the 90% here.

To sell weed you need action points,
to get action points you need spirit,
to get spirit you need to have fun with girls.

For me it's more like a circle, which can be improved, sure...

You will have arguably faster and more reliable money training your charisma and teaching acting lessons in the theater. You should also start looking at investments in the office. The weed system will be improved soon, as well as the prison time.
For a "quick solution", I already added this to my game

1.PNG
2.PNG

I've also removed the second picture (hand with money) to make the action a little bit quicker and I don't have to scroll down
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,545
3,908
436
Inseminator-0.14.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

caju

Well-Known Member
Oct 5, 2017
1,490
1,430
385
Yes. This was meant to make it interesting to hunt in old town and park in late game, as some people reported that after a while they were hunting in city center exclusively. Maybe I will add some to old canal tho :)
I know you hated it when I first mentioned it

But, isnt everyone happier that you can hunt women all over the map instead of exclusively in the city center?
 

InsemGame

Member
Sep 5, 2024
175
469
141
I know you hated it when I first mentioned it
I didn't hate it, I explained the logic of it, but as you can see I took your review in consideration and found a way to help about it, while still keeping the same system for non-unique girls.

But, isnt everyone happier that you can hunt women all over the map instead of exclusively in the city center?
I don't know about everyone, but good if you are. There are still two districts that you might consider useless, but my previous explanation still stands.
 
Last edited:

cogito_ergo_cum

New Member
Jun 1, 2020
1
1
147
I found a bug: The suggested name for daughters is always a western name, regardless of race. I looked at the code and it seems to be because the KeepBaby passage chooses the name based on $bornBabies[0].type, which is never set. Changing $bornBabies[0].type to $girl.type solved this but, but I haven't checked if this has any unintended consequences later.
 
  • Like
Reactions: InsemGame

dieboh.dieboh

Newbie
Dec 12, 2023
19
18
60
Maybe some bugs, maybe not. Up to you to decide.

Cityevents can lead to negative numbers.

ShopEventRushedDelivery can also lead to negative ap because the check for ap is >0 instead of >1. (The ap for the work task itself is not spend at this time) (line 13414)

Shop - Work as a cashier
calculated cash you see on the button is 25... (line 7253)
actual calculated cash you get is 35... (line 7336)

If 35 is correct, you should consider to also change the tip you get with ShopEventRushedDelivery, which is just 30. (line 13399)

Not a bug but...
Theater - Take an acting class
Instead of letting me spend 100 cash & 1ap and then telling me I'm already at maxed charisma,
why not a disable tooltip, like for cash and ap. (line 9592-9603)

Same for Club - Mingle with Girls (line 9177-9184)
 
  • Like
Reactions: InsemGame

InsemGame

Member
Sep 5, 2024
175
469
141
I found a bug: The suggested name for daughters is always a western name, regardless of race. I looked at the code and it seems to be because the KeepBaby passage chooses the name based on $bornBabies[0].type, which is never set. Changing $bornBabies[0].type to $girl.type solved this but, but I haven't checked if this has any unintended consequences later.
ShopEventRushedDelivery can also lead to negative ap because the check for ap is >0 instead of >1. (The ap for the work task itself is not spend at this time) (line 13414)

Shop - Work as a cashier
calculated cash you see on the button is 25... (line 7253)
actual calculated cash you get is 35... (line 7336)

If 35 is correct, you should consider to also change the tip you get with ShopEventRushedDelivery, which is just 30. (line 13399)

Not a bug but...
Theater - Take an acting class
Instead of letting me spend 100 cash & 1ap and then telling me I'm already at maxed charisma,
why not a disable tooltip, like for cash and ap. (line 9592-9603)
Thanks for the precise reports :) these will all be fixed in next version.
 
  • Like
Reactions: @LonelyWolf

dieboh.dieboh

Newbie
Dec 12, 2023
19
18
60
Sorry to bother you again :)

Picture 7.jpg
\images\girls\african\mature\meet\park

causes a microlag because of its size 4,86 MB - 7957x9946

Picture 6.jpg
also slightly

I converted them down which solved the "problem"
 

TeckXChaos

Member
Feb 15, 2018
220
206
166
So the core gameplay loop is fine, but it really feels like you need to complete the game before you're allowed to do any non-standard content currently. Defining standard content here as taking girls on dates, having sex with them, and impregnating them.

With how much player attention and action it takes to grind the levels of money you need, you will just impregnate a harem full of women multiple times long before you can afford things like the mansion or even something as basic as the shop. Going to the club to buy weed, selling weed, and bribing cops is the fastest way to make money currently and even that is a slow painful way to unlock things.

I find most of the new content to be completely inaccessible without cheating simply because of the unreasonable grind to access any of it.
 
  • Like
Reactions: quiboune

AkiranGaming

Well-Known Member
Jan 4, 2024
1,109
736
199
So the core gameplay loop is fine, but it really feels like you need to complete the game before you're allowed to do any non-standard content currently. Defining standard content here as taking girls on dates, having sex with them, and impregnating them.

With how much player attention and action it takes to grind the levels of money you need, you will just impregnate a harem full of women multiple times long before you can afford things like the mansion or even something as basic as the shop. Going to the club to buy weed, selling weed, and bribing cops is the fastest way to make money currently and even that is a slow painful way to unlock things.

I find most of the new content to be completely inaccessible without cheating simply because of the unreasonable grind to access any of it.
Personally, getting your charisma up and teaching at the theater is a much better way to make money than dealing weed, since you don't have the extra expense of sleeping with the 3 prostitutes to get access of the weed in the first place and the risk of losing it if caught. Although it is worth doing for just the scenes at some point. Working at the shop to get some money at first, then going to the club to build up charisma with the girls, and once you max it out your chances with the girls improve greatly and you can make $100+ (depending on events) each time you teach an acting class, all without cheating.
 
3.40 star(s) 39 Votes