- Oct 23, 2018
- 87
- 246
Well proud to be your first pledge sprinkle79 keep up the good work man. Once I can I'll be joining the $20 tier.
Not swinging in the traditional sense, your "tutor" wants you to tell her about her exploits, wish there were a better tag.Harem / Swinging .
Very much appreciated! I'll keep you up to date on what I get done!Well proud to be your first pledge sprinkle79 keep up the good work man. Once I can I'll be joining the $20 tier.
There will be very minimal grind, most of the skills and such will be grindable by just chatting naturally and going through he story line. There will be a money system, but that compounds with your programming skill, which can also be increased by helping Irene. I want to make it not feel like a chore as much as a fun journey.Those facial features are too similar. I think you should tweak them so that each girl looks more unique.
Other than that I really like the variety of flavours. I appreciate a nice black lady in a game.
Oh, if this is going to be a sandox make it bearable. No grind, please.
I will be keeping an eye on this. Good luck!
Yeah I have noticed a few of them myself, if you don't mind, hop into the discord and drop the ones you find in the bugs channel, will help a lot! As for the PC, yeah I have a AMD 3950X with a 1080 and 1660 Super. Plus a LOT of spare time, I'm eyeing the 3090 though.... /evilgrinHey Sprinkle just got done. Nice first attempt. It looks like you've got some computer power to pull off some pretty good animations. For static renders then I'd recommend skipping the sprites and do full images. I notice that old images are hanging around when new ones pop up. Not sure why that is but check your code. Use the "Show" command.
I'm not a huge Sandbox fan but I'll check back after a year or so and see how you are doing. Good luck!
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/script.rpy", line 94, in script call
call expression LabelToCall from _call_expression_2
File "game/scripts/Chapters/0_0.rpy", line 56, in script
c "I spent a good portion of my twenties working in other gyms,{w} I just got tired of other people reaping the rewards of my hard work."
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <class 'store.room'>: it's not the same object as store.room
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/script.rpy", line 94, in script call
call expression LabelToCall from _call_expression_2
File "game/scripts/Chapters/0_0.rpy", line 56, in script
c "I spent a good portion of my twenties working in other gyms,{w} I just got tired of other people reaping the rewards of my hard work."
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\character.py", line 842, in do_display
**display_args)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\loadsave.py", line 419, in save
six.reraise(t, e, tb)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\loadsave.py", line 405, in save
dump((roots, renpy.game.log), logf)
File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\loadsave.py", line 49, in dump
cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <class 'store.room'>: it's not the same object as store.room
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Becoming a Golden God 0.1(demo)
Thu Sep 24 20:43:54 2020
I have noticed this only happens until you get through the first encounter with Claire in the gym, I am trying to figure out what fixes it so I can apply it at the beginning of the game. Hopefully will be fixed in the next release.[/CODE]Code:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/script.rpy", line 94, in script call call expression LabelToCall from _call_expression_2 File "game/scripts/Chapters/0_0.rpy", line 56, in script c "I spent a good portion of my twenties working in other gyms,{w} I just got tired of other people reaping the rewards of my hard work." File "renpy/common/00action_file.rpy", line 372, in __call__ renpy.save(fn, extra_info=save_name) PicklingError: Can't pickle <class 'store.room'>: it's not the same object as store.room -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/script.rpy", line 94, in script call call expression LabelToCall from _call_expression_2 File "game/scripts/Chapters/0_0.rpy", line 56, in script c "I spent a good portion of my twenties working in other gyms,{w} I just got tired of other people reaping the rewards of my hard work." File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\ast.py", line 708, in execute renpy.exports.say(who, what, *args, **kwargs) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\exports.py", line 1345, in say who(what, *args, **kwargs) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\character.py", line 1142, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\character.py", line 842, in do_display **display_args) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\character.py", line 591, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\core.py", line 3518, in interact_core rv = root_widget.event(ev, x, y, 0) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\screen.py", line 714, in event rv = self.child.event(ev, x, y, st) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\behavior.py", line 962, in event return handle_click(self.clicked) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\behavior.py", line 897, in handle_click rv = run(action) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\behavior.py", line 313, in run new_rv = run(i, *args, **kwargs) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\display\behavior.py", line 320, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 372, in __call__ renpy.save(fn, extra_info=save_name) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\loadsave.py", line 419, in save six.reraise(t, e, tb) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\loadsave.py", line 405, in save dump((roots, renpy.game.log), logf) File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\GoldenGod-0.1(demo)-pc\renpy\loadsave.py", line 49, in dump cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL) PicklingError: Can't pickle <class 'store.room'>: it's not the same object as store.room Windows-8-6.2.9200 Ren'Py 7.3.5.606 Becoming a Golden God 0.1(demo) Thu Sep 24 20:43:54 2020
Error when saving and quick save
EDIT: downloaded from MEGA if that means anything
Go the Harem route, you can choose as many or few as you like.Damn now I messed myself up haha, I like Irene but the girl with the skull shirt has peeked my curiosity...Why Sprinkle79 why must you make so many good looking female characters haha.
I would go harem but call me old fashioned but I go with one girl at a time haha. However I might have to break my rule and have 2 girls on this game for my main playthrough.Go the Harem route, you can choose as many or few as you like.
I tell you what this game definitely has: 11 women and 3 giant birds.Will this game have any implications?
nice, I am definitely in for the femdomThere will be one Femdom character, completely optional, BUT with a twist, she will become your slave if you play your cards right...