PeraDrnda

Member
Nov 20, 2019
175
371
is it just me or...

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

While running game code:
  File "game/02 day 43.rpy", line 155, in script
    menu:
  File "game/02 day 43.rpy", line 166, in <module>
    "Great. Riley told me about the new Healty Lifestyle section" if healtysection >= 1:
NameError: name 'healtysection' is not defined

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

Full traceback:
  File "game/02 day 43.rpy", line 155, in script
    menu:
  File "C:\NCC-1.0-pc\renpy\ast.py", line 1609, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\NCC-1.0-pc\renpy\exports.py", line 943, in menu
    condition = renpy.python.py_eval(condition)
  File "C:\NCC-1.0-pc\renpy\python.py", line 1961, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\NCC-1.0-pc\renpy\python.py", line 1954, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/02 day 43.rpy", line 166, in <module>
    "Great. Riley told me about the new Healty Lifestyle section" if healtysection >= 1:
NameError: name 'healtysection' is not defined

Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Tue Dec 24 06:16:15 2019
 
  • Like
Reactions: Pumpkin1984

Hispanian_Viking

New Member
Nov 27, 2018
8
3
I´m wondering folks... Is this game fully finished right now? I mean even if it has a few glitches/bugs/whatever?
1.1 Will be the last version?
Is this game updating itself till nobody nows?
Thanks in advance if you can help me out about gathering this info.
 

balvenie1401

Well-Known Member
Dec 29, 2017
1,383
2,171
I´m wondering folks... Is this game fully finished right now? I mean even if it has a few glitches/bugs/whatever?
1.1 Will be the last version?
Is this game updating itself till nobody nows?
Thanks in advance if you can help me out about gathering this info.
Nope, it's not close to finished, don't worry.

I don't understand what you mean by "updating itself...", that sentence makes no sense :/
 

PeraDrnda

Member
Nov 20, 2019
175
371
more errors

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

While running game code:
  File "game/02 day 24.rpy", line 309, in script
    $ rain -= 1
  File "game/02 day 24.rpy", line 309, in <module>
    $ rain -= 1
TypeError: unsupported operand type(s) for -=: 'ADVCharacter' and 'int'

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

Full traceback:
  File "game/02 day 24.rpy", line 309, in script
    $ rain -= 1
  File "C:\NCC-1.0-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\NCC-1.0-pc\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/02 day 24.rpy", line 309, in <module>
    $ rain -= 1
TypeError: unsupported operand type(s) for -=: 'ADVCharacter' and 'int'

Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Fri Dec 27 00:41:28 2019
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/02 day 38.rpy", line 259, in script
    jump day3805m
ScriptError: could not find label 'day3805m'.

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

Full traceback:
  File "game/02 day 38.rpy", line 259, in script
    jump day3805m
  File "C:\NCC-1.0-pc\renpy\ast.py", line 1678, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\NCC-1.0-pc\renpy\script.py", line 886, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day3805m'.

Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Fri Dec 27 01:15:49 2019
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/02 day 56.rpy", line 253, in script
    if melissamichelle >= 1:
  File "game/02 day 56.rpy", line 253, in <module>
    if melissamichelle >= 1:
NameError: name 'melissamichelle' is not defined

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

Full traceback:
  File "game/02 day 56.rpy", line 253, in script
    if melissamichelle >= 1:
  File "C:\NCC-1.0-pc\renpy\ast.py", line 1807, in execute
    if renpy.python.py_eval(condition):
  File "C:\NCC-1.0-pc\renpy\python.py", line 1961, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\NCC-1.0-pc\renpy\python.py", line 1954, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/02 day 56.rpy", line 253, in <module>
    if melissamichelle >= 1:
NameError: name 'melissamichelle' is not defined

Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Fri Dec 27 02:24:35 2019
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/02 day 62.rpy", line 18, in script
    jump day6201s
ScriptError: could not find label 'day6201s'.

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

Full traceback:
  File "game/02 day 62.rpy", line 18, in script
    jump day6201s
  File "C:\NCC-1.0-pc\renpy\ast.py", line 1678, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\NCC-1.0-pc\renpy\script.py", line 886, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day6201s'.

Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Fri Dec 27 05:21:59 2019
this is my first (and last) time that i play unfinished game. i liked characters from the prequel (follower) and i guessed that v1.0 will be less buggy.

devs should use designations for unfinished products <1.0, or goes with designations like "episode #", or "chapter #".

anyway, great idea, great characters, but way too much errors.

and big thanks to Alfius for his fixes and hints.
 
  • Like
Reactions: HorneyMoon

yggdral

Member
Jan 29, 2019
366
321
I think viagra boosts MCs stamina, but..drugs? Where or when do you use them? ( except spiking Luana's drink).
certain girls likes drugs, for example melissa and harley likes cocaine. the other one is probably lara, she become more comfortable to pose for the girl of the week photo session if you give her weed
 

PeraDrnda

Member
Nov 20, 2019
175
371
I think viagra boosts MCs stamina, but..drugs? Where or when do you use them? ( except spiking Luana's drink).
also, you can put mdma in michelle's drink (paradise club, day 69). it's the same sh1t that katana put in your drink (for yoshi), and she can do that for you in luana's drink (day 47).

i bet that we can expect more things like these from dev.
 

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,008
3,660
dev claims that it's possible with some girls (Madelyne and Meadow), in some situations. check this post:
https://f95zone.to/threads/new-coral-city-v1-0-honeygames.28118/page-19#post-2538804
i can't confirm, didn't try without viagra.
It's possible but it's a little bit more difficult (anyway in everyrelease I'm setting better the satisfactions variables. I want that is possible not too easy not to difficult) also because since week 11 there is the daily sex limit. I mean. If you already had sex with a girl in the same day you need viagra to get sex with another one or your stamina will be lower...

For Drugs and girls, yeah, there will be more opportunity. Also just to smoke a joint could be a good things to do with some girls. Or offer cocaine.
I'm also checking back all the code since day 1 to fix some things and make the game better and I could add some littel events and some occasion more to use the stuff you buy (also at the shop and at the sexy shop)...we'll see

Anyway I'm back from my little holidays at my parents home and I'm coding 1.2...I'll release as soon as possible.
 
  • Like
Reactions: Abhai
4.10 star(s) 71 Votes