- Dec 4, 2022
- 6
- 7
Drunken bar fights, there is no reason (except maybe Lona's Weak/Sexy stat levels being high enough to cause everyone to become hostile)A few questions, when i tried to do work for the inn womanright before i finished and handed like the 8th or 9th guy beer, the entire goddamn tavern started fighting to the death for utterly no reason, so like, what is the reason if there is one?
Levelling up the SCU trait is the only way to improve seeing in the dark, there is no better light source than the lantern (which also works when equipped to an EXT slot). It must be said though that the SCU levelling doesn't really help as much as it should (and is capped at like SCU 25)Is there a better light source? The lamp is really fucking bad
If they are stripped mid battle, only if you pick them up before they disappear.any way to get my clothes back after getting them stolen?
Scat is disabled by default. But gore is baked into the game. You can mostly avoid it happening to the protagonist by playing cautiously (and/or savescumming), but you'll certainly see it inflicted on others.Can the scat/gorey sex scenes disabled?
When Lona begs, masturbates besides someone or does a certain type of work, her sexy and weak stats will temporarily and progressively rise up.A few questions, when i tried to do work for the inn womanright before i finished and handed like the 8th or 9th guy beer, the entire goddamn tavern started fighting to the death for utterly no reason, so like, what is the reason if there is one?
That's certaintly a strat, voyeurism then cannibalismWhen Lona begs, masturbates besides someone or does a certain type of work, her sexy and weak stats will temporarily and progressively rise up.
You don't have permission to view the spoiler content. Log in or register now.
How does the "othermods" works in the Cheat Mod ?
I'd like to have the F3 UnequipÎtems work as a StripOnlyUnequip, to be precise i want to keep Lona's hair and not unequip them when i use the F3 hotkey.
othermods
is just a secondary ModScripts folder that loads before the menu scripts and the addons.I understand, but what is the purpose of StripOnlyUnequip, there is a shortcut or a way to use it ingame ?othermods
is just a secondary ModScripts folder that loads before the menu scripts and the addons.
UnequipItems is intended as a helper tool to unequipall when necessary, with an optional modifier for items that won't otherwise unequip (Shift+F3, specifically for items such as the cheat sunglasses)
For that purpose it shall remain as an unequipall.
UnequipItems and StripOnlyUnequip serve very different purposes and shouldn't be used for comparisons.
StripOnlyUnequip is a patch to prevent combat stripped items from dropping on the ground. Those items then stay in Lona's inventory instead.I understand, but what is the purpose of StripOnlyUnequip, there is a shortcut or a way to use it ingame ?
Is it something i can use to undress Lona quickly without having to undress her manually ?
module CheatUtils
def self.unequipall(force)
if self.ingame?
$game_player.actor.equip_slots.size.times do |i|
$game_player.actor.change_equip(i, nil) if $game_player.actor.equip_change_ok?(i) or force
SndLib.sound_equip_armor
end
end
end
end
module CheatUtils
def self.unequipall(force)
if self.ingame?
$game_player.actor.equip_slots.size.times do |i|
next if i == 7 and force == false
$game_player.actor.change_equip(i, nil) if $game_player.actor.equip_change_ok?(i) or force
SndLib.sound_equip_armor
end
end
end
end
Wow ! Thank you very much !StripOnlyUnequip is a patch to prevent combat stripped items from dropping on the ground. Those items then stay in Lona's inventory instead.
As such, there is no shortcut nor a way to use it ingame. It is used automatically as it overrides the normal function.
If you must, change this in UnequipItems:
to this:Code:module CheatUtils def self.unequipall(force) if self.ingame? $game_player.actor.equip_slots.size.times do |i| $game_player.actor.change_equip(i, nil) if $game_player.actor.equip_change_ok?(i) or force SndLib.sound_equip_armor end end end end
This should make it skip the hair unless Shift is held while pressing F3.Code:module CheatUtils def self.unequipall(force) if self.ingame? $game_player.actor.equip_slots.size.times do |i| unless force next if i == 7 end $game_player.actor.change_equip(i, nil) if $game_player.actor.equip_change_ok?(i) or force SndLib.sound_equip_armor end end end end
I've adjusted the Hair slot check in that extra code so that it is 1 extra line instead of 3 extras.Wow ! Thank you very much !
Well i did not understand what was the purpose of the StripOnlyUnequip apparently, thank you too for these explainations btw.
There's not. Bank is indeed the cheapest place to buy any coins from.I feel dumb for only now realizing that gold coins are the cheapest to buy at the Bank, don't know if there's a better way or not though.
Alguien pSomeone can be so kind as to tell me the cup of rarity in the chests and how often they reset
[/CITA]
Can you please upload on gofile or another source? Mega limits transfer