Kenny567

Well-Known Member
Oct 10, 2017
1,443
748
You have to choose: either Big booba Lona or Big belly mod. Big booba version already contains sprites of a big belly.

If you are asking about the Nyx version and the regular version of Big Booba, then choose the regular version if you want to overwrite the original files; The Nyx version does not overwrite the original files, but makes the game access files inside the _Mods/Lona_Big_Booba folder.
Btw, you shouldn't need to have any files move around. PaletteChanger settings can be loaded from the mods folder and once the new function for the Bitmap class has changed, the change should be in effect for all files loaded (including any that don't exist in the game files)

Here's some sample code of how to load the PaletteChanger settings without copying the files to the ModScripts/PaletteChanger/ folder: (borrowed and adapted from the DESU_MODE mod (Nyx version) that was included with the game for a few versions. Modify as needed)
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Ricordi

Kenny567

Well-Known Member
Oct 10, 2017
1,443
748
Anyone having issues updating saves?
Reloading maps to update saves still gets the old version warning.
The outdated message stays until you rebirth the save. Always has and probably always will.

If you absolutely must have the message disappear without going through rebirth, use the following console command:
$story_stats["VerInfo"] = "#{$data_system.game_title}.#{$data_system.version_id.to_s(16).upcase}"
Just don't expect any support after the use of this command.
 

piconwall

New Member
Jan 6, 2021
10
0
The outdated message stays until you rebirth the save. Always has and probably always will.

If you absolutely must have the message disappear without going through rebirth, use the following console command:
$story_stats["VerInfo"] = "#{$data_system.game_title}.#{$data_system.version_id.to_s(16).upcase}"
Just don't expect any support after the use of this command.
Oh. I don't mind just rebirthing then. Thanks.
 

JohnVans

Member
Apr 30, 2019
274
105
And are there any cosmetic/armor or weapon mods? Like it almost a couple of years and there have only been a couple of Armour and weapons and nothing new ;-(
 
Last edited:
  • Like
Reactions: sigurd9999

Idkhowtoplay3

Newbie
Oct 2, 2021
42
15
And are there any cosmetic/armor or weapon mods? Like it almost a couple of years and there have only been a couple of Armour and weapons and nothing new ;-(
I only know of one clothing mod and is called GTC, it can be found on this russian page.
 
Last edited:

Idkhowtoplay3

Newbie
Oct 2, 2021
42
15

I was watching this taiwanese/chinese guy on bilibili and I saw this armor I Just wanted to know if its a mod or just a picture, and where to find it.
 

JohnVans

Member
Apr 30, 2019
274
105

I was watching this taiwanese/chinese guy on bilibili and I saw this armor I Just wanted to know if its a mod or just a picture, and where to find it.
It does said something about mods, and wow there not a lot of stuff I'm kind of sad that for the past 2 to 3 years there was none to 0 new content Kind of wished there was more stuff such ass Armour and Weapon being added.
 

souldray

Active Member
Jun 5, 2020
522
238
Guy's somebody go deep to files of the game? Anyone find the way to increase number of time's that npc can harass player? In game it's only 3 time's then it grab the player to h-scene or just stay still if he don't have this perk....
 

Kenny567

Well-Known Member
Oct 10, 2017
1,443
748
Guy's somebody go deep to files of the game? Anyone find the way to increase number of time's that npc can harass player? In game it's only 3 time's then it grab the player to h-scene or just stay still if he don't have this perk....
It's actually a counter that increases each frame. Once the count reaches/passes 180 it gets reset and they switch from grabber to fucker.

Here's a little modscript that changes the struggle time:
You don't have permission to view the spoiler content. Log in or register now.
To install, save the modscript file to either:
  • ModScripts/69_GrabCounter.rb; or
  • <Cheats Mod>/othermods/69_GrabCounter.rb (if using MCM)
P.S: I haven't tested it, but if anything is gonna achieve what you're after, it should be this. Or it might just affect how long until they start harrassing :unsure:

EDIT: Nevermind, all this does is change how long you are grabbed until they start fucking. Leaving this code here for if someone wants to reduce the struggle time per difficulty.
 
Last edited:
  • Like
Reactions: oreaimi

oreaimi

Newbie
Sep 17, 2023
48
45
while playing in doom mode i noticed the world difficulty will actually lower while you're enslaved, is there any script or file i can edit to stop the difficulty from decreasing? also, is there a file/script i could change so that while pregnant, there's a greater reduction to Lonas stats for each stage?
 
Last edited:

souldray

Active Member
Jun 5, 2020
522
238
It's actually a counter that increases each frame. Once the count reaches/passes 180 it gets reset and they switch from grabber to fucker.

Here's a little modscript that changes the struggle time:
You don't have permission to view the spoiler content. Log in or register now.
To install, save the modscript file to either:
  • ModScripts/69_GrabCounter.rb; or
  • <Cheats Mod>/othermods/69_GrabCounter.rb (if using MCM)
P.S: I haven't tested it, but if anything is gonna achieve what you're after, it should be this. Or it might just affect how long until they start harrassing :unsure:

EDIT: Nevermind, all this does is change how long you are grabbed until they start fucking. Leaving this code here for if someone wants to reduce the struggle time per difficulty.
I'm actually find solution, in folder of Skill's you need transfer some stat's from attack skill's, from now then npc will harras player until he die if don't have the grab skill...Cool shit, sad that you can't alter the sex scene for yuri set...
 
4.10 star(s) 189 Votes