What's new

RPG Patreon Active [Threshold] Monster Girl Dreams


OP
Threshold

Threshold

Jungle Girl
Joined
Sep 24, 2017
Messages
224
Reputation score
225
???
Can you elaborate what exactly happens, I can't think of any way mountain mods would affect the town, or brothel in particular. Beside a namespace conflict perhaps, but I figured scene names are properly scoped and shouldn't cause conflicts across events.
There was new mod list infrastructure in v16.1 that probably borked something.
 

Kaa

Jungle Girl
Joined
May 12, 2013
Messages
76
Reputation score
8
I'm not very savvy with this so I hope you can make sense of it.
Seems like a list problem indeed, we'll have to wait until modloader is updated or Threshold integrates it into the game, not much I can do by myself.
 

Williamtheshatner

Jungle Girl
Joined
Jul 29, 2016
Messages
200
Reputation score
58
According to a Patreon post, it looks like the ETA for v17 is going to be July 14th. Mark your calendars for this weekend everybody, it's update time.
 
OP
Threshold

Threshold

Jungle Girl
Joined
Sep 24, 2017
Messages
224
Reputation score
225
v17 update is now out. Primarily updating Trisha. Check the change log for more details in the first post.
 

Scrapman

Tentacle Monster
Joined
Jul 26, 2014
Messages
454
Reputation score
78
Oh god please don't tell me I've lost all my progress again.

Please? Pretty please?

Am I gonna have to play through it all again? will my saves work?
 

Serifyn

Tentacle God
Joined
Nov 10, 2010
Messages
1,390
Reputation score
340
No, only the progress on Trisha the Succubus from the Inn.

Nice little update but how come i can't get Trisha to successfully use her breast, feet or ass allure successfully?
 

Hoboman11

Jungle Girl
Joined
Dec 10, 2011
Messages
11
Reputation score
0
whenever an event in the field happens, the game gets a bunch of renpy errors. I have to hit ignore a ton, but it's still playable, albeit really annoying
 

Williamtheshatner

Jungle Girl
Joined
Jul 29, 2016
Messages
200
Reputation score
58
whenever an event in the field happens, the game gets a bunch of renpy errors. I have to hit ignore a ton, but it's still playable, albeit really annoying
It's good to post the error logs so that the reason why the errors are happening are clear.
I found one myself when I first started fighting Kyra for some reason and I couldn't get it to reappear (this was during like my 5th fight with her, so I assume it's from a move or something), but here it is:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gamecode/adventureCode/adventuring.rpy", line 454, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 281, in script call
    call sortMenuD from _call_sortMenuD_2
  File "game/gamecode/dialogueSystem.rpy", line 1666, in script call
    call eventDialogueMenu from _call_eventDialogueMenu
  File "game/gamecode/adventureCode/adventuring.rpy", line 326, in script call
    call displayScene from _call_displayScene_2
  File "game/gamecode/dialogueSystem.rpy", line 281, in script call
    call sortMenuD from _call_sortMenuD_2
  File "game/gamecode/dialogueSystem.rpy", line 1666, in script call
    call eventDialogueMenu from _call_eventDialogueMenu
  File "game/gamecode/adventureCode/adventuring.rpy", line 326, in script call
    call displayScene from _call_displayScene_2
  File "game/gamecode/dialogueSystem.rpy", line 281, in script call
    call sortMenuD from _call_sortMenuD_2
  File "game/gamecode/dialogueSystem.rpy", line 1666, in script call
    call eventDialogueMenu from _call_eventDialogueMenu
  File "game/gamecode/adventureCode/adventuring.rpy", line 326, in script call
    call displayScene from _call_displayScene_2
  File "game/gamecode/dialogueSystem.rpy", line 1027, in script call
    call combat from _call_combat_1
  File "game/gamecode/combatcode/combat.rpy", line 1240, in script
    window hide
  File "renpy/common/000window.rpy", line 153, in execute_window_hide
    _window_hide(trans)
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
  File "renpy/common/00barvalues.rpy", line 475, in get_adjustment
    raise Exception("The displayable with id %r is not declared, or not a viewport." % self.viewport)
Exception: The displayable with id u'0.685145821916' is not declared, or not a viewport.

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

Full traceback:
  File "game/gamecode/adventureCode/adventuring.rpy", line 454, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 281, in script call
    call sortMenuD from _call_sortMenuD_2
  File "game/gamecode/dialogueSystem.rpy", line 1666, in script call
    call eventDialogueMenu from _call_eventDialogueMenu
  File "game/gamecode/adventureCode/adventuring.rpy", line 326, in script call
    call displayScene from _call_displayScene_2
  File "game/gamecode/dialogueSystem.rpy", line 281, in script call
    call sortMenuD from _call_sortMenuD_2
  File "game/gamecode/dialogueSystem.rpy", line 1666, in script call
    call eventDialogueMenu from _call_eventDialogueMenu
  File "game/gamecode/adventureCode/adventuring.rpy", line 326, in script call
    call displayScene from _call_displayScene_2
  File "game/gamecode/dialogueSystem.rpy", line 281, in script call
    call sortMenuD from _call_sortMenuD_2
  File "game/gamecode/dialogueSystem.rpy", line 1666, in script call
    call eventDialogueMenu from _call_eventDialogueMenu
  File "game/gamecode/adventureCode/adventuring.rpy", line 326, in script call
    call displayScene from _call_displayScene_2
  File "game/gamecode/dialogueSystem.rpy", line 1027, in script call
    call combat from _call_combat_1
  File "game/gamecode/combatcode/combat.rpy", line 1240, in script
    window hide
  File "C:\Users\zoltma15\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000window.rpy", line 153, in execute_window_hide
    _window_hide(trans)
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\exports.py", line 1413, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 2193, in do_with
    clear=clear)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 3019, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\screen.py", line 424, in visit_all
    self.child.visit_all(callback)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 513, in visit_all
    callback(self)
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\core.py", line 3019, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\DecoyName\Desktop\New folder\Monster Girl Dreams Alpha\MonGirlDreams-Alpha-v17-pc\renpy\display\behavior.py", line 1604, in per_interact
    adjustment = self.value.get_adjustment()
  File "renpy/common/00barvalues.rpy", line 475, in get_adjustment
    raise Exception("The displayable with id %r is not declared, or not a viewport." % self.viewport)
Exception: The displayable with id u'0.685145821916' is not declared, or not a viewport.

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Monster Girl Dreams Alpha-v17
Sat Jul 14 21:59:28 2018
Plus I was having an issue where the game wouldn't register that I had beaten Trisha and I couldn't get the event to progress in any other way than losing to her over and over, which was odd. No idea why that was happening.
 

Hoboman11

Jungle Girl
Joined
Dec 10, 2011
Messages
11
Reputation score
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gamecode/adventureCode/adventuring.rpy", line 454, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialougeSystem.rpy", line 18, in script
    show screen HealthDisplay
  File "renpy/common/000statements.rpy", line 501, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
Exception: Screen HealthDisplay is not known.


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

Full traceback:
  File "game/gamecode/adventureCode/adventuring.rpy", line 454, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialougeSystem.rpy", line 18, in script
    show screen HealthDisplay
  File "C:\Users\Hoboman11\Documents\Stuff\Stuff\MonGirlDreams-Alpha-v12-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "C:\Users\Hoboman11\Documents\Stuff\Stuff\MonGirlDreams-Alpha-v12-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Hoboman11\Documents\Stuff\Stuff\MonGirlDreams-Alpha-v12-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 501, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "C:\Users\Hoboman11\Documents\Stuff\Stuff\MonGirlDreams-Alpha-v12-pc\renpy\display\screen.py", line 1060, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen HealthDisplay is not known.


Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Monster Girl Dreams Alpha-v17
Sat Jul 14 22:37:13 2018

This is what I got for the error
 

Williamtheshatner

Jungle Girl
Joined
Jul 29, 2016
Messages
200
Reputation score
58
No, only the progress on Trisha the Succubus from the Inn.

Nice little update but how come i can't get Trisha to successfully use her breast, feet or ass allure successfully?
I got her foot allure to work, but that's because I picked the foot fetish. They might just be only accessible for characters with fetishes for them.
 
OP
Threshold

Threshold

Jungle Girl
Joined
Sep 24, 2017
Messages
224
Reputation score
225
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gamecode/adventureCode/adventuring.rpy", line 454, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialougeSystem.rpy", line 18, in script
    show screen HealthDisplay
  File "renpy/common/000statements.rpy", line 501, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
Exception: Screen HealthDisplay is not known.


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

Full traceback:
  File "game/gamecode/adventureCode/adventuring.rpy", line 454, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialougeSystem.rpy", line 18, in script
    show screen HealthDisplay
  File "C:\Users\Hoboman11\Documents\Stuff\Stuff\MonGirlDreams-Alpha-v12-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "C:\Users\Hoboman11\Documents\Stuff\Stuff\MonGirlDreams-Alpha-v12-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Hoboman11\Documents\Stuff\Stuff\MonGirlDreams-Alpha-v12-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 501, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "C:\Users\Hoboman11\Documents\Stuff\Stuff\MonGirlDreams-Alpha-v12-pc\renpy\display\screen.py", line 1060, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen HealthDisplay is not known.


Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Monster Girl Dreams Alpha-v17
Sat Jul 14 22:37:13 2018

This is what I got for the error
Did you put the new game files into an older version of the game? Because that is currently the only thing I can think of that would cause this, as HealthDisplay no longer exists in that form.
I'd recommend a fresh download by itself.


Ok so that makes sense, thanks.
Yeah the ass, breasts, and feet one are fetish dependent, most for balance reasons, unless people would rather it procs a check if you're charmed as well.
I just didn't want Trisha to become absurdly strong if she used that move a bunch and the player failed the checks.

Oh god please don't tell me I've lost all my progress again.

Please? Pretty please?

Am I gonna have to play through it all again? will my saves work?
I'm 99% sure that saves will never break again on a grand scale. 99%.
Only on an event individual basis it can happen now.
 

Williamtheshatner

Jungle Girl
Joined
Jul 29, 2016
Messages
200
Reputation score
58
I suppose I should put out another little notice that if anyone finds any spelling oddities in older content (which now includes Jora's stuff, just not any of the new Trisha content) feel free to send me a private message and I'll sort those out for you. Thanks!

There's nothing quite like putting a post up about asking for spelling mistakes and other errors and accidentally having a 1 instead of an ! at the very end. Killing it.
 
Last edited:

Eredin5

New member
Joined
Jun 20, 2018
Messages
13
Reputation score
6
Great job on the update! There's a lot more depth to Trisha now and all that's missing is a picture. I haven't had enough time to see all the content yet, but I like what I've seen. I like your take on succubi so far because you don't overdo it, but you make even the minor ones like Trisha significant if the player lacks self control. Not to mention the succubi you do battle always try to attack you when you're asleep which makes sense thematically.
 

Kaa

Jungle Girl
Joined
May 12, 2013
Messages
76
Reputation score
8
Great, Trisha was always one of my favorites.
The combat event system is super cool too, gonna use it for sure.
 
OP
Threshold

Threshold

Jungle Girl
Joined
Sep 24, 2017
Messages
224
Reputation score
225
v17.1 bug fix and balance update is out!

Great job on the update! There's a lot more depth to Trisha now and all that's missing is a picture. I haven't had enough time to see all the content yet, but I like what I've seen. I like your take on succubi so far because you don't overdo it, but you make even the minor ones like Trisha significant if the player lacks self control. Not to mention the succubi you do battle always try to attack you when you're asleep which makes sense thematically.
I'm actually really curious about what you mean by not overdoing succubi?
 
Top