Project Bob (Ravenous' Uncle)

found the problem and it will be fixed in the next version

1 Like

that was fast! Dont mind if i do.

Version 1.3.2 is out. You now can access/unlock and use most of the home options. Like 1.3 and 1.3.1, 1.3.2 will not have save compatibility with previous saves.

Subscriptions auto renew in game. Also pool subscription does not go anywhere currently due to there being no swimwear in game.

All the links for download have been updated in the first post in the first!

3 Likes

Should clothing be worn out faster by heavier characters. For example a fat character would wear legged pants out faster due to chub rub.

  • Yes
  • No

0 voters

1 Like

New error, pops up at the end of every month. seems to also not make you pay anything for bills, lol.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/monthend.rpy", line 7, in <module>
  File "game/pfuncs.rpy", line 416, in billlistupdate
UnboundLocalError: local variable 'bct' referenced before assignment

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

Full traceback:
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "monthend.rpyc", line 7, in script
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/monthend.rpy", line 7, in <module>
  File "game/pfuncs.rpy", line 416, in billlistupdate
UnboundLocalError: local variable 'bct' referenced before assignment

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Bob Alpha1.3.2
Sun Aug 16 20:02:38 2020
2 Likes

Fixed it for next version i guess you guys just wont have to pay your bills in this one.

If i may suggest a job.(for somewhere in the future)
Maybe photomodel that pays and comments on how close you are to the average weight preference of all npcs
or pays and comments depending on how low and/or healthy your BMI is.
Depending on the type of modeling you build

Love the game, cant praise it enough.

2 Likes

Two separate logs. cant skip past them, they hard lock you.

Edit: got stuck on a character wanting, and also not wanting to, exercise

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 62, in <module>
  File "game/pfuncs.rpy", line 547, in homeoptionschk
KeyError: u'Cabel Subscription'

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

Full traceback:
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "main.rpyc", line 12, in script
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/main.rpy", line 62, in <module>
  File "game/pfuncs.rpy", line 547, in homeoptionschk
KeyError: u'Cabel Subscription'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Bob Alpha1.3.2
Sun Aug 16 20:30:43 2020
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/myscreens.rpy", line 16, in execute
  File "game/myscreens.rpy", line 16, in execute
  File "game/myscreens.rpy", line 20, in execute
  File "game/myscreens.rpy", line 20, in <module>
  File "game/pfuncs.rpy", line 547, in homeoptionschk
KeyError: u'Cabel Subscription'

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

Full traceback:
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "main.rpyc", line 71, in script
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/myscreens.rpy", line 16, in execute
  File "game/myscreens.rpy", line 16, in execute
  File "game/myscreens.rpy", line 20, in execute
  File "game/myscreens.rpy", line 20, in <module>
  File "game/pfuncs.rpy", line 547, in homeoptionschk
KeyError: u'Cabel Subscription'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Bob Alpha1.3.2
Sun Aug 16 20:32:11 2020
1 Like

Im trying to Start the day but it says “You not sure you wanna excersise 1 times today.”
then when i get rid of the exercising in the planner it says “You should probably excersise atleast once today!”
i cant progress at all

1 Like

Fixed in the next version

I hypothesized this would happen but i was not sure. Working on a fix.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/p_exercise.rpy", line 69, in <module>
  File "game/p_eat.rpy", line 123, in snack
  File "game/pfuncs.rpy", line 212, in chanceg
ZeroDivisionError: float division by zero

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

Full traceback:
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "p_exercise.rpyc", line 69, in script
  File "C:\Users\me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Me\Desktop\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/p_exercise.rpy", line 69, in <module>
  File "game/p_eat.rpy", line 123, in snack
  File "game/pfuncs.rpy", line 212, in chanceg
ZeroDivisionError: float division by zero

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Bob Alpha1.3.2
Sun Aug 16 21:40:09 2020
1 Like

did that happen after having no actions assigned to eat?

Yeah. checked the day planner, no eat actions assigned.

1 Like

that be it, i fixed a couple of things so that doesn’t happen again in the next version, your all free to starve your characters though, i probably will add a consequence for doing it to much.

That actually reminds me - would it be possible to get the party action to count as an eat action for the purposes of that check? Your character eats during a party anyways.

1 Like

No, its sorta like a penalty in a way that you eat a meal during it. Also i don’t want people trying to replace all their meals with the party action. Which reminds me you probably should not be allowed to host more than one party per day.

To be honest the party right now is a little op in terms of it really only give you a bunch of positives.

I find the level of messiness generated by a party makes it relatively unsustainable to do more than once per day already if you’re not just blowing off work / taking a vacation.

2 Likes

So there appears to be a bottleneck in the exercise part. If you’re fat enough your character no longer wants to exercise, but the game requires you to.

2 Likes

Idk if this could work, but you could balance the party mechanic but having some negatives if the party npc are already full. (Idk if that is tracked) Making it so you can party hard the late game with your over weight friends, but you can’t abuse it for happiness early.

I would say other balancing could be things like not being able to have 2 parties a day without cleaning in between (Maybe have it for the character to do a clean action if they try to have a party without the house being clean), making the parties more expensive for higher weight characters to simulate extra food costs, or have neighbors complain about the noise if you live in the apartment.

I am just a fan of the idea that the player should be able to relax more in the late game as they get higher paying jobs. This game has a lot of potential and I hope my ideas help in any way with it.

2 Likes

I have a bug where when I get to rent day the game gives me an error message, if i try to ignore it, it will redo the day before rent randomly. But just its text.

1 Like