rlduck

Member
Jan 18, 2021
221
184
It kinda sucks hat the saves have been made incompatible. Is losing the cigarette habit made easier in the new update?Because that was one of the most frustrating things to grind.
Yea I hear ya, same with me. The save provided isn't addicted to cigs or drink but the thing that gets me is the hours of grinding out the physical attributes like agility, hit force and strength, I had all of them maxed out but the save didn't. I really enjoy the game so as long as they provide some what of a decent save I'm good as long as I don't have to start from the beginning lol. He did say also that they reduced the grind a bit so we'll see.
 
  • Like
Reactions: Wolfje61

schinoize

Member
Jun 8, 2021
428
3,791
Probably an old question, I know, but I take it options with Valerie are still very limited? There's this scene with Ruby iirc and also taking baths, but not much more?
 

leg28

Well-Known Member
Aug 15, 2018
1,016
1,844
found a error in the game when alex buys a apple and tries to eat it it give this error

and this is without any cheatmods

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

While running game code:
  File "game/script.rpy", line 7346, in script
    $ renpy.pause()
  File "game/script.rpy", line 7346, in <module>
    $ renpy.pause()
  File "game/DATA.rpy", line 2, in execute
    screen data():
  File "game/DATA.rpy", line 2, in execute
    screen data():
  File "game/DATA.rpy", line 3916, in execute
    if help_inf >= 4:
  File "game/DATA.rpy", line 4116, in execute
    hbox xalign 0.930 ypos 0.055 spacing 10 yminimum 200 ymaximum 200 box_reverse True:
  File "game/DATA.rpy", line 4289, in execute
    if golod >= 350:
  File "game/DATA.rpy", line 4290, in execute
    vbox spacing 10 xminimum 50 xmaximum 50:
  File "game/DATA.rpy", line 4315, in execute
    if data_dop_menu == 7:
  File "game/DATA.rpy", line 4319, in execute
    $ apple = alex_inv.qty(item_apple)
  File "game/DATA.rpy", line 4319, in <module>
    $ apple = alex_inv.qty(item_apple)
NameError: name 'item_apple' is not defined

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

Full traceback:
  File "game/script.rpy", line 7346, in script
    $ renpy.pause()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 7346, in <module>
    $ renpy.pause()
  File "renpy/exports.py", line 1563, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/DATA.rpy", line 2, in execute
    screen data():
  File "game/DATA.rpy", line 2, in execute
    screen data():
  File "game/DATA.rpy", line 3916, in execute
    if help_inf >= 4:
  File "game/DATA.rpy", line 4116, in execute
    hbox xalign 0.930 ypos 0.055 spacing 10 yminimum 200 ymaximum 200 box_reverse True:
  File "game/DATA.rpy", line 4289, in execute
    if golod >= 350:
  File "game/DATA.rpy", line 4290, in execute
    vbox spacing 10 xminimum 50 xmaximum 50:
  File "game/DATA.rpy", line 4315, in execute
    if data_dop_menu == 7:
  File "game/DATA.rpy", line 4319, in execute
    $ apple = alex_inv.qty(item_apple)
  File "game/DATA.rpy", line 4319, in <module>
    $ apple = alex_inv.qty(item_apple)
NameError: name 'item_apple' is not defined

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
Bright Past 0.91.0
Tue Apr 26 12:14:07 2022
if only that is the only one...
this version is full of bugs, english is worse than before
 
Last edited:

Testiod

New Member
Sep 15, 2017
1
0
found a error in the game when alex buys a apple and tries to eat it it give this error

and this is without any cheatmods

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

While running game code:
  File "game/script.rpy", line 7346, in script
    $ renpy.pause()
  File "game/script.rpy", line 7346, in <module>
    $ renpy.pause()
  File "game/DATA.rpy", line 2, in execute
    screen data():
  File "game/DATA.rpy", line 2, in execute
    screen data():
  File "game/DATA.rpy", line 3916, in execute
    if help_inf >= 4:
  File "game/DATA.rpy", line 4116, in execute
    hbox xalign 0.930 ypos 0.055 spacing 10 yminimum 200 ymaximum 200 box_reverse True:
  File "game/DATA.rpy", line 4289, in execute
    if golod >= 350:
  File "game/DATA.rpy", line 4290, in execute
    vbox spacing 10 xminimum 50 xmaximum 50:
  File "game/DATA.rpy", line 4315, in execute
    if data_dop_menu == 7:
  File "game/DATA.rpy", line 4319, in execute
    $ apple = alex_inv.qty(item_apple)
  File "game/DATA.rpy", line 4319, in <module>
    $ apple = alex_inv.qty(item_apple)
NameError: name 'item_apple' is not defined

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

Full traceback:
  File "game/script.rpy", line 7346, in script
    $ renpy.pause()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 7346, in <module>
    $ renpy.pause()
  File "renpy/exports.py", line 1563, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/DATA.rpy", line 2, in execute
    screen data():
  File "game/DATA.rpy", line 2, in execute
    screen data():
  File "game/DATA.rpy", line 3916, in execute
    if help_inf >= 4:
  File "game/DATA.rpy", line 4116, in execute
    hbox xalign 0.930 ypos 0.055 spacing 10 yminimum 200 ymaximum 200 box_reverse True:
  File "game/DATA.rpy", line 4289, in execute
    if golod >= 350:
  File "game/DATA.rpy", line 4290, in execute
    vbox spacing 10 xminimum 50 xmaximum 50:
  File "game/DATA.rpy", line 4315, in execute
    if data_dop_menu == 7:
  File "game/DATA.rpy", line 4319, in execute
    $ apple = alex_inv.qty(item_apple)
  File "game/DATA.rpy", line 4319, in <module>
    $ apple = alex_inv.qty(item_apple)
NameError: name 'item_apple' is not defined

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
Bright Past 0.91.0
Tue Apr 26 12:14:07 2022
yes i have the same error without mods
 

leg28

Well-Known Member
Aug 15, 2018
1,016
1,844
anyone knows how to get these tasks: hot scene with tanya, concert and find a job
 

GaboCAP

Well-Known Member
Jun 7, 2018
1,919
1,634
Anybody knows if the three last erotic paintings can be found yet? I never get them, also never found ten of the cards marked as locked.
 

leg28

Well-Known Member
Aug 15, 2018
1,016
1,844
Pretty sure if you are getting the "find a job" error you are using a old save, try the one that came with the game, its what I had to do. Hope this helps.
basically this game became buggy crap. everything i was doing for months, even years was simply waste of time.
i'm pretty tired of this dev's redecorations, revamping, intervention into the past...
 
  • Like
Reactions: denen and rlduck

"CJ"

Conversation Conqueror
Mar 6, 2021
6,629
69,925
Bright Past [v0.91] [Kosmos Games] crunched

Original / Compressed Size PC*: 3,61 GB / 1,12 GB - Bright_Past-0.91-pc-crunched.zip
Original / Compressed Size Mac: 3,xx GB / 1,09 GB - Bright_Past-0.91-mac-crunched.zip


Download (PC*/Mac): - -

(y)L O A D 'n' L I K E - If you L O A D it then L I K E it!(y) If not, like it anyway!(y) Thanks!;)

This compression is unofficial and untested, use at your own risk.
Compressing process reduces quality and can break the game.

*PC = Win+Linux

Tools: YAC v3.3 (hngg@f95zone) - -
 
Last edited:

Asgarlon

Newbie
Jan 11, 2022
31
57
hm, i also got the " find a job" quest, but i have done it. just go the the mistress bar, and apply, so you will get unforgetteable expirience working there ;) ( unfortunately doesnt work in german )... and for the "hunger" problem... reload your v.90version, buy, cook and stock some pizzas, they wont decrease in v.91
 
Last edited:

Blackvoodoo

Member
Feb 17, 2018
141
61
I hope you will quickly find a translator for german. The fact that Bright Past is in German was the reason for me to play it. If now no more updates come in German there is little reason for me to continue playing it.

Ich hoffe ihr findet schnell wieder einen Übersetzter für deutsch. Das Bright Past in deutsch ist, ist für mich der Grund gewesen es zu spielen. Wenn nun keine Updates mehr in deutsch kommen gibt es für mich wenig Grund es weiter zu spielen.
 
3.50 star(s) 82 Votes