Mod QSP Abandoned [Son of a bitch!] Translation Project 0.29 v0.8.2

5.00 star(s) 2 Votes

Xorgroth

Well-Known Member
Modder
Oct 12, 2017
1,090
1,116
Just a thought; is there a way to make the main character's name a variable, so we can change it whenever. Cheers in advance.
Yes, I have it setup to do so and was going to do it this release but everything just went sideways pretty fast. Wouldn't mind being able to change all of their names but unsure how much more work that would be at the moment. Hopefully soon you can have a main char with the name of Sir Dickus or something.
 

Xorgroth

Well-Known Member
Modder
Oct 12, 2017
1,090
1,116
Another release, Sveta's apartment not showing unless you go through her starting sequence I found out is actually by design. Kind of weird that it's working now and wasn't before and also getting stuck in the glory star office actually works fine. Just you could get stuck if you didn't have all the variables for Melissa or Arina triggered. Which brings me to the cheats, I reworked basically all of them. Added variables I hadn't had in there before and also added sex triggers since there's basically two variables for sex. One is just a counter and the other determines if you've actually had sex or not.
Everyone should have an entry under Events now too, some don't have special scene triggers yet but they all have fast forward events. So you can fast forward through all of characters if you've played them a few million times. Do note that you can make your game a bit wonky if you trigger people who are supposed to be not available yet or disappear after a certain path.
There's a bug for the Twins where you can still visit them at home despite buying them an apartment. So going to look at that a bit more soon. Plus some of the others but wanted to get the updated cheats out, other changes are in the change-log.
 
Jul 5, 2017
153
103
Another release, Sveta's apartment not showing unless you go through her starting sequence I found out is actually by design. Kind of weird that it's working now and wasn't before and also getting stuck in the glory star office actually works fine. Just you could get stuck if you didn't have all the variables for Melissa or Arina triggered. Which brings me to the cheats, I reworked basically all of them. Added variables I hadn't had in there before and also added sex triggers since there's basically two variables for sex. One is just a counter and the other determines if you've actually had sex or not.
Everyone should have an entry under Events now too, some don't have special scene triggers yet but they all have fast forward events. So you can fast forward through all of characters if you've played them a few million times. Do note that you can make your game a bit wonky if you trigger people who are supposed to be not available yet or disappear after a certain path.
There's a bug for the Twins where you can still visit them at home despite buying them an apartment. So going to look at that a bit more soon. Plus some of the others but wanted to get the updated cheats out, other changes are in the change-log.
Cheers for the update!! Appreciate the effort. What are the new variables you included?
 
  • Like
Reactions: Namco15

al0n3

New Member
Aug 18, 2016
4
1
Can someone share a save. Any save with decent progress should be ok.

I don't have previous saves and it will take a lot of time to start again...
 

xoxo1001

Member
May 9, 2017
264
270
Can someone share a save. Any save with decent progress should be ok.

I don't have previous saves and it will take a lot of time to start again...
Dude, Xorgroth has made it so simple to progress the game now, it's just a matter of clicking skip to sex. If even that is too much work, perhaps you should just go to PornHub.
 

error111

Newbie
Jun 3, 2017
18
5
There is a problem with getting alt path for Sveta. Only button "I don't have a girlfriend" shows when reading mail.

It seems something is wrong here
Code:
if $data['events_sveta_1_swing'] = 0:'<a href="exec:$data[''events_sveta_1_swing''] = 3 & gs''gs_time_loc_home'' & gt ''room_gg''">Agree & take Sveta with you</a>'
            '<a href="exec:$data[''events_sveta_1_swing''] = 2 & gs''gs_time_loc_home'' & gt ''laptop'',''swing_sveta_3''">I don''t have a girlfriend</a>'
 

Xorgroth

Well-Known Member
Modder
Oct 12, 2017
1,090
1,116
There is a problem with getting alt path for Sveta. Only button "I don't have a girlfriend" shows when reading mail.

It seems something is wrong here
Code:
if $data['events_sveta_1_swing'] = 0:'<a href="exec:$data[''events_sveta_1_swing''] = 3 & gs''gs_time_loc_home'' & gt ''room_gg''">Agree & take Sveta with you</a>'
            '<a href="exec:$data[''events_sveta_1_swing''] = 2 & gs''gs_time_loc_home'' & gt ''laptop'',''swing_sveta_3''">I don''t have a girlfriend</a>'
Basically it's telling you that you have her events_sveta_1_swing variable at 2 and haven't gotten it to 3 yet for the other part to trigger. Code looks good to me though...
 

PrEzi

Active Member
Modder
Aug 17, 2016
696
1,032
Basically it's telling you that you have her events_sveta_1_swing variable at 2 and haven't gotten it to 3 yet for the other part to trigger. Code looks good to me though...
Xorgroth -- No, I think error111 is right.
I have checked the russian QSP and it seems that the english variables are messed up.

Under "laptop" in russian QSP you have at start
:$data['события_аврелия_старт_веток'] = 1 & gt'laptop','swing_sveta_start'

In english QSP (your latest 0.7.4) you have
:$data['events_sveta_1_swing'] = 1

But the variable in russian for the swing is not 'события_аврелия_старт_веток' (which is beeing set at the beginning to 1 to start the swing/email event) but rather 'события_света_1_свинг'.

So -> Looking at the place in 'gs_start_var' where 'события_аврелия_старт_веток' is the english counterpart should be 'events_aurelia_branch_start' and not the 'events_sveta_1_swing'.
'events_sveta_1_swing' is = 0 and will be set to other value once the Email is read.

I have fixed this small bug and made an "unofficial" 0.7.4(a) version out of it.


Thanks error111 for reporting!
 

error111

Newbie
Jun 3, 2017
18
5
PrEzi That did the trick, it's working like intended, showing two options. Variables and story progresses now fine for alt path. Thanks
 

Xorgroth

Well-Known Member
Modder
Oct 12, 2017
1,090
1,116
Xorgroth -- No, I think error111 is right.
I have checked the russian QSP and it seems that the english variables are messed up.

Under "laptop" in russian QSP you have at start
:$data['события_аврелия_старт_веток'] = 1 & gt'laptop','swing_sveta_start'

In english QSP (your latest 0.7.4) you have
:$data['events_sveta_1_swing'] = 1

But the variable in russian for the swing is not 'события_аврелия_старт_веток' (which is beeing set at the beginning to 1 to start the swing/email event) but rather 'события_света_1_свинг'.

So -> Looking at the place in 'gs_start_var' where 'события_аврелия_старт_веток' is the english counterpart should be 'events_aurelia_branch_start' and not the 'events_sveta_1_swing'.
'events_sveta_1_swing' is = 0 and will be set to other value once the Email is read.

I have fixed this small bug and made an "unofficial" 0.7.4(a) version out of it.


Thanks error111 for reporting!
Ah I missed that part, will add it in for the next release.
 

Hentai Prince

Member
Donor
Jul 24, 2017
475
367
So I couldn't find any info on continuing the route with Rada. Hopefully, someone can help me with this. I already finish the nightclub event with her and it ended with a blowjob but after that, I can't proceed. Can someone help me? The last thing she said was to keep what happened between us.
 

Xorgroth

Well-Known Member
Modder
Oct 12, 2017
1,090
1,116
So I couldn't find any info on continuing the route with Rada. Hopefully, someone can help me with this. I already finish the nightclub event with her and it ended with a blowjob but after that, I can't proceed. Can someone help me? The last thing she said was to keep what happened between us.
Looks like someone already answered your question in the main discussion thread.

On a side note for everyone else, I went ahead and made a wiki page on the Gitlab. Has all of the old walkthroughs for chars but if anyone wants to update them before I get to them then please do. Currently using markdown which is pretty simple to learn, took me 5 minutes to go oohhh that's cool. I don't know if F95 is getting their wiki pages back or not but I'd move them over if they do. Actually they don't seem to want it back so guess I'll just keep what I got up for now.
 
Last edited:
  • Like
Reactions: Jack-O and xoxo1001

Gaijin100

Member
Jan 13, 2018
232
71
i tried updating from 26 to 27 and my game just comes up with a russian error but im wondering has your English translation come with the Updates on the offical thread now? or is it still a "mod".

reason i ask is because im hoping there was a torrent with ur mod and current Versions (0.28) packed together.
 

Xorgroth

Well-Known Member
Modder
Oct 12, 2017
1,090
1,116
i tried updating from 26 to 27 and my game just comes up with a russian error but im wondering has your English translation come with the Updates on the offical thread now? or is it still a "mod".

reason i ask is because im hoping there was a torrent with ur mod and current Versions (0.28) packed together.
No, it's just a mod. On the main threat you can find a torrent and just use the upgrade packages to update the game to the latest version.
 

Valerielychee

Newbie
Jul 31, 2017
38
11
Oh yeah, I forgot that I had totally wiped out the music in the QSP since I found it annoying. I'd have to reupload the files with it enabled but if you want to edit the file yourself. It's under gs_start_var and the first line, "music_on = 0" should be "music_on = 1" without quotes of course.
Music is enabled now I just auto-set the volume to 0. So just need to turn it up if you want to hear sounds.
First off, thank you so much for the translation and everything. I just have a little problem: I love the Russian song you normally can hear when you launch the game (just before you choose between start and continue), and even though I turned the sound up, I can't hear it anymore! Do you know why? Is there anything that can be done to have it back?
 
5.00 star(s) 2 Votes