Fooxied

Take the first Step of Debauchery
Donor
Game Developer
Sep 7, 2018
781
6,041
The Incest with just calling them Mother and Sister at the start feels bad. The phone still says landlady and after not even playing for 1 min the "mother" says that the mc isnt blood related with any of them but they are still family.
The phone 'landlady' is a bug and will be fixed. I don't see any issue with family not being blood related.
 

OWSam000

Active Member
Mar 1, 2022
917
1,004
Every time I see the game name, I can't help to think it is the Celebrimbor 'Bright Lord' in Mordor whose also a wrath to dominate orcs.:ROFLMAO:
Can't wait to play the full rework.
 
  • Haha
Reactions: Fooxied

UnDoubleUpUhUh

Active Member
May 13, 2018
537
620
I'm getting the 'mart1' & 'marg2' errors as well. Seems to be a game issue, as I was getting them pre-mod installation.

I can ignore and the game continues, but the error keeps coming up sporadically.

Anybody got a fix?

code below
********************************************************************************************
'marg1' error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
NameError: name 'marg1' is not defined

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

Full traceback:
  File "ep9.rpyc", line 2565, in script
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1440, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1354, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1334, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'marg1' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24100701+nightly
Bright Lord 1.0.1
Sat Oct 26 14:53:13 2024

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

While running game code:
NameError: name 'marg2' is not defined

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

Full traceback:
  File "ep9.rpyc", line 2524, in script
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1440, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1354, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1334, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'marg2' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24100701+nightly
Bright Lord 1.0.1
Sat Oct 26 14:22:49 2024
 

Fooxied

Take the first Step of Debauchery
Donor
Game Developer
Sep 7, 2018
781
6,041
I'm getting the 'mart1' & 'marg2' errors as well. Seems to be a game issue, as I was getting them pre-mod installation.

I can ignore and the game continues, but the error keeps coming up sporadically.

Anybody got a fix?

code below
********************************************************************************************
'marg1' error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
NameError: name 'marg1' is not defined

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

Full traceback:
  File "ep9.rpyc", line 2565, in script
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1440, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1354, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1334, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'marg1' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24100701+nightly
Bright Lord 1.0.1
Sat Oct 26 14:53:13 2024

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

While running game code:
NameError: name 'marg2' is not defined

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

Full traceback:
  File "ep9.rpyc", line 2524, in script
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1440, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1354, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1334, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'marg2' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24100701+nightly
Bright Lord 1.0.1
Sat Oct 26 14:22:49 2024
Replays are not working yet.
 

rooney10

Member
Apr 29, 2018
386
999
Saves don't work for the third straight update. Same "marg1" and "marg2" errors as posted above. Not starting over again or wasting any more time trying to back track to find a place where I can start over by replaying content I've already played twice sooooooooo....I'm out.

Great...GREAT...bordering on outstanding game but just too much hassle from version to version imo. Perfect example of a beautifully crafted, gorgeous game w/knockout models and a solid story that is 99% creatively and artistically perfect. Problem is that 1% technical (programming or testing) failure torpedoes everything. Once? Ok, Twice? Irritating but we'll make it work...AGAIN. THRICE? Frustration, nope, buh-bye.

Wish the dev and dev team luck w/this one as it truly has SO MUCH potential. Would love to come back and play one day when game is more stable.
 
  • Like
Reactions: Kame_Sennin

Fooxied

Take the first Step of Debauchery
Donor
Game Developer
Sep 7, 2018
781
6,041
Saves don't work for the third straight update. Same "marg1" and "marg2" errors as posted above. Not starting over again or wasting any more time trying to back track to find a place where I can start over by replaying content I've already played twice sooooooooo....I'm out.

Great...GREAT...bordering on outstanding game but just too much hassle from version to version imo. Perfect example of a beautifully crafted, gorgeous game w/knockout models and a solid story that is 99% creatively and artistically perfect. Problem is that 1% technical (programming or testing) failure torpedoes everything. Once? Ok, Twice? Irritating but we'll make it work...AGAIN. THRICE? Frustration, nope, buh-bye.

Wish the dev and dev team luck w/this one as it truly has SO MUCH potential. Would love to come back and play one day when game is more stable.
There is fully new script and connected both versions, so old saves are not working.
 

viper217

Member
Apr 18, 2020
254
448
Not worth the download if you downloaded earlier this year, very minimal content, I got 5 mins of play from the February update. Undoubtedly the renders are great, but the story progression is waaaayyyyyy toooo looong.
 

Kitiuuu

Member
Sep 14, 2023
232
271
I found another friend who is as lazy as you are, he was also too lazy to make an for his game, so I have a question, fuck, he treats his game so indifferently that he is too lazy to make his own office for his game once, I simply have no words and I am 60% sure that your reviews of the game will be mixed rather than positive on Steam
 

KissKissStudio

Engaged Member
Donor
Game Developer
Aug 8, 2016
2,109
6,496
I found another friend who is as lazy as you are, he was also too lazy to make an for his game, so I have a question, fuck, he treats his game so indifferently that he is too lazy to make his own office for his game once, I simply have no words and I am 60% sure that your reviews of the game will be mixed rather than positive on Steam
That is the best way to describe you :KEK:
View attachment I'm Retarded (Guts Theme).webm
 

Ennoch

Conversation Conqueror
Respected User
Oct 10, 2017
7,454
20,697
Who plays an AVN and gets that hung up on what an office building looks like... they have very different priorities from me.
I genuinely wasn't able to grasp what he was talking about. Does he really complains about some building in the game?? :oops:
 

KissKissStudio

Engaged Member
Donor
Game Developer
Aug 8, 2016
2,109
6,496
Who plays an AVN and gets that hung up on what an office building looks like... they have very different priorities from me.
Like the office was used for 20 renders. He thinks that I will be spending 2k$ for a brand new office with unique props is retarded :D.
 
  • Like
Reactions: TigerWolfe

Adoringfan

Engaged Member
Dec 17, 2016
2,549
5,188
So what was remade, or was it just the code getting sorted? Were they always not blood related? I don't really remember, it's been awhile since I played this one.
 
  • Like
Reactions: Allan Trumbull

KissKissStudio

Engaged Member
Donor
Game Developer
Aug 8, 2016
2,109
6,496
So what was remade, or was it just the code getting sorted? Were they always not blood related? I don't really remember, it's been awhile since I played this one.
first three episodes got reworked. Went from 300 renders to 849 total. The whole script got proofread and new UI and translations are coming up next update.
 
  • Yay, new update!
Reactions: Adoringfan
3.80 star(s) 105 Votes