HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,011
3,707
1.55 is out. HoneyGames how big would you say this update is?
It's huge.
not like Lamar's dick, let's say like MC's dick lol
By the way: There are many things. 4 complete sex scenes totally new, a re render of Michelle's scene with a lot of options, reachable at the end of the party (I would like it to become the standard for sex scenes, I'm slowly rendering all of them, the main ones, to be able to encode them this way)
Above all, talking about the plots, during the party many things will happen that will "direct" several stories.
I'm very happy dle work done, as total duration can be compared to a normal release, or almost. Above all I managed to "make order". I hope that the next releases can come out with the same speed (2/3 months) of course I do not promise anything, in the past I often made the mistake of giving dates that I could not respect.
But I hope that after the enormous work done in 1.5 and 1.55 to have managed to simplify some situations that made me lose a lot of time
 

Ceesko

Engaged Member
Jun 3, 2017
2,255
5,781
First error

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

While running game code:
  File "game/02 day 105b.rpy", line 4, in script
    scene 60 sc01 01b
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
    _window_hide()
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
IOError: Couldn't find file 'xEvent.mp3'.

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

Full traceback:
  File "game/02 day 105b.rpy", line 4, in script
    scene 60 sc01 01b
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\ast.py", line 1269, in execute
    statement_name("scene")
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\ast.py", line 45, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
    _window_hide()
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\display\core.py", line 3380, in interact_core
    renpy.audio.audio.periodic()
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\audio\audio.py", line 1060, in periodic
    six.reraise(exc[0], exc[1], exc[2])
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\audio\audio.py", line 1038, in periodic_thread_main
    periodic_pass()
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\audio\audio.py", line 979, in periodic_pass
    c.periodic()
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\audio\audio.py", line 457, in periodic
    topf = load(self.file_prefix + filename + self.file_suffix)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\audio\audio.py", line 73, in load
    rv = renpy.loader.load(fn)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'xEvent.mp3'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
NewCoralCity Season 2 1.55
Mon Jun 14 12:42:00 2021
 
  • Like
Reactions: luisar018

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,011
3,707
First error

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

While running game code:
  File "game/02 day 105b.rpy", line 4, in script
    scene 60 sc01 01b
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
    _window_hide()
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
IOError: Couldn't find file 'xEvent.mp3'.

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

Full traceback:
  File "game/02 day 105b.rpy", line 4, in script
    scene 60 sc01 01b
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\ast.py", line 1269, in execute
    statement_name("scene")
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\ast.py", line 45, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
    _window_hide()
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\display\core.py", line 3380, in interact_core
    renpy.audio.audio.periodic()
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\audio\audio.py", line 1060, in periodic
    six.reraise(exc[0], exc[1], exc[2])
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\audio\audio.py", line 1038, in periodic_thread_main
    periodic_pass()
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\audio\audio.py", line 979, in periodic_pass
    c.periodic()
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\audio\audio.py", line 457, in periodic
    topf = load(self.file_prefix + filename + self.file_suffix)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\audio\audio.py", line 73, in load
    rv = renpy.loader.load(fn)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'xEvent.mp3'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
NewCoralCity Season 2 1.55
Mon Jun 14 12:42:00 2021
I knew there was this error, I forgot to select the background song at the party. I'm stupid. it's just the background track... excuse me
 

Construct

Member
Oct 31, 2018
487
1,027
Michelle always leaves despite being in GF status, are the triggers missed up?
Sounds like I should be glad that 1.55 didn‘t drop here yet. Although I‘d be glad to test it. Waiting a little longer for a bugfixed version probably won’t hurt.
 
  • Like
Reactions: luisar018

Kinksy

Newbie
Nov 18, 2020
25
76
HoneyGames
Is there any other way to throw money at you besides Patreon? I choose Paypal but they require me to link my credit card. I use Paypal precisely because I don't want to use credit cards online.
 
  • Like
Reactions: luisar018

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,011
3,707
HoneyGames
Is there any other way to throw money at you besides Patreon? I choose Paypal but they require me to link my credit card. I use Paypal precisely because I don't want to use credit cards online.
Unfortunately for many sites through which you can make periodic subscriptions (like patreon that offers monthly subscriptions) paypal require that the paypal account is connected to a bank account or a credit card. I have connected paypal to my credit card but for any operation involving it I have to be contacted... I have never been contacted and they have never used my credit card.
 

Ceesko

Engaged Member
Jun 3, 2017
2,255
5,781
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/s 75 martinachat.rpy", line 153, in script
    jump martinachatexit
ScriptError: could not find label 'martinachatexit'.

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

Full traceback:
  File "game/s 75 martinachat.rpy", line 153, in script
    jump martinachatexit
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\scary\Downloads\NCC-1.55-pc\NCC-1.55-pc\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'martinachatexit'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
NewCoralCity Season 2 1.55
Mon Jun 14 21:27:42 2021
 

mommysboiii

Engaged Member
Oct 17, 2019
2,401
4,641
Is their any way where michell can get corrupted (or under drugs be her old self) from others if you are together with her?
 
  • Like
Reactions: luisar018
4.10 star(s) 73 Votes