is possible F9 key (toggle cheat) change key? because my F9 key got problem, plus no money to buy another keyboardModular Cheats Mod (a.k.a MCM)
The old Cheats Mod, reworked to use modules to add new cheats.
Announcement:
v1.0rc2 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. Should fix Legacy Module requirement. Class Rewrite required.
- Add a visual tracker of installed modules (internal tracker already exists via $CHEATSMOD_CHEATMODULES array)
Progress so far:
- Github
You must be registered to see the linkscreated.- 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 nowText/$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
andmenu:mod/description
) into the various languages- Moved Dirty Stat toggle cheat into it's own CheatModule
- Moved remaining cheats into Legacy CheatModule.
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
toScene_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:
After installing the mod:
- Have you set the game path in NyxLauncher?
- Have you launched the game to the title screen at least once?
Quick tutorial video on installing (super basic)
- 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.
Notice:
Modular Cheat Mod does not nor has it ever provided the console. That feature is built into the game (SeeData/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 ifCompanion'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):
___________________________________________________________________________________________________
- Major optimization of the Infinite Stats cheats (Configurable variant ONLY) [On-hold]
- 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:Downloads: [Required]You don't have permission to view the spoiler content. Log in or register now.
- ModularCheatsMod.zip - Extract as is to
ModScripts/_Mods/
, enable and re-orderCheats 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 toModScripts/_Mods/
). Click here for the folder with all modules.___________________________________________________________________________________________________
- Simple Infinite Stats Cheat - Original behaviour.
- Configurable Infinite Stats Cheat - Highly configurable, at the cost of performance (here's hoping I can optimize it)
- Infinite Money Cheat - While cheat is active, and in an active save, Trade Points stay at 99,999.
- Abomination Skills - Adds Abomination skills when race is Abomination, removes if not.
- Auto-Bandage - Adds the Auto-Bandage cheat (Wounds are automatically healed)
- Inventory Editor - Adds the inventory editors for Items, Weapons and Armor. (Use this for 0.8.8.x)
- Hair Color Editor - Adds the Hair Color Editor.
- Unequip Items - Adds a hotkey to take off equipment (with optional forced strip)
- Sea Witch Awaken Skill - Adds Awaken skill when race is either PreDeepone or TrueDeepone, removes if not.
- Unlock Tool - Adds console commands to unlock/reset CG's and Achievements. [The only addon that doesn't specifically require MCM if installed correctly]
Community-Made Addon Modules: [Optional]
Installing these is as simple as if you were installing the main mod as above. (Extract as is toModScripts/_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.
Download AutoHotkey and use it to reassign F9 to something else.is possible F9 key (toggle cheat) change key? because my F9 key got problem, plus no money to buy another keyboard
In this code section ofis possible F9 key (toggle cheat) change key? because my F9 key got problem, plus no money to buy another keyboard
scripts/Menu.rb
:# Cheat Menu Framework: Menu
##---------------------------------------------------------------------------
## Hotkeys
##---------------------------------------------------------------------------
module CheatsMod
self.singleton_class.send(:alias_method, :cheat_triggers_CHEATMENUFRAMEWORK, :cheat_triggers)
def self.cheat_triggers
cheat_triggers_CHEATMENUFRAMEWORK
if Input.trigger?(Input::F9)
SceneManager.call(Scene_Debug) if CheatUtils.ingame?
end
end
end
Do i still need download the cheat menu frame work zips?In this code section ofscripts/Menu.rb
:
Change F9 to an unused key.Code:# Cheat Menu Framework: Menu ##--------------------------------------------------------------------------- ## Hotkeys ##--------------------------------------------------------------------------- module CheatsMod self.singleton_class.send(:alias_method, :cheat_triggers_CHEATMENUFRAMEWORK, :cheat_triggers) def self.cheat_triggers cheat_triggers_CHEATMENUFRAMEWORK if Input.trigger?(Input::F9) SceneManager.call(Scene_Debug) if CheatUtils.ingame? end end end
The main hotkey may become customizable via UMM in the future.
Depends on if I go ahead with integrating the menu into the pause menu or not.
There is an AIO file on the github release if you just want the whole thing. It has everything except for the configurable version of the infinite Main Stats CheatModule.Do i still need download the cheat menu frame work zips?
Nope, the only mixed race is moot+abomination.are there any mix race rebirth for Lona to become an abominable deepone?
just use the rc and save yourself from the hassle.anyone can explain step by step of how to add big boob mods i tried wat it does nothing changed game version -latest downloaded hours ago (untranslated) mod verson is R2.5.1 tried everything dont seem work i dont see any option from doctor elsie or was there condition to unlock ? i have to do story or some sort?
anything works for me but still no result T_T maybe u could give me info with step by step ?just use the rc and save yourself from the hassle.
Was looking at what recent updates were - and what a chad Eccma is. Everyone is like "Um, Patreon said to delete all bestiality, so i did all they said and promised to behave... sowwy...", and he just straight up has DefeatHorseCock listed in the changelog.*added, ACH DefeatHorseCock.
put the Lona_Booba_Graphics folder into the lonarpg-B.0.8.9.0.1\ModScripts\_Modsanything works for me but still no result T_T maybe u could give me info with step by step ?
dats wat i did it dont seem work oh ye was dat error causing it ? it nvr appeared again im sure i did corect game pathput the Lona_Booba_Graphics folder into the lonarpg-B.0.8.9.0.1\ModScripts\_Mods
run the Nyxlauncher in the ModScript
Make sure the game path is to your game main launcher
check mark the squarebox of the Lona_Booba_Graphics you see on the Nyxlauncher
press the big play button
did u use thedats wat i did it dont seem work oh ye was dat error causing it ? it nvr appeared again im sure i did corect game path
so no new game play aspect yet right? I actually enjoy this game more from it game play aspect and story than it h contents, so no need to update my game if there's no substantial changes.Update so minor it's only versioned as a patch. I was gonna say something snarky about losing optimism, but if you follow the itch.io post through to his subscribestar, there's preview of new art and... damn. Not so big on feet, but I love Lona's awkward expression here.
View attachment 3398164
Unequip CheatModule has a special hotkey to force unequip all equips (Shift+F3)i have some cursed items equipped, which can't be unequipped, any cheat or non-cheat solution for that?
can't use weapons because of these items, need solution fast
10_CheatModule_UnequipItems.rb
in the ModScripts/
folder and then use the following command in the console:CheatUtils.unequipall(force)
force
:force == false
: Sealed gear stays equipped.force == true
: Sealed gear gets unequipped.