Fallwhithme117
Newbie
- Feb 15, 2022
- 15
- 2
- 64
I use cheat mods just onlyI need a list of the mods you are using, otherwise you will need to rebuild the package following the steps anyway.
I use cheat mods just onlyI need a list of the mods you are using, otherwise you will need to rebuild the package following the steps anyway.
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.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!
It seems the game itself is no longer compatible with WRITING_LIST mode and COMPRESSED mode.I use cheat mods just only
It seems the game itself is no longer compatible with WRITING_LIST mode and COMPRESSED mode.
This error occurs with a vanilla game:
You don't have permission to view the spoiler content. Log in or register now.
As such, the usual and official method of playing the game via JoiPlay no longer works.
IKR and the game's not even a gigabyte in size.5/5. Never full playthrough, back every now and then. May it stay perfect forever.
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
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.
Bruh, theModular 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
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.how did u get the skin and nipples to look like that
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?Currently, I have added support for other outfits (the 'Hunter' set has already been partially adapted by the author fromYou must be registered to see the links).
An alternative method of installing the mod (without replacing the original Data files) according to theYou must be registered to see the linksprovided 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
You must be registered to see the links/You must be registered to see the links(R2.2)
OR
You must be registered to see the links/You must be registered to see the linksimplies installing this "mod" as an add-on for Nyx Launcher (a big thank you toYou must be registered to see the linksfor 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
Not quite how it should be done, so I'll fix it up proper so that the pregnancy submenu is entirely handled by the CheatModule.Here is the improved pregnancy stuff as an addon for the cheats module. Now it shows the race of the baby, you will always get the selected baby race (previously it worked as if you were impregnated by the selected race and crossbreeding percentages came into play) and you can easily swap the baby race by selecting a different race.
For anyone changing features that will eventually be moved to separate modules:Modular Cheats Mod (Updated version of the Cheats Mod)
Compatible with version: 0.8.1.1 [Compatibility with previous game versions requires testing]
You don't have permission to view the spoiler content. Log in or register now.
Now hosted on AnonFiles and MEGA.
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?
Notice:
- 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.
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.rbwithin 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.
- 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.
Planned changes (lower number = highest priority):
___________________________________________________________________________________________________
- Major optimization of the Infinite Stats cheats (Configurable variant ONLY) [WIP]
Modular Cheats Mod:Downloads:You don't have permission to view the spoiler content. Log in or register now.
You must be registered to see the links(Mirror) - Extract as is toModScripts/_Mods/, enable and re-orderCheats Modin NyxLauncher.___________________________________________________________________________________________________You don't have permission to view the spoiler content. Log in or register now.
Official Addon Modules:
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.___________________________________________________________________________________________________
You must be registered to see the links(Mirror) - Original behaviour. You must be registered to see the links(Mirror) - Highly configurable, at the cost of performance (here's hoping I can optimize it) You must be registered to see the links(Mirror) - While cheat is active, and in an active save, Trade Points stay at 99,999. You must be registered to see the links(Mirror) - Adds console commands to unlock/reset CG's and Achievements. This version does so silently (no more ear rape), allow it to overwrite the files in the main download. You must be registered to see the links(Mirror) - Adds Abomination skills when race is Abomination, removes if not. You must be registered to see the links(Mirror) - Adds the Auto-Bandage cheat (Wounds are automatically healed) You must be registered to see the links(Mirror) - Adds the inventory editors for Items, Weapons and Armor. You must be registered to see the links(Mirror) - Adds the Hair Color Editor. You must be registered to see the links(Mirror) - Adds a hotkey to take off equipment (with optional forced strip) You must be registered to see the links(Mirror) - Adds Awaken skill when race is either PreDeepone or TrueDeepone, removes if not.
Community-Made Addon Modules:
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.
You must be registered to see the links(Mirror) by UltraRev - Adds an editor for adding/removing States. States cover everything from traits, status effects, piercings, etc. You must be registered to see the links(Mirror) 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.___________________________________________________________________________________________________
Credits:
- darkprizm (for the original Cheats mod)
- SomeoneElseE (for the updated version of the Cheats mod)
- Tektaara (for the dependency and the summon fix)
- forgotp (for being a central point to find the Cheats mod, dependency and the summon fix)
- Teravisor (for the code to toggle the Dirty stat, NoFriendlyFire mod, and the Summon Menu mod that the original Cheats mod was based on)
You must be registered to see the links(for the code used in the translation support)- Zhong Xina | z洪ξ那 (for the RUS manual translation)