SolarEclipsed

I may be wrong it happened once.
Donor
Nov 6, 2017
1,488
3,916
Welcome back HoneyGames, hope you like your summer home?

How are things going over there, has your lock down been lifted?

There are so many models that I miss from the original games. However we have to lose them.

If I remember correctly that there is still unused content from the original. Hopefully we can get that as soon as possible.
 
Last edited:
  • Like
Reactions: Pumpkin1984

jayshaw1991

New Member
Apr 13, 2019
3
1
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/02 day 81.rpy", line 490, in script
if hanna02scene = 4:
SyntaxError: invalid syntax (game/02 day 81.rpy, line 490)

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

Full traceback:
File "game/02 day 81.rpy", line 490, in script
if hanna02scene = 4:
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\python.py", line 1959, in py_eval
code = py_compile(code, 'eval')
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\python.py", line 690, in py_compile
raise e
SyntaxError: invalid syntax (game/02 day 81.rpy, line 490)

Windows-8-6.2.9200
Ren'Py 7.2.2.491
NewCoralCity Season 2 1.2
Sat Jul 18 17:02:33 2020
 

SolarEclipsed

I may be wrong it happened once.
Donor
Nov 6, 2017
1,488
3,916
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/02 day 81.rpy", line 490, in script
if hanna02scene = 4:
SyntaxError: invalid syntax (game/02 day 81.rpy, line 490)

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

Full traceback:
File "game/02 day 81.rpy", line 490, in script
if hanna02scene = 4:
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\python.py", line 1959, in py_eval
code = py_compile(code, 'eval')
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\python.py", line 690, in py_compile
raise e
SyntaxError: invalid syntax (game/02 day 81.rpy, line 490)

Windows-8-6.2.9200
Ren'Py 7.2.2.491
NewCoralCity Season 2 1.2
Sat Jul 18 17:02:33 2020
Known bug.
 

Chrisdarock19

Well-Known Member
Oct 15, 2018
1,030
1,392
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/02 day 81.rpy", line 490, in script
if hanna02scene = 4:
SyntaxError: invalid syntax (game/02 day 81.rpy, line 490)

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

Full traceback:
File "game/02 day 81.rpy", line 490, in script
if hanna02scene = 4:
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\python.py", line 1959, in py_eval
code = py_compile(code, 'eval')
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\python.py", line 690, in py_compile
raise e
SyntaxError: invalid syntax (game/02 day 81.rpy, line 490)

Windows-8-6.2.9200
Ren'Py 7.2.2.491
NewCoralCity Season 2 1.2
Sat Jul 18 17:02:33 2020
Open 02 day 81.rpy with Notepad ++, line 490 needs a second "=" so change would be: if hanna02scene = 4: BECOMES if hanna02scene == 4:
 
Last edited:

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,004
3,586
Welcome back HoneyGames, hope you like your summer home?

How are things going over there, has your lock down been lifted?

There are so many models that I miss from the original games. However we have to lose them.

If I remember correctly that there is still unused content from the original. Hopefully we can get that as soon as possible.
Yeah. I change city. I was in Milan and Milan was near the epicenter of the pandemic in Italy. the situation here is much more relaxed

"There are so many models that I miss from the original games. However we have to lose them.". I don't know exactly what you mean. Anyway, I've added a couple of characters or I gave more interesting roles to characters that were just side stories (e.g. MaryJane). I know there are a lot of characters, but trust me, all this confusion will help to solve the plots in a better way.

Yes, before we started the reboot, I had already rendered some scenes from 1.3. Now the story is slightly different so not all the renders will be in 1.3, some will be in 1.4. In 1.3 anyway there will be many new renders and scenes
 

SolarEclipsed

I may be wrong it happened once.
Donor
Nov 6, 2017
1,488
3,916
Yeah. I change city. I was in Milan and Milan was near the epicenter of the pandemic in Italy. the situation here is much more relaxed

"There are so many models that I miss from the original games. However we have to lose them.". I don't know exactly what you mean. Anyway, I've added a couple of characters or I gave more interesting roles to characters that were just side stories (e.g. MaryJane). I know there are a lot of characters, but trust me, all this confusion will help to solve the plots in a better way.

Yes, before we started the reboot, I had already rendered some scenes from 1.3. Now the story is slightly different so not all the renders will be in 1.3, some will be in 1.4. In 1.3 anyway there will be many new renders and scenes
I know I am on your patreon and discord but use a different name.

I mean girls from king of the beach like Louelle and the 2 other girls you have a relationship with.
 

Gunizz

Active Member
Aug 9, 2017
648
1,695
HoneyGames buone vacanze! :)
02 day 82.rpy
line 379 | $ weed = (ganjah)
resets to zero all the weed you have, so you cannot offer that a few lines below. Then a few lines below happens
line 494 | "Offer her some weed" if weed >= 1:
I suppose this is a bug otherwise line 494 makes no sense as there is no possibility to buy weed in that event. Could you please confirm it's a bug?
 
  • Like
Reactions: PeraDrnda

P4cc3r5

Active Member
Feb 4, 2019
845
977
HoneyGames buone vacanze! :)
02 day 82.rpy
line 379 | $ weed = (ganjah)
resets to zero all the weed you have, so you cannot offer that a few lines below. Then a few lines below happens
line 494 | "Offer her some weed" if weed >= 1:
I suppose this is a bug otherwise line 494 makes no sense as there is no possibility to buy weed in that event. Could you please confirm it's a bug?
I already reported it and simply suggested removing that line. I think it's a carry over from pre-reboot as "ganjah" isn't mentioned anywhere else in the files.
 

Sturbuck

Member
Feb 1, 2019
237
159
I will start playing today but I wonder if the version "season 2" start from the very begining (I mean season 1) or do I need to find and download the season 1? I'm confused :unsure:
 

Kaftan

Member
Jan 12, 2020
101
29
I'm not sure if it's in all version but for some reason Android port has built in cheat mod and I'm happy but for the same reason I dont know what it does.

I can add money and its totally fine but there are options which i cant understand or there is a hatch somewhere

-be a pro - what exacly it does?
- be an ass- i guess asshole but i cant find any effect of that option
Same goes for :
-power up -....

Is there anyone who can explain that freemode cheat to me? The girls still treatsm me like normal guy, there is no boost to anything idk.
 
4.20 star(s) 70 Votes