Cheat Mod Unity FemboySurvival Mod [Beta 1.0.0] [SimReaper18]

5.00 star(s) 1 Vote

Steven_Bills

Newbie
May 25, 2022
15
29
57
Henlo! Any plans to update to Demo 16 public release? At least on my end it seems the update broke the mod entirely.
 

MARBor145

New Member
Apr 17, 2023
2
1
48
mod didn't work

[Message: Preloader] BepInEx 6.0.0-be.560 - Femboy Survival
[Message: Preloader] BLEEDING EDGE Build #560 from eaf38ef5365852aceb08863f4c89cae782584638 at master
[Info : BepInEx] System platform: Windows 10 64-bit
[Info : BepInEx] Process bitness: 64-bit (x64)
[Info : Preloader] Running under Unity v2022.3.46.9345925
[Info : Preloader] CLR runtime version: 4.0.30319.42000
[Info : Preloader] Supports SRE: True
[Message: Preloader] Preloader started
[Info :AssemblyPatcher] Loaded 1 patcher type from [BepInEx.Preloader.Unity 6.0.0.560]
[Info : Preloader] 1 patcher plugin loaded
[Info : Preloader] 125 assemblies discovered
[Message:AssemblyPatcher] Executing 1 patch(es)
[Message: Preloader] Preloader finished
[Message: BepInEx] Chainloader initialized
[Info : BepInEx] 1 plugin to load
[Info : BepInEx] Loading [FemboySurvivalCheats 1.0.0]
[Info :FemboySurvivalCheats] Plugin FemboySurvivalCheats is loaded!
[Warning: HarmonyX] AccessTools.DeclaredMethod: Could not find method for type GrabManager and name StartGrab and parameters (Enemy, GrabAttack)
[Message: BepInEx] Chainloader startup complete
 

SimReaper18

Member
Jan 11, 2019
219
312
226
mod didn't work

[Message: Preloader] BepInEx 6.0.0-be.560 - Femboy Survival
[Message: Preloader] BLEEDING EDGE Build #560 from eaf38ef5365852aceb08863f4c89cae782584638 at master
[Info : BepInEx] System platform: Windows 10 64-bit
[Info : BepInEx] Process bitness: 64-bit (x64)
[Info : Preloader] Running under Unity v2022.3.46.9345925
[Info : Preloader] CLR runtime version: 4.0.30319.42000
[Info : Preloader] Supports SRE: True
[Message: Preloader] Preloader started
[Info :AssemblyPatcher] Loaded 1 patcher type from [BepInEx.Preloader.Unity 6.0.0.560]
[Info : Preloader] 1 patcher plugin loaded
[Info : Preloader] 125 assemblies discovered
[Message:AssemblyPatcher] Executing 1 patch(es)
[Message: Preloader] Preloader finished
[Message: BepInEx] Chainloader initialized
[Info : BepInEx] 1 plugin to load
[Info : BepInEx] Loading [FemboySurvivalCheats 1.0.0]
[Info :FemboySurvivalCheats] Plugin FemboySurvivalCheats is loaded!
[Warning: HarmonyX] AccessTools.DeclaredMethod: Could not find method for type GrabManager and name StartGrab and parameters (Enemy, GrabAttack)
[Message: BepInEx] Chainloader startup complete
what version of the game are you using? If you're using Demo 16, the current version of the mod should work fine, but if you're using a different version, you may need to .
 
  • Like
Reactions: Succubus Hunter

MARBor145

New Member
Apr 17, 2023
2
1
48
I fixed the problem myself using the guide from GitHub, thx. my version is Demo 16
  1. Create a directory named lib in the same directory as FemboySurvivalCheats.csproj.
  2. Copy the following files from the game's Femboy Survival_Data/Managed directory into lib/:
    • Assembly-CSharp.dll
    • Unity.InputSystem.dll
    • UnityEngine.CoreModule.dll
    • UnityEngine.dll
 
  • Like
Reactions: Succubus Hunter

SimReaper18

Member
Jan 11, 2019
219
312
226
I fixed the problem myself using the guide from GitHub, thx. my version is Demo 16
  1. Create a directory named lib in the same directory as FemboySurvivalCheats.csproj.
  2. Copy the following files from the game's Femboy Survival_Data/Managed directory into lib/:
    • Assembly-CSharp.dll
    • Unity.InputSystem.dll
    • UnityEngine.CoreModule.dll
    • UnityEngine.dll
If that worked for you, that's great, but those instructions are just for "building" the cheats, which is really only necessary for if you're a programmer and would like to make changes. Installation for anyone who just wants to use the cheats is as easy as downloading the zip file in the "Releases" section.
 

SimReaper18

Member
Jan 11, 2019
219
312
226
Before anyone says anything yet, I do believe my mod should be compatible with Demo 17. Looking at the code, there's a lot of changes, but they seem to mostly be one of two things: 1) removing Debug.Log from most of the methods, and 2) using Player.instance over .GetComponent<Player>. That's it.
WinMergeU_YBNklDnXPE.png

So the mod should work just fine for demo 17. Key word is "should".
 

SimReaper18

Member
Jan 11, 2019
219
312
226
I can't seem to get the menu to pop up/have the mod work at all. It's F1, right?
it should automatically be open from the get-go, so if it's not, then the mod is crashing. I can't know exactly why without more information, so if you could upload the file named LogOutput.log from the BepInEx folder here, that'd help.
 

OuterBusiness

Newbie
Apr 5, 2021
17
4
47
Can't find that. What file path should I put the mod in? I don't see a "femboy survival.exe". I just see the application itself, and some folders
1757620441332.png
 

SimReaper18

Member
Jan 11, 2019
219
312
226
Can't find that. What file path should I put the mod in?
The mod uses BepInEx to work, so what you need to do is have the ZIP file downloaded, and after taking everything out of it, put it all in that folder. It should add 4 things: a folder called "BepInEx" with more things in it, a file called "changelog", a file named "winhttp", and a file named "doorstop_config". If any of these are missing, the mod won't run.

I don't see a "femboy survival.exe". I just see the application itself, and some folders
That application is femboy survival.exe. If you turn on "Show file extensions" in one of the tabs in Explorer, it'll show the .exe at the end of the file. Usually, if you have an application on Windows, it'll have a .exe at the end, and that's what tells Windows that it can run it.
 
  • Like
Reactions: OuterBusiness

OuterBusiness

Newbie
Apr 5, 2021
17
4
47
Ah, thank you, that fixed it!
I tried making the menu go away with F1, but nothing seems to happen, otherwise it functions as it should.
 
Last edited:

SimReaper18

Member
Jan 11, 2019
219
312
226
I tried making the menu go away with F1, but nothing seems to happen, otherwise it functions as it should.
That could be a couple of things. If you are using a laptop, then that's the issue. With laptops, F1 will run whatever function is on that key, like "Brightness up" or similar. Instead, you'd have to press both Fn + F1, which should make it work like normal.

But as long as the rest of the mod works, then it shouldn't be a problem. The mod menu doesn't really get in the way anyways.
 
  • Like
Reactions: OuterBusiness

kryanBR

Active Member
Jan 18, 2019
775
461
257
Bro update, the cheat doesn't fully unlock the gallery, and finishing scenes by dominating doesn't work.
It would be cool to add one that increases or decreases corruption, makes it impossible to reach the climax, and turns off the cooldown of abilities, especially the new one; seduction.
 
5.00 star(s) 1 Vote