Highland_Hunter

Well-Known Member
Aug 26, 2019
1,262
533
Okay, I'm a bit confused, again :rolleyes: ;

What are the differences between : Camel mode, Normal mode, & Terminator mode ?

I had thought, Camel mode was the "easy" mode, and Terminator was the Harder/Hardest mode, but I've read a few people who seem to choose, Terminator mode, when they are having a "difficult" time in-game :eek:.
 

Tanzie

Member
Mar 10, 2019
260
460
In the Terminator mode you don't die of exhaustion, as you NEVER get tired. However, you can't use butt plugs, which is ridiculous. Haven't tried it myself but as far as I understand Camel mode is the milder version of it. In other words, Terminator = Easiest, Camel = Easy/medium difficulty.

Honestly, the game is frustrating enough even in Terminator mode, and I'm definitely not a masochist who enjoys that kind of thing.

CAMEL: the heroine gets tired much slower and much less in need of food. (i.e. You DO GET TIRED and need food, but less so)
TERMINATOR: the game character never gets tired and needs in food. (i.e. You DON'T EVER get tired and need NO food)
 
Last edited:

Highland_Hunter

Well-Known Member
Aug 26, 2019
1,262
533
Funny, how "The Terminator". was a Bad-Ass character, which led me to think it was Hard-Mode :ROFLMAO: .
I started in normal mode, but ended up dying about 3 times in a row, mostly cause I didn't realize, my Christine was hauling around a "crate-of-goods-from-the-Deli" . . :oops: !

She was low on energy, so I put her to bed, where she diedo_O, didn't figure it out till the 3rd Death!

This game NEEDS an inventory, on the character, so stuff like that can't happen ! It's not "realistic" or "immersive", to not know what the character has on their person/in their "inventory" .

That's when I switched, to Camel mode, thinking it was, the "Easy-Mode". I'll have to try, "Terminator" mode next run-through.
 

Tanzie

Member
Mar 10, 2019
260
460
Don't understand this game's obsession with the July 1st. I've currently 3 major NPCs want the character to do something on that particular day. Guess I'll have to choose one of them, if that's an option.

Highland_Hunter You do have a text-based inventory, it's on the RHS if you click on the Purse. I recommend playing on the Terminator mode and occasionally switching to normal when the character is required to wear a butt plug. I also recommend cheating on money and cosmetics. I personally do not play porn games just to get frustrated by the excessive grinding. I just like to discover the porn content in a way it makes sense. These are just interactive stories after all, not really "games".
 
  • Like
Reactions: Highland_Hunter

Tanzie

Member
Mar 10, 2019
260
460
This is one of those "grind to reach the bad ending" type of "games" apparently, I suspected as much but the description on the first page was confusing, but now I get it, July 1st is the date you "choose" one of the possible "bad endings", that's why everyone gives you that date.

Honestly, these are not games, just stories with alternate endings, that's why the grinding in them is so annoying. This one is particularly infuriating as you grind to make money in order to pay for the stuff that will gradually turn you into a willing slave. How ridiculous. Well, anyway, still gotta see those endings, so back to grinding, ugh...

Protip: Download , open the qsp file, find the "tbeauty" values, double their amount and save. Your character is super attractive after all, isn't she?:cool:

I am actually trying to delete that. so you can Use the Analplug in Terminator Mode but its not so easy
There are several bathrooms (home, 2nd floor at the institute etc) that allow you to equip a butt plug. So you probably just need to remove the conditional statements that prevent it on the Terminator mode. Whenever you see a
Code:
if cheat=2
check related to places allowing you to equip the butt plug, remove it and the part underneath it up to either the first 'end' or the first 'else' (inclusive).
 
Last edited:

Gromo123

Member
Mar 23, 2018
137
74
I had done it for my own qsp so far and testing(replaying) the game to get look it if works fine
 

golgo13

Newbie
Feb 2, 2017
75
62
Here is a cheat version I made using the happyend1.0fixen QSP file that was posted here. I was hesitant to post it because I know nothing about coding, so every thing I did is basically monkey see monkey do, so it is a bit amateurish.

When starting the game it adds a "Cheat" option for "What I Am" that gives you 1,000 food, 100 strength, and 100 dexterity. At the next screen for traits it adds another "Cheat" option which gives you the benefits for all of the traits. It gives you $1,000,000 cash (so you don't need to worry about money), sets sub, corruption, and knowledge to 30, sets beauty to 200, and makes you lucky.

In the object window it adds:
"Refresh" which sets energy to 100, removes grime and hunger, makes it so you are wearing professional makeup, have a manicure, shaved pubis, and clean ass.
"Lust" which sets "Excitation" to 100.
"Less 15 Minutes" which takes you back in time 15 minutes. Please note that I could not figure out how to make this go back an hour, so if you use it when you have less than 15 minutes you will get negative minutes. I do not think this breaks anything in the game, but be careful.
"Less Hour" which takes you back one hour. This was added because of the limitations of my less than 15 minutes cheat.

I did not change anything else in the code, so it will still be as grindy, but this does alleviate some of the tedium. You can still die, so keep an eye on your hunger and energy and either eat and sleep or use the Refresh cheat to clear these states.

Hope this is of some use to all of you.

Edit: Made some corrections to the Refresh command to get shaving, manicures, and hair to function properly.
 
Last edited:
  • Like
Reactions: Lemir and Marley77

Gromo123

Member
Mar 23, 2018
137
74
Here is a cheat version I made using the happyend1.0fixen QSP file that was posted here. I was hesitant to post it because I know nothing about coding, so every thing I did is basically monkey see monkey do, so it is a bit amateurish.

When starting the game it adds a "Cheat" option for "What I Am" that gives you 1,000 food, 100 strength, and 100 dexterity. At the next screen for traits it adds another "Cheat" option which gives you the benefits for all of the traits. It gives you $1,000,000 cash (so you don't need to worry about money), sets sub, corruption, and knowledge to 30, sets beauty to 200, and makes you lucky.

In the object window it adds:
"Refresh" which sets energy to 100, removes grime and hunger, makes it so you are wearing professional makeup, have a manicure, shaved pubis, and clean ass.
"Lust" which sets "Excitation" to 100.
"Less 15 Minutes" which takes you back in time 15 minutes. Please note that I could not figure out how to make this go back an hour, so if you use it when you have less than 15 minutes you will get negative minutes. I do not think this breaks anything in the game, but be careful.
"Less Hour" which takes you back one hour. This was added because of the limitations of my less than 15 minutes cheat.

I did not change anything else in the code, so it will still be as grindy, but this does alleviate some of the tedium. You can still die, so keep an eye on your hunger and energy and either eat and sleep or use the Refresh cheat to clear these states.

Hope this is of some use to all of you.
Good job, but i think its version with the Anton Bug can it be?
 

golgo13

Newbie
Feb 2, 2017
75
62
It has been forever since I played this game, but I do not recall having a bug with Anton. The original version I cheated and played with was the fix 1 version I used for this, but I messed around with a lot of values in encounters and could not remember what I had changed. Therefore, I made a clean version. If there was a bug I must have originally figured out how to fix it and promptly forgot about it.

I will playthrough this version and see if I encounter an Anton bug. I see someone posted an Anton fix in this thread, so if my version is bugged I will either use their version or fix mine. While it took me a few hours to make my little cheat version, for once I kept notes of what I did, so it should be easy to create a new version if needed.

Edit: Played through and the version I posted and it does not have the Anton bug. Was able to corrupt Eugina all the way through (where you get her to start going to the master). Therefore, the cheat version I posted should be good to go.
 
Last edited:

seanjohnm

New Member
May 24, 2018
1
1
Hello Everyone,
I am having trouble using the qsp english translation. My file looks exactly like the instructions folder, anyone encounter any issues?
 
  • Like
Reactions: gannon13

Tanzie

Member
Mar 10, 2019
260
460
Man, this game is so retarded in so many ways. You need to learn Eugene's whereabouts by blackmailing Olga or Olja? but in order to do that you have to constantly check the shower in men's restroom between 15:00 and 20:00 in order to catch Olga in there. And there's absolutely no clue about this ANYWHERE in the game. I had to search through the code for the statement set olja=6 in order to figure out what you actually need to do, what a waste of time. It doesn't even stop there, this time you need to catch Eugene in principle's room BUT WHEN?! Again, no clue or whatsoever. Only by looking at the code you can figure out that you can only catch her in there at 18:00. People who don't bother looking at the code will never be able to figure out how to advance in Anton's quests.

Edit: The naked sports events on Fridays with girls are indeed bugged. The 4th event never plays out as the code checks for the wrong variable. As it doesn't play out, the whole thing disappears from the game after the 3rd. Only by completing the 4th event you can repeat the whole thing because the code that takes it back to 2nd event is in the 4th event's code, which never runs.

Easy to fix if you have Qgen. Find the code below on the location 'wr'...

Code:
if gvol=1 and hour>=19 and week=5: gt 'gvol', 1
if gvol=2 and hour>=19 and week=5: gt 'gvol', 2
if gvol=3 and hour>=19 and week=5: gt 'gvol', 3
if gvol=3 and hour>=19 and week=5: gt 'gvol', 4
and change the last line as if gvol=4 and hour>=19 and week=5: gt 'gvol', 4
 
Last edited:
  • Like
Reactions: Skipper

landeaux

Newbie
Sep 26, 2017
66
77
Unfortunately the OP was never updated with the fixed QSP file from back on page five. Many issues, such as volleyball being bugged, Lena never setting up the event for exhibition 4, and others were fixed in it.

I just checked out Golgo13s modded file posted above, and I'd HIGHLY recommend that one as the go-to for playing this game. The bugs are fixed, and and while they're labeled "cheats" the extra options go a long way to making this VN playable.
 
  • Like
Reactions: golgo13

Tanzie

Member
Mar 10, 2019
260
460
This is my modified version, basically a much less frustrating one, with every ending has been tested:

  • Added 'Wait 5 minutes' option
  • Waiting increases lust (amount is randomized)
  • Start the game as 'lucky'
  • Increased 'base beauty'
  • Starting money is EXACTLY what you entered
  • Increased base dexterity
  • Option to start the game as both strong(+50 STR), agile(+50 DEX) AND thrifty (Choose 'All of the above')
  • Increased starting subordination (+50) and corruption (+300)
  • Option to start the game with combined archetypes which also enables the Terminator mode and makes you lucky (Choose 'All of the above and more')
  • Increased corruption and subordination gain throughout the game. (values are mostly randomized)
  • Increased dexterity gain (randomized)
  • Lena is always available except January
  • Slightly increased event chance in the Deli area
  • Increased (faster) corruption rate for Eugene
  • Rudolph is available everyday between 8 AM and 10 PM
  • Increased knowledge gain
  • Slightly increased slut/whore reputation/experience gain
  • More knowledge gained by reading the 'tutorial' at your desk
  • Erotic magazines should last longer (100 pages) unless you give them to Eugene
  • Butt plugs can be used in Terminator mode
  • Wear the vibrating dildo anytime you want, not just on Mondays before 10 AM
  • Buy cosmetics as long as you have money, each purchase adds 300 basic ones OR 1500 good ones (basically 1 use for 2 rubles).
  • Less time passes and get less dirty while waiting in the gym to take photos
  • Fixed the naked sports events on Friday nights
  • Increased success at school for higher luck values (randomized)
  • Fix for the missing 'end' statement in Anton's dialogue is included
  • Easier success in your daily routine in the slave for the rich man quest (have to work less and can get away with less sex)
  • All the Anton stuff works, as long as you can figure out what to do.

I've completed two full playthroughs, if you have any questions to ask about the game ask now, while my memory is relatively fresh.
 
Last edited:

Highland_Hunter

Well-Known Member
Aug 26, 2019
1,262
533
Okay, I'm a bit confused . . again . . I started a new play-through, after 1 week of "school", on Friday evening, Christine had a message pop-up in the "additional desc" panel, stating (in RED writing), that she had an examination/test to perform on Saturday.

Since it mentioned "test", I assumed it was at the Institute . Went there Saturday, got the message, school was closed for weekend. When I re-read the message, noticed it said " work test" :oops: WTF ! Which "job" wanted to "test" performance ? At the time she's doing the "Cafe" job and part-time work at "The Liberta" . So, I had her go to the "Cafe", but nothing was happening there , or any type of "test" ?

So, at the end of the day, there was a NEW message : " I walked quiz. This is a very negative effect on my performance." o_O

So apparently , missed something, that's going fuck-up this play-through, due to "Engrish" !

Tried searching through the thread, but words used( like "test", "quiz",) were not getting any results.


Anybody know what this "event" is ? and How badly will it screw things up? Please help :cry:.

I'm going to "slog-on-through", hoping . . . . to figure it out and get a second chance , once knowing what the "event" actually is, if for nothing else , I'll know for next play-through .


EDIT: Never Mind . . . Figured it out . . . was a "class session" ( still don't understand some of the text.) Guess it was supposed to represent a "Test" of her knowledge.

1st text : made mention of "Reference" :rolleyes:.
2nd text: was "To Rent A Job" :unsure:
 
Last edited:

Highland_Hunter

Well-Known Member
Aug 26, 2019
1,262
533
I've seen a few posts asking about working as a "whore" and how to do it. I'm not quite sure about the whole process that takes you there, but I've found out a few things about it that weren't mentioned in the thread.

  1. You need to "take a stroll around the highway" in the area where the "nurse" is, in order to catch a particular event, which is extremely grindy (save scumming is recommended) and you will probably have to do it for many days, BUT what you should look for is an event with a series of scenes/images, which is different than the other single image events. And at the last scene of this multi page event, the character says that she may think about doing that for money. By the way, I may be mistaken, but doing the "grinding" while being "extremely excited" seemed to increase your chance of encountering random events.

  2. You then have to speak with Katja or whatever (the girl you meet around your house) about it. She will tell you that you need to buy a sexy dress or something. When you have the dress, there will be a new option in bathroom menu at home that reads "get ready to work as the lady of the night" or something similar. It's a bluish transparent dress by the way.

  3. In terms of how you actually work as a whore, you basically "take a stroll" at the same place. They are random events as well, sometimes mixed with previous random events. However, keep in mind that some of these prostitution events are fairly lengthy, considering the time of day you'll be doing it, it's possible that you may sometimes miss school. I personally would avoid doing it on Monday and Friday mornings (24:00~06.00) depending on whether or not you'll be occupied with an important event at school. Friday is the exam day, so you never want to miss it.

Edit reason: Added a third article on how to actually do it.
Yeah, nice help here . . . one thing to add though, you may need your "Exhibitionism" score to be higher than "0" (zero) first . ! Other-wise it's not likely to let you out of your home!

I had everything as stated above, game wouldn't let the character out of her home, she still needed to wear "bra and panties", and even had her wear them both, she still would not go out.

At that time, she had "Exhibitionism: 0". She's at "Exhibitionism: 1" now, gonna try again, though I think it needs to actually be higher. Will up-date.

Edit - Up-date #1 : Yeah, as thought, "Exhibitionism: 1" isn't enough . . . still get same result :( !
 
Last edited:

Highland_Hunter

Well-Known Member
Aug 26, 2019
1,262
533
1st text : made mention of "Reference" :rolleyes:.
2nd text: was "To Rent A Job"
In reference to one of my previous posts, especially the above part:

1 - What does the text "Reference" refer to?

2 - What does the text "To Rent A Job" mean/refer to?

Does it have something to do with getting a "job" instructing/tutoring the Principal's daughter ?
(read that somewhere among all these posts, but haven't got that option yet in-game, so don't know how to "trigger" it, or what "sexy-good-times" it might lead to :p )
 

Highland_Hunter

Well-Known Member
Aug 26, 2019
1,262
533
I can on Friday nights to come to the gym - there are girls playing games naked. -- I triggered this in the gym, and then once in the second gym option. I guess I just have to keep doing this?
Okay . . . Where, When, How does one find : "girls playing games naked", as in what leads up to triggering this, does it have anything to do with the, " I was looking for Olga" event ?
(still can't figure that one out yet, I'm "not" finding her at the Gym, even though I see her there, naked, but have no options to interact with her o_O )
 

BeccaBoo

Member
Apr 21, 2018
458
1,297
Okay . . . Where, When, How does one find : "girls playing games naked", as in what leads up to triggering this, does it have anything to do with the, " I was looking for Olga" event ?
(still can't figure that one out yet, I'm "not" finding her at the Gym, even though I see her there, naked, but have no options to interact with her o_O )
All I can advise is use the modified version by Tanzie above (thanks for that Tanzie) in Terminator mode and keep a very close eye on the Journal. The journal gives pretty accurate hints of what you need to do and who you need to see. If you miss an event it can be a real pain trying to get back to it. The most important thing that I found was exhibitionism, you must use every event to raise this or you can end up working the special jobs in the supermarket without underwear but unable to leave your apartment without them.
 
4.00 star(s) 1 Vote