SexGameSluts — Who Will You Fuck First? Play Now!
x

HoodedSilence

That which passes is forgotten.
Game Developer
Jan 18, 2023
375
272
187
Yeah thx, but i preffer cut one of my balls than give my phone number to discord for validate an account.

it is part o' the anti-spam requirements, but there is a number o' services that offer temporary sms services or similar proxy tools. whether any work is another matter. alternatively just get a cheaper burner number.
 

themagiman

Well-Known Member
Mar 3, 2018
1,908
615
273
Still wondering how to make a mod. I can't open the game file with visual studio and I heard that qgen is some kind of editor. Can anyone help me out here?
 

doedeldorf

New Member
Dec 27, 2019
9
12
103
Gots a little question! For the Gadukino content as I cant seem to find a more in-depth walkthrough: I was fooling around with Mira and the village boys to the point where Sveta would be her pimp, but without making the third wish. As the interactions with the nightly drinking advanced, Mira told Sveta that since Sveta is now also a slut, she cant be her pimp anymore, and maybe, Sveta should work for Mira (man I'd love that).

Any way to achieve that? As far as I can tell, the quest journal didn't change, still saying that Sveta is Mira's pimp and after watching her work a few times I could make the last wish and I see no way of her being Sveta's pimp.
 
Last edited:
  • Like
Reactions: Edhinor

themagiman

Well-Known Member
Mar 3, 2018
1,908
615
273
How do you get the therapist hypnosis appointment event on Thursday to trigger? I tried but I can't seem to make it trigger between 18-20. Do I need to skip a number of days?
 

HoodedSilence

That which passes is forgotten.
Game Developer
Jan 18, 2023
375
272
187
Still wondering how to make a mod. I can't open the game file with visual studio and I heard that qgen is some kind of editor. Can anyone help me out here?
you open the qsrc files fae the repo, and those are plain text. the qsp file is a self-contained file o' all those parts. it has all the tools ye need fer editing and compiling yer game. most o' the code ye need is under locations, so have at it. there is a mod template there as well if ye need it.

 
  • Like
Reactions: themagiman

HoodedSilence

That which passes is forgotten.
Game Developer
Jan 18, 2023
375
272
187
Gots a little question! For the Gadukino content as I cant seem to find a more in-depth walkthrough: I was fooling around with Mira and the village boys to the point where Sveta would be her pimp, but without making the third wish. As the interactions with the nightly drinking advanced, Mira told Sveta that since Sveta is now also a slut, she cant be her pimp anymore, and maybe, Sveta should work for Mira (man I'd love that).

Any way to achieve that? As far as I can tell, the quest journal didn't change, still saying that Sveta is Mira's pimp and after watching her work a few times I could make the last wish and I see no way of her being Sveta's pimp.

i am going tae be looking at gad at some point in the future, it is mostly auld code that really needs some tlc but it is a herculian task to do this. it will be part o' the magic overhaul.
 

themagiman

Well-Known Member
Mar 3, 2018
1,908
615
273
you open the qsrc files fae the repo, and those are plain text. the qsp file is a self-contained file o' all those parts. it has all the tools ye need fer editing and compiling yer game. most o' the code ye need is under locations, so have at it. there is a mod template there as well if ye need it.

Works like a charm, thanks.

I saw a file that says convert to sugarcube. Does that work?

Images are broken so do I just move them over from the game dir?
 

HoodedSilence

That which passes is forgotten.
Game Developer
Jan 18, 2023
375
272
187
Works like a charm, thanks.

I saw a file that says convert to sugarcube. Does that work?

Images are broken so do I just move them over from the game dir?
no compile wi' batch file and move the qsp file across to your game dir, as to sugarcube it was a partial attempt at converting the game nae idea o' it's status.
 
  • Like
Reactions: themagiman

themagiman

Well-Known Member
Mar 3, 2018
1,908
615
273
no compile wi' batch file and move the qsp file across to your game dir, as to sugarcube it was a partial attempt at converting the game nae idea o' it's status.
Can I use gifs in the game for animated images or does it have to be mp4 on repeat?
 

themagiman

Well-Known Member
Mar 3, 2018
1,908
615
273
If you want to change the code you can use gifs, but the code calls for jpgs or mp4's.
Do I need to change some base code of the game in order to use them or just use the <center><img <<$set_imgh>> src= tags to reference it if it was a jpg?

Another thing is I don't think I changed the therapist_reminder code but I got the following error when I built new code:

Location:therapist_reminder
Area:eek:n visit
Line:2
Code:112
Desc:[end] not found!

I take this as the end tag wasn't found on line 2 of the code but it doesn't make sense because it is a blank line. Or is it on line 112? I haven't debugged this before so any tips would help. All I've edited is the therapist location code.

Is there a way I can get visual studio to recognize the code? Right now it's treating it all like a txt file where the text is white and there's no logic.

Can other characters get pregnant? If so, how do I manage that?
 
Last edited:

Nutluck

Forum Fanatic
Game Developer
Nov 2, 2017
4,041
2,584
468
Do I need to change some base code of the game in order to use them or just use the <center><img <<$set_imgh>> src= tags to reference it if it was a jpg?

Another thing is I don't think I changed the therapist_reminder code but I got the following error when I built new code:

Location:therapist_reminder
Area:eek:n visit
Line:2
Code:112
Desc:[end] not found!

I take this as the end tag wasn't found on line 2 of the code but it doesn't make sense because it is a blank line. Or is it on line 112? I haven't debugged this before so any tips would help. All I've edited is the therapist location code.

Is there a way I can get visual studio to recognize the code? Right now it's treating it all like a txt file where the text is white and there's no logic.

Can other characters get pregnant? If so, how do I manage that?
you would have to change the image call code from
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/chess/play.jpg"></center>'
to
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/chess/play.gif"></center>'

then if you made a gif and named it the same thing, placing it in the same location it would use the gif

those code questions someone else will have to answer

NPC will only get knocked up if the story for them is written, since it would make no sense for it to happen random and they act like they always do
 
  • Like
Reactions: themagiman

themagiman

Well-Known Member
Mar 3, 2018
1,908
615
273
you would have to change the image call code from
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/chess/play.jpg"></center>'
to
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/chess/play.gif"></center>'

then if you made a gif and named it the same thing, placing it in the same location it would use the gif

those code questions someone else will have to answer

NPC will only get knocked up if the story for them is written, since it would make no sense for it to happen random and they act like they always do
I tried your code for gifs but it didn't work. I'll try again later and see if my code is bad.

My plan is to make minor characters around the therapist quest line. They all get brainwashed like the pc does and it builds on the ambiance that the therapist is a busy man with his plans.
 

Nutluck

Forum Fanatic
Game Developer
Nov 2, 2017
4,041
2,584
468
I tried your code for gifs but it didn't work. I'll try again later and see if my code is bad.

My plan is to make minor characters around the therapist quest line. They all get brainwashed like the pc does and it builds on the ambiance that the therapist is a busy man with his plans.
If you put the gif in the same place as the original image, with the same name, only with .gif it should work. We use to use gif's but moved away from them because of their massive size and poor quality next to mp4's
 
  • Like
Reactions: themagiman

themagiman

Well-Known Member
Mar 3, 2018
1,908
615
273
The point of my mod is to create the feeling that the therapist is working in the background to make more girls his breeding stock and make it harder to resist him overall. Here's what I've added so far...

A nerdy girl that begins hypnotherapy at roughly the same time you do. She gets brainwashed in a similar fashion and even gaslights you for resisting after a while.

modified therapist schedule event where at a certain stage you can no longer resist.

your sister becomes worried about your behavior and starts following you. After a while you decide to mention it to the therapist and he make plans.

...

I plan on adding more but I don't know yet a bunch of things like what cla is or gs. Is there a way to fit an image as a certain size in the panel because some of my images are too big? I'm not doing anything with the current NPCs besides anya and just making my own for the therapist so is that alright? Am I stepping on the current hypnosis content roadmap by doing this?

I tried adding an act command to the "Visit the therapist (1:00)" so that you can have a dialog with some of the characters sitting in the waiting room for the therapist. The problem is this adds the act command I set to the options on the act panel not the screen itself. Do I need to make a new location for this?
 
Last edited:

Nutluck

Forum Fanatic
Game Developer
Nov 2, 2017
4,041
2,584
468
The point of my mod is to create the feeling that the therapist is working in the background to make more girls his breeding stock and make it harder to resist him overall. Here's what I've added so far...

A nerdy girl that begins hypnotherapy at roughly the same time you do. She gets brainwashed in a similar fashion and even gaslights you for resisting after a while.

modified therapist schedule event where at a certain stage you can no longer resist.

your sister becomes worried about your behavior and starts following you. After a while you decide to mention it to the therapist and he make plans.

...

I plan on adding more but I don't know yet a bunch of things like what cla is or gs. Is there a way to fit an image as a certain size in the panel because some of my images are too big? I'm not doing anything with the current NPCs besides anya and just making my own for the therapist so is that alright? Am I stepping on the current hypnosis content roadmap by doing this?

I tried adding an act command to the "Visit the therapist (1:00)" so that you can have a dialog with some of the characters sitting in the waiting room for the therapist. The problem is this adds the act command I set to the options on the act panel not the screen itself. Do I need to make a new location for this?
A coder will have to help you with that. I know gt is go to from a act, gs is used when you are sent to a "location" without a act. clr and cla are used to clear previous text and images, forget which is which, best to put in both honestly.

As for the image I believe so, but I am not sure how to do it. Same with your other questions. I am just a writer that knows some basic code from just working on the game for like 9 years.
 
  • Like
Reactions: themagiman
4.30 star(s) 88 Votes