teal2589

New Member
Jul 7, 2024
14
1
Fireball deals splash damage and is slower to cast. Which depending on how much of a spaz the intended target is can cause you to miss or have the blast hit someone you didn't mean to, such as yourself. Water shot is simple straightforward projectile.
I'm aware of that. It's just that if these numbers are correct, the difference in damage is real.
 

ddrsquirrelz

New Member
Jan 1, 2020
2
1
Can someone explain please how Sex Damage is calculated? I checked the stats page on the wiki and it says that Sexy only influences Prostitution checks. However, the Succubus Builds page says that the best gear for this build are items that raise Sexy and Weak. Does Sex Damage scale off Sexy? Also how does Weak factor into this? The stats page just says that enemies are more likely to assault you if you have high Weak stat, and the Succubus Builds page says to stack weak but doesn't explain why. Do I want to stack Weak so that enemies assault me? But then the Sex Stats pages says that my Sex Skills will decrease if I'm affected by non-consensual sex, so I'm really confused...
 

Idkhowtoplay3

Newbie
Oct 2, 2021
42
15
wait a sec the game is not translated and the lastest translated version is super old, do I need to use that MTL tool? MTL tend to be really bad
MTL in this game is not that bad it's not immersion breaking as other MTL just a matter of getting accustomed to some sentences being painful to read but you can associate that with people being poorly educated as to not hurt the immersion.
 
  • Haha
Reactions: randomguy6516265165

EdgeOfShadow

Well-Known Member
Sep 24, 2017
1,479
2,204
There is surprisingly low amount of porn content other than the battle rape that is kind of samey every time, I wish there was more than that. For example I enter a village, a woman gets attacked and they turn to me as MC is also a woman. There is no event or choice there, but just a combat. Same with a dude at the gate refugee camp, after shouting he initiates normal combat. I wish events like these had something to differentiate them from a random enemy.
 

StabYourBrain

Newbie
Sep 6, 2021
24
33
There is surprisingly low amount of porn content other than the battle rape that is kind of samey every time, I wish there was more than that. For example I enter a village, a woman gets attacked and they turn to me as MC is also a woman. There is no event or choice there, but just a combat. Same with a dude at the gate refugee camp, after shouting he initiates normal combat. I wish events like these had something to differentiate them from a random enemy.
It's almost like this is an Action RPG that is gameplay first, porn second. Sex is just another part of the gameplay loop and the game's world. Sex is essentially a play style, there are builds that use Sex to defeat enemies, just like enemies can use sex/rape attacks to wear you down instead.
It's more about the gameplay and the fantasy rather than being handheld through a bunch of Text Box porn CGs.

I mean have you noticed that this thread is like a thousand pages with people actually talking mainly about character builds, gameplay mechanics and quest progression rather than "where full save???" or "gallery???"

This is actually a good RPG and a hard one at that. The porn content is very well made and a nice cherry on top. Just try to enjoy the game for what it is.

I suggest one of those Kagura Games if you're all about CG Event stuff.
 
  • Like
Reactions: fate12

EdgeOfShadow

Well-Known Member
Sep 24, 2017
1,479
2,204
It's almost like this is an Action RPG that is gameplay first, porn second. Sex is just another part of the gameplay loop and the game's world. Sex is essentially a play style, there are builds that use Sex to defeat enemies, just like enemies can use sex/rape attacks to wear you down instead.
It's more about the gameplay and the fantasy rather than being handheld through a bunch of Text Box porn CGs.

I mean have you noticed that this thread is like a thousand pages with people actually talking mainly about character builds, gameplay mechanics and quest progression rather than "where full save???" or "gallery???"

This is actually a good RPG and a hard one at that. The porn content is very well made and a nice cherry on top. Just try to enjoy the game for what it is.

I suggest one of those Kagura Games if you're all about CG Event stuff.
You have completely misunderstood what I was talking about. Yes, sex is a play style. Yes, this is an RPG with gameplay first. That's not my point.

My point was that it's not "porn second" like you described, but more like "there is porn in it". Other than a combat style there is not much more to that.

Where the hell did you see me mentioning CG or gallery? I don't want to insult you, but I really want to insult your reading comprehension. What I would want to see is adding one or two lines of text to unique encounters and getting a choice or something and only where such a thing would be suitable. Just add some flavor.

Other thing that I would like to see is an alternative to combat sex, something similar or the same thing but simplified, the combat sex is quite broken/messy/clunky in some events. Examples I could give off the top of my head are dancer work or prostitute in doom fort work.

If the developers vision for the game is that sex is just grimdark element of the world, then that failed to keep that tone (at least when playing succubus build, no idea abot the other two), if not and there is more to that then it's pretty barebones.
 

Arrikonait

Member
Mar 12, 2019
114
70
Cheat Menu Framework (a.k.a CMF or Cheat Menu)
The old Cheats Mod, reworked to use modules to add new cheats.

Announcement:
v1.0rc7 packages on Github, no uploads on MEGA until v1.0
Downloads:
To get the newest version, use LMake (available on github) to download the latest changes and generate a release zip (either Core+Modules or All-In-One)​
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.
  • Fixed Stats Editor and Inventory Editors addons for 0.9.0.x
  • Several changes, see the changelog on the v1.0rc6 release.
  • Fixed Inventory Editor crash on nil items.
  • EOL'd Modular Cheats Mod. MCM Branch move to separate github repository and archived. Uploads removed from MEGA.

Compatibility:
  • Minimum required game version: 0.8.7.0
  • 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")
  • For game versions below 0.8.7.0, change Scene_FirstTimeSetup to Scene_LangFirstPicker in the <Cheats Mod>/mod/Utils.rb file.
  • Requires UMM for versions v1.0rc1 through v1.0rc6.

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.
how tf do I even download it ? there's no download button anywhere
 

fate12

New Member
May 5, 2022
4
0
You have completely misunderstood what I was talking about. Yes, sex is a play style. Yes, this is an RPG with gameplay first. That's not my point.

My point was that it's not "porn second" like you described, but more like "there is porn in it". Other than a combat style there is not much more to that.

Where the hell did you see me mentioning CG or gallery? I don't want to insult you, but I really want to insult your reading comprehension. What I would want to see is adding one or two lines of text to unique encounters and getting a choice or something and only where such a thing would be suitable. Just add some flavor.

Other thing that I would like to see is an alternative to combat sex, something similar or the same thing but simplified, the combat sex is quite broken/messy/clunky in some events. Examples I could give off the top of my head are dancer work or prostitute in doom fort work.

If the developers vision for the game is that sex is just grimdark element of the world, then that failed to keep that tone (at least when playing succubus build, no idea abot the other two), if not and there is more to that then it's pretty barebones.
keep yapping lil bro, nobody's gonna take you seriously when you start off by "yo this game sucks! but if this were that and that were this then maybe it's a less shitty game?" fuck off
 

Kenny567

Well-Known Member
Oct 10, 2017
1,391
694
how tf do I even download it ? there's no download button anywhere
You seem to of missed the big text at the top that says: "Downloads: "

Click "Releases", on the resulting webpage, expand the Assets section if it hasn't already, then click each module that you want plus the core file [alternatively: just grab the AIO file]

For a usable download of the current indev release, either use the or just grab the zip from here.

EDIT: Added an underline to the releases link on both this and the mod post
 

Lopes20

New Member
Nov 30, 2023
3
0
Hello owner of the post, I don't know if you will see this message but when I try to run it on the joyplayer it says files are missing
 

Kenny567

Well-Known Member
Oct 10, 2017
1,391
694
Hello owner of the post, I don't know if you will see this message but when I try to run it on the joyplayer it says files are missing
That's not what that error is saying, but your fellow joiplay users should be able to help you.
 

Arrikonait

Member
Mar 12, 2019
114
70
You seem to of missed the big text at the top that says: "Downloads: "

Click "Releases", on the resulting webpage, expand the Assets section if it hasn't already, then click each module that you want plus the core file [alternatively: just grab the AIO file]

For a usable download of the current indev release, either use the or just grab the zip from here.

EDIT: Added an underline to the releases link on both this and the mod post
okay so I downloaded Core thing and extracted it where it should be, then downloaded all modules and extracted them in same Cheats mod folder, launched game with Nyx after turning on cheats and ingame f9 work perfectly yay ^_^
 
Last edited:

Kenny567

Well-Known Member
Oct 10, 2017
1,391
694
okay so I downloaded Core thing and extracted it where it should be, then downloaded all modules and extracted them in same Cheats mod folder, launched game with Nyx after turning on cheats and ingame f9 work perfectly yay ^_^
That's the same as just getting the AIO file.

Keep in mind that there are 2 modules that are the same module, but are different versions of that module:
  • Simple Infinite Stats Cheat - The classic version of the 3 autoheal cheats (just adds 999 to health, stamina and food; respectively)
  • Configurable Infinite Stats Cheat - The advanced version of the 3 autoheal cheats (can change how they work by adjusting config options in GameCheats.ini, at the cost of increased lag)
The AIO file has Core + all modules except for Configurable Infinite Stats Cheat
 

Arrikonait

Member
Mar 12, 2019
114
70
what do I do with Kokona ? will she stay on one spot if I tell her to ? if I disband the party where will she go and where will I find her after that ? is there a place I can tell het to stay at ?
 

Zmexins

Newbie
Jun 20, 2024
17
0
Lona Big Booba Mod

View attachment 3704374

View attachment 3704435

/ ( )
––– [put Lona_Booba_Graphics folder into the _Mods directory and activate it in the UMM]
RC2.3.x is intended for those who are solely interested in visual changes to Lona, without the addition of new heavy script mechanics, items, etc.
All subsequent versions of the mod starting with
`RC` will imply only cosmetic changes. `RC` ver. does not require UMM to play.


Requirements:
• Minimum required game version: `0.8.9.1` (R2.6) ▐ `0.9.0.17` (R2.8.1 / RC2.3.6b)
(UMM) 1.2.1 [optional since R2.7]
---[check UMM instruction in it's folder]

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, booba tags

Nun Outfit mod deployed:
View attachment 3580383
hey, i've downloaded this mod and when i try to load it with ultra mod manager and play the game, the big booba doesn't appear and my Lona is still flat,any idea on how to make this work?
 

Kenny567

Well-Known Member
Oct 10, 2017
1,391
694
hey, i've downloaded this mod and when i try to load it with ultra mod manager and play the game, the big booba doesn't appear and my Lona is still flat,any idea on how to make this work?
Same here
The normal version of the mod (tagged with the letter R) requires you to buy a cosmetic mod item from Elise (MOD (Booba))
If you just want the big boobas by default, get the Cosmetic Only version (tagged with the letters RC)
 
4.10 star(s) 189 Votes