Big-mass

Newbie
May 25, 2022
16
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]
  • 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]
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]
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.
the link for modular cheats not working
 

F4S1

Member
Aug 29, 2019
142
138
Hi guys.

I have a problem with Lona_Booba_Graphics mod: it doesn't work.

I have:
- LonaRPG Beta 0.8.9.2.1
- UltraModManager-1.2.0
- Lona_Booba_Graphics_R2.5.3

What I did:
- unpacked game
- unpacked UltraModManager to \LonaRPG_Beta_0.8.9.2.1\ModScripts\_Mods\
- enabled it via NyxLauncher.exe
- copied 104_umm.rb from \UltraModManager\root to \LonaRPG_Beta_0.8.9.2.1\Data\Scripts\
- copied Lona_Booba_Graphics to \LonaRPG_Beta_0.8.9.2.1\ModScripts\_Mods\
- start game

When game started - there are no errors, both addons are enabled.
When I went to gynecologist's store - there are no new mods avaliable.

I read this thread, and found nothing similar to my problem.
What am I doing wrong? thx.
not updated yet
 

Laiken

New Member
Aug 29, 2017
7
10
So I've been using the Desu mod for a while though I've just noticed that it also made the sea witch form (true deep one) white like the rest, is there a way to preserve the mod -and- the sea witch's blue skin tone that you guys would know of ?
 

Kenny567

Well-Known Member
Oct 10, 2017
1,573
841
yeah it says the link does not exist or the files has been deleted
Has to be something your end as I am not seeing this issue at all.

There is nothing wrong with the link.
The file has not been removed in any way and is available.
1711384116275.png

P.S: You haven't reached your transfer quota have you?
 

Kenny567

Well-Known Member
Oct 10, 2017
1,573
841
So I've been using the Desu mod for a while though I've just noticed that it also made the sea witch form (true deep one) white like the rest, is there a way to preserve the mod -and- the sea witch's blue skin tone that you guys would know of ?
You would need a compat skin that changes the palette from desu to sea witch.

Should be enough to make a copy of the sea witch skin and change the old palette references to desu's new palette references instead
 

psiw

New Member
Feb 20, 2018
7
6
Hello. When I go to the Red Barrel location to complete the first quest, the area is not displayed correctly. What could be the reason? 1711390769326.png

UPD: The reason was these mods.
1711391009737.png
 
  • Like
Reactions: makoret

KaruKuru

New Member
Aug 16, 2021
8
8
what file was this change made in? can notepads be searched from the windows folder navigator? or copy the whole line, and search it using "crtl+f" in all text notepads.
When my sentence start with "\", the name of the concerned file is above. In that case, it's CompCecily.txt .

I edit with notepad++ , you can search for 'Monkey971' in the file, I leave nearby comment where I edit when there is a comment line.
 

kobebeef420

New Member
Jul 13, 2017
6
1
Hey all, I apologize in advanced if this was already addressed in the thread - but is the booba mod meant to a permanent visual change, or is it a visual change that depends on gameplay? I installed R2.6 and see nothing new upon a new game.

Any help would be appreciated!
 

Kenny567

Well-Known Member
Oct 10, 2017
1,573
841
Hey all, I apologize in advanced if this was already addressed in the thread - but is the booba mod meant to a permanent visual change, or is it a visual change that depends on gameplay? I installed R2.6 and see nothing new upon a new game.

Any help would be appreciated!
R versions are for making the change optional, RC versions are the permanent visual.
 
  • Like
Reactions: Yukihirou

Gorillapants

Newbie
Dec 12, 2020
19
4
i comeback to this game for a longtime, is there any build that can make Lona become a god of war that can kill anything near her yet?
I recommend u should go to virgin end first if u want to see happy end and don't want to ruin your Lona, but if u want to be a queen of demon, i have an advice, this game mechanics kinda interesting.. first u should look for the parasites and got parasited on all your hole until max stacks, then try to sex with the that fckin ugly mad beast to boost your sex skill more than usual (it's your choice if u want abortion or not) but u must pregnant with fish race to get a mermaid bloodlines for start a new game plus.. then max your skills, your combat and trapper skill.. don't advance your sex skill or u will be useless in combat.. then enjoy your journey with the strongest adventurer character in LonaRPG, u have parasites to be your pawns or distract the enemy, then u can hit it with bow, gun, or blade, it's yours.. good luck.
 

Kenny567

Well-Known Member
Oct 10, 2017
1,573
841
i got these problem while i trying to import UMM and i dont know how to fix it

View attachment 3483461 View attachment 3483460
And for which mod are you installing UMM for?

If it's for Cheat Menu Framework, for that version of the game you want the old MCM release (MCM branch on the github, which is the AIO version of the release that is currently on the MEGA links in the mod post)

If it's for Big Booba, use the RC version of the mod.

Otherwise you need to use a newer game version.
 

maxsciem

Member
Apr 25, 2020
126
11
may i ask something ?
is there a cheat mode that I can use ?
coz currently I'm using the latest ver ( Beta.0.8.9.2.1 )
I tried using cheat menu framework but didn't work
 

Kenny567

Well-Known Member
Oct 10, 2017
1,573
841
may i ask something ?
is there a cheat mode that I can use ?
coz currently I'm using the latest ver ( Beta.0.8.9.2.1 )
I tried using cheat menu framework but didn't work
You need to use the version of UMM that is specifically linked to on the release for Cheat Menu Framework. It fixes a bug in UMM that hasn't been fixed by the UMM dev yet.
 
4.10 star(s) 193 Votes