does anyone know how to uncensor this like the previous game?fr, I'm playing that game rn View attachment 5173929
I have no idea but I removed the motion blurdoes anyone know how to uncensor this like the previous game?
where do we put this file?1.3 Cheat Table
Level, Money, Interest, Orgasms
Install Cheat Engine, then open this.where do we put this file?
(MTL) I've made a translation of most dialogues in the game, missing some things in the UI bc I couldn't find/modify them correctly since game crashed. still missing some things but feels pretty playable now. thanks to unease-equal for the insight in translating UE gamesSure, it was a bit annoying but here is my rough process:
1) Find the dialogue assets by just searching and filtering through FModel. I found that they were mostly in datatables like many Unreal games (prefixed with DT_).
2) Extract all the "DT_*" assets with retoc, using a command like:
3) Open the files you want in UAssetGUI. For the dialogue lines, I found them in this file:Code:./retoc.exe to-legacy --no-shaders --no-compres-shaders -f "DT_" "$GAME_PATH" output_dir
4) Export the .uasset file to .json (in UAssetGUI)Code:output_dir\GalHome\Content\0_GalHomeNew\Managers\StoryAdvManagerSubsystem\DT_StoryGalBeforeLife.uasset
5) Translate all the lines in the .json from JP -> EN. They're usually under "CultureInvariantString" keys with various levels of nesting. I just wrote a python script to do this.
6) Import your modified .json into UAssetGUI, then export it out to .uasset (there has to be a better way to do this tho...)
7) Create a final directory structure with all of your modified files that you want to include in the final pak mod. It's important that the structure is identical, so the previous file would go here (assuming your mod is in a directory called `mod_files`):
8) Package everything up with retoc:Code:mod_files\GalHome\Content\0_GalHomeNew\Managers\StoryAdvManagerSubsystem\DT_StoryGalBeforeLife.uasset
Code:./retoc.exe to-zen mod_files "TranslationMod_P.utoc" --version UE5_2
Kind of a hassle but I usually follow a similar process for most of my UE mods. Hopefully that helps tho!
Great work! Glad to see somebody translate it after all this time, many things are missing but this is still much better than nothing! Sadly though it seems like it gets rid of the objectives in the top right(MTL) I've made a translation of most dialogues in the game, missing some things in the UI bc I couldn't find/modify them correctly since game crashed. still missing some things but feels pretty playable now. thanks to unease-equal for the insight in translating UE games
Google "404-goushitsu no Seikan Massage" and download it from the second linkthe game is gone on both site you used to find it, what happened?
(MTL) I've made a translation of most dialogues in the game, missing some things in the UI bc I couldn't find/modify them correctly since game crashed. still missing some things but feels pretty playable now. thanks to unease-equal for the insight in translating UE games
[Edit] I added other translations including the notifications leveling up, I don't know if it'll have any issue with versions of the game, so just letting you know I downloaded it from otomi-games