Kenny567

Well-Known Member
Oct 10, 2017
1,573
841
I have a question - is it normal to have that many bandit ambushes within the city walls?

I just got into this game and I really like it, but my recent playthroughs (about 10 of them) ended prematurely because of bandit ambushes in Noer. Maybe it's just a steak of bad luck or something, but I can't get around it in any way. I play on Doom mode. I tried changing builds, different approaches, nothing helps. They ambush you even during the day. Even with 20 in survival, it only seems that the number of ambushes increase. I do get "lucky" from time to time and manage to outrun them to the border of the location, but that has like, 5% success rate. Plus there are always 5-6 of them in a narrow street and they are literally unkillable even 1v1. Which is never 1v1, and once they surround you its over. At some point I managed to get to level 30 and got some mage stuff before that happened. After 30 seconds of battle and when all my potions were gone they sustained literally zero damage and proceeded to do their dirty job anyway. At this point I even realized that outside of town is actually safer, as there are many other encounters and even bandits can be avoided, there are chances at least. While in the city it is almost always a "game over" event.

I know and understand that this game is hardcore of the hardcore, especially on doom mode, and I'm not complaining. I like it this way. But I literally ran out of options here, as this problem doesn't seem to have a solution. Aside from surrendering and getting properly "used". So I wanted to ask - how do you guys get around this?
The Bandits have their base inside the town (2 tiles below the north gate), hence why bandit ambushes are more common in town.
 

ReallyNoName

New Member
Apr 17, 2024
5
1
The Bandits have their base inside the town (2 tiles below the north gate), hence why bandit ambushes are more common in town.
So, how does it work then? The further I am from their base, the less are the chances of ambush? Cause I've been ambushed even when I just got out of the tavern. Or at Elise clinic. Even near the eastern gates.
 

Kenny567

Well-Known Member
Oct 10, 2017
1,573
841
So, how does it work then? The further I am from their base, the less are the chances of ambush? Cause I've been ambushed even when I just got out of the tavern. Or at Elise clinic. Even near the eastern gates.
It's not distanced-based. It's purely just that the Noer Town region has less hostile groups to choose from (Bandits, [and, if Lona's morality is too low, Guards, otherwise a neutral group]), where as outside the region the other hostile groups are also in the mix.
 

201199

Member
Jan 31, 2018
116
64
Hello gents,

Is there a place where I can check the list of all possible console (F10) commands other than the Wiki (
(I want to change the vagina status to micro or ruined for different scenarios)
 

ReallyNoName

New Member
Apr 17, 2024
5
1
It's not distanced-based. It's purely just that the Noer Town region has less hostile groups to choose from (Bandits, [and, if Lona's morality is too low, Guards, otherwise a neutral group]), where as outside the region the other hostile groups are also in the mix.
So there is nothing that can be done? Seems like Noer is just a death trap then.
 

ReallyNoName

New Member
Apr 17, 2024
5
1
The only thing you can really do is grind enough levels to raise the trait that improves the success of escaping the initial prompt. Or cheat.
Wiki says to have a 95% escape chance you need to have something like 250 stamina. Well... that is 50-60 levels ... guess the only option is to leave the city and live off the land, eh? ))
 

Kenny567

Well-Known Member
Oct 10, 2017
1,573
841
Hello gents,

Is there a place where I can check the list of all possible console (F10) commands other than the Wiki (
(I want to change the vagina status to micro or ruined for different scenarios)
The console command is:
Code:
$game_player.actor.vag_damage = value
Where value is:
  • For Micro: any value in the range of 0-1000.
  • For Ruined: any value in the range of 8001-20000
The other statuses are:
  • For Tight: any value in the range of 1001-2000
  • For Used: any value in the range of 2001-4000
  • For Wide: any value in the range of 4001-8000
Any other value results in Micro or No Data

Info Source: The code in the lona_hole_broken_level function as of 0.9.0.9
 
Last edited:

201199

Member
Jan 31, 2018
116
64
The console command is:
Code:
$game_player.actor.vag_damage = value
Where value is:
  • For Micro: any value in the range of 0-1000.
  • For Ruined: any value in the range of 8001-20000
The other statuses are:
  • For Tight: any value in the range of 1001-2000
  • For Used: any value in the range of 2001-4000
  • For Wide: any value in the range of 4001-8000
Any other value results in Micro

Info Source: The code in the lona_hole_broken_level function as of 0.9.0.9
I appreciate the detailed reply,
This addresses the exact query!

If I may ask, what file should I go through to check out the code myself?

Thanks very much!
 

Kenny567

Well-Known Member
Oct 10, 2017
1,573
841
I appreciate the detailed reply,
This addresses the exact query!

If I may ask, what file should I go through to check out the code myself?

Thanks very much!
Data/Scripts/Editables/510_GetText.rb for the lona_hole_broken_level function which pulls the text from the translation data.

P.S:
Should be noted that a Ruin status of 10000+ results in the Loose Vagina state. Before then napping slowly repairs the damage.​

Funfact: Potions and other consumables that you would think would help actually make the damage worse, rather than helping.
 
  • Like
Reactions: 201199

201199

Member
Jan 31, 2018
116
64
Thanks!
Is there a code to change the world difficulty,
the ingame way is to get a random encounter with the "Priest" and donate to reduce it.
--------------------------
EDIT:
found it

"$story_stats["WorldDifficulty"]=1"
 
Last edited:
  • Like
Reactions: Kenny567

TheOtherDragonborn

Active Member
Aug 22, 2021
502
448
Any idea how close the game is to a finished content state? I know there will be oodles of bugfixes and patches after that, but the last time I played (over a year ago), most of the island seemed fleshed out content wise.

Waiting for my moment to give it another go when the next update won't bork existing saves.
 

201199

Member
Jan 31, 2018
116
64
A small question to the Succubus Experts,
In your experience what is the best "Sexy" and "Weak" stat values to get an effective succubus run without being automatically and immediately attacked whenever anyone sees you?!
 

Kenny567

Well-Known Member
Oct 10, 2017
1,573
841
There is no other state except 1 and it does not grow at all from there?
So it is.
The cause is max_stacks doesn't get set from the database anymore. And because the PubicHair states never had any json files created they have been reduced to a max stack of 1.
So in this case it's an Eccma done goofed up.
To be fair, the builds have been mighty unstable since 0.8.9.2 and there have been so many buggy changes that it must of gotten overlooked.

Attached is a fix, however, keep in mind it was made with 0.9.0.9, so if there are any issues because of this fix, that will be why.

Extract to the game root and overwrite the files (although only the States.rvdata2 will get the overwrite prompt)
 

Evizzy89

Well-Known Member
Aug 1, 2021
1,141
1,792
is there any equipment or outfits or does this game only have the basic stuff you start with + like 6 different weapons
if there is more where could I find them?
 

Danny321

Newbie
Sep 24, 2017
36
37
Can someone tell what new quests have been updated? I play for story so, is cocona story or Cecily updated yet?

Cecily: last time was just training in the yard after stealing documents, quest tbd
 

Kenny567

Well-Known Member
Oct 10, 2017
1,573
841
I can't open MTL, the program just closes immediately every time I open it. Does anyone have an idea why this happens?
Extract this script to where you have the MTL tool and run it.
It may at least show why it is crashing.

Read the comments in the script for 1 possible fix if it's the renderer.
 
  • Like
Reactions: dxxddddd87

bobi121

Member
Aug 1, 2019
300
309
A small question to the Succubus Experts,
In your experience what is the best "Sexy" and "Weak" stat values to get an effective succubus run without being automatically and immediately attacked whenever anyone sees you?!
"Sexy" stat doesnt make enemies not attack you, it influences success for prostitution. "Weak" is the one you are talking about. IDK the exact number but i dress my Lona in rags. It makes Gobbos and Deepones crazy.
 
  • Like
Reactions: 201199
4.10 star(s) 193 Votes