るlaze

Newbie
Jun 21, 2020
29
18
If you want to remove dirt completely, there's easier way.
Simply press F10 and $game_player.actor.actStat.set_stat("dirt",0,3)
It persists through saving/loading.
To return back to having dirt $game_player.actor.actStat.set_stat("dirt",255,3)
Otherwise, you'll have to also change all items (consumable items also add dirt) to not apply dirt and repack them into rvdata2 (see my posts on last few pages) or call FileGetter::COMPRESSED = false in a mod to make game load data from .json files.
Not sure what else adds dirt.

EDIT: just realized that my optimization won't let portrait get updated instantly so also need to make lona change expression for it to remove dirt from portrait (for example, try to exit zone). Might need to fix it later.
Teravisor showed a console code for dirt "removal". With this, I couldn't get dirty unless I wear rags that gives me dirt status. Works well for me, when I was wanted to prostitute at the golden club(no bathe option).
 

Print0o

Member
May 1, 2018
177
65
Is this a bug? Cocona doesn't seem to be spawning skeletons anymore and when I try to give her the orders in "others" it's blank.
 

rngtan

Newbie
Jul 9, 2018
42
13
From this comparison then, the sex_atk is only used when the whoresex is active (with the succ trait I suppose), otherwise the base sex_atk damage is zero? (adjustment="0")
View attachment 1396804
The adjustment only modifies the value. +0 means it just uses the base value (otherwise the compare values would be worthless with their +0). *0.1 means that you do basically no stamina damage. WhoreSex seems to refer to prostitution, in which you actually don't kill the opponent.
 

brazilla

Newbie
May 30, 2021
47
82
In conclusion, even add 1 additional breast size option would mean remodeling of every pose and mid part clothes, piercing, as well as a lot of dialogues regarding her tiny boobs.
I think it would be the reason eccma dont plan on doing this(as long as she is fuckable)
 
  • Like
Reactions: Yukihirou

rngtan

Newbie
Jul 9, 2018
42
13
Interesting, there is a good tech for fellatio specialists. If you hold Rest right after having sucked off the victim, you won't swallow until after you release Rest. That is useful if you would exceed your maximum food and want to consume a bit before that.
 

RenH

Active Member
Nov 5, 2020
727
2,164
Question: Looking at the unofficial guide, it seems like you can spare Adam. Is there a special dialogue that happens or do you just leave him alive after killing his goons?

Edit: Disregard this. Solution found
 
Last edited:

Big Boss | Erect Snake

I’m just a man who’s good at what he does: Fucking
Uploader
Donor
Feb 8, 2020
667
3,472
How well does the 0.5.4.4 translation patch affect the current build's untranslated areas? I'm seeing a ton of places that are only in chinese still. I saw that it stated that the translation patch was merged into the 0.5.4.4 official release, so I'm not sure if it's worth trying to download and install it to my current 0.5.9.1 build.
 
  • Like
Reactions: AppleJuiceBox

havoc33

New Member
Apr 28, 2020
2
0
How well does the 0.5.4.4 translation patch affect the current build's untranslated areas? I'm seeing a ton of places that are only in chinese still. I saw that it stated that the translation patch was merged into the 0.5.4.4 official release, so I'm not sure if it's worth trying to download and install it to my current 0.5.9.1 build.
Use this program (not mine), it let's you translate the CHT text automatically:



Or on the other hand, use this fan translation:
https://f95zone.to/threads/lonarpg-v0-5-9-1-beta-repack-eccma417.49993/post-6384191
 
Last edited:

rngtan

Newbie
Jul 9, 2018
42
13
Looking through the files again. For some reason I can't find a json file for CON. Normally, traits are under \Data\Effects\States with the name trait_{name}.json, and there is one for every relevant one - except for CON. As far as I can see, it raises HP by 1, stamina by 2.5, and each sex attack stat by 0.5.

I am curious about that because the Nympho trait might actually be a trap. It applies a multiplier to stamina and sexy, both of which have no effect on the actual sex attack stats while locking you out of HQ weapons or magic for no good reason.

See, since you actually have to option to chose mouth sex when juicing, you could use the Succubus as a an alternative to Alchemy to replenish your food on the way while trading better traps for higher stamina. I am currently testing the practicability of a neutral character that mildly invests into Constitution and then dumps the rest into Combat or Wisdom. If my hypothesis is right, it will actually perform just as well as a Nympho in sucking the opponents dry while having access to HQ weapons.
 
  • Like
Reactions: Ubtsha
4.10 star(s) 185 Votes