- Aug 30, 2016
- 404
- 745
Then can we expect updates sooner?lol, thank you
I hope too. I'm at home. I don't move from home.
Btw, Good job, keep it up.
Then can we expect updates sooner?lol, thank you
I hope too. I'm at home. I don't move from home.
I was kinda thinking the same thing.... "oh that's cool... no wait... it's normally cool." LOL I'm in the United States where apparently nobody wiped their butt until there was a scare with a respiratory virus LOL! Everyone hoarding toilet paper like it's Gold from the reserve bank.Italian... normally i would said cool but now its like... i hope you don't die
Don't worry, that's happening everywhere. I don't know what it is that makes people hoard toilet paper in a crisis but it's really funny. There's a meme circulating here in Greece that has a still from the movie Outbreak and it says "Oh no! They're all dead. But look how clean are their butts..."I was kinda thinking the same thing.... "oh that's cool... no wait... it's normally cool." LOL I'm in the United States where apparently nobody wiped their butt until there was a scare with a respiratory virus LOL! Everyone hoarding toilet paper like it's Gold from the reserve bank.
Well, if you think about it, the MC is a bit of an asshole. He sleeps around with any girl he get's his hands on. He constantly cheats. He can be prone to giving girls drugs for favors. He gets involved in camming and porn. His fucked his brother's wife, while staying with them for fuck sake! He has very little morals when it comes to relationships.Life-sim with interactions most of us would never be involved in.
Me thinks a while back - "I won't get involved in discussions here". Checks stats and sees 135 posts & 87 reactions - plan failed![]()
You don't have to do all those things. lol. MC can behave as a good guy if he wants... but it's funny to be a bad guyWell, if you think about it, the MC is a bit of an asshole. He sleeps around with any girl he get's his hands on. He constantly cheats. He can be prone to giving girls drugs for favors. He gets involved in camming and porn. His fucked his brother's wife, while staying with them
for flip sake
! He has very little morals when it comes to relationships.
So the fun things are
1) You do get people like this. I had a friend in College that was like this. He had a different girl every night of the week.
2) Even though I'm nothing like him. It's enormous fun for me to play someone like him. He is not really a bad guy, but he is definitely a morally grey character.
Well if you really wan tot be a good guy..and you only go for one girls....I think the game will be less exitingYou don't have to do all those things. lol. MC can behave as a good guy if he wants... but it's funny to be a bad guy
The great thing about this game is that really gives you lot of options where to go with MC. You can ignore or hook up with nearly anyone. All the reason more why monologue should reflect more "neutral character" ( or your choices/relationships directly: but that would be more work).Even though I'm nothing like him. It's enormous fun for me to play someone like him. He is not really a bad guy, but he is definitely a morally grey character.
I know. I would like to make that part better, but there are really a lot of variables. I usually try to refer to some of the events that happened during the day... I could think about a system of sentences but at the moment it's a very complex thing to do. maybe when I finish the reboot I'll try to implement it. even something as simple as being worried about getting caught if you've had sex with a girl but have a relationship with another girl. Now that I've built a code in the reboot where you pass every time an evening event ends up coming home I can think about working on it.The great thing about this game is that really gives you lot of options where to go with MC. You can ignore or hook up with nearly anyone. All the reason more why monologue should reflect more "neutral character" ( or your choices/relationships directly: but that would be more work).
If playing as someone loyal to Yvette or pursuing exclusively only one girl, he ends up sounding like a completely different character.( This could be easily changed, most of this falls in "before sleep monologue".)
I was kinda thinking the same thing.... "oh that's cool... no wait... it's normally cool." LOL I'm in the United States where apparently nobody wiped their butt until there was a scare with a respiratory virus LOL! Everyone hoarding toilet paper like it's Gold from the reserve bank.
I never understood the reason for hoarding toiletries shouldn't they be hoarding food and water instead.Don't worry, that's happening everywhere. I don't know what it is that makes people hoard toilet paper in a crisis but it's really funny. There's a meme circulating here in Greece that has a still from the movie Outbreak and it says "Oh no! They're all dead. But look how clean are their butts..."
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\core.py", line 3493, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\behavior.py", line 923, in event
return handle_click(self.clicked)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\behavior.py", line 858, in handle_click
rv = run(action)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\loadsave.py", line 753, in load
log.unfreeze(roots, label="_after_load")
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\python.py", line 1885, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "D:\Downloads\NCC-08-pc\NCC-0.8-pc\renpy\python.py", line 1713, in rollback
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Windows-8-6.2.9200
Ren'Py 7.2.2.491
NewCoralCity Season 2 0.8
Tue Mar 17 19:41:19 2020
No, there is a patch for free in my patreon.HoneyGames hey dev the characters stats bugfix already implemented in 0.8 right?
Exactly. I would recommend you the Ren'Py port of Follower, which you have here.Hmm.. When I start this VN, it says "Season 2", then gives me the events that happened up to this point. Is Season 1 a playable game or is that just like a preface?
Edit: I am guessing that Season 1 is actually "Follower"?
Guess you will have to start from the beginning. I had to do that as all old saves don't work.my saves don't work