Dunkanlive

New Member
Apr 11, 2024
1
0
why when i activate mod in console boobs didn't change? I got latest version boobs still small. I download 0.9.0.5 and on that version i got same result.
 

Kenny567

Well-Known Member
Oct 10, 2017
1,306
642
why when i activate mod in console boobs didn't change? I got latest version boobs still small. I download 0.9.0.5 and on that version i got same result.
With R versions of the mod you need to see Elise.
With RC versions they should be changed by default (being Cosmetics Only)

Keep in mind that there were major changes to the mod api and if the mod hasn't been updated for the latest game version yet there may be issues (this includes Cheat Menu Framework and UltraModManager [being a dependency for both CMF and the R versions of Lona Big Booba Mod])

0.9.x.x game versions are highly unstable atm (many game breaking bugs with many updates), so as such Cheat Menu Framework will not be updated until the game is stable again.
 
Last edited:

Kenny567

Well-Known Member
Oct 10, 2017
1,306
642
Already provided here
Both patches are different but should achieve essentially the same thing.

Old patch
1712882085121.png

New patch
1712882021925.png

EDIT: Swapped screenshots after some clarification.

P.S: :oops: This should of been obvious in hindsight, but everyone should be using the patches.json from [go fuck yourself]'s post, being the author of the patch. (Would be handy to get it linked in Extras on the OP)
 
Last edited:

SthreeP

New Member
May 21, 2022
9
16
Considering it's made using RPG Maker VX Ace, yep.
that's actually impressive. I didn't know that rpg maker can do this
smut aside I genuinely enjoy the gameplay loop. one of the best game of its kind I'd say. shame that it'll be difficult to recommend this game to other people without being side eyed lol.
though to be fair I don't know a lot of rpg maker game and those that I stumble upon usually just a low effort reading type game
 

Empusial

Newbie
Mar 20, 2020
16
0
that's actually impressive. I didn't know that rpg maker can do this
smut aside I genuinely enjoy the gameplay loop. one of the best game of its kind I'd say. shame that it'll be difficult to recommend this game to other people without being side eyed lol.
though to be fair I don't know a lot of rpg maker game and those that I stumble upon usually just a low effort reading type game
Yup its crazy how well They use engine also if you learn the spaghetti code you can mod the game yourself.
 

Yukihirou

Well-Known Member
Feb 4, 2018
1,341
1,221
that's actually impressive. I didn't know that rpg maker can do this
smut aside I genuinely enjoy the gameplay loop. one of the best game of its kind I'd say. shame that it'll be difficult to recommend this game to other people without being side eyed lol.
though to be fair I don't know a lot of rpg maker game and those that I stumble upon usually just a low effort reading type game
It's their loss, one of the best read I have had in the last decade was Monster Girl Quest trilogy and Muv Luv, it was really a good journey. And I didn't share them with anyone.
 

bobi121

Member
Aug 1, 2019
276
288
It's their loss, one of the best read I have had in the last decade was Monster Girl Quest trilogy and Muv Luv, it was really a good journey. And I didn't share them with anyone.
God MGQ was such an intense game. I remember Illias's final form and how tough she was. Even at the end she made you feel bad about her.
 
  • Like
Reactions: Yukihirou
Feb 19, 2022
35
26
Both patches are different but should achieve essentially the same thing.

Old patch (supports compressed mode)
View attachment 3531886
vs New (better supports script overrides, and UMM's script loader replacer)
View attachment 3531887
'Old' version is my latest revision, while 'New' is the very first
First rev doesn't support UMM, because UMM uses spaces instead of tabs
Thus, your captions are mixed up)
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

AnhC

New Member
Mar 13, 2022
6
0
Modular Cheats Mod (a.k.a MCM)
The old Cheats Mod, reworked to use modules to add new cheats.

Announcement:
v1.0rc4 packages on Github, once we reach v1.0 I'll update the files on MEGA.
Remaining planned changes:
  • [High-Priority] Allow Debug Menus (mods or otherwise) to co-exist with the Cheat Menu. Class Rewrite required.
Progress so far:
  • Github created.
  • Current release archived into a secondary branch.
  • Mod renamed.
  • Workflow for packaging now allows the return of the AIO file.
  • Preliminary work to allow other debug menus to work without replacing Cheat Menu.
  • F6 hotkey for Give 99,999 Trade Points moved to Infinite Money CheatModule.
  • All hotkeys will be handled by a new overridable function CheatsMod.cheat_triggers.
  • All module hotkeys migrated to cheat_triggers overrides.
  • TextCache module moved to its own file in the lib folder.
  • Cheat Settings loader improved (loading settings now refreshes the in-memory data from the ini file)
  • Summon menu, Morality Editor and Race Changer moved into their own CheatModules.
  • Mod migrated to UltraModManager
  • Translation support itself is now handled by UMM. No more TextCache module.
  • Mod folder name is no longer hardcoded to Cheats Mod.
  • Translation file Text/$lang/CheatsMod.txt is now Text/$lang/menu.txt
  • Fixed a workflow issue that caused the AIO file to not have all the required files after splitting the following features into their own CheatModules:
    • Race Changer
    • Morality Editor
    • Summons Menu
  • Translated UMM related strings (menu:mod/name and menu:mod/description) into the various languages
  • Moved Dirty Stat toggle cheat into it's own CheatModule
  • Moved remaining cheats into Legacy CheatModule.
  • Fixed dependency on Legacy CheatModule. Issue was an unidentified index out of bounds error. All affected modules fixed.
  • Added a visual tracker of installed modules (Includes translations for menu. Module names intentionally not translated)
  • Menu order is now determined by the CheatModule load order.
  • Fixed a translation issue in the Pregnancy CheatModule.
  • Moved translations into a . All translation changes should be done there.

Compatibility:
  • Minimum required game version: 0.8.4.3+
  • For game versions below 0.8.1.0, lines with _state("Tail") need to be commented out.
  • For game versions below 0.8.4.0, instances of _state("AbomSickly") need to be replaced with _state("Sickly")
  • [Github version only]
    • Minimum required game version: 0.8.7.0
    • For game versions below 0.8.7.0, change Scene_FirstTimeSetup to Scene_LangFirstPicker in the <Cheats Mod>/mod/Utils.rb file.
    • Requires UMM as of v1.0rc1.

You don't have permission to view the spoiler content. Log in or register now.

Now hosted only on MEGA. Latest version on github.

Before installing the mod:
Ensure that the old cheat mod and the dependency are not installed as they are not compatible with this mod and will result in crashes.

Now make sure you can answer yes to the following question:
  1. Have you set the game path in NyxLauncher?
  2. Have you launched the game to the title screen at least once?
After installing the mod:
  1. Did your archive extractor of choice add a folder with the archive filename? <------- For this one, if you answered yes, the mod will NOT work regardless of if it shows up in nyxlauncher.
Quick tutorial video on installing (super basic)

Notice:
Modular Cheat Mod does not nor has it ever provided the console. That feature is built into the game (See Data/Scripts/Frames/RVscript/520_YanflyF10.rb within the game files)

Important Information:
Any archive I share must be extracted how I say (if applicable), not into a folder with the archive name. The file/folder structure within is exactly how it needs to be for where it is to be extracted.

Known Issues:
  • Hive Hearts summoned on maps without H_BIOS storypoints crash the game. Only summon them if you wish to farm them on their actual maps. (If anyone knows how to recreate these storypoints in code if they don't exist in the current area, feel free to make and share a patch to the Summon feature)
  • Having all 3 Infinite Stats cheats enabled causes lag to a noticeable degree. (Configurable variant ONLY)
  • Some things don't change when changing languages. This is a problem with even the game itself, so restart after switching languages.
  • NoFriendlyFire mod causes Undefined method "+" on nilClass crash if Companion's projectiles hit player code is uncommented.
  • [Will NOT be changed] There is no default language fallback implemented in the mod, so if you use the MTL in the game itself, you MUST create the MTL folder in the mod too. This is by design as the mod relies on the language as set by the game. The MTL tool can be tricked into translating the mod, but the language the tool uses as a source is Google Translated from English and will be inaccurate. The only languages included in the mod that are confirmed accurate are English (being my native language) and Russian (see Credits spoiler)

Planned changes (lower number = highest priority):
  1. Major optimization of the Infinite Stats cheats (Configurable variant ONLY) [On-hold]
  2. Redesign the menu to match the pause menu (maybe even add a Cheats entry to the pause menu to free up a hotkey) [TBD]
___________________________________________________________________________________________________

Modular Cheats Mod:
You don't have permission to view the spoiler content. Log in or register now.
Downloads: [Required] (Old version, will be updated upon mod release v1.0)
  • ModularCheatsMod.zip - Extract as is to ModScripts/_Mods/, enable and re-order Cheats Mod in NyxLauncher.
You don't have permission to view the spoiler content. Log in or register now.
___________________________________________________________________________________________________

Official Addon Modules: [Optional] (Old version, will be updated upon mod release v1.0)
Installing these is as simple as if you were installing the main mod as above. (Extract as is to ModScripts/_Mods/). Click here for the folder with all modules.​
___________________________________________________________________________________________________

Community-Made Addon Modules: [Optional] (Old version, will be updated upon mod release v1.0)
Installing these is as simple as if you were installing the main mod as above. (Extract as is to ModScripts/_Mods/). Click here for the folder with all modules.​
  • Stats Editor by UltraRev - Adds an editor for adding/removing States. States cover everything from traits, status effects, piercings, etc.
  • Pregnancy by niemand95 - Replaces the old Pregnancy submenu. Now with improved pregnancy stuff.
Note: Once tested and checked over I will add a mirror of these addons.​
___________________________________________________________________________________________________

You don't have permission to view the spoiler content. Log in or register now.
I can't seem to get the mod working on the 9.0.5 version, UMM loaded just fine, however Cheat mod just refused to load for some reason 1712981989899.png
 

Kenny567

Well-Known Member
Oct 10, 2017
1,306
642
I can't seem to get the mod working on the 9.0.5 version, UMM loaded just fine, however Cheat mod just refused to load for some reason View attachment 3535226
1713002002556.png 1713002018622.png



v1.0rc4 specifically requires v1.2.1 of UMM, which fixes the dependency checker.

Though you could technically get away with just emptying the requires array in mod.json in Cheat Menu.

I have also not tested the mod with any game versions since 0.8.9.2 (because too many updates in a short amount of time)
 
Last edited:

AnhC

New Member
Mar 13, 2022
6
0
View attachment 3535755 View attachment 3535756



v1.0rc4 specifically requires v1.2.1 of UMM, which fixes the dependency checker.

Though you could technically get away with just emptying the requires array in mod.json in Cheat Menu.

I have also not tested the mod with any game versions since 0.8.9.2 (because too many updates in a short amount of time)
The UMM provided in the github page was 1.2.0, I can't seem to find the 1.2.1 version
View attachment 3535755 View attachment 3535756



v1.0rc4 specifically requires v1.2.1 of UMM, which fixes the dependency checker.

Though you could technically get away with just emptying the requires array in mod.json in Cheat Menu.

I have also not tested the mod with any game versions since 0.8.9.2 (because too many updates in a short amount of time)
Thanks! Apparently I had the UMM on 1.2.0
 
4.10 star(s) 185 Votes