HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,039
3,961
392
I haven't played the rebooted version yet, I just skipped through the first pages to see the new interface. It seems cooler but I have to admit that I don't like that we don't have access to the stats of all the girls as before. Also, keep up the good work and don't mind the rude people in this forum.
The GUI is work in progress. In new update will be different
 

Alfius

Engaged Member
Modder
Sep 30, 2017
2,696
5,665
755
I haven't played the rebooted version yet, I just skipped through the first pages to see the new interface. It seems cooler but I have to admit that I don't like that we don't have access to the stats of all the girls as before. Also, keep up the good work and don't mind the rude people in this forum.
They will be back...I helped a bit with the new stats screen and I think it will ultimately be pretty cool :)
 

katarne04

Member
Jun 9, 2017
222
185
247
New Coral City season 2 with v0.7
NCC 1.2 old saves are NOT for this Reboot of the game. I don't recall the last parts of the recap of the intro in Season 2

Start a new game. Watch the Recap.
waiting for Season 1 reboot after I finish v0.7 content.
 

monksims

Active Member
Mar 17, 2019
582
622
281
I'm working only on the reboot.
Well, then you should clarify your Patreon About section that says:
After I got to v1.2, I decided to fix some inaccuracies and rebuild some mechanics to improve the game. Currently the released reboot goes up to v0.8. My plan is to release 1.3 by the end of March. (early April at the latest).
In the reboot I'm adding events and storylines that were not present in the original version.
I understood that version 1.3 would for the original version because the end of March is coming up in three or so weeks and the version number cap 0.8->1.3 seemed like too big leap in my mind for the reboot fork to catch up. :) This was the reason me to ask about two simultaneous development forks.
 

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,039
3,961
392
Well, then you should clarify your Patreon About section that says:

I understood that version 1.3 would for the original version because the end of March is coming up in three or so weeks and the version number cap 0.8->1.3 seemed like too big leap in my mind for the reboot fork to catch up. :) This was the reason me to ask about two simultaneous development forks.
Ok. Reboot is the same game. But I start a check from schratch to fix some issues (if you've played the game until 1.2 you know there are a lot of paths). so in the meantime I've add some content and I've changed some mechanics. I've add some side events with some girls. I remade some renders I mean: It's the same game but is better.

In previous version there were basically isues with Kirsten storyline and with Martina storylines. and firt 15/20 days was confused. I've add a some hints to make you understand what's your choice will lead to.
Then I make more connection between some storylines and knowing exactly what will happen later I've intruduced some storylines slowly.
 
  • Like
Reactions: Pumpkin1984

Hotkillerz

Active Member
May 1, 2017
518
322
305
So from what im understanding is that A) you remade the entire game and that old saves will not work so start over. and B) dont download the current reboot files as its missing some key bug fixes that u will be uploading her tomorrow ? HoneyGames
 

micojive

Well-Known Member
Oct 2, 2017
1,548
4,295
466
Is the reboot as impossibly difficult to actually follow a path as the original? Choices seemingly just have random outcomes, and when you try to increase stats with any of the girls it seems 50/50 if it actually does anything no matter what is said.
 
  • Like
Reactions: ubblesnop

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,039
3,961
392
Is the reboot as impossibly difficult to actually follow a path as the original? Choices seemingly just have random outcomes, and when you try to increase stats with any of the girls it seems 50/50 if it actually does anything no matter what is said.
Now some "important" choices are easier to understand so it will be really dfficult to end up in a path you don't want
Then.. all the girls are different so if you behave in the same way with all the girls you'll probably will not get the same result.
some say they don't want a serious relationship but instead they do, some are bitches, some are sluts, some are faithful, some cheating. some are interested in popularity, some in money, some in love, some in sex. some just want sex and then fall in love.
I mean.

Anyway some parts are really different and easy to understand and you can choose if what kind of interest you have in a girl. If you're not interested you'll eventually keep meet her only in events related to other storylines.
 

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,039
3,961
392
So from what im understanding is that A) you remade the entire game and that old saves will not work so start over. and B) dont download the current reboot files as its missing some key bug fixes that u will be uploading her tomorrow ? HoneyGames
I hope tomorrow.
the bugs are 99% not really big bugs but a couple could be a problem (a little problem) I mean there are a lot of storylines. So maybe you could miss a trigger. Maybe nothing important but it depends what you have choose
 

Burt

Ignoring Social Media
Dec 14, 2016
1,317
1,026
442
HoneyGames
Its a nice help rather than guide.
I read it through it was a nice read but I prefer to stumble through the game and replay what I fucked up.
For people who want completionism (although thats impossible in one play through) then its a useful guide
 

joe316

Member
Dec 3, 2016
431
279
144
Got this game breaking error before going to dinner with Luana after making the first porn movie.

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

While running game code:
  File "game/02 day 81.rpy", line 637, in script
    scene 26b 13
  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 'xRest.mp3'.

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

Full traceback:
  File "game/02 day 81.rpy", line 637, in script
    scene 26b 13
  File "C:\Users\Joseph\Downloads\NCC-0.7-pc\renpy\ast.py", line 1255, in execute
    statement_name("scene")
  File "C:\Users\Joseph\Downloads\NCC-0.7-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\Joseph\Downloads\NCC-0.7-pc\renpy\exports.py", line 1578, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\Joseph\Downloads\NCC-0.7-pc\renpy\display\core.py", line 2240, in do_with
    clear=clear)
  File "C:\Users\Joseph\Downloads\NCC-0.7-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Joseph\Downloads\NCC-0.7-pc\renpy\display\core.py", line 3360, in interact_core
    renpy.audio.audio.periodic()
  File "C:\Users\Joseph\Downloads\NCC-0.7-pc\renpy\audio\audio.py", line 1019, in periodic
    six.reraise(exc[0], exc[1], exc[2])
  File "C:\Users\Joseph\Downloads\NCC-0.7-pc\renpy\audio\audio.py", line 997, in periodic_thread_main
    periodic_pass()
  File "C:\Users\Joseph\Downloads\NCC-0.7-pc\renpy\audio\audio.py", line 938, in periodic_pass
    c.periodic()
  File "C:\Users\Joseph\Downloads\NCC-0.7-pc\renpy\audio\audio.py", line 420, in periodic
    topf = load(self.file_prefix + filename + self.file_suffix)
  File "C:\Users\Joseph\Downloads\NCC-0.7-pc\renpy\audio\audio.py", line 72, in load
    rv = renpy.loader.load(fn)
  File "C:\Users\Joseph\Downloads\NCC-0.7-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'xRest.mp3'.

Windows-7-6.1.7601-SP1
Ren'Py 7.2.2.491
NewCoralCity Season 2 0.7
Mon Mar 09 21:46:03 2020
 
4.10 star(s) 78 Votes