- Jun 21, 2017
- 5,668
- 5,629
Well coding should require most of the time between updates. If they work well together we can expect shorter waiting periodes.I guess it would be difficult to find 2d artists that matches darkcookie's style.
Well coding should require most of the time between updates. If they work well together we can expect shorter waiting periodes.I guess it would be difficult to find 2d artists that matches darkcookie's style.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 427, in __call__
renpy.load(fn)
TypeError: in constructor for Item: __init__() takes at least 3 arguments (1 given)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
ui.interact()
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\core.py", line 3204, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\behavior.py", line 889, in event
return handle_click(self.clicked)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\behavior.py", line 824, in handle_click
rv = run(action)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 427, in __call__
renpy.load(fn)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\loadsave.py", line 593, in load
roots, log = loads(location.load(filename))
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\loadsave.py", line 61, in loads
return pickle.loads(s)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1382, in loads
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 858, in load
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1077, in load_obj
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1060, in _instantiate
TypeError: in constructor for Item: __init__() takes at least 3 arguments (1 given)
Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.13.00
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 427, in __call__
renpy.load(fn)
TypeError: in constructor for Item: __init__() takes at least 3 arguments (1 given)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
ui.interact()
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\core.py", line 3204, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\behavior.py", line 889, in event
return handle_click(self.clicked)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\behavior.py", line 824, in handle_click
rv = run(action)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 427, in __call__
renpy.load(fn)
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\loadsave.py", line 593, in load
roots, log = loads(location.load(filename))
File "E:\mega\SummertimeSaga-0.12.70-win\renpy\loadsave.py", line 61, in loads
return pickle.loads(s)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1382, in loads
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 858, in load
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1077, in load_obj
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1060, in _instantiate
TypeError: in constructor for Item: __init__() takes at least 3 arguments (1 given)
Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.13.00
hello i resolve the problem with redownload the filehi
I have the same problem
please help
a) Are you playing the patched version.help pls
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 427, in __call__ renpy.load(fn) TypeError: in constructor for Item: __init__() takes at least 3 arguments (1 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "E:\mega\SummertimeSaga-0.12.70-win\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module> ui.interact() File "E:\mega\SummertimeSaga-0.12.70-win\renpy\ui.py", line 285, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\core.py", line 2526, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\core.py", line 3204, in interact_core rv = root_widget.event(ev, x, y, 0) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\screen.py", line 651, in event rv = self.child.event(ev, x, y, st) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\behavior.py", line 889, in event return handle_click(self.clicked) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\behavior.py", line 824, in handle_click rv = run(action) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\display\behavior.py", line 306, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 427, in __call__ renpy.load(fn) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\loadsave.py", line 593, in load roots, log = loads(location.load(filename)) File "E:\mega\SummertimeSaga-0.12.70-win\renpy\loadsave.py", line 61, in loads return pickle.loads(s) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1382, in loads File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 858, in load File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1077, in load_obj File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1060, in _instantiate TypeError: in constructor for Item: __init__() takes at least 3 arguments (1 given) Windows-7-6.1.7601-SP1 Ren'Py 6.99.12.4.2187 SummertimeSaga 0.13.00
Art, is MASSIVELY out-pacing coding. AND since coder can't be gifted enough to figure out how to make saves work in a Ren'Py game, they are clearly not very good.They have a new coder. I wonder why coder ... DC firstly wanted to hire new artist ..
Not really sure how Ren'Py saves work, but I understant that Cookie changes game to fit the story, so some values might be missing from the save and thus corrupting it. Saves wouldn't be a problem if he only added new stuff on top of the latest version, but he's changing mid parts of the game, that what makes saves work impossible imo. Btw have you ever done any coding at all? If not, why talk as if you know how it's done? Imo coding is the last part of the process.. cookie draws the art, after that goes posing and then coding.Art, is MASSIVELY out-pacing coding. AND since coder can't be gifted enough to figure out how to make saves work in a Ren'Py game, they are clearly not very good.
I am a very bad coder, but Ren'Py is Python and super easy, and super-powerful. A well planned save system can be robust enough handle changes, or at the very minimum, a save game converter is not hard to do, if you know the formats.Not really sure how Ren'Py saves work, but I understant that Cookie changes game to fit the story, so some values might be missing from the save and thus corrupting it. Saves wouldn't be a problem if he only added new stuff on top of the latest version, but he's changing mid parts of the game, that what makes saves work impossible imo. Btw have you ever done any coding at all? If not, why talk as if you know how it's done? Imo coding is the last part of the process.. cookie draws the art, after that goes posing and then coding.
0.00.1What's the difference between v0.13.0 and v0.13.1?
Changelog 0.13.1What's the difference between v0.13.0 and v0.13.1?
Steal the Girlfriend for yourself. Eric's a leech who takes and takes and gives very little in return. Not to mention if you get him a GF while yes, you get to bang his mom, you can see that he is still banging her too. BOO! Plus June is a cutie.It's a hard choice, should I get Eric a Girlfriend or let Mrs Johnson keep educating him? I'd love to get my hands on both Mrs J and Roxxy so I'm torn over the matter.
I am not an expert Renpy coder but as I understand it the History system stores a copy of the variable state (along with which Page was being viewed at that time) for each Page seen by the Player, this allows for ability to rollback History as needed. If the storage of History is limited to a single moment in time then there is only one copy of the variable state stored within the system.I am a very bad coder, but Ren'Py is Python and super easy, and super-powerful. A well planned save system can be robust enough handle changes, or at the very minimum, a save game converter is not hard to do, if you know the formats.
for the time it took to be done, yeah not only was there too little content but it kinda felt rushed and it was kinda disappointing.You had the most art / h scenes / story added in an update so far but yeah sure, it was too little
¯\_(ツ)_/¯
That is more of a personal opinion so not going to enter in that.it kinda felt rushed and it was kinda disappointing.
I mean it was like what? A month? A month and a week? Let's not forget 12.5 was a thing and that update indeed was the shit hitting the fan. I think a lot of criticism regarding time was caused mainly because of 12.5 not 13.0 itself.for the time it took to be done
I'd say "i blame that shit on consoles" but that's not true, I remember back in '81 Microsoft Decathalon had a mini-game where you had to cycle two keys back & forth as fast as you could to run.Also whoever came up with strength minigame should be banned from touching PC ever again its fucking retarded.