Kenny567

Well-Known Member
Oct 10, 2017
1,807
953
Eyha
Thank you very much for your hard work
I have an issue with your mod,some of the hotkey doesn't work, like infinite health,or I probably miss one of the add-on for that? (since gold,auto healing wound, etc need one, but don't see one for this one )
Infinite Health is in the Infinite Main Stats addons (recommended to use the simple version, the configurable one is a bit laggy atm).
It has a hotkey for toggling all 3 stats at once, as a throwback to the original AutoHeal cheat it is based on, but they are togglable individually in the Cheats Menu.
Pretty sure I changed the hotkey list on the post and in the readme to specify which hotkeys require the addon that uses them (the hotkey does nothing without those addons)
 

SylvanaHellsing

Active Member
Mar 22, 2019
594
364
Infinite Health is in the Infinite Main Stats addons (recommended to use the simple version, the configurable one is a bit laggy atm).
It has a hotkey for toggling all 3 stats at once, as a throwback to the original AutoHeal cheat it is based on, but they are togglable individually in the Cheats Menu.
Pretty sure I changed the hotkey list on the post and in the readme to specify which hotkeys require the addon that uses them (the hotkey does nothing without those addons)
You changed for some eay (auto bandage and so on like I said) but I don't see for the infinte heal but okay, I'm gonna change the add-on for this one, thank's!
 

Kenny567

Well-Known Member
Oct 10, 2017
1,807
953
You changed for some eay (auto bandage and so on like I said) but I don't see for the infinte heal but okay, I'm gonna change the add-on for this one, thank's!
The Infinite Main Stats addon covers Infinite Health, Infinite Stamina and Infinite Food. There is only 1 hotkey for it (F5) that toggles all 3 cheats as it is a direct rewrite of the Autoheal cheat that was in the previous Cheats Mod and the single hotkey is a throwback to that version.
 

Gich666

New Member
Mar 19, 2021
1
0
Modular Cheats Mod - to make healing by the f8 button work, add the lines below to the Hotkeys block in Cheats Mod\mod\CheatsMod.rb

Code:
class Scene_Base
    alias_method :trigger_debug_window_entry_CHEATSMOD, :trigger_debug_window_entry
    def trigger_debug_window_entry
        trigger_debug_window_entry_CHEATSMOD
        if Input.trigger?(Input::F6)
            $game_party.gain_gold(99999) if CheatUtils.ingame?
            SndLib.sys_ok
        end
        if Input.trigger?(Input::F8)
        $game_player.actor.health    += 999
        $game_player.actor.sta         += 999
        $game_player.actor.sat        += 999
        SndLib.sys_ok
        end
    end
end
 

niemand95

New Member
Jan 28, 2018
2
4
I changed how the pregnancy advancement works in the cheat menu. The menu now lets you advance the pregnancy by days and shows how many days are remaining. I had problems with the previous implementation, it forced Lona into labor instantly.
PregnancyCheatChange.png

If someone wants it, i attached the file here. Just replace the Cheats Mod\mod\CheatsMod.rb file.
 
Last edited:
  • Like
Reactions: secrettunel6969

Kenny567

Well-Known Member
Oct 10, 2017
1,807
953
I changed how the pregnancy advancement works in the cheat menu. The menu now lets you advance the pregnancy by days and shows how many days are remaining. I had problems with the previous implementation, it forced Lona into labor instantly.
View attachment 2732640

If someone wants it, i attached the file here. Just replace the Cheats Mod\mod\CheatsMod.rb file.
Convert it to a CheatModule and I'll add it to the Community-Made Addons section. Take a look at the other modules for an idea on how to do it. Fixup the typos and fixup the translation support related to your changes and I'll merge it with the mod. You'll be added to the credits section.

Something that is planned is to eventually have all the submenus be separate CheatModules so people can customize the mod to their liking.
 
Last edited:

Kenny567

Well-Known Member
Oct 10, 2017
1,807
953
Modular Cheats Mod - to make healing by the f8 button work, add the lines below to the Hotkeys block in Cheats Mod\mod\CheatsMod.rb

Code:
class Scene_Base
    alias_method :trigger_debug_window_entry_CHEATSMOD, :trigger_debug_window_entry
    def trigger_debug_window_entry
        trigger_debug_window_entry_CHEATSMOD
        if Input.trigger?(Input::F6)
            $game_party.gain_gold(99999) if CheatUtils.ingame?
            SndLib.sys_ok
        end
        if Input.trigger?(Input::F8)
        $game_player.actor.health    += 999
        $game_player.actor.sta         += 999
        $game_player.actor.sat        += 999
        SndLib.sys_ok
        end
    end
end
Bruh, the Simple Infinite Main Stats CheatModule already does this. Configurable Infinite Main Stats does the same thing but is highly customizable at the expense of performance. Please don't reinvent the wheel.
 

wharlUm2ocow

Member
Dec 25, 2019
211
828
Currently, I have added support for other outfits (the 'Hunter' set has already been partially adapted by the author from ).

An alternative method of installing the mod (without replacing the original Data files) according to the provided by a Korean comrade.

View attachment 2667944


I have also adjusted the coordinates of some of the already redrawn sprites (wounds, piercings, etc.) - now they look less awkward.

View attachment 2668011

/ (R2.2)
OR
/ implies installing this "mod" as an add-on for Nyx Launcher (a big thank you to for providing the corresponding script!).
––– [put Lona_Booba_Graphics folder into the _Mods directory and activate it in the Nyx Launcher]

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.
You don't have permission to view the spoiler content. Log in or register now.


Lona_Big_Belly mod deployed:
View attachment 2707153
View attachment 2684290 Big boobs, big breasts tags
I maked simple filename change to make 4m and 6m stage bigger. (preg8m = booba or big belly mod, preg6m = old preg8m, preg4m = old preg6m). Please make official in next version. If peoples want big belly they want always bigger belly right?

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Ricordi
4.10 star(s) 206 Votes