News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

[Resources] Trait King mod

Started by neronero, May 16, 2022, 08:26 PM

Previous topic - Next topic

neroneroTopic starter

#90
I personally feel a bit uncomfortable with the idea of supporting TK traits in the BK.ini, as I feel that girlpacks should work out of the box even if you don't have TK.
If you want to give your girl special traits then it's a much better idea to register a custom trait with a bit of code included in the girlpack (perhaps with some extra code that checks if that trait name is already in the dictionary)
My Girl Packs: [ link ] - Trait King mod: [ link ]

Goldo

Quote from: neronero on Sep 09, 2024, 08:43 AMI personally feel a bit uncomfortable with the idea of supporting TK traits in the BK.ini, as I feel that girlpacks should work out of the box even if you don't have TK.
If you want to give your girl special traits then it's a much better idea to register a custom trait with a bit of code included in the girlpack (perhaps with some extra code that checks if that trait name is already in the dictionary)

This is absolutely correct. Even if using a built-in TK trait, including a copy of it in the girlpack would make it work for people who don't have the mod, or who deactivated it.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

Jman

Sure, but how many people use even the basic .ini, never mind girl-specific scripts?

Not to mention breaking backwards compatibility, but I guess not many people had TK-specific packs.
And with strange aeons even death may die...

Goldo

Quote from: Jman on Sep 10, 2024, 08:03 PMSure, but how many people use even the basic .ini, never mind girl-specific scripts?

Not to mention breaking backwards compatibility, but I guess not many people had TK-specific packs.

These girlpacks were already broken without the proper mod, so there's nothing left to break ¯\_ ::) _/¯

Besides, the warning that trait 'X' doesn't exist is merely a dialogue window, it doesn't interrupt game flow and can be safely skipped.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

Hellouda

Got this error after download the last patch of TK.
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label traitking_holidays is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 3:
label traitking_holidays: # runs yearly, schedules holidays for the year
and File "game/TKevents.rpy", line 3:
label traitking_holidays: # runs yearly, schedules holidays for the year


The label traitking_morning is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 42:
label traitking_morning: # morning: triggers as first thing in the day
and File "game/TKevents.rpy", line 19:
label traitking_morning: # morning: triggers as first thing in the day


The label traitking_day is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 98:
label traitking_day: # day: triggers after morning, but still before player can act
and File "game/TKevents.rpy", line 75:
label traitking_day: # day: triggers after morning, but still before player can act


The label traitking_night is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 218:
label traitking_night: # night: first thing that happens as you press 'end day'
and File "game/TKevents.rpy", line 195:
label traitking_night: # night: first thing that happens as you press 'end day'


The label performance_reward is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 241:
label performance_reward(girl):
and File "game/TKevents.rpy", line 218:
label performance_reward(girl):


The label undervalued_interact is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 905:
label undervalued_interact(girl):
and File "game/TKevents.rpy", line 882:
label undervalued_interact(girl):


The label undervalued_interact.undervalued_explanation is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1218:
        menu .undervalued_explanation: #explanation
and File "game/TKevents.rpy", line 1195:
        menu .undervalued_explanation: #explanation


The label undervalued_interact.undervalued_solution is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1530:
        menu .undervalued_solution:
and File "game/TKevents.rpy", line 1507:
        menu .undervalued_solution:


The label undervalued_interact.undervalued_end_1 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1871:
label .undervalued_end_1: #slavers guild
and File "game/TKevents.rpy", line 1848:
label .undervalued_end_1: #slavers guild


The label undervalued_interact.undervalued_end_2 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1894:
label .undervalued_end_2: #negative trait
and File "game/TKevents.rpy", line 1871:
label .undervalued_end_2: #negative trait


The label undervalued_interact.undervalued_end_3 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1931:
label .undervalued_end_3: #no trait
and File "game/TKevents.rpy", line 1908:
label .undervalued_end_3: #no trait


The label fix_neg_interact is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1949:
label fix_neg_interact(girl, trait = trait):
and File "game/TKevents.rpy", line 1926:
label fix_neg_interact(girl, trait = trait):


The label freedom_interact is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2037:
label freedom_interact(girl):
and File "game/TKevents.rpy", line 2014:
label freedom_interact(girl):


The label freedom_interact.freedom_end_1 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2171:
label .freedom_end_1: #free to slave (on girl's own initiative)
and File "game/TKevents.rpy", line 2148:
label .freedom_end_1: #free to slave (on girl's own initiative)


The label ext_party is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2193:
label ext_party(girl):
and File "game/TKevents.rpy", line 2170:
label ext_party(girl):


The label ext_holiday_newyear is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2269:
label ext_holiday_newyear:
and File "game/TKevents.rpy", line 2246:
label ext_holiday_newyear:


The label ext_holiday_valentines is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2285:
label ext_holiday_valentines:
and File "game/TKevents.rpy", line 2262:
label ext_holiday_valentines:


The label ext_holiday_salvation is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2319:
label ext_holiday_salvation:
and File "game/TKevents.rpy", line 2296:
label ext_holiday_salvation:


The label ext_holiday_ascension is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2396:
label ext_holiday_ascension:
and File "game/TKevents.rpy", line 2373:
label ext_holiday_ascension:


The label ext_holiday_summer is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2414:
label ext_holiday_summer:
and File "game/TKevents.rpy", line 2391:
label ext_holiday_summer:


The label ext_holiday_sin is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2420:
label ext_holiday_sin:
and File "game/TKevents.rpy", line 2397:
label ext_holiday_sin:


The label ext_holiday_night is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2426:
label ext_holiday_night:
and File "game/TKevents.rpy", line 2403:
label ext_holiday_night:


The label ext_holiday_fertility is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2448:
label ext_holiday_fertility:
and File "game/TKevents.rpy", line 2425:
label ext_holiday_fertility:


The label ext_holiday_hmas is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2454:
label ext_holiday_hmas: # Winter Solstice, hmas eve
and File "game/TKevents.rpy", line 2431:
label ext_holiday_hmas: # Winter Solstice, hmas eve


The label ext_birthday is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2479:
label ext_birthday(girl): # girl's birthday
and File "game/TKevents.rpy", line 2456:
label ext_birthday(girl): # girl's birthday


Ren'Py Version: Ren'Py 8.2.0.24012702
Tue Sep 10 19:10:47 2024

neroneroTopic starter

Quote from: Hellouda on Sep 10, 2024, 10:19 PMGot this error after download the last patch of TK.
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label traitking_holidays is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 3:
label traitking_holidays: # runs yearly, schedules holidays for the year
and File "game/TKevents.rpy", line 3:
label traitking_holidays: # runs yearly, schedules holidays for the year


The label traitking_morning is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 42:
label traitking_morning: # morning: triggers as first thing in the day
and File "game/TKevents.rpy", line 19:
label traitking_morning: # morning: triggers as first thing in the day


The label traitking_day is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 98:
label traitking_day: # day: triggers after morning, but still before player can act
and File "game/TKevents.rpy", line 75:
label traitking_day: # day: triggers after morning, but still before player can act


The label traitking_night is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 218:
label traitking_night: # night: first thing that happens as you press 'end day'
and File "game/TKevents.rpy", line 195:
label traitking_night: # night: first thing that happens as you press 'end day'


The label performance_reward is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 241:
label performance_reward(girl):
and File "game/TKevents.rpy", line 218:
label performance_reward(girl):


The label undervalued_interact is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 905:
label undervalued_interact(girl):
and File "game/TKevents.rpy", line 882:
label undervalued_interact(girl):


The label undervalued_interact.undervalued_explanation is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1218:
        menu .undervalued_explanation: #explanation
and File "game/TKevents.rpy", line 1195:
        menu .undervalued_explanation: #explanation


The label undervalued_interact.undervalued_solution is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1530:
        menu .undervalued_solution:
and File "game/TKevents.rpy", line 1507:
        menu .undervalued_solution:


The label undervalued_interact.undervalued_end_1 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1871:
label .undervalued_end_1: #slavers guild
and File "game/TKevents.rpy", line 1848:
label .undervalued_end_1: #slavers guild


The label undervalued_interact.undervalued_end_2 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1894:
label .undervalued_end_2: #negative trait
and File "game/TKevents.rpy", line 1871:
label .undervalued_end_2: #negative trait


The label undervalued_interact.undervalued_end_3 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1931:
label .undervalued_end_3: #no trait
and File "game/TKevents.rpy", line 1908:
label .undervalued_end_3: #no trait


The label fix_neg_interact is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1949:
label fix_neg_interact(girl, trait = trait):
and File "game/TKevents.rpy", line 1926:
label fix_neg_interact(girl, trait = trait):


The label freedom_interact is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2037:
label freedom_interact(girl):
and File "game/TKevents.rpy", line 2014:
label freedom_interact(girl):


The label freedom_interact.freedom_end_1 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2171:
label .freedom_end_1: #free to slave (on girl's own initiative)
and File "game/TKevents.rpy", line 2148:
label .freedom_end_1: #free to slave (on girl's own initiative)


The label ext_party is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2193:
label ext_party(girl):
and File "game/TKevents.rpy", line 2170:
label ext_party(girl):


The label ext_holiday_newyear is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2269:
label ext_holiday_newyear:
and File "game/TKevents.rpy", line 2246:
label ext_holiday_newyear:


The label ext_holiday_valentines is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2285:
label ext_holiday_valentines:
and File "game/TKevents.rpy", line 2262:
label ext_holiday_valentines:


The label ext_holiday_salvation is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2319:
label ext_holiday_salvation:
and File "game/TKevents.rpy", line 2296:
label ext_holiday_salvation:


The label ext_holiday_ascension is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2396:
label ext_holiday_ascension:
and File "game/TKevents.rpy", line 2373:
label ext_holiday_ascension:


The label ext_holiday_summer is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2414:
label ext_holiday_summer:
and File "game/TKevents.rpy", line 2391:
label ext_holiday_summer:


The label ext_holiday_sin is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2420:
label ext_holiday_sin:
and File "game/TKevents.rpy", line 2397:
label ext_holiday_sin:


The label ext_holiday_night is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2426:
label ext_holiday_night:
and File "game/TKevents.rpy", line 2403:
label ext_holiday_night:


The label ext_holiday_fertility is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2448:
label ext_holiday_fertility:
and File "game/TKevents.rpy", line 2425:
label ext_holiday_fertility:


The label ext_holiday_hmas is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2454:
label ext_holiday_hmas: # Winter Solstice, hmas eve
and File "game/TKevents.rpy", line 2431:
label ext_holiday_hmas: # Winter Solstice, hmas eve


The label ext_birthday is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2479:
label ext_birthday(girl): # girl's birthday
and File "game/TKevents.rpy", line 2456:
label ext_birthday(girl): # girl's birthday


Ren'Py Version: Ren'Py 8.2.0.24012702
Tue Sep 10 19:10:47 2024

Remove TKevents.rpy & TKevents.rpyc from the folder game/Mods/Trait King/
My Girl Packs: [ link ] - Trait King mod: [ link ]

Hellouda


DarkFire

Got this while starting a new run. Likely related to new girl challenge?

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKstart.rpy", line 84, in script call
    call advance_to_chapter(starting_chapter, start=True) from _call_advance_to_chapter_3
  File "game/BKevents.rpy", line 783, in script
    $ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
  File "game/BKevents.rpy", line 783, in <module>
    $ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
  File "game/BKclasses.rpy", line 3008, in updates
    weekly_updates(change_district)
  File "game/BKfunctions.rpy", line 2793, in weekly_updates
    update_slaves()
  File "game/BKfunctions.rpy", line 526, in update_slaves
    slavemarket.girls = get_girls(nb)
  File "game/BKfunctions.rpy", line 373, in get_girls
    girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl, force_original=(prefer_original and girl.count_occurences("all", original=True, add_list=final_list) == 0), temp_list=final_list) # final_list is checked to avoid multiple original generation
  File "game/BKgirlclass.rpy", line 197, in randomize
    self.generate_traits(p_traits, n_trait)
  File "game/BKgirlclass.rpy", line 911, in generate_traits
    if d > traitking_t1_chance:              # very rare 1
NameError: name 'traitking_t1_chance' is not defined

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

Full traceback:
  File "game/BKstart.rpy", line 84, in script call
    call advance_to_chapter(starting_chapter, start=True) from _call_advance_to_chapter_3
  File "game/BKevents.rpy", line 783, in script
    $ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
  File "C:\Users\Dani\Desktop\Juegos\Brothel_King-0.3t\Brothel_King-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Dani\Desktop\Juegos\Brothel_King-0.3t\Brothel_King-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKevents.rpy", line 783, in <module>
    $ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
  File "game/BKclasses.rpy", line 3008, in updates
    weekly_updates(change_district)
  File "game/BKfunctions.rpy", line 2793, in weekly_updates
    update_slaves()
  File "game/BKfunctions.rpy", line 526, in update_slaves
    slavemarket.girls = get_girls(nb)
  File "game/BKfunctions.rpy", line 373, in get_girls
    girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl, force_original=(prefer_original and girl.count_occurences("all", original=True, add_list=final_list) == 0), temp_list=final_list) # final_list is checked to avoid multiple original generation
  File "game/BKgirlclass.rpy", line 197, in randomize
    self.generate_traits(p_traits, n_trait)
  File "game/BKgirlclass.rpy", line 911, in generate_traits
    if d > traitking_t1_chance:              # very rare 1
NameError: name 'traitking_t1_chance' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
Bro King 0.3t v240910
Wed Sep 11 03:30:47 2024

Jman

It looks like neronero can't avoid the early labels, after all. :)
And with strange aeons even death may die...

neroneroTopic starter

Quote from: neronero on May 16, 2022, 08:26 PM[ Download ] (for BK 0.3 Gameplay Test)
New version for BK0.3t that uses the early_label (fixing the error mentioned above) and uses register_trait

Now that we're back in this timeline, TKevents.rpy has once again moved to the mods folder. So remember to remove /game/TKevents.rpy and /game/TKevents.rpyc if you're upgrading from an earlier version.
My Girl Packs: [ link ] - Trait King mod: [ link ]

Festen

Hello, I have this problem when launching the game with this mod in the mod folder :

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Mods/Trait King/Trait King.rpy", line 249, in script
    init python:
  File "game/Mods/Trait King/Trait King.rpy", line 251, in <module>
    traitking_template = Mod(
TypeError: __init__() got an unexpected keyword argument 'early_label'

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

Full traceback:
  File "game/Mods/Trait King/Trait King.rpy", line 249, in script
    init python:
  File "C:\Jeux\H Games\Brothel_King-pc-0.3t\Brothel_King-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Jeux\H Games\Brothel_King-pc-0.3t\Brothel_King-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Mods/Trait King/Trait King.rpy", line 251, in <module>
    traitking_template = Mod(
TypeError: __init__() got an unexpected keyword argument 'early_label'

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.0.24012702
Bro King
Wed Sep 11 20:03:58 2024

Jman

No BK version in your traceback? But in any case, this early_label is from the very-very latest update to 0.3t, so make sure you have it.
And with strange aeons even death may die...

Diputs

Some error I'm getting presumably due to Karkyrian Hymen -> teachers pet -> Virgin interaction?
Or perhaps because I King's Way'ed the traits onto the girl?

While running game code:
  File "game/BKmain.rpy", line 901, in script call
    $ calendar.play_alarms() # Also triggers "day" conditional events
  File "game/BKevents.rpy", line 994, in script call
    $ ev.play()
  File "game/Mods/Trait King/TKevents.rpy", line 78, in script
    python:
  File "game/Mods/Trait King/TKevents.rpy", line 108, in <module>
    add_trait_perkless(girl, trait_dict["Virgin"])
  File "game/Mods/Trait King/Trait King.rpy", line 358, in add_trait_perkless
    if pos:
NameError: name 'pos' is not defined

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

Full traceback:
  File "game/BKmain.rpy", line 901, in script call
    $ calendar.play_alarms() # Also triggers "day" conditional events
  File "game/BKevents.rpy", line 994, in script call
    $ ev.play()
  File "game/Mods/Trait King/TKevents.rpy", line 78, in script
    python:
  File "C:\Users\-\-\-\-\Brothel_King-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\-\-\-\-\Brothel_King-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Mods/Trait King/TKevents.rpy", line 108, in <module>
    add_trait_perkless(girl, trait_dict["Virgin"])
  File "game/Mods/Trait King/Trait King.rpy", line 358, in add_trait_perkless
    if pos:
NameError: name 'pos' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
Bro King 0.3t v240910
Fri Sep 13 11:36:15 2024

neroneroTopic starter

Quote from: Diputs on Sep 13, 2024, 12:17 PMSome error I'm getting presumably due to Karkyrian Hymen -> teachers pet -> Virgin interaction?
Or perhaps because I King's Way'ed the traits onto the girl?
"pos" has changed to "_pos" and I forgot to change that somewhere. New update that fixes this:

Quote from: neronero on May 16, 2022, 08:26 PM[ Download ] (for BK 0.3 Gameplay Test)
My Girl Packs: [ link ] - Trait King mod: [ link ]

22ndgentlemen

#104
Getting error when attempting to launch with Trait King v025_BK03t.  I am still able to launch v3 BK test version using the older version of Trait King v021 built for v2 BK.   

Running patch for v3 test that was release 30 minutes ago as of this post.


I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label traitking_holidays is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 3:
label traitking_holidays: # runs yearly, schedules holidays for the year
and File "game/TKevents.rpy", line 3:
label traitking_holidays: # runs yearly, schedules holidays for the year


The label traitking_morning is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 19:
label traitking_morning: # morning: triggers as first thing in the day
and File "game/TKevents.rpy", line 19:
label traitking_morning: # morning: triggers as first thing in the day


The label traitking_day is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 75:
label traitking_day: # day: triggers after morning, but still before player can act
and File "game/TKevents.rpy", line 75:
label traitking_day: # day: triggers after morning, but still before player can act


The label traitking_night is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 196:
label traitking_night: # night: first thing that happens as you press 'end day'
and File "game/TKevents.rpy", line 195:
label traitking_night: # night: first thing that happens as you press 'end day'


The label performance_reward is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 219:
label performance_reward(girl):
and File "game/TKevents.rpy", line 218:
label performance_reward(girl):


The label undervalued_interact is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 883:
label undervalued_interact(girl):
and File "game/TKevents.rpy", line 882:
label undervalued_interact(girl):


The label undervalued_interact.undervalued_explanation is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1196:
        menu .undervalued_explanation: #explanation
and File "game/TKevents.rpy", line 1195:
        menu .undervalued_explanation: #explanation


The label undervalued_interact.undervalued_solution is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1508:
        menu .undervalued_solution:
and File "game/TKevents.rpy", line 1507:
        menu .undervalued_solution:


The label undervalued_interact.undervalued_end_1 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1849:
label .undervalued_end_1: #slavers guild
and File "game/TKevents.rpy", line 1848:
label .undervalued_end_1: #slavers guild


The label undervalued_interact.undervalued_end_2 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1872:
label .undervalued_end_2: #negative trait
and File "game/TKevents.rpy", line 1871:
label .undervalued_end_2: #negative trait


The label undervalued_interact.undervalued_end_3 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1909:
label .undervalued_end_3: #no trait
and File "game/TKevents.rpy", line 1908:
label .undervalued_end_3: #no trait


The label fix_neg_interact is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 1927:
label fix_neg_interact(girl, trait = trait):
and File "game/TKevents.rpy", line 1926:
label fix_neg_interact(girl, trait = trait):


The label freedom_interact is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2015:
label freedom_interact(girl):
and File "game/TKevents.rpy", line 2014:
label freedom_interact(girl):


The label freedom_interact.freedom_end_1 is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2149:
label .freedom_end_1: #free to slave (on girl's own initiative)
and File "game/TKevents.rpy", line 2148:
label .freedom_end_1: #free to slave (on girl's own initiative)


The label ext_party is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2171:
label ext_party(girl):
and File "game/TKevents.rpy", line 2170:
label ext_party(girl):


The label ext_holiday_newyear is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2247:
label ext_holiday_newyear:
and File "game/TKevents.rpy", line 2246:
label ext_holiday_newyear:


The label ext_holiday_valentines is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2263:
label ext_holiday_valentines:
and File "game/TKevents.rpy", line 2262:
label ext_holiday_valentines:


The label ext_holiday_salvation is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2297:
label ext_holiday_salvation:
and File "game/TKevents.rpy", line 2296:
label ext_holiday_salvation:


The label ext_holiday_ascension is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2374:
label ext_holiday_ascension:
and File "game/TKevents.rpy", line 2373:
label ext_holiday_ascension:


The label ext_holiday_summer is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2392:
label ext_holiday_summer:
and File "game/TKevents.rpy", line 2391:
label ext_holiday_summer:


The label ext_holiday_sin is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2398:
label ext_holiday_sin:
and File "game/TKevents.rpy", line 2397:
label ext_holiday_sin:


The label ext_holiday_night is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2404:
label ext_holiday_night:
and File "game/TKevents.rpy", line 2403:
label ext_holiday_night:


The label ext_holiday_fertility is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2426:
label ext_holiday_fertility:
and File "game/TKevents.rpy", line 2425:
label ext_holiday_fertility:


The label ext_holiday_hmas is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2432:
label ext_holiday_hmas: # Winter Solstice, hmas eve
and File "game/TKevents.rpy", line 2431:
label ext_holiday_hmas: # Winter Solstice, hmas eve


The label ext_birthday is defined twice, at File "game/Mods/Trait King/TKevents.rpy", line 2457:
label ext_birthday(girl): # girl's birthday
and File "game/TKevents.rpy", line 2456:
label ext_birthday(girl): # girl's birthday


Ren'Py Version: Ren'Py 8.2.0.24012702
Sun Sep 22 15:58:41 2024