greatbc

New Member
Oct 6, 2018
1
0
Hi, everyone can you tell here i can find QSP editor? I would like to make add faces to the persons. can you helping?
 

lucifer092

Member
Nov 21, 2020
116
26
isn't there any other link to download the game as gdrive is saying that you cant download the file and there is a limit on mega?
 
Last edited:

Kevin Smarts

Well-Known Member
Respected User
Game Developer
Jul 21, 2017
1,849
2,390
Hi, everyone can you tell here i can find QSP editor? I would like to make add faces to the persons. can you helping?
You want QGen4, there is an unfished version of QGen5 out there but it is missing features so stick to 4. Should find in a Google search without problem. Its source code is in English so even if you get it from a Russain site it should be easy to use but might need to switch the language.
 

Icebird

Member
Sep 22, 2017
313
221
I'm not fixing bugs at the moment but I think I can shed some light on a few of these.

#1 & #3 - Haven't seen this problem. I can't remember if a whore or slave that earns nothing is shown in the summary or not. Matuba is the kingpen of street whores/slaves and you need to strike a deal with him before putting your whores and slaves on the street to work. Go back to an earlier save and find Matuba (stripclub). If he visits you in person it is too late and he will take most of your earnings.

You will need to periodically have a talk with all of your slaves and whores and encourage them to work harder, otherwise they will slowly earn less and less. All whores and slaves have to be assigned to work on the street, as a camwhore, or at the gloryhole before they will earn anything.

You also need the help of the police to look the other way. Making friends with the chief of police is helpful. You also need to assign protection for your whores or slaves or use the protection that Matuba provides (nigerans).

Eventually, there is a way to get rid of Matuba if you are creative (have him killed).

#2 - This is a known issue and will likely never be fixed (at least not by me). The name issue could be fixed easily enough but adding all the black female content (images and videos) would involve a lot of work and time.
Thanks for your explanation.
It's not my first playthrough and i just think give some feedback, because this 'anomalies' never seen before. My opinion is something wrong that black girl generation and cause that errors what i described before.
What i did ingame is (in short): I went for the 60% share at Mabuta, so i putted 1 junky girl to the street, talked Mabuta, another day i try buy black girl at district.
See attached pic from this girl.

blackgirl.png
 

Deleted member 216358

Well-Known Member
Modder
Donor
Game Developer
Sep 24, 2017
1,316
3,141
Thanks for your explanation.
It's not my first playthrough and i just think give some feedback, because this 'anomalies' never seen before. My opinion is something wrong that black girl generation and cause that errors what i described before.
What i did ingame is (in short): I went for the 60% share at Mabuta, so i putted 1 junky girl to the street, talked Mabuta, another day i try buy black girl at district.
See attached pic from this girl.

View attachment 1302912
Her ID is NPC#, which is 220 in this case. NPCs can have a first and last name as well as a nickname. That is why two different names are showing. Try running the following command in the spectre1viper Command Injector with that NPC showing on the screen: dynamic $d_fix_name
If that doesn't work for some reason you can use these injector commands (replace num with the NPC#):


$name[num]='Monica'
$surname[num]='Spice'
$nickname[num]=$name[num]+' '+$surname[num]

Example:

$name[220]='Monica'
$surname[220]='Spice'
$nickname[220]=$name[220]+' '+$surname[220]

Good luck!
 

game_freaker

New Member
Oct 20, 2020
9
6
Can anyone help me? My Savegame is now 40mb big and the Game need round 1 Minute when I click "New Day". What can I do now?
 

Yog-Sloth

Member
Jan 29, 2020
220
39
Her ID is NPC#, which is 220 in this case. NPCs can have a first and last name as well as a nickname. That is why two different names are showing. Try running the following command in the spectre1viper Command Injector with that NPC showing on the screen: dynamic $d_fix_name
If that doesn't work for some reason you can use these injector commands (replace num with the NPC#):


$name[num]='Monica'
$surname[num]='Spice'
$nickname[num]=$name[num]+' '+$surname[num]

Example:

$name[220]='Monica'
$surname[220]='Spice'
$nickname[220]=$name[220]+' '+$surname[220]

Good luck!
Hey. When can we play a F
 
  • Angry
Reactions: xoxo1001

Deleted member 216358

Well-Known Member
Modder
Donor
Game Developer
Sep 24, 2017
1,316
3,141
Hey. When can we play a F
The project is currently abandoned. It would take a lot of work and time to make a female protagonist work well in the game. It isn't as simple as enabling the option in character creation. I can do that in about 10 minutes. A lot of code exceptions and paths would have to be added as well as additional writing. It would take months to do it right and have the same experience as you get with the male protagonist start.
 

Matt1996

Member
Nov 28, 2018
112
95
I want to start coding and try to learn this code game and something I always wanted to do its "add" some special character or something like dat
any idea or advice?
 

Matt1996

Member
Nov 28, 2018
112
95
and always liked the idea on trying to add somethin like superpowers like hypno or things like that
 

Banschi

Member
Dec 9, 2018
114
109
I want to start coding and try to learn this code game and something I always wanted to do its "add" some special character or something like dat
any idea or advice?
Download many Qsp games .
Use Qgen to dissect them , and look at how they are written. Then try to modify by using what u observed (how the code is written.)
1.Start by modifying already existing interactions .
2.Then add to already existing ones new outcomes .
3.After that u can try to write new ones.

When u learn that , then u can try to add new characters/companions with interactions.

After u learn that , and have a basic knowledge. Try write a game from the ground up (something very small)

This way , u can progress from easiest to harder tasks.

(i am assuming u have no coding experience)
 

Matt1996

Member
Nov 28, 2018
112
95
Download many Qsp games .
Use Qgen to dissect them , and look at how they are written. Then try to modify by using what u observed (how the code is written.)
1.Start by modifying already existing interactions .
2.Then add to already existing ones new outcomes .
3.After that u can try to write new ones.

When u learn that , then u can try to add new characters/companions with interactions.

After u learn that , and have a basic knowledge. Try write a game from the ground up (something very small)

This way , u can progress from easiest to harder tasks.

(i am assuming u have no coding experience)
I started a html css and javascript course a while ago, but thats because I always liked the idea of coding and programing. I want to learn various coding lenguages when I can but I dont find nothing about QSP
 

Banschi

Member
Dec 9, 2018
114
109
I started a html css and javascript course a while ago, but thats because I always liked the idea of coding and programing. I want to learn various coding lenguages when I can but I dont find nothing about QSP
So u willing to learn professionally?
Then i would highly suggest C++ and Python.
If u can code these 2 , u will be very well off

HTML is nearly useless , Java is fine start.

If u are serious ,and willing to spend at least half a year , then i am wishing u best of luck.
Also , take a look at
Maybe u can pick up some basic introduction levels.
 
Mar 21, 2018
343
945
How to activate the event "farm college hazing" and "mansion college girl"?
They are random events. I added four random events to the game in the release before the re-versioned version. You have to be successful in the game in order to have them occur. You need to own the mansion and have a good number of relationships, whores, and slaves. The events will spawn on their own once you meet the requirements. They are random but if you qualify for the events, it usually doesn't take more than a week or two of in game days (and normal gameplay) to pass before you find them. Just advancing time won't do much to spawn them. You need to play the game normally and get new relationships, whores, slaves, and money.

If you still have trouble finding the events, I can give you the exact requirements but try to accomplish more in the game first...
 
Last edited:
Mar 21, 2018
343
945
what programing lang is used in this game? I want to learn more about it
This has been discussed a lot on this page and page 72. It is QSP - Quest Soft Player.

Quest Soft Player (QSP) is the name of the program and the language. From my perspective it is a combination of BASIC and C++ with hints from other languages thrown in. It is an easy language to pick up and understand. It is beginner friendly compared to some languages.

The main thing I don't like about QSP is that it isn't a compiled language, meaning that I can't step through it line by line to troubleshoot bugs like I can in C++ and other compiled languages. There are also benefits to it not being a compiled language, you don't have to perform the extra step of compiling it before it can be run (all changes are instant once you hit the save button).

QSP is not a full language just like Ren'Py is not. QSP and Ren'Py are meant to take some of the work out of coding for developers. A lot of functions are built-in to the language. This also means that you can't do as much with these languages that you could with a full language like Assembly, C , or C++. A few times I wanted to code something and there wasn't syntax to accomplish it and so I had to write three to four times as much code in order to accomplish the same thing that would have been easy in a full language.
 
Last edited:
Mar 21, 2018
343
945
Evil 2 - Version 0.5 Patch 1

I have been playing this game a bit lately and fixed a number of bugs as I played. I just worked on things as I played and did not attempt to do general bug fixes as reported by players. This is a small update that only contains bug fixes and formatting improvements. No new pictures or videos were added.


Bug Fixes and improvements
  • Minor text fixes and improvements
  • Minor code improvements
  • Fixed several bugs with drug dealers
  • Whores that are drug dealers weren't showing their job title under the 'Whores' screen in your 'Secret Room'
  • Female drug dealers can now have a low domination score without constantly losing drugs and money due to having sex on the job; previously this was impossible. This will also allow the player to have sex with drug dealing whores if they wish (it was hard to do this with female drug dealers with a high domination score)
  • When asking a female to become a whore, their virginity status (pussy, anal, throat) is now checked and can be a reason why they refuse to become a whore for you.
  • Finished the earnings report cleanup and formatting improvements that spectre1viper nearly finished before he quit. I separated the gloryhole and street slaves reports so they look a lot better. I also fixed a bug in the gloryhole earnings report that could cause some gloryhole slaves to not show up. I believe one player reported this bug recently which I found while going through it. The end of day earnings report should look much better now and is pretty much finished at this point. It took almost a full day of coding to finish this.
  • Gave the gloryhole slaves a moderate boost in earnings (it should be worth it now to assign slaves here)
  • Gave the camwhores a small boost in earnings (I believe the balance is pretty close to perfect now between all the earning types)
  • Fixed and improved the code that allowed close relationships to ask to spend time with you. I changed it so it couldn't occur more than once per day so it wouldn't become annoying.
  • Added several new last names to the game. These are randomly chosen on NPC generation.

I may do a bit more with the game, not sure. I'm just working on what I feel like at this point so I don't lose interest.

FYI - The patch has only been lightly tested so if I broke anything that wasn't broken before please report it and I'll fix it. If it was broken before there are no guarantees.


 
3.90 star(s) 27 Votes