thank youThey are the same identical file. I did that on purpose once the second QSP patch/hotfix was released so that either post would give them the latest code.
thank youThey are the same identical file. I did that on purpose once the second QSP patch/hotfix was released so that either post would give them the latest code.
Fixed #1 and also fixed drug dens with a similar problem.Bug(?) #1: best friend can't become a courier and whore must be your best friend. Because now it's under this condition:if otn['<<you>>,<<npc>>']>=100 and youslut[npc]>0
(previously was or instead and). Is this intentional?
Bug #2: Your sexual partners list in statistics completely bugged and shows only last partner at best. Because game puts npc indexes in array during first sex like this:num_havesex[]=num
but $d_clean_NPC and revertnpc code uses it like this:num_havesex[i]
(i is npc index). Suggesting completely remove num_havesex array and show list like this:
Code:$partnertext='' partner=3 :markpartner if day_sex[partner]!0 and $name[partner]!'': $partnertext+='<br><<day_sex[partner]>> <<$month_sex[partner]>> <<$name[partner]>> <<$surname[partner]>>' end partner+=1 if partner<=npcmaxgen:jump'markpartner' if $partnertext!'':pl'Your sexual partners:'&pl'<<$partnertext>>'
$partnertext=''
partner=3
:markpartner
if (day_sex[partner]!0 or havesex[partner]!0) and $name[partner]!'':
$partnertext+='<br><<day_sex[partner]>> <<$month_sex[partner]>> <<$name[partner]>> <<$surname[partner]>>'
end
partner+=1
if partner<=npcmaxgen:jump'markpartner'
if $partnertext!'':pl'Your sexual partners:'&pl'<<$partnertext>>'
What version of the game are you using? I don't see a way of that happening in the code. Please attach a save game.Game has bugs. Even the stats change after going to sleep. I'm hetero and my character only banged chicks and it said 1 girl slept overnight. My character goes to sleep and it says 1 guy overnight the next day. Wtf! I'm not about that life. I tested this and it's a bug that always happens.
InI don't see a way of that happening in the code.
'You`ve slept with <<sleepover_akt[you]>> <<$genre6[pol[npc]]>>s overnight'
npc could be anything during statistics output.Already have that solved in the next release. Thank you!In'You`ve slept with <<sleepover_akt[you]>> <<$genre6[pol[npc]]>>s overnight'
npc could be anything during statistics output.
When you go to sleep and wake up the following day it changes from slept with 1 girl overnight in the statistics to 1 guy overnight. Terrible bug!!What version of the game are you using? I don't see a way of that happening in the code. Please attach a save game.
Thank you for your feedback and praise! I'm looking at 3 to 5 weeks right now if my progress stays strong like it's been. I guess I could release it sooner and do a part 3 but I really want to wrap the story up in part 2 if possible so I have a lot of work in front of me. I'm spending 90% of my free time developing for this game so I can't go much faster, however I am getting a lot done.noobtrain I think the family storyline you've created is off to an amazing start! You've really breathed new life into this game, I was ready to give up on it but you've already done some fantastic work. Thank you!
Any sense of when Part 2 might be ready? Obviously take whatever time you need but definitely eagerly awaiting what comes next.
Also found an extremely minor bug: when you're working as a masseuse, the game displays "massagewoman.mp4" regardless of whether you're performing a regular or erotic massage. It should be showing "eromassagewoman.mp4" when you do an erotic massage.
Couldn't agree more with your planned approach to the family content - to be honest this is exactly what I'd been hoping for ever since I first opened the game and saw that there were pre-generated family members you couldn't interact with. There are already so many "generic" NPCs you can interact with in this game, I'm glad that someone's taking the time to make the family content unique.Thank you for your feedback and praise! I'm looking at 3 to 5 weeks right now if my progress stays strong like it's been. I guess I could release it sooner and do a part 3 but I really want to wrap the story up in part 2 if possible so I have a lot of work in front of me. I'm spending 90% of my free time developing for this game so I can't go much faster, however I am getting a lot done.
There is more story in part 2 than I had planned but don't worry, the sexy content will be the focus! As long as players aren't opposed to incest as a fetish it should be good. The goal of the family story is to develop deep and meaningful relationships with your family so that players can connect and get immersed in those characters. This will make sexy content more meaningful when it finally happens. Some players wanted to have sex with family members without any story to go along with it and I'm strongly against that. They might as well be regular NPCs in that case.
I'll look at the bug you mentioned. Thank you!
I discourage players from going through the game folders and looking at videos and pictures. I won't answer these types of questions, sorry. No offense intended.Also - totally unrelated to the new family content, but it looks like there are quite a few picture and video files in the chinatown > sex folder that I've never come across in the actual game, even though I've taken quite a few NPCs to the Chinese restaurant. Am I just missing a step/sidequest somewhere or are those old files from the original game that were never implemented in this remake version?
Yes, you'll be able to do normal activities with them that you can do with any other NPC. Since I am using specific actors for the mother and sister, it limits what content I am able to add. There will be plenty of surprises for you to enjoy. I'm also planning on having video and picture matching sex content through the normal sex system once the story has been completed (for the mother and sister only).Couldn't agree more with your planned approach to the family content - to be honest this is exactly what I'd been hoping for ever since I first opened the game and saw that there were pre-generated family members you couldn't interact with. There are already so many "generic" NPCs you can interact with in this game, I'm glad that someone's taking the time to make the family content unique.
Any ideas you're willing to share here about what you have planned? I don't mean story spoilers, more like logistics - like are you planning for the MC to be able to interact with mom and sis outside the main sex system in the game? Kind of like the existing hot tub events with the maid, but maybe something along the lines of punishing your sister for being an ungrateful brat, or getting a wake-up blowjob from your mom?
Major kudos to you for taking this on! Will definitely be looking forward to playing Part 2 when it's ready, but don't rush yourself!
Of course. You can convince a girl to be a whore if she is corrupted enough (through sex usually). You can also blackmail a girl into becoming a whore with a sex tape. You can also get a girl to become a whore to pay a debt.I just starting to play the game, but I have a question before getting to deep. Is it possible to make a woman a whore, without using drugs? I love corruption, but I dont want to use drugs. It can be more difficult, but I think its more rewarding doing it without creating an addict.