2.90 star(s) 9 Votes

Thatguy

I exist.
Uploader
Respected User
Aug 5, 2016
1,674
4,529
I honestly was expecting this to play on the meme that Shaggy is really an Eldrich Horror that was a thing from a few years ago.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Like
Reactions: Salomon108

Malkovichi

Well-Known Member
Aug 23, 2018
1,051
1,762
Why is there no russian language? I know the developer is russian-speaking
P.S. Oh, it has russian language. Nevermind
 
Last edited:

shiva12

Member
Dec 20, 2019
182
129
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 235, in script
scene intro_two with dissolve
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 235, in script
scene intro_two with dissolve
NameError: global name 'name' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 235, in script
scene intro_two with dissolve
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 235, in script
scene intro_two with dissolve
File "renpy/ast.py", line 1397, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1646, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2610, in do_with
clear=clear)
File "renpy/display/core.py", line 3101, 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 3897, in interact_core
renpy.display.behavior.skipping(ev)
File "renpy/display/behavior.py", line 272, in skipping
if map_keyup(ev, "skip") or map_event(ev, "stop_skipping"):
File "renpy/display/behavior.py", line 242, in map_keyup
if (name in ev.eventnames) and ev.up:
NameError: global name 'name' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.3.1414
0.0.2
 
  • Like
Reactions: NomoreFin

shiva12

Member
Dec 20, 2019
182
129
game
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 235, in script
scene intro_two with dissolve
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 235, in script
scene intro_two with dissolve
NameError: global name 'name' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 235, in script
scene intro_two with dissolve
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 235, in script
scene intro_two with dissolve
File "renpy/ast.py", line 1397, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1646, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2610, in do_with
clear=clear)
File "renpy/display/core.py", line 3101, 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 3897, in interact_core
renpy.display.behavior.skipping(ev)
File "renpy/display/behavior.py", line 272, in skipping
if map_keyup(ev, "skip") or map_event(ev, "stop_skipping"):
File "renpy/display/behavior.py", line 242, in map_keyup
if (name in ev.eventnames) and ev.up:
NameError: global name 'name' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.3.1414
0.0.2
your game is not working
 

NomoreFin

Newbie
Game Developer
Feb 1, 2019
82
156
Okay, I realized that I should have made the transition to the new content for everyone immediately after the prologue.
For some reason I was sure that no one would go through the prologue again and everyone would definitely look at the "info" menu item in the menu just before the start of the game.
It was naive.


To access the new content, you need to skip the prologue in the menu, at the beginning, and you get to the new content.


Change List:

- One skit in the kitchen.
(The skit takes place in the morning.
You just have to send Shaggy to bed to access it)

- One skit to meet a new character.
(You need to turn on the cheat menu on the map to access it. It is located at the succubus. There to select the item "Witch")

- Night map of the city.
(To access it, go in and eat at the fast food)

- Three random scenes in Macronalz
(Work when magic is applied)

- Shaggy's office.
(It's empty for now, but you can summon a succubus there by clicking on the pentagram, on the wall)

- Draft quest with death and the witch
(To activate it, you need to select the flower in the cheat menu. And also I'm not sure about the stability of this quest ...)
 

GeorgeMorhan

Newbie
Jan 18, 2021
74
64
Thank you.
This is a rather strange bug, I think I'll just rewrite this part of the code for version 0.0.3.
Hey Dev, I really love your game and it exceeded my expectations. The only thing that kind of ticks me off are the spelling mistakes in the prologue, are you working on that or am I the first to mention this?
 
  • Like
Reactions: NomoreFin

NomoreFin

Newbie
Game Developer
Feb 1, 2019
82
156
Hey Dev, I really love your game and it exceeded my expectations. The only thing that kind of ticks me off are the spelling mistakes in the prologue, are you working on that or am I the first to mention this?

If you mean the English version, this is the first time I've heard of it.
Because it is handled by another person.
 

NomoreFin

Newbie
Game Developer
Feb 1, 2019
82
156
Hey Dev, I really love your game and it exceeded my expectations. The only thing that kind of ticks me off are the spelling mistakes in the prologue, are you working on that or am I the first to mention this?
Tell more about it.
I will give all the information to the translator.
 

dbp5ca

Active Member
Donor
Mar 13, 2017
992
799
So not seeing any "content" in this update. You can talk to the witch (which doesn't seem to be useful for anything except exchanging sin and money. You have a "night time" view of the city. You can have breakfast. Rather underwhelming. I'm disappointed as the prologue seemed to have alot of promise.
 
2.90 star(s) 9 Votes