ZagorTeNay

Well-Known Member
Jun 28, 2018
1,202
2,346
I like how characters seem more proactive, but dialogue writing could be a lot better ( especially MC). Is he related to one from "The Way"?
 
  • Like
Reactions: PeraDrnda

stOrM!

Newbie
Sep 23, 2019
42
18
I'll like it so far but the MAC version at some point is not playable there are too many exceptions the last one I've got killed the game completly...

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

While running game code:
  File "game/02 day 21.rpy", line 650, in script
    jump week3resume
ScriptError: could not find label 'week3resume'.

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

Full traceback:
  File "game/02 day 21.rpy", line 650, in script
    jump week3resume
  File "/NCC.app/Contents/Resources/autorun/renpy/ast.py", line 1678, in execute
    rv = renpy.game.script.lookup(target)
  File "/NCC.app/Contents/Resources/autorun/renpy/script.py", line 886, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'week3resume'.

Darwin-18.7.0-x86_64-i386-64bit
Ren'Py 7.2.2.491
NCC 0.8
Thu Nov 28 15:24:42 2019
```
 

memoxcep

Member
May 20, 2018
145
79
I know what developer said before but anyway walkthorugh would be very usefull in this game. Hope to see it in future for this great game (y)
 

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,008
3,663
I'll like it so far but the MAC version at some point is not playable there are too many exceptions the last one I've got killed the game completly...

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

While running game code:
  File "game/02 day 21.rpy", line 650, in script
    jump week3resume
ScriptError: could not find label 'week3resume'.

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

Full traceback:
  File "game/02 day 21.rpy", line 650, in script
    jump week3resume
  File "/NCC.app/Contents/Resources/autorun/renpy/ast.py", line 1678, in execute
    rv = renpy.game.script.lookup(target)
  File "/NCC.app/Contents/Resources/autorun/renpy/script.py", line 886, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'week3resume'.

Darwin-18.7.0-x86_64-i386-64bit
Ren'Py 7.2.2.491
NCC 0.8
Thu Nov 28 15:24:42 2019
```
Uh. I Fix it now

I remade the Stats page so I manually change most of the old files from the directory.
I forgot to put this file probably. Sorry.


put this files in the game directory (If the forum changed the names files rename it as 03 week3rpy e 03 week3r.rpyc
 

stOrM!

Newbie
Sep 23, 2019
42
18
Uh. I Fix it now

I remade the Stats page so I manually change most of the old files from the directory.
I forgot to put this file probably. Sorry.


put this files in the game directory (If the forum changed the names files rename it as 03 week3rpy e 03 week3r.rpyc
Much better now ;)
 

Killer94

Well-Known Member
Feb 4, 2018
1,941
3,497
Uh. I Fix it now

I remade the Stats page so I manually change most of the old files from the directory.
I forgot to put this file probably. Sorry.


put this files in the game directory (If the forum changed the names files rename it as 03 week3rpy e 03 week3r.rpyc
it does not change the names of the files he only adds some numbers at the beginning, for instance, 486723_03_week3r.rpy these are the numbers that are added to the file u guys just need to remove the additional numbers and rename the file as 03 week3r.rpy only
 
  • Like
Reactions: HoneyGames

stOrM!

Newbie
Sep 23, 2019
42
18
it does not change the names of the files he only adds some numbers at the beginning, for instance, 486723_03_week3r.rpy these are the numbers that are added to the file u guys just need to remove the additional numbers and rename the file as 03 week3r.rpy only
Thats true...
Well but there are still much more exceptions basically when MC woke up next one would be:

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

While running game code:
  File "game/02 day 25.rpy", line 9, in script
    show screen basicb
  File "renpy/common/000statements.rpy", line 510, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
Exception: Screen basicb is not known.


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

Full traceback:
  File "game/02 day 25.rpy", line 9, in script
    show screen basicb
  File "/NCC.app/Contents/Resources/autorun/renpy/ast.py", line 1911, in execute
    self.call("execute")
  File "/NCC.app/Contents/Resources/autorun/renpy/ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/NCC.app/Contents/Resources/autorun/renpy/statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 510, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "/NCC.app/Contents/Resources/autorun/renpy/display/screen.py", line 1077, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen basicb is not known.


Darwin-18.7.0-x86_64-i386-64bit
Ren'Py 7.2.2.491
NCC 0.8
Thu Nov 28 19:10:19 2019
```
 

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,008
3,663
Thats true...
Well but there are still much more exceptions basically when MC woke up next one would be:

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

While running game code:
  File "game/02 day 25.rpy", line 9, in script
    show screen basicb
  File "renpy/common/000statements.rpy", line 510, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
Exception: Screen basicb is not known.


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

Full traceback:
  File "game/02 day 25.rpy", line 9, in script
    show screen basicb
  File "/NCC.app/Contents/Resources/autorun/renpy/ast.py", line 1911, in execute
    self.call("execute")
  File "/NCC.app/Contents/Resources/autorun/renpy/ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/NCC.app/Contents/Resources/autorun/renpy/statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 510, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "/NCC.app/Contents/Resources/autorun/renpy/display/screen.py", line 1077, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen basicb is not known.


Darwin-18.7.0-x86_64-i386-64bit
Ren'Py 7.2.2.491
NCC 0.8
Thu Nov 28 19:10:19 2019
```
I fixed this. I can't share the 0.8 here. it's for my patreon. If who shared it here want to upload the new version is not a problem, but I can't do it

It's alway an error about the stat page
 
Last edited:
  • Like
Reactions: serter31

stOrM!

Newbie
Sep 23, 2019
42
18
I fixed this. I can't share the 0.8 here. it's for my patreon. If who shared it here want to upload the new version is not a problem, but I can't do it
No big deal was just trying to help in case the exception was unknown...
 

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,008
3,663
which version are you playing?
Ok I got it.
In 1.0 I remade the mechanocs of Older sex scene and I add some renders.
I put the new files in older version but I don't put the pics...
And I don't put the older exit link in the new scene.
TOnight I'll fix it
 

darkness93

Member
Jan 15, 2019
201
47
Ok I got it.
In 1.0 I remade the mechanocs of Older sex scene and I add some renders.
I put the new files in older version but I don't put the pics...
And I don't put the older exit link in the new scene.
TOnight I'll fix it
am playing the version posted here
 

bllahbllub

Active Member
May 5, 2017
838
2,363
Why do i get so many missing image screens and bugs.... Thats one of them even forgot where it happens
Apart from that the game is really confusing.... every fucking time the MC gets asked about Krysten but i don't care about her since the first dialogue with her....
And Andreas mom still invites me to fuck her after i said 4 times no to her.

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

While running game code:
  File "game/02 day 32.rpy", line 39, in script
    show screen basicb
  File "renpy/common/000statements.rpy", line 510, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
Exception: Screen basicb is not known.


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

Full traceback:
  File "game/02 day 32.rpy", line 39, in script
    show screen basicb
  File "F:\F95\New Coral City [v0.8]\renpy\ast.py", line 1911, in execute
    self.call("execute")
  File "F:\F95\New Coral City [v0.8]\renpy\ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\F95\New Coral City [v0.8]\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 510, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "F:\F95\New Coral City [v0.8]\renpy\display\screen.py", line 1077, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen basicb is not known.


Windows-8-6.2.9200
Ren'Py 7.2.2.491
NCC 0.8
Thu Nov 28 22:25:10 2019
 
  • Like
Reactions: PeraDrnda
4.10 star(s) 71 Votes