osanaiko

Engaged Member
Modder
Jul 4, 2017
3,374
6,490
707
Hey, I want to ask something to improve my translation work. Many people still say the text stays in Japanese when playing the game. Is there any method besides using BepInEx?
I wonder if the main problem is that you need to use wildcard matches for the "point" values in the relevant lines.
For example, in "result.txt" file, there is a line:

// Failure
恥ずかしさで動けなくなってしまった・・・\n<size=28>この授業で獲得した経験値</size>\n54pt=Overwhelmed by embarrassment, I couldn’t move...\n<size=28>Experience Points gained from this class</size>\n54pt

This line ends with a numeric point value "54pt".

The Xunity.Autotranslator plugin will only match this for display for the case where the player earns exactly "54pt". If they have 53pt? then off to whatever translation engine is setup... which looks like "GoogleTranslateV2" in the config gile. But that's blocked if people are running the game using a sandbox like Sandboxie (as they should!), and then it does not translate and just shows japanese.

In this case you need to use a "regex" match pattern with a capture group for the number value, and use the captured value in the output with a capture group reference i.e. "$1" for the first capture group, $2 for second etc.

So the translation file should have this line instead:

r:"^恥ずかしさで動けなくなってしまった・・・\n<size=28>この授業で獲得した経験値</size>\n([0-9]+)pt=Overwhelmed by embarrassment, I couldn’t move...\n<size=28>Experience Points gained from this class</size>\n$1pt

Note that doing Regexes correctly is not easy, the syntax is unforgiving. It's just something you need to learn in order to do great translations. The documentation for the Bepin plugin Xunity.Autotranslator is here: , although i think the Regex part is not very well explained.


Apart from that, I went through the files in the `Shame_Chain\BepInEx\Translation\en\Text\Main` folder and found a few errors in the actual translation (based on my 30+ years of being a dirty bastard japanese written porn freak):

-----
Skill.txt:

「フィニッシュA・B」\n3000pt="Bondage A/B"\n3000pt
should be "Climax A/B\n3000pt "

------
Scene Events.txt:

// Petting
マンズリ=Petting
should be "Rubbing pussy"

// Cum
挿入=Cum
should be "Insertion"

// Bondage
フィニッシュ\nパターンA=Bondage\nPattern A
フィニッシュ\nパターンB=Bondage\nPattern B
in both, "Bondage" should be "Climax"

And the places where it has "Owned", I would translate it as "Earned"

-----
Result.txt

*イベントシーン「テコキ」が開放されました。</size>=*New Event Scene has been unlocked.</size>
Should be ""New Event Scene 'Handjob' has been unlocked"

Again, the places where it has "Owned", I would translate it as "Earned"
 
  • Like
Reactions: The_M_Truth

saisaiaa

Newbie
Mar 3, 2024
15
4
89
So this is how you deal with potential paedophilia issues, by simply deleting messages?! I understand, the reality is simply frightening. The fear that subscribers will no longer like your game is driving you to bury the subject. And don't tell me I'm ‘off topic’. Paedophilia is a very serious subject, so don't force me to take legal action against you.
Your appearance on this website means you have been stealing other people's games! Are you showing such nobility now?? :ROFLMAO: :ROFLMAO: :ROFLMAO:
 

DBongus

Member
Jun 13, 2017
222
1,474
346
So this is how you deal with potential paedophilia issues, by simply deleting messages?! I understand, the reality is simply frightening. The fear that subscribers will no longer like your game is driving you to bury the subject. And don't tell me I'm ‘off topic’. Paedophilia is a very serious subject, so don't force me to take legal action against you.
What Pedophila? It's a fictional 3d model made by some guy in a country with a reasonably low age of consent and it's not even a loli. Get your head out of the gutter.
Go do something useful like protesting against rape gangs or something you stupid fuck.
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,374
6,490
707
Just ignore. either he's a troll or is a misguided white knight.
He's made a fatal mistake by posting again in a thread where his other comments had been deleted by a mod, so he's on the way to ban land.
 

The_M_Truth

Newbie
Oct 10, 2024
18
49
23
The game is pretty good overall !

Personnally, i think it needs more differents sex pose for the events, would be great if the dev add doggystyle or riding for example. A "pov view" during thoses events could be very good too.
 

QQP_Purple

Well-Known Member
Dec 11, 2020
1,486
1,736
207
Does the game have a gallery / full save or similar? I don't feel like grinding but the girl is hot.
 
2.40 star(s) 7 Votes