With Diane able to return to Cosmopolitan and Resigned Mother as a 5 star. I plan to add some interactions to those AT's that are only available if you've gotten her to 5 stars. I just ran out of time.
Edit: Nvm, missed the date scenes.
With Diane able to return to Cosmopolitan and Resigned Mother as a 5 star. I plan to add some interactions to those AT's that are only available if you've gotten her to 5 stars. I just ran out of time.
It means there's barely any new content in this update, because he was remaking the whole game for the last half a year. Which was predictable, we can only hope the remake is now, in fact, properly remade and next updates will focus on the content.Does that mean the only new Diane scenes are the AT change scenes?
Hey man! Your update looks great. I'm excited to try it out. Gonna have a supercool whole new playthrough when i get my hands on it. Thanks for all your fine work.You must be registered to see the links
It means there's barely any new content in this update....
Updated the cheat mod for version v0.11.00noxtek
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 usedYou must be registered to see the linksandYou must be registered to see the linksto 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
!!! CURRENTLY DOESN'T WORK WITH THE TEST BUILD 09.08 !!!
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)You don't have permission to view the spoiler content. Log in or register now.
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 pressingAlt + 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.
Did you fix the laziness variable not levelling up with the others in this version? Thanks for updating it BTW.I updated the cheat mod for the newest Loser_v0.10.00_PC64x version. I tweaked some things around for better personal use: changed hotkeys, added features like hold CTRL to speed up 5x, change any character to any AT, improved time skip, added skip 24h, etc.
View attachment 3077346 View attachment 3077349
Tested only in 64 Bit game version
yeah, that's fixed. The previous code was hardcoded, kinda like addExp("Charisma", 100), addExp("Order", 100), etc. and the programmer missed writing a line for laziness. I rewrote it into a loop, going over all known skills, so that implicitly fixed laziness not leveling up.Did you fix the laziness variable not levelling up with the others in this version? Thanks for updating it BTW.
I'm not able to open up the cheat menu. Did the hotkey change from "C"? Are there any additional files that need to be downloaded?I updated the cheat mod for the newest Loser_v0.10.00_PC64x version. I tweaked some things around for better personal use: changed hotkeys, added features like hold CTRL to speed up 5x, change any character to any AT, improved time skip, added skip 24h, etc.
Also changed how infinite arousal works, previously, you just could not lose arousal, but still gain it. Which means, eventually you reach max, and in sex minigames, you cum instantly. Now, arousal is always set to half of your max arousal, so you can play the sex minigame as long as you want. To view the cumming scene, you have to turn off infinite arousal and let it build up. (I just think it works better like this)
View attachment 3077346 View attachment 3077349
Tested only in 64 Bit game version
Nope, unzipping it where loser.exe is located should be it and C should be the hotkey. Uhh, can you press C ingame, then send me your output_log.txt file (it should be in same folder where loser.exe is)I'm not able to open up the cheat menu. Did the hotkey change from "C"? Are there any additional files that need to be downloaded?
EDIT: yeah, I bundled the files wrong. I included cache files etc.Here's the Log
Still doesn't work... whatever I'll just continuously modify the save file to whatever I need.Nothing there that would indicate a problem. Try deleting BepInEx, doorstop_config and winhttp.dll, then downloading a fresh BepInex and installing it (You must be registered to see the links), then place LoserCheatMod.dll into <folder where game is>\BepInEx\plugins.
I reuploaded the mod in the post above with clean BepInEx files, could you give it one last try.Still doesn't work... whatever I'll just continuously modify the save file to whatever I need.
Yeah, I dont know what I can do against that. The cheat mod and whole BepInEx files are .dll files, which can do basically anything in windows, like server requests, read and write files etc. They are potentially super dangerous. You can download it and decompile LoserCheatMod.dll with a tool likegetting a virus warning on the cheat mod
Mod Works now! @_@I reuploaded the mod in the post above with clean BepInEx files, could you give it one last try.