noxtek
I'm a noob in C# but I modified your mod to try something. I didn't change anything in your code (and reused your
Mods class) but instead of modifying the assembly.dll, I used
You must be registered to see the links
and
You must be registered to see the links
to inject code at game launch. This way, the mod will be much more compatible with future versions because no original code will be changed.
The whole content of the
CheatMod.zip must be unzip where
Loser.exe is. Maybe it won't work with other OS than Windows.
View attachment 2360192
!!! 7493349837893 updated the mod to 0.10.00 here !!!
Others links:
32-bit CheatMod
64-bit CheatMod
Cheatmod + AutoTranslator
By default, the Cheatmod doesn't work with
AutoTranslator so I made a version which merge both of them.
The installation is the same as for the classic CheatMod. Unzip the content of the zip in the main
Loser folder (where
Loser.exe is located). If you already used an AutoTranslator previously, you need to install my merged version on a fresh new install of Loser.
1/ Configure your language
a) Open the file
BepInEx/config/AutoTranslatorConfig.ini
b) Change the line:
With your own language. The list of usable language code seems to be:
(Don't ask me what is what, I didn't make it... I don't know)
2/ (optional) Preload translation texts
The translation can take some time as it's generated on the fly. So if you already used a similar tool previously, you can reuse your old translated file.
a) Find your old file named
_AutoGeneratedTranslations.txt
b) Run once Loser
c) Copy your old file to the new Loser installl in
<Loser folder>/BepInEx/Translation/<Language>/Text
Note you can access AutoTranslator preferences by pressing
Alt + 0
ingame.
64-bit CheatMod + Autotranslator
I don't have a 32-bit version for the merged version
!!! KNOWN BUGS !!!
1/ It doesn't work on Mac
2/ It doesn't work if there are special or accented characters in directory name. For example, if you use:
C:\My pörn games\Loser_v0.09.02_PC64x
(accented character: ö)
You'll have to remove or change this character to make it work
C:\My porn games\Loser_v0.09.02_PC64x
(Thx
RadaSTL for the feedback)
Note: You don't need the
Harmony.zip to use the mod. I just added it if someone wants to see the code.