CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Fingel

New Member
Jan 16, 2022
12
0
CualquieraCan someone explain to me what is the time of the item drop rate in chests and their rarity chance
 

RLJFZ

Member
Sep 10, 2022
278
186
Being able to pull off strategies like this is the main reason I love this game so much. Idol of the Believer combines incredibly well with juicing and makes NPCs infighting so much easier without the need to use the Sexy/Weak strat (the most effective and safest way to have NPCs fight among them in SURVIVAL mod).
You don't have permission to view the spoiler content. Log in or register now.
 

AleDerXan

Newbie
Dec 30, 2023
25
6
Coming in the v1.0-rc.10 update (UMM compat code also will be commented out until it's usable again)
simply rename
Mod.json
to
_ModInfo.json
And then use @umm=true
Of course text_flags in names still there.
I found that its usable. But new mod manager need rename json file to work.
 

Kenny567

Well-Known Member
Oct 10, 2017
1,710
904
simply rename
Mod.json
to
_ModInfo.json
And then use @umm=true
Of course text_flags in names still there.
I found that its usable. But new mod manager need rename json file to work.
json file shouldn't be required, the mod should still work without it.
The Mod Manager UI just wouldn't have the mod version, mod description would be the contents of the info.txt file, mod name would be whatever the folder name is, etc.

Might be usable now, but if I kept it and tried to use the mod settings feature of the Mod Manager for the planned ingame mod config, the game would crash because the class is missing from the merge (surprised it hasn't already)
 

AleDerXan

Newbie
Dec 30, 2023
25
6
json file shouldn't be required, the mod should still work without it.
The Mod Manager UI just wouldn't have the mod version, mod description would be the contents of the info.txt file, mod name would be whatever the folder name is, etc.

Might be usable now, but if I kept it and tried to use the mod settings feature of the Mod Manager for the planned ingame mod config, the game would crash because the class is missing from the merge (surprised it hasn't already)
New Mod Manager makes textflags from mod by json data of mod.
If no json, $cheatmod:file:flag - doesnt work.
If you want to set (a)umm = true, then you should rename json file.
It neads to show version in game, and make description depend of language.
Two ways:
no json and (a)umm = false (or still rename json for description)
rename json and (a)umm = true
 
Last edited:

AleDerXan

Newbie
Dec 30, 2023
25
6
json file shouldn't be required, the mod should still work without it.
The Mod Manager UI just wouldn't have the mod version, mod description would be the contents of the info.txt file, mod name would be whatever the folder name is, etc.

Might be usable now, but if I kept it and tried to use the mod settings feature of the Mod Manager for the planned ingame mod config, the game would crash because the class is missing from the merge (surprised it hasn't already)
It works fine.
 
Last edited:

Kenny567

Well-Known Member
Oct 10, 2017
1,710
904
New Mod Manager makes textflags from mod by json data of mod.
If no json, $cheatmod:file:flag - doesnt work.
If you want to set (a)umm = true, then you should rename json file.
It neads to show version in game, and make description depend of language.
I'm aware of how the mod manager works. It is a modified UMM afterall.

The mod doesn't use $game_text["$cheatmod:file:flag"] for it's text.

It uses $mod_cheats.getText("file:flag") and internally automatically switches between the following depending on the state of (a)umm
Code:
@text["file:flag"]
Code:
$game_text["cheatmenu:file:flag"]
For reference, the mod text would be called like so from the mod manager ui (after it removes the textFlag identifier of $)
Code:
$game_text["cheatmenu:menu:mod/name"]
$game_text["cheatmenu:menu:mod/description"]
 

Kenny567

Well-Known Member
Oct 10, 2017
1,710
904
Stop. I forget about description.
View attachment 4221723
We need this to.
So file below is fine.
Fine on 0.9.4.0.4!
I've already got everything sorted for v1.0-rc.10 with how I want things to be done (prep_desc didn't need changing)

There are other changes that I have already done that are needed because of more game changes.

Contemplating whether or not to start work on the planned features before releasing the update.
 

Kenny567

Well-Known Member
Oct 10, 2017
1,710
904
Mod Updated for B.0.9.4.0.4.
Cheat Menu Framework (a.k.a CMF or Cheat Menu)
The old Cheats Mod, reworked to use modules to add new cheats.

Announcement:
v1.0-rc.10 packages on Github, no uploads on MEGA until v1.0
Downloads:
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.

Compatibility:
  • Minimum required game version: 0.9.4.0.4

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

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]
___________________________________________________________________________________________________
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.
 

Noah Neim

Well-Known Member
Nov 25, 2020
1,435
2,778
Being able to pull off strategies like this is the main reason I love this game so much. Idol of the Believer combines incredibly well with juicing and makes NPCs infighting so much easier without the need to use the Sexy/Weak strat (the most effective and safest way to have NPCs fight among them in SURVIVAL mod).
You don't have permission to view the spoiler content. Log in or register now.
Man i have no clue how im going to get into this play style, quite literally letting yourself be raped and having people fight over you seems like such a weird strat to me i don't want to bother building it, but it's practically the intended playing style :KEK:
 

RLJFZ

Member
Sep 10, 2022
278
186
Man i have no clue how im going to get into this play style, quite literally letting yourself be raped and having people fight over you seems like such a weird strat to me i don't want to bother building it, but it's practically the intended playing style :KEK:
Actually they're not fighting over her, those archers are fighting because the first archer got hostile towards the other archer who sniped him. Even though they belong to the same group, there's certain type of attacks that can make them go at each other's throat, and arrows are one of the type of attacks that will get them very mad for sure.

Also she's not being raped, even though it looks like she is, she's actually the one raping them lol, it's a skill called "Juicing" from one of the traits. This may be hard to believe but the build I'm using on Lona in that video is magic focused, not sex focused. I just mixed a sex and physical builds with my main magic build, basically making it a hybrid build. Whenever I feel kinda bored I switch her playstyle to another build, like the sex build I showcased there. You can also mix different type of playstyles with each other, complementing what one playstyle is lacking that another playstyle is having. If you don't select any personality then your choice of builds can be very flexible.
 
  • Wow
Reactions: NewSeal

FrontalZp

Member
Aug 6, 2018
116
35
I saw bow-type enemies firing diagonally, can Lona do that at well ?
yes for that, it’s easier if you use the mouse to hover over a tile and let the selecter auto move. Straight fire just fires in a cardinal direction. Gotta use the arc shot attack.
Is there like actual armor and proper lights or is it not implemented yet?
Yeah lots old armors but like it’s been said before, it’s not about making her strong with armor. She’s not a strong character. You have to use your head. It ain’t your regular fat roll dark souls
the Semen Demon trait sounds so appealing to me But how do I make Lona eat it ?
if you facefeed on anything and don’t “pull out” or you can clean by a water source (toilet, water barrel, puddle) alone after having “exercised” with others to get a couple stacks from each hole that was a goal.
game starts in chinese. how to change, please halp
There’s also a notepad option you can manually set to pick what language folder it starts up with.
the preacher, my companions then went ham on him, Am I screwed, or will he respawn ?
OF COURSE…not he will be replaced by man entirely different preacher that has a whole new identity and life. I killed mine and now in his place theres a bargain bin guy.
You've been here long enough to know I don't do that for this game anymore.
youre always missing out on a laugh. You take things too seriously.
yeah neat how he made a subscribe star when itch took his payment button away.
Aight thanks
Mods arent that needed when im just starting out, thanks though
But there’s some good mods for a smoother experience like “continuous nap” so you don’t h an s to hold the button, or milk splash diisable so you can have milk youve made for kids and stoop wasting it along with excess stamina
he entire tavern started fighting, what is the reason if there is one?
Is there a better light source? The lamp is really fucking bad
any way to get my clothes back after getting them stolen?
1. They grabbed each other while grabbing you. It’s a mechanic that’s useful. You can use it to make them attack Each other.
2. Theres adapted niightsyes mod to make eyesight a little easier at night. It brightens screen like 5 units. Just enough to make it playable and see immediately around Lona.
3. theres a mod pack called azoras tweaks which will let your dropped clothes be deposited to your inventory instead.
 
4.10 star(s) 197 Votes