bxxjbxxj

New Member
Nov 20, 2024
8
7
Interesting, would you think the added content in the modded versions (V65 & V70) are worth keeping an eye on until they're fixed?
This might depend on whether you like the new characters or not.
As for me, since the story has already concluded, the "DLC" content essentially amounts to additional film clips.
Therefore, I'm not very inclined to play it——if I'm into those new characters, I'd like to watch their films instead.
Of course, the game's large size, combined with the risk of encountering bugs after a lengthy download process, is another significant reason why I am not planning to play it.
 
  • Like
Reactions: FortheFap

bimchanny

Newbie
May 5, 2022
62
14
How to quit your job at a restaurant. I accidentally clicked through that part so now I can't execute the order to quit my job at the restaurant. Someone help me
 

lazylazyoni

Newbie
May 10, 2023
69
81
This might depend on whether you like the new characters or not.
As for me, since the story has already concluded, the "DLC" content essentially amounts to additional film clips.
Therefore, I'm not very inclined to play it——if I'm into those new characters, I'd like to watch their films instead.
Of course, the game's large size, combined with the risk of encountering bugs after a lengthy download process, is another significant reason why I am not planning to play it.
I will fix the bugs when people encounter them I already fixed a bunch of bugs and wrote couple tools but the codebase is a mess.
For example he has media paths like these I need to change the paths these can cause errors. The owner also added an anti-cheat check after V60. Thats also why I cant just most of the V60 work because a lot of the code was changed

1738014825338.png

He also embedded images and media in the gamefile itself. The qsp was like close to 100mb because of that I extracted those to the image file.

The tools that already have been developed for qsp games don't work very well for this. I need to write my own that is currently the most time consuming part.

The players wont need to redownload the whole game again, they just need to replace the qsp file with mine but before I publish it I will release a github repo with all the translation work that needs to be done as I wrote before I won't sacrifice most of my free time to translate it so on my own the progress will be very slow.
 

lazylazyoni

Newbie
May 10, 2023
69
81
Uploaded the files that needs to be translated to GitHub
  • Repo is live here:

    (File names are still half-renamed – blame anti-cheat spaghetti code, or me for not fixing my script)
  • You can borrow lots of translations from the V60 version here:

    Just know my file names might be different since I used a different translator! Also most of the files have not the same code you can't just copy&paste it from V60 to V70
Plan:
  • Once we hit 60-70% translated, I’ll drop the repackaged game
  • I will fix bugs based on the reports here
V70 has 117 NEW FILES over V60

DM me or quote this post if you wanna claim a location.
 

Tagoslav

New Member
Feb 25, 2022
4
0
Uploaded the files that needs to be translated to GitHub
  • Repo is live here:

    (File names are still half-renamed – blame anti-cheat spaghetti code, or me for not fixing my script)
  • You can borrow lots of translations from the V60 version here:

    Just know my file names might be different since I used a different translator! Also most of the files have not the same code you can't just copy&paste it from V60 to V70
Plan:
  • Once we hit 60-70% translated, I’ll drop the repackaged game
  • I will fix bugs based on the reports here
V70 has 117 NEW FILES over V60

DM me or quote this post if you wanna claim a location.

Yes please
 

bxxjbxxj

New Member
Nov 20, 2024
8
7
How to quit your job at a restaurant. I accidentally clicked through that part so now I can't execute the order to quit my job at the restaurant. Someone help me
Why need to quit the job? Once you complete that side quest, it will remain permanently, and won't disappear even after the game's ending. Its presence does not prevent the triggering of other storylines.
 
  • Heart
Reactions: bimchanny

bxxjbxxj

New Member
Nov 20, 2024
8
7
I will fix the bugs when people encounter them I already fixed a bunch of bugs and wrote couple tools but the codebase is a mess.
For example he has media paths like these I need to change the paths these can cause errors. The owner also added an anti-cheat check after V60. Thats also why I cant just most of the V60 work because a lot of the code was changed

View attachment 4488867

He also embedded images and media in the gamefile itself. The qsp was like close to 100mb because of that I extracted those to the image file.

The tools that already have been developed for qsp games don't work very well for this. I need to write my own that is currently the most time consuming part.

The players wont need to redownload the whole game again, they just need to replace the qsp file with mine but before I publish it I will release a github repo with all the translation work that needs to be done as I wrote before I won't sacrifice most of my free time to translate it so on my own the progress will be very slow.
Good job. I can't be of much help in this regard. I can only provide a bit of information.
The 'anti-cheat check' only exists in V60.FF, it does not exist in V60.E.
If you are using qgen to compile the game, I know that the password for V60.E is 20230101.
That's all I know.
 

Hachijotohya

New Member
Jan 20, 2021
4
2
Uploaded the files that needs to be translated to GitHub
  • Repo is live here:

    (File names are still half-renamed – blame anti-cheat spaghetti code, or me for not fixing my script)
  • You can borrow lots of translations from the V60 version here:

    Just know my file names might be different since I used a different translator! Also most of the files have not the same code you can't just copy&paste it from V60 to V70
Plan:
  • Once we hit 60-70% translated, I’ll drop the repackaged game
  • I will fix bugs based on the reports here
V70 has 117 NEW FILES over V60

DM me or quote this post if you wanna claim a location.
yes pls <3
 

bimchanny

Newbie
May 5, 2022
62
14
Why need to quit the job? Once you complete that side quest, it will remain permanently, and won't disappear even after the game's ending. Its presence does not prevent the triggering of other storylines.
I completed the quest at the convenience store. But when continuing the mission, I got stuck at the part of quitting my job at the restaurant. I'm stuck at the empire CEO section
 

bxxjbxxj

New Member
Nov 20, 2024
8
7
I completed the quest at the convenience store. But when continuing the mission, I got stuck at the part of quitting my job at the restaurant. I'm stuck at the empire CEO section
(I don't know the exact translation names of the characters, just ignore it.)
I can show you the timeline so that you can figure out what's wrong:
①Complete the quest at the convenience store
②Complete the route of the underworld widow (60% holding in the restaurant)
③Complete the quest at the convenience restaurant (get the certificate of assistant to the CEO)
④Go to the West Coast mansions in the suburbs, then you begin the route of CEO and her daughter
 

lazylazyoni

Newbie
May 10, 2023
69
81
Good job. I can't be of much help in this regard. I can only provide a bit of information.
The 'anti-cheat check' only exists in V60.FF, it does not exist in V60.E.
If you are using qgen to compile the game, I know that the password for V60.E is 20230101.
That's all I know.
Ty. The password for V70 is different but luckily it is easy to get the password the encryption method is known.
The pw is asgasgasgas3512521gd564654dsgsd but the qsp file I am compiling won't include a pw.
I've already begun translating locations, but the process will take at least +3 months to complete. Hypothetically if I translated two locations per day, it would require 209 days to finish all files. This also doesn’t account for stuff like debugging/fixing issues/bugs and variable renaming.
To complete it in 3 months I would need to translate ~4,6 locations per day some locations are bigger other are smaller maybe this is realistic. So yeah people need to be patient this can take a while. I did not want to release a repackaged version without translating the majority of the game but I might release a untranslated version next week because the V70 is very buggy and then people can just grab my qsp file and get the recent translations.
 

Alex040677

Member
Jun 4, 2017
321
249
(I don't know the exact translation names of the characters, just ignore it.)
I can show you the timeline so that you can figure out what's wrong:
①Complete the quest at the convenience store
②Complete the route of the underworld widow (60% holding in the restaurant)
③Complete the quest at the convenience restaurant (get the certificate of assistant to the CEO)
④Go to the West Coast mansions in the suburbs, then you begin the route of CEO and her daughter
It would be more useful to make a better and more detailed guide. I found the links of the guide but it is not the best and even the previous and translated one does not explain everything well.
 

bxxjbxxj

New Member
Nov 20, 2024
8
7
It would be more useful to make a better and more detailed guide. I found the links of the guide but it is not the best and even the previous and translated one does not explain everything well.
I'd say that even the original versions (I mean Chinese versions) of the guides are written quite messily, filled with a lot of redundant information and omissions. When I was playing, I needed to refer to different guides to complete the character routes.
And sorry to say, I am not going to organize those guides either —— I used to , but failed with DeepSeek due to the presence of adult content. Perhaps someone else will find a way, who knows?
Years of gaming have taught me one thing: taking a wait-and-see approach will never put you at a disadvantage. As long as the game is good enough, there will always be people making accompanying translations and guides. Considering the vast number of games available, it's not worth wasting time on those which only offer machine translations and poor-quality guides.
 

Alex040677

Member
Jun 4, 2017
321
249
I'd say that even the original versions (I mean Chinese versions) of the guides are written quite messily, filled with a lot of redundant information and omissions. When I was playing, I needed to refer to different guides to complete the character routes.
And sorry to say, I am not going to organize those guides either —— I used to , but failed with DeepSeek due to the presence of adult content. Perhaps someone else will find a way, who knows?
Years of gaming have taught me one thing: taking a wait-and-see approach will never put you at a disadvantage. As long as the game is good enough, there will always be people making accompanying translations and guides. Considering the vast number of games available, it's not worth wasting time on those which only offer machine translations and poor-quality guides.
I tried with ChatGPT and got up to a certain point then it would get stuck. In some cases, in order to get him to translate and organise the guide better, I always specified that I was doing it for the purpose of studying and analysing the phenomenon, and for some texts I even managed to get something, but on other topics I got stuck. It is evident that there are keywords that he cannot translate or organise where he then gets stuck.
 

lazylazyoni

Newbie
May 10, 2023
69
81
It would be more useful to make a better and more detailed guide. I found the links of the guide but it is not the best and even the previous and translated one does not explain everything well.
The V70 version has better guides

for example:


HTML:
             '<font color="#FFE4B5">Prerequisite: Complete 60% share acquisition of Red Restaurant</p>'

             if 餐厅经营>=2:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '1. First encounter her at Red Restaurant and participate in her citizen proposal</p>'
            if $CT.Home=1:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '2. Return to the restaurant to find she&#39;s managed it well. Report back to gain access to West Coast mansion</p>'
             if $YY.同意=1:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '3. In West Coast mansion, interact at Pool, Fitness_Center, or Guest Bedroom. Primary objective: Deal with swimming coach (After resolving, can collect dead leaves and make cocktails at underground bar. Note: Multiple ways to obtain plant materials here)</p>'
             if $机场进度>=1:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '5. Return to Empire Group 100th floor, assist her in overhauling Empire Airlines</p>'
             if $机场进度>=3:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '6. After completing covert investigation, submit aerial service proposal at Five Nations meeting for approval</p>'
             if 内定进度>=5:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '7. After proposal passes, implement reforms at airport. Once completed, can send her home at night and use cocktails to boost attributes</p>'
             if 内定进度>=5:
                 '<font color="#BBFFBB">·Now freely romanceable. Early stages focus on using cocktails when sending her home to increase favor</p>'
                 '① Pool area: Training guidance in gym</p>'
                 '② Guest Bedroom massage leads to spa invitations</p>'
                 '③ Matchmaking event and subsequent NTR confrontation</p>'
                 '④ Maid outfit requires unlocking through <<$CT.name>></p>'
                 '⑤ After completing ③, trigger final event with her and Commissioner in Guest Bedroom</p>'
            end
 

bxxjbxxj

New Member
Nov 20, 2024
8
7
Ty. The password for V70 is different but luckily it is easy to get the password the encryption method is known.
The pw is asgasgasgas3512521gd564654dsgsd but the qsp file I am compiling won't include a pw.
I've already begun translating locations, but the process will take at least +3 months to complete. Hypothetically if I translated two locations per day, it would require 209 days to finish all files. This also doesn’t account for stuff like debugging/fixing issues/bugs and variable renaming.
To complete it in 3 months I would need to translate ~4,6 locations per day some locations are bigger other are smaller maybe this is realistic. So yeah people need to be patient this can take a while. I did not want to release a repackaged version without translating the majority of the game but I might release a untranslated version next week because the V70 is very buggy and then people can just grab my qsp file and get the recent translations.
Cool, perhaps I'll pick it up one day.
 

Alex040677

Member
Jun 4, 2017
321
249
The V70 version has better guides

for example:


HTML:
             '<font color="#FFE4B5">Prerequisite: Complete 60% share acquisition of Red Restaurant</p>'

             if 餐厅经营>=2:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '1. First encounter her at Red Restaurant and participate in her citizen proposal</p>'
            if $CT.Home=1:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '2. Return to the restaurant to find she&#39;s managed it well. Report back to gain access to West Coast mansion</p>'
             if $YY.同意=1:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '3. In West Coast mansion, interact at Pool, Fitness_Center, or Guest Bedroom. Primary objective: Deal with swimming coach (After resolving, can collect dead leaves and make cocktails at underground bar. Note: Multiple ways to obtain plant materials here)</p>'
             if $机场进度>=1:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '5. Return to Empire Group 100th floor, assist her in overhauling Empire Airlines</p>'
             if $机场进度>=3:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '6. After completing covert investigation, submit aerial service proposal at Five Nations meeting for approval</p>'
             if 内定进度>=5:'<font color="#D8BFD8">√'else'<font color="#BBFFBB">'
                 '7. After proposal passes, implement reforms at airport. Once completed, can send her home at night and use cocktails to boost attributes</p>'
             if 内定进度>=5:
                 '<font color="#BBFFBB">·Now freely romanceable. Early stages focus on using cocktails when sending her home to increase favor</p>'
                 '① Pool area: Training guidance in gym</p>'
                 '② Guest Bedroom massage leads to spa invitations</p>'
                 '③ Matchmaking event and subsequent NTR confrontation</p>'
                 '④ Maid outfit requires unlocking through <<$CT.name>></p>'
                 '⑤ After completing ③, trigger final event with her and Commissioner in Guest Bedroom</p>'
            end
But is there a pdf or txt file with the guide and does it include the whole game? Is it possible to extrapolate it and create a more effective guide?
 

lazylazyoni

Newbie
May 10, 2023
69
81
But is there a pdf or txt file with the guide and does it include the whole game? Is it possible to extrapolate it and create a more effective guide?
The guides are integrated in the game and yes you can change all the text that is basically what I am doing by translating it. Converting the QSP file to plaintext and then convert it back to QSP to test my translations in the game.
 

Alex040677

Member
Jun 4, 2017
321
249
The guides are integrated in the game and yes you can change all the text that is basically what I am doing by translating it. Converting the QSP file to plaintext and then convert it back to QSP to test my translations in the game.
I will wait for the v70 version to be ready even though I have my doubts about this version.
 
3.50 star(s) 30 Votes