WuzzyFuzzy

Well-Known Member
Jan 23, 2020
1,416
2,872
Just a reminder...

The mods are not fooling around with these NTR arguments. Several posts were already deleted today (including mine for explaining how the dev had labeled NTR and for trying to calm the fire) and I don't blame them at all. Many of us are over it. The label is there. Play the game. If you like it fine. If you don't like it fine. But stop trying to belittle folks for not seeing things the way you do.
 
  • Like
Reactions: Ceesko and Sukebe_S

Valamyr

Member
Oct 7, 2020
238
193
This was one of my first lewdgames and I loved it a fair bit back then.

It was also the buggiest thing I ever played (at the time). It was downright ridiculous, you could cause game breaking bugs by checking your questlog or something.

So I really want to try the update but I also really want to wait for the final version of the update hahah.
 

Koneko Toujou

Member
Apr 30, 2019
361
111
Sorry: there have been an update of that version. As this was supervised and agreed by the Developer I would kindly ask everyone to please cancel and replace that with the attached. Thanks
--- $ elvish = Perk("Elvish", "Elen síla lúmenn' omentielvo, Mellon..") [google translate does not help here, and the princess likes you more]
Just wanted to point out that you probably wouldn't find this in google translate since it was a lord of the rings reference. It translates to "A star shines on the hour of our meeting"
 

Rhythm

Newbie
Mar 9, 2017
31
32
I'm hard stuck travelling from the first town. Anyone got any idea on how to fix this?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/dewsberry.rpy", line 1225, in script call
    call MARIKA_ENC from _call_MARIKA_ENC
  File "game/dewsberry.rpy", line 1223, in script call
    call GENNI_ENC from _call_GENNI_ENC
  File "game/dewsberry.rpy", line 2166, in script call
    call DB_tailor_CHAT from _call_DB_tailor_CHAT
  File "game/script.rpy", line 6993, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 180, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6993, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 180, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6993, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 180, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6993, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 180, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6993, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 180, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6915, in script
    $ renpy.pause (1.0)
  File "game/script.rpy", line 6915, in <module>
    $ renpy.pause (1.0)
  File "game/script.rpy", line 4465, in execute
    screen travel_screenb():
  File "game/script.rpy", line 4465, in execute
    screen travel_screenb():
  File "game/script.rpy", line 4480, in execute
    for ii in range(11):
  File "game/script.rpy", line 4481, in execute
    $ pic = TER[current_loc-1+ii].image
  File "game/script.rpy", line 4481, in <module>
    $ pic = TER[current_loc-1+ii].image
IndexError: list index out of range

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/dewsberry.rpy", line 1225, in script call
    call MARIKA_ENC from _call_MARIKA_ENC
  File "game/dewsberry.rpy", line 1223, in script call
    call GENNI_ENC from _call_GENNI_ENC
  File "game/dewsberry.rpy", line 2166, in script call
    call DB_tailor_CHAT from _call_DB_tailor_CHAT
  File "game/script.rpy", line 6993, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 180, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6993, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 180, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6993, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 180, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6993, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 180, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6993, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 180, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6915, in script
    $ renpy.pause (1.0)
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2223, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 6915, in <module>
    $ renpy.pause (1.0)
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3691, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3691, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/script.rpy", line 4465, in execute
    screen travel_screenb():
  File "game/script.rpy", line 4465, in execute
    screen travel_screenb():
  File "game/script.rpy", line 4480, in execute
    for ii in range(11):
  File "game/script.rpy", line 4481, in execute
    $ pic = TER[current_loc-1+ii].image
  File "game/script.rpy", line 4481, in <module>
    $ pic = TER[current_loc-1+ii].image
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.8.1865
Runaway Princess 0.4_FINAL
Tue Jun  7 12:56:28 2022
 

cxx

Message Maestro
Nov 14, 2017
59,388
29,608
This is not bug related (I hope) but the WT here attached in this forum, which is sadly outdated, mentioned that I can buy a "skimpy nighty" for Elly.
Where ? In my playthrough she mentioned pretty early that she already bought one and wants MC to get it for her from Kelly, aka the "Ellys Reguest" Quest.
kelly has packet which contains that cloth.
 

cxx

Message Maestro
Nov 14, 2017
59,388
29,608
Mobum tasklist says that there is 1 training with valentina left but can't seem to trigger it so how to trigger it?
 

cxx

Message Maestro
Nov 14, 2017
59,388
29,608
silly bugs: alrue can be in 2 places at same time, tanning her cans and in room reading and she can teach elvish to mc until its bedtime and then she switches clothes and gets upset when mc sees her nekkid.

also possibly to goto baths with kelly? she keeps saying no.
 

Jaime Lannister

Active Member
Apr 23, 2017
828
990
Blurry 720p in the current year :rolleyes:
People deserve to give constructive criticism, but maybe don't complain about it if you are playing all these VN games for free? Why don't you make a good and interesting 1080p adult VN for us rather than complain about someone's game being too low resolution for you? Entitled and spoiled pricks everywhere.
 
Last edited:

Jaime Lannister

Active Member
Apr 23, 2017
828
990
Would be real nice to have a complete walkthrough with all paths noted so we can avoid what we don't like - if for instance NTR path was hated which I do then we could avoid any choices that were in volved with it
You complain about NTR but the dev clearly labeled NTR beside the choice. First world problems, people playing the game for free yet complaining about NTR.
 

BiggestDickest

Active Member
Game Developer
Apr 14, 2021
728
1,453
Hey Mobum, I have been looking at your codes. And must I say, wow, you're making an Unreal Engine out of Renpy xd. May I ask you a bit about what LV[iloc] does? From my understanding, the default is 0, and it triggers the first time you go to any place, and then it is set to 1, so it won't be triggered again. But what is LV? Is it a function?
 

mkmk132

Newbie
Mar 7, 2019
23
6
There should be a Helen's house button in the Clearing (where you can go to the mountain path) in Willowdale, after you helped her and eavesdropped on her and her husband a few times...
There isn't and I have done everything. The quest is showing that I have to go to her house for tea. Is there a specific trigger that I missed or something like having to go there the day she first invites else it won't happen.
Does defending Randy at the start anything have anything to do with it. Because I didn't.
 
Last edited:

gnadudu

Well-Known Member
Aug 31, 2018
1,845
2,732
There isn't and I have done everything. The quest is showing that I have to go to her house for tea. Is there a specific trigger that I missed or something like having to go there the day she first invites else it won't happen.
Does defending Randy at the start anything have anything to do with it. Because I didn't.
Hmm, I started a new game to check quickly and I did the following to unlock it:
10am Talked with her at the well (Village center)
"What were you doing?" -> "I can do that for you!"

3pm Eavesdropped on her and Randy (Village center)
"What a dick!"

Next day 10m
"What were you doing?" -> "I can do that for you!"

And Helen's house unlocked:
screenshot0001.png

You could probably check the value of Mature_woman.status with the console, it needs to be above 2 (so at least 3) for the house to unlock...
 
4.30 star(s) 35 Votes