Character Customization Change Player Voice with Juiced Patch

Nice! I hadn't thought about that! I guess it would be a commonly used persona situation.

I tried other persona situations with this code, but only voice - death scream seems to work. I wonder if there's a flag or something somewhere that allows it to play while a character's dead which the other persona situations don't have.

I just went and got shot a lot. This actually resulted in the cops arresting me, which I've never seen before. I assumed it was broken. I didn't hear the special - player arrested by cop persona play, but that would be even more difficult to do through lua, since there's barely anything related to being arrested/busted in nclok1405's lua functions list.

I didn't know about difficulty_levels.xtbl. Thanks for that! That would probably be a better way of doing OHKO...

There is voice_distances.xtbl, which is referenced by persona_situations.xtbl. Modifying that might fix low NPC volumes.

I don't think just calling an NPC by it's name would work. For mission scripts, the character variable (eg: "CHARACTER_GAT") refers to the human in that mission's .cts file (eg: "tss03_$gat"), which uses the NPC model (eg: "npc_gat"). Either way, it would be a lot for the game to process for every NPC.

I've replaced the 10 second delay with a "repeat until" loop (which is how the delay() function works in system_lib.lua):
Code:
    local function player_death_scream_play(player)
        while (character_is_dead(player)) do
            audio_play_persona_line(player, persona_situation)
        repeat
            thread_yield()
        until (not character_is_dead(player))
        end
    end
I've made versions which merge with GotR, Sandbox+ and Sandbox++. I'll upload everything now... Uploaded!
I think about the player response bum with other npcs should be new taunt or something like female 3 say something like"WHAT YOU THINKING ??,I GOT THE RIGHT AWAY ASS**S!," theres alot misses voiceline... Just check aron prod video too homies also has that voiceline we rarely heard in the game.
 
I can't seem to get this (the original thread) to work anymore, it crashes with an error message.
I'll have to check if it happens on a clean Juiced install before reporting as an issue, otherwise it could just be my mods.
(If anyone's got enough motivation to do it first, that'd be cool!)

For the time being, a workaround you can use sr2_city.lua instead (such as Player Death Scream Restored):
then do some code inserting.
Like SR3 and above, we would init the character_set_persona( LOCAL_PLAYER, "SP_LUZ") in function sr2_city_main()
The code looks like this:

Code:
function sr2_city_main()
    debug_print("sr2_city_main() called")
    character_set_persona( LOCAL_PLAYER, "SP_LUZ")
-- DISTRICTS
    thread_new("airport_main")
    thread_new("apartments_main")
    thread_new("arena_main")
...
 
Last edited:
I can't seem to get this (the original thread) to work anymore, it crashes with an error message.
I'll have to check if it happens on a clean Juiced install before reporting as an issue, otherwise it could just be my mods.
(If anyone's got enough motivation to do it first, that'd be cool!)
My Juiced LUA Console crashes whenever I use it. I think it's to do with it using unlocalized text. Removing some mods which also use unlocalized text might fix it.
 
My Juiced LUA Console crashes whenever I use it. I think it's to do with it using unlocalized text. Removing some mods which also use unlocalized text might fix it.
You know we can do something with this voice i have idea... Maybe we can made the boss complaint blaming their crew about the car they hitting we made it like CJ complaint about the car hitting every npcs car.. if only its easier to made this one... Just my silly recommendation since that would made the boss more alive with it through mods.
 
You know we can do something with this voice i have idea... Maybe we can made the boss complaint blaming their crew about the car they hitting we made it like CJ complaint about the car hitting every npcs car.. if only its easier to made this one... Just my silly recommendation since that would made the boss more alive with it through mods.
That's a good idea actually. I'll keep it mind for my current project. (No guarantees though.)
 
My Juiced LUA Console crashes whenever I use it. I think it's to do with it using unlocalized text. Removing some mods which also use unlocalized text might fix it.
OK, nerding out in this post about attempting to solve this issue: (click spoiler if you love nerding out about code):
I've experimented with a fresh install > install Juiced > can use LUA executor
install SuperUI (original nclokversion) > crash when using "Insert" LUA executor
thoughts: > This is interesting because nclok did not expressly mention it was only compatible with GOTR, but it's possible it's incompatible with the original game
install SuperUI version modified by Clippy95 ("Stripped of GOTR content"): > can use LUA executor

So first I'll be using dir command to compare the versions:
(Future Reina: WinMerge is far better to compare folder differences.)
Code:
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----         21/7/2021  10:37 PM           2398 activity_level.lua
-a----         21/7/2021  10:37 PM           6395 building_purchase.lua
-a----         21/7/2021  10:37 PM           7030 cdl01.lua
-a----         22/7/2021  12:09 PM          80595 cellphone.lua
-a----         21/7/2021  10:37 PM          21382 city_load.lua
-a----         22/7/2021   2:12 PM          73821 clothing_store.lua
-a----         21/7/2021  10:37 PM         103573 completion.lua
-a----         21/7/2021  10:37 PM          18756 credits.lua
-a----         21/7/2021  10:37 PM           7993 crib_cust.lua
-a----         21/7/2021  10:37 PM          15575 demo_derby.lua
-a----         21/7/2021  10:37 PM          37539 dialog_box.lua
-a----         21/7/2021  10:37 PM          17057 gang_cust.lua
-a----         21/7/2021  10:37 PM           9192 garage.lua
-a----         21/7/2021  10:37 PM          40615 gmb_blackjack.lua
-a----         21/7/2021  10:37 PM          28885 gmb_poker.lua
-a----         22/7/2021  12:53 PM          42266 help_screens.xtbl
-a----         9/11/2018  11:29 AM           3696 help_screen_categories.xtbl
-a----         22/7/2021  11:46 AM         138450 hud.lua
-a----         21/7/2021  10:37 PM          14195 hud_demo_derby.lua
-a----         21/7/2021  10:37 PM          78984 hud_gsi.lua
-a----         21/7/2021  10:37 PM          13179 hud_healthbars.lua
-a----         21/7/2021  10:37 PM          14455 hud_mayhem.lua
-a----         21/7/2021  10:37 PM          14018 hud_msg.lua
-a----         21/7/2021  10:37 PM           3708 hud_zombie.lua
-a----         9/11/2018   6:18 PM          11806 interface_effects.xtbl
-a----         21/7/2021  10:37 PM          12962 liquor_store.lua
-a----         22/7/2021  12:28 PM          71391 main_menu.lua
-a----         21/7/2021  10:37 PM         169093 menu_base.lua
-a----         21/7/2021  10:37 PM          32957 mission_replay.lua
-a----         20/6/2019   2:45 PM           8952 mm_benchmark_sr.cts
-a----         21/7/2021  10:37 PM           6668 mm_benchmark_sr.lua
-a----         15/1/2019   1:42 PM           3868 mm_evilgat.cts
-a----         21/7/2021  10:37 PM           3574 mm_evilgat.lua
-a----         15/4/2020   5:07 PM           1135 mm_triangulate.cts
-a----         21/7/2021  10:37 PM           2202 mm_triangulate.lua
-a----         21/7/2021  11:25 PM          38049 mp_server_browser.lua
-a----         22/7/2021  12:41 PM          51365 multi_pause_menu.lua
-a----         21/7/2021  10:37 PM          20251 music_store.lua
-a----         21/7/2021  10:37 PM          33956 pause_map.lua
-a----         21/7/2021  10:37 PM         288626 pause_menu.lua
-a----         21/7/2021  10:37 PM          92107 pcr01.lua
-a----        23/12/2020   5:50 PM          20166 platform_PC_JP.le_strings
-a----        23/12/2020   5:50 PM          29752 platform_PC_US.le_strings
-a----         21/7/2021  10:37 PM            489 prison.lua
-a----          3/4/2020  11:32 PM          60190 sr2_city_missions.xtbl
-a----         22/7/2021   1:02 PM         520466 static_CH.le_strings
-a----         22/7/2021   1:02 PM        1003090 static_CZ.le_strings
-a----         22/7/2021   1:02 PM        1134482 static_DE.le_strings
-a----         22/7/2021   1:02 PM        1043276 static_DK.le_strings
-a----         22/7/2021   1:02 PM        1096956 static_ES.le_strings
-a----         22/7/2021   1:02 PM        1104278 static_FR.le_strings
-a----         22/7/2021   1:02 PM        1085076 static_IT.le_strings
-a----         22/7/2021   1:01 PM         618322 static_JP.le_strings
-a----         22/7/2021   1:02 PM        1134372 static_NL.le_strings
-a----         22/7/2021   1:02 PM        1051936 static_PL.le_strings
-a----         22/7/2021   1:02 PM        1017250 static_RU.le_strings
-a----         22/7/2021   1:02 PM        1009636 static_SE.le_strings
-a----         22/7/2021   1:02 PM         656904 static_SK.le_strings
-a----         22/7/2021   1:01 PM        1021216 static_US.le_strings
-a----          2/6/2019   7:05 PM         134983 stats.xtbl
-a----         21/7/2021  10:37 PM          46107 sui_main_menu.lua
-a----         21/7/2021  10:37 PM           3327 sui_mission_list.lua
-a----         21/7/2021  10:37 PM           3517 system_lib.lua
-a----         21/7/2021  10:37 PM           8184 television.lua
-a----         21/7/2021  10:37 PM          30169 tutorial.lua
-a----         21/7/2021  10:37 PM          72999 vehicle_cust.lua
-a----         22/7/2021   1:52 PM          29893 vint_lib.lua
-a----         21/7/2021  10:37 PM          49942 weapon_store.lua
Total of 68 items?
Code:
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----         21/7/2021  10:37 PM           2398 activity_level.lua
-a----         21/7/2021  10:37 PM           6395 building_purchase.lua
-a----         21/7/2021  10:37 PM           7030 cdl01.lua
-a----         22/7/2021  12:09 PM          80595 cellphone.lua
-a----         21/7/2021  10:37 PM          21382 city_load.lua
-a----         22/7/2021   2:12 PM          73821 clothing_store.lua
-a----         21/7/2021  10:37 PM         103573 completion.lua
-a----         21/7/2021  10:37 PM          18756 credits.lua
-a----         21/7/2021  10:37 PM           7993 crib_cust.lua
-a----         21/7/2021  10:37 PM          15575 demo_derby.lua
-a----         21/7/2021  10:37 PM          37539 dialog_box.lua
-a----         21/7/2021  10:37 PM          17057 gang_cust.lua
-a----         21/7/2021  10:37 PM           9192 garage.lua
-a----         21/7/2021  10:37 PM          40615 gmb_blackjack.lua
-a----         21/7/2021  10:37 PM          28885 gmb_poker.lua
-a----         22/7/2021  12:53 PM          42266 help_screens.xtbl
-a----         9/11/2018  11:29 AM           3696 help_screen_categories.xtbl
-a----         22/7/2021  11:46 AM         138450 hud.lua
-a----         21/7/2021  10:37 PM          14195 hud_demo_derby.lua
-a----         21/7/2021  10:37 PM          78984 hud_gsi.lua
-a----         21/7/2021  10:37 PM          13179 hud_healthbars.lua
-a----         21/7/2021  10:37 PM          14455 hud_mayhem.lua
-a----         21/7/2021  10:37 PM          14018 hud_msg.lua
-a----         21/7/2021  10:37 PM           3708 hud_zombie.lua
-a----         9/11/2018   6:18 PM          11806 interface_effects.xtbl
-a----         21/7/2021  10:37 PM          12962 liquor_store.lua
-a----         22/7/2021  12:28 PM          71391 main_menu.lua
-a----         21/7/2021  10:37 PM         169093 menu_base.lua
-a----         21/7/2021  10:37 PM          32957 mission_replay.lua
-a----         20/6/2019   2:45 PM           8952 mm_benchmark_sr.cts
-a----         21/7/2021  10:37 PM           6668 mm_benchmark_sr.lua
-a----         15/1/2019   1:42 PM           3868 mm_evilgat.cts
-a----         21/7/2021  10:37 PM           3574 mm_evilgat.lua
-a----         15/4/2020   5:07 PM           1135 mm_triangulate.cts
-a----         21/7/2021  10:37 PM           2202 mm_triangulate.lua
-a----         21/7/2021  11:25 PM          38049 mp_server_browser.lua
-a----         22/7/2021  12:41 PM          51365 multi_pause_menu.lua
-a----         21/7/2021  10:37 PM          20251 music_store.lua
-a----         21/7/2021  10:37 PM          33956 pause_map.lua
-a----         21/7/2021  10:37 PM         288626 pause_menu.lua
-a----         21/7/2021  10:37 PM          92107 pcr01.lua
-a----        23/12/2020   5:50 PM          20166 platform_PC_JP.le_strings
-a----         28/3/2020   8:49 PM          24519 platform_PC_JP.txt
-a----        23/12/2020   5:50 PM          29752 platform_PC_US.le_strings
-a----         28/3/2020   8:50 PM          20703 platform_PC_US.txt
-a----         21/7/2021  10:37 PM            489 prison.lua
-a----         16/4/2019   7:03 PM            266 Readme_SuperUIStrings.txt
-a----          3/4/2020  11:32 PM          60190 sr2_city_missions.xtbl
-a----         19/6/2019  11:38 PM         397642 sr2_text_tags.tbl
-a----         22/7/2021   1:02 PM         520466 static_CH.le_strings
-a----         22/7/2021   1:02 PM        1099698 static_CH.txt
-a----         22/7/2021   1:02 PM        1003090 static_CZ.le_strings
-a----         22/7/2021   1:02 PM         987516 static_CZ.txt
-a----         22/7/2021   1:02 PM        1134482 static_DE.le_strings
-a----         22/7/2021   1:02 PM         868464 static_DE.txt
-a----         22/7/2021   1:02 PM        1043276 static_DK.le_strings
-a----         22/7/2021   1:02 PM         844891 static_DK.txt
-a----         22/7/2021   1:02 PM        1096956 static_ES.le_strings
-a----         22/7/2021   1:02 PM         860935 static_ES.txt
-a----         22/7/2021   1:02 PM        1104278 static_FR.le_strings
-a----         22/7/2021   1:02 PM         879980 static_FR.txt
-a----         22/7/2021   1:02 PM        1085076 static_IT.le_strings
-a----         22/7/2021   1:02 PM         826065 static_IT.txt
-a----         22/7/2021   1:01 PM         618322 static_JP.le_strings
-a----         22/7/2021  12:59 PM         912299 static_JP.txt
-a----         22/7/2021   1:02 PM        1134372 static_NL.le_strings
-a----         22/7/2021   1:02 PM         840578 static_NL.txt
-a----         22/7/2021   1:02 PM        1051936 static_PL.le_strings
-a----         22/7/2021   1:02 PM         911604 static_PL.txt
-a----         22/7/2021   1:02 PM        1017250 static_RU.le_strings
-a----         22/7/2021   1:02 PM        2318301 static_RU.txt
-a----         22/7/2021   1:02 PM        1009636 static_SE.le_strings
-a----         22/7/2021   1:02 PM         860694 static_SE.txt
-a----         22/7/2021   1:02 PM         656904 static_SK.le_strings
-a----         22/7/2021   1:02 PM        1283796 static_SK.txt
-a----         22/7/2021   1:01 PM        1021216 static_US.le_strings
-a----         22/7/2021   1:01 PM         782665 static_US.txt
-a----          2/6/2019   7:05 PM         134983 stats.xtbl
-a----         21/7/2021  10:37 PM          46107 sui_main_menu.lua
-a----         21/7/2021  10:37 PM           3327 sui_mission_list.lua
-a----         21/7/2021  10:37 PM           3517 system_lib.lua
-a----         21/7/2021  10:37 PM           8184 television.lua
-a----         21/7/2021  10:37 PM          30169 tutorial.lua
-a----         21/7/2021  10:37 PM          72999 vehicle_cust.lua
-a----         22/7/2021   1:52 PM          29893 vint_lib.lua
-a----         21/7/2021  10:37 PM          49942 weapon_store.lua
Total of 86 items
---
Code:
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----         21/7/2021  10:37 PM           2398 activity_level.lua
-a----         21/7/2021  10:37 PM           6395 building_purchase.lua
-a----         21/7/2021  10:37 PM           7030 cdl01.lua
-a----         22/7/2021  12:09 PM          80595 cellphone.lua
-a----         21/7/2021  10:37 PM          21382 city_load.lua
-a----         22/7/2021   2:12 PM          73821 clothing_store.lua
-a----         21/7/2021  10:37 PM         103573 completion.lua
-a----         21/7/2021  10:37 PM          18756 credits.lua
-a----         21/7/2021  10:37 PM           7993 crib_cust.lua
-a----         21/7/2021  10:37 PM          15575 demo_derby.lua
-a----         21/7/2021  10:37 PM          37539 dialog_box.lua
-a----         21/7/2021  10:37 PM          17057 gang_cust.lua
-a----         21/7/2021  10:37 PM           9192 garage.lua
-a----         21/7/2021  10:37 PM          40615 gmb_blackjack.lua
-a----         21/7/2021  10:37 PM          28885 gmb_poker.lua
-a----         22/7/2021  12:53 PM          42266 help_screens.xtbl
-a----         9/11/2018  11:29 AM           3696 help_screen_categories.xtbl
-a----         22/7/2021  11:46 AM         138450 hud.lua
-a----         21/7/2021  10:37 PM          14195 hud_demo_derby.lua
-a----         21/7/2021  10:37 PM          78984 hud_gsi.lua
-a----         21/7/2021  10:37 PM          13179 hud_healthbars.lua
-a----         21/7/2021  10:37 PM          14455 hud_mayhem.lua
-a----         21/7/2021  10:37 PM          14018 hud_msg.lua
-a----         21/7/2021  10:37 PM           3708 hud_zombie.lua
-a----         9/11/2018   6:18 PM          11806 interface_effects.xtbl
-a----         21/7/2021  10:37 PM          12962 liquor_store.lua
-a----         22/7/2021  12:28 PM          71391 main_menu.lua
-a----         21/7/2021  10:37 PM         169093 menu_base.lua
-a----         21/7/2021  10:37 PM          32957 mission_replay.lua
-a----         20/6/2019   2:45 PM           8952 mm_benchmark_sr.cts
-a----         21/7/2021  10:37 PM           6668 mm_benchmark_sr.lua
-a----         15/1/2019   1:42 PM           3868 mm_evilgat.cts
-a----         21/7/2021  10:37 PM           3574 mm_evilgat.lua
-a----         15/4/2020   5:07 PM           1135 mm_triangulate.cts
-a----         21/7/2021  10:37 PM           2202 mm_triangulate.lua
-a----         21/7/2021  11:25 PM          38049 mp_server_browser.lua
-a----         22/7/2021  12:41 PM          51365 multi_pause_menu.lua
-a----         21/7/2021  10:37 PM          20251 music_store.lua
-a----         21/7/2021  10:37 PM          33956 pause_map.lua
-a----         29/7/2025   6:13 PM         288626 pause_menu.lua
-a----         21/7/2021  10:37 PM          92107 pcr01.lua
-a----        23/12/2020   5:50 PM          20166 platform_PC_JP.le_strings
-a----        23/12/2020   5:50 PM          29752 platform_PC_US.le_strings
-a----         21/7/2021  10:37 PM            489 prison.lua
-a----         29/7/2025   6:26 PM          57440 sr2_city_missions.xtbl
-a----         22/7/2021   1:02 PM         520466 static_CH.le_strings
-a----         22/7/2021   1:02 PM        1003090 static_CZ.le_strings
-a----         22/7/2021   1:02 PM        1134482 static_DE.le_strings
-a----         22/7/2021   1:02 PM        1043276 static_DK.le_strings
-a----         22/7/2021   1:02 PM        1096956 static_ES.le_strings
-a----         22/7/2021   1:02 PM        1104278 static_FR.le_strings
-a----         22/7/2021   1:02 PM        1085076 static_IT.le_strings
-a----         22/7/2021   1:01 PM         618322 static_JP.le_strings
-a----         22/7/2021   1:02 PM        1134372 static_NL.le_strings
-a----         22/7/2021   1:02 PM        1051936 static_PL.le_strings
-a----         22/7/2021   1:02 PM        1017250 static_RU.le_strings
-a----         22/7/2021   1:02 PM        1009636 static_SE.le_strings
-a----         22/7/2021   1:02 PM         656904 static_SK.le_strings
-a----         22/7/2021   1:01 PM        1021216 static_US.le_strings
-a----          2/6/2019   7:05 PM         134983 stats.xtbl
-a----         21/7/2021  10:37 PM          46107 sui_main_menu.lua
-a----         21/7/2021  10:37 PM           3327 sui_mission_list.lua
-a----         21/7/2021  10:37 PM           8184 television.lua
-a----         21/7/2021  10:37 PM          30169 tutorial.lua
-a----         21/7/2021  10:37 PM          72999 vehicle_cust.lua
-a----         22/7/2021   1:52 PM          29893 vint_lib.lua
-a----         21/7/2021  10:37 PM          49942 weapon_store.lua
Total of 67 items
OriginalClippy's Version
PADDING TEXT
activity_level.lua
building_purchase.lua
cdl01.lua
cellphone.lua
city_load.lua
clothing_store.lua
completion.lua
credits.lua
crib_cust.lua
demo_derby.lua
dialog_box.lua
gang_cust.lua
garage.lua
gmb_blackjack.lua
gmb_poker.lua
help_screens.xtbl
help_screen_categories.xtbl
hud.lua
hud_demo_derby.lua
hud_gsi.lua
hud_healthbars.lua
hud_mayhem.lua
hud_msg.lua
hud_zombie.lua
interface_effects.xtbl
liquor_store.lua
main_menu.lua
menu_base.lua
mission_replay.lua
mm_benchmark_sr.cts
mm_benchmark_sr.lua
mm_evilgat.cts
mm_evilgat.lua
mm_triangulate.cts
mm_triangulate.lua
mp_server_browser.lua
multi_pause_menu.lua
music_store.lua
pause_map.lua
pause_menu.lua
pcr01.lua
platform_PC_JP.le_strings
platform_PC_US.le_strings
prison.lua
sr2_city_missions.xtbl
static_CH.le_strings
static_CZ.le_strings
static_DE.le_strings
static_DK.le_strings
static_ES.le_strings
static_FR.le_strings
static_IT.le_strings
static_JP.le_strings
static_NL.le_strings
static_PL.le_strings
static_RU.le_strings
static_SE.le_strings
static_SK.le_strings
static_US.le_strings
stats.xtbl
sui_main_menu.lua
sui_mission_list.lua
system_lib.lua
television.lua
tutorial.lua
vehicle_cust.lua
vint_lib.lua
weapon_store.lua
activity_level.lua
building_purchase.lua
cdl01.lua
cellphone.lua
city_load.lua
clothing_store.lua
completion.lua
credits.lua
crib_cust.lua
demo_derby.lua
dialog_box.lua
gang_cust.lua
garage.lua
gmb_blackjack.lua
gmb_poker.lua
help_screens.xtbl
help_screen_categories.xtbl
hud.lua
hud_demo_derby.lua
hud_gsi.lua
hud_healthbars.lua
hud_mayhem.lua
hud_msg.lua
hud_zombie.lua
interface_effects.xtbl
liquor_store.lua
main_menu.lua
menu_base.lua
mission_replay.lua
mm_benchmark_sr.cts
mm_benchmark_sr.lua
mm_evilgat.cts
mm_evilgat.lua
mm_triangulate.cts
mm_triangulate.lua
mp_server_browser.lua
multi_pause_menu.lua
music_store.lua
pause_map.lua
pause_menu.lua
pcr01.lua
platform_PC_JP.le_strings
platform_PC_US.le_strings
prison.lua
sr2_city_missions.xtbl
static_CH.le_strings
static_CZ.le_strings
static_DE.le_strings
static_DK.le_strings
static_ES.le_strings
static_FR.le_strings
static_IT.le_strings
static_JP.le_strings
static_NL.le_strings
static_PL.le_strings
static_RU.le_strings
static_SE.le_strings
static_SK.le_strings
static_US.le_strings
stats.xtbl
sui_main_menu.lua
sui_mission_list.lua
television.lua
tutorial.lua
vehicle_cust.lua
vint_lib.lua
weapon_store.lua


I noticed:
  • Clippy's version lacks system_lib.lua
  • Winmerge says sr2_city_missions.xtbl is different
  • (less relevant) Even if strings folder not extracted, GOTR seems to work fine?
OK, what happens if we remove system_lib.lua?
THE GOTR INSTALL DOESN'T CRASH. (In my case anyway.)

What does nclok's version do different than the one in patch.vpp_pc?
nclok's version has extra code for error catching:
A sane person would just screensnip the WinMerge window, but bandwidth is expensive and the site gets hounded by enough bots as-is.
Left is SuperUI
Code:
-- system_lib.lua: System Functions. Loaded by both Gameplay and Interface contexts.
Line 15:
Code:
        -- Log Error [nclok1405]
        audio_play("SYS_RACE_FAIL")

        local error_message = "attempted to initialize global variable '"..k.."' with nil value"
        debug_print(error_message.."\n")

        -- Handled by game itself in Gameplay; handled by vint_lib.lua in UI
        mission_help_table("[format][color:red]"..tostring(error_message).."[/format]")

        error(error_message)
Code:
        error("attempted to initialize global variable '"..k.."' with nil value")

Line 35/25 and 54/38 and 74/53
Code:
        -- Log Error [nclok1405]
        audio_play("SYS_RACE_FAIL")
        local error_message = "attempted to initialize global variable '"..k.."' with nil value"
        debug_print(error_message.."\n")
        mission_help_table("[format][color:red]"..tostring(error_message).."[/format]")
        error(error_message)
For the top part (emphasis "with nil value"):
Code:
        error("attempted to initialize global variable '"..k.."' with nil value")

Other two parts:
Code:
    error("attempted to read undefined global variable '"..k.."'")

The rest are insignificant tab spacing differences.

Thanks for reading
tl;dr: I found using SuperUI from Kobraworks website doesn't crash (if you're not using GOTR anyway)
if using original SuperUI (GOTR?), removing/renaming system_lib.lua may help?
I won't be making a GitHub issue for now, since the crashing may be SuperUI-specific.
 
Last edited:
OK, nerding out in this post about attempting to solve this issue: (click spoiler if you love nerding out about code):
I've experimented with a fresh install > install Juiced > can use LUA executor
install SuperUI (original nclokversion) > crash when using "Insert" LUA executor
thoughts: > This is interesting because nclok did not expressly mention it was only compatible with GOTR, but it's possible it's incompatible with the original game
install SuperUI version modified by Clippy95 ("Stripped of GOTR content"): > can use LUA executor

So first I'll be using dir command to compare the versions:
(Future Reina: WinMerge is far better to compare folder differences.)
Code:
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----         21/7/2021  10:37 PM           2398 activity_level.lua
-a----         21/7/2021  10:37 PM           6395 building_purchase.lua
-a----         21/7/2021  10:37 PM           7030 cdl01.lua
-a----         22/7/2021  12:09 PM          80595 cellphone.lua
-a----         21/7/2021  10:37 PM          21382 city_load.lua
-a----         22/7/2021   2:12 PM          73821 clothing_store.lua
-a----         21/7/2021  10:37 PM         103573 completion.lua
-a----         21/7/2021  10:37 PM          18756 credits.lua
-a----         21/7/2021  10:37 PM           7993 crib_cust.lua
-a----         21/7/2021  10:37 PM          15575 demo_derby.lua
-a----         21/7/2021  10:37 PM          37539 dialog_box.lua
-a----         21/7/2021  10:37 PM          17057 gang_cust.lua
-a----         21/7/2021  10:37 PM           9192 garage.lua
-a----         21/7/2021  10:37 PM          40615 gmb_blackjack.lua
-a----         21/7/2021  10:37 PM          28885 gmb_poker.lua
-a----         22/7/2021  12:53 PM          42266 help_screens.xtbl
-a----         9/11/2018  11:29 AM           3696 help_screen_categories.xtbl
-a----         22/7/2021  11:46 AM         138450 hud.lua
-a----         21/7/2021  10:37 PM          14195 hud_demo_derby.lua
-a----         21/7/2021  10:37 PM          78984 hud_gsi.lua
-a----         21/7/2021  10:37 PM          13179 hud_healthbars.lua
-a----         21/7/2021  10:37 PM          14455 hud_mayhem.lua
-a----         21/7/2021  10:37 PM          14018 hud_msg.lua
-a----         21/7/2021  10:37 PM           3708 hud_zombie.lua
-a----         9/11/2018   6:18 PM          11806 interface_effects.xtbl
-a----         21/7/2021  10:37 PM          12962 liquor_store.lua
-a----         22/7/2021  12:28 PM          71391 main_menu.lua
-a----         21/7/2021  10:37 PM         169093 menu_base.lua
-a----         21/7/2021  10:37 PM          32957 mission_replay.lua
-a----         20/6/2019   2:45 PM           8952 mm_benchmark_sr.cts
-a----         21/7/2021  10:37 PM           6668 mm_benchmark_sr.lua
-a----         15/1/2019   1:42 PM           3868 mm_evilgat.cts
-a----         21/7/2021  10:37 PM           3574 mm_evilgat.lua
-a----         15/4/2020   5:07 PM           1135 mm_triangulate.cts
-a----         21/7/2021  10:37 PM           2202 mm_triangulate.lua
-a----         21/7/2021  11:25 PM          38049 mp_server_browser.lua
-a----         22/7/2021  12:41 PM          51365 multi_pause_menu.lua
-a----         21/7/2021  10:37 PM          20251 music_store.lua
-a----         21/7/2021  10:37 PM          33956 pause_map.lua
-a----         21/7/2021  10:37 PM         288626 pause_menu.lua
-a----         21/7/2021  10:37 PM          92107 pcr01.lua
-a----        23/12/2020   5:50 PM          20166 platform_PC_JP.le_strings
-a----        23/12/2020   5:50 PM          29752 platform_PC_US.le_strings
-a----         21/7/2021  10:37 PM            489 prison.lua
-a----          3/4/2020  11:32 PM          60190 sr2_city_missions.xtbl
-a----         22/7/2021   1:02 PM         520466 static_CH.le_strings
-a----         22/7/2021   1:02 PM        1003090 static_CZ.le_strings
-a----         22/7/2021   1:02 PM        1134482 static_DE.le_strings
-a----         22/7/2021   1:02 PM        1043276 static_DK.le_strings
-a----         22/7/2021   1:02 PM        1096956 static_ES.le_strings
-a----         22/7/2021   1:02 PM        1104278 static_FR.le_strings
-a----         22/7/2021   1:02 PM        1085076 static_IT.le_strings
-a----         22/7/2021   1:01 PM         618322 static_JP.le_strings
-a----         22/7/2021   1:02 PM        1134372 static_NL.le_strings
-a----         22/7/2021   1:02 PM        1051936 static_PL.le_strings
-a----         22/7/2021   1:02 PM        1017250 static_RU.le_strings
-a----         22/7/2021   1:02 PM        1009636 static_SE.le_strings
-a----         22/7/2021   1:02 PM         656904 static_SK.le_strings
-a----         22/7/2021   1:01 PM        1021216 static_US.le_strings
-a----          2/6/2019   7:05 PM         134983 stats.xtbl
-a----         21/7/2021  10:37 PM          46107 sui_main_menu.lua
-a----         21/7/2021  10:37 PM           3327 sui_mission_list.lua
-a----         21/7/2021  10:37 PM           3517 system_lib.lua
-a----         21/7/2021  10:37 PM           8184 television.lua
-a----         21/7/2021  10:37 PM          30169 tutorial.lua
-a----         21/7/2021  10:37 PM          72999 vehicle_cust.lua
-a----         22/7/2021   1:52 PM          29893 vint_lib.lua
-a----         21/7/2021  10:37 PM          49942 weapon_store.lua
Total of 68 items?
Code:
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----         21/7/2021  10:37 PM           2398 activity_level.lua
-a----         21/7/2021  10:37 PM           6395 building_purchase.lua
-a----         21/7/2021  10:37 PM           7030 cdl01.lua
-a----         22/7/2021  12:09 PM          80595 cellphone.lua
-a----         21/7/2021  10:37 PM          21382 city_load.lua
-a----         22/7/2021   2:12 PM          73821 clothing_store.lua
-a----         21/7/2021  10:37 PM         103573 completion.lua
-a----         21/7/2021  10:37 PM          18756 credits.lua
-a----         21/7/2021  10:37 PM           7993 crib_cust.lua
-a----         21/7/2021  10:37 PM          15575 demo_derby.lua
-a----         21/7/2021  10:37 PM          37539 dialog_box.lua
-a----         21/7/2021  10:37 PM          17057 gang_cust.lua
-a----         21/7/2021  10:37 PM           9192 garage.lua
-a----         21/7/2021  10:37 PM          40615 gmb_blackjack.lua
-a----         21/7/2021  10:37 PM          28885 gmb_poker.lua
-a----         22/7/2021  12:53 PM          42266 help_screens.xtbl
-a----         9/11/2018  11:29 AM           3696 help_screen_categories.xtbl
-a----         22/7/2021  11:46 AM         138450 hud.lua
-a----         21/7/2021  10:37 PM          14195 hud_demo_derby.lua
-a----         21/7/2021  10:37 PM          78984 hud_gsi.lua
-a----         21/7/2021  10:37 PM          13179 hud_healthbars.lua
-a----         21/7/2021  10:37 PM          14455 hud_mayhem.lua
-a----         21/7/2021  10:37 PM          14018 hud_msg.lua
-a----         21/7/2021  10:37 PM           3708 hud_zombie.lua
-a----         9/11/2018   6:18 PM          11806 interface_effects.xtbl
-a----         21/7/2021  10:37 PM          12962 liquor_store.lua
-a----         22/7/2021  12:28 PM          71391 main_menu.lua
-a----         21/7/2021  10:37 PM         169093 menu_base.lua
-a----         21/7/2021  10:37 PM          32957 mission_replay.lua
-a----         20/6/2019   2:45 PM           8952 mm_benchmark_sr.cts
-a----         21/7/2021  10:37 PM           6668 mm_benchmark_sr.lua
-a----         15/1/2019   1:42 PM           3868 mm_evilgat.cts
-a----         21/7/2021  10:37 PM           3574 mm_evilgat.lua
-a----         15/4/2020   5:07 PM           1135 mm_triangulate.cts
-a----         21/7/2021  10:37 PM           2202 mm_triangulate.lua
-a----         21/7/2021  11:25 PM          38049 mp_server_browser.lua
-a----         22/7/2021  12:41 PM          51365 multi_pause_menu.lua
-a----         21/7/2021  10:37 PM          20251 music_store.lua
-a----         21/7/2021  10:37 PM          33956 pause_map.lua
-a----         21/7/2021  10:37 PM         288626 pause_menu.lua
-a----         21/7/2021  10:37 PM          92107 pcr01.lua
-a----        23/12/2020   5:50 PM          20166 platform_PC_JP.le_strings
-a----         28/3/2020   8:49 PM          24519 platform_PC_JP.txt
-a----        23/12/2020   5:50 PM          29752 platform_PC_US.le_strings
-a----         28/3/2020   8:50 PM          20703 platform_PC_US.txt
-a----         21/7/2021  10:37 PM            489 prison.lua
-a----         16/4/2019   7:03 PM            266 Readme_SuperUIStrings.txt
-a----          3/4/2020  11:32 PM          60190 sr2_city_missions.xtbl
-a----         19/6/2019  11:38 PM         397642 sr2_text_tags.tbl
-a----         22/7/2021   1:02 PM         520466 static_CH.le_strings
-a----         22/7/2021   1:02 PM        1099698 static_CH.txt
-a----         22/7/2021   1:02 PM        1003090 static_CZ.le_strings
-a----         22/7/2021   1:02 PM         987516 static_CZ.txt
-a----         22/7/2021   1:02 PM        1134482 static_DE.le_strings
-a----         22/7/2021   1:02 PM         868464 static_DE.txt
-a----         22/7/2021   1:02 PM        1043276 static_DK.le_strings
-a----         22/7/2021   1:02 PM         844891 static_DK.txt
-a----         22/7/2021   1:02 PM        1096956 static_ES.le_strings
-a----         22/7/2021   1:02 PM         860935 static_ES.txt
-a----         22/7/2021   1:02 PM        1104278 static_FR.le_strings
-a----         22/7/2021   1:02 PM         879980 static_FR.txt
-a----         22/7/2021   1:02 PM        1085076 static_IT.le_strings
-a----         22/7/2021   1:02 PM         826065 static_IT.txt
-a----         22/7/2021   1:01 PM         618322 static_JP.le_strings
-a----         22/7/2021  12:59 PM         912299 static_JP.txt
-a----         22/7/2021   1:02 PM        1134372 static_NL.le_strings
-a----         22/7/2021   1:02 PM         840578 static_NL.txt
-a----         22/7/2021   1:02 PM        1051936 static_PL.le_strings
-a----         22/7/2021   1:02 PM         911604 static_PL.txt
-a----         22/7/2021   1:02 PM        1017250 static_RU.le_strings
-a----         22/7/2021   1:02 PM        2318301 static_RU.txt
-a----         22/7/2021   1:02 PM        1009636 static_SE.le_strings
-a----         22/7/2021   1:02 PM         860694 static_SE.txt
-a----         22/7/2021   1:02 PM         656904 static_SK.le_strings
-a----         22/7/2021   1:02 PM        1283796 static_SK.txt
-a----         22/7/2021   1:01 PM        1021216 static_US.le_strings
-a----         22/7/2021   1:01 PM         782665 static_US.txt
-a----          2/6/2019   7:05 PM         134983 stats.xtbl
-a----         21/7/2021  10:37 PM          46107 sui_main_menu.lua
-a----         21/7/2021  10:37 PM           3327 sui_mission_list.lua
-a----         21/7/2021  10:37 PM           3517 system_lib.lua
-a----         21/7/2021  10:37 PM           8184 television.lua
-a----         21/7/2021  10:37 PM          30169 tutorial.lua
-a----         21/7/2021  10:37 PM          72999 vehicle_cust.lua
-a----         22/7/2021   1:52 PM          29893 vint_lib.lua
-a----         21/7/2021  10:37 PM          49942 weapon_store.lua
Total of 86 items
---
Code:
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----         21/7/2021  10:37 PM           2398 activity_level.lua
-a----         21/7/2021  10:37 PM           6395 building_purchase.lua
-a----         21/7/2021  10:37 PM           7030 cdl01.lua
-a----         22/7/2021  12:09 PM          80595 cellphone.lua
-a----         21/7/2021  10:37 PM          21382 city_load.lua
-a----         22/7/2021   2:12 PM          73821 clothing_store.lua
-a----         21/7/2021  10:37 PM         103573 completion.lua
-a----         21/7/2021  10:37 PM          18756 credits.lua
-a----         21/7/2021  10:37 PM           7993 crib_cust.lua
-a----         21/7/2021  10:37 PM          15575 demo_derby.lua
-a----         21/7/2021  10:37 PM          37539 dialog_box.lua
-a----         21/7/2021  10:37 PM          17057 gang_cust.lua
-a----         21/7/2021  10:37 PM           9192 garage.lua
-a----         21/7/2021  10:37 PM          40615 gmb_blackjack.lua
-a----         21/7/2021  10:37 PM          28885 gmb_poker.lua
-a----         22/7/2021  12:53 PM          42266 help_screens.xtbl
-a----         9/11/2018  11:29 AM           3696 help_screen_categories.xtbl
-a----         22/7/2021  11:46 AM         138450 hud.lua
-a----         21/7/2021  10:37 PM          14195 hud_demo_derby.lua
-a----         21/7/2021  10:37 PM          78984 hud_gsi.lua
-a----         21/7/2021  10:37 PM          13179 hud_healthbars.lua
-a----         21/7/2021  10:37 PM          14455 hud_mayhem.lua
-a----         21/7/2021  10:37 PM          14018 hud_msg.lua
-a----         21/7/2021  10:37 PM           3708 hud_zombie.lua
-a----         9/11/2018   6:18 PM          11806 interface_effects.xtbl
-a----         21/7/2021  10:37 PM          12962 liquor_store.lua
-a----         22/7/2021  12:28 PM          71391 main_menu.lua
-a----         21/7/2021  10:37 PM         169093 menu_base.lua
-a----         21/7/2021  10:37 PM          32957 mission_replay.lua
-a----         20/6/2019   2:45 PM           8952 mm_benchmark_sr.cts
-a----         21/7/2021  10:37 PM           6668 mm_benchmark_sr.lua
-a----         15/1/2019   1:42 PM           3868 mm_evilgat.cts
-a----         21/7/2021  10:37 PM           3574 mm_evilgat.lua
-a----         15/4/2020   5:07 PM           1135 mm_triangulate.cts
-a----         21/7/2021  10:37 PM           2202 mm_triangulate.lua
-a----         21/7/2021  11:25 PM          38049 mp_server_browser.lua
-a----         22/7/2021  12:41 PM          51365 multi_pause_menu.lua
-a----         21/7/2021  10:37 PM          20251 music_store.lua
-a----         21/7/2021  10:37 PM          33956 pause_map.lua
-a----         29/7/2025   6:13 PM         288626 pause_menu.lua
-a----         21/7/2021  10:37 PM          92107 pcr01.lua
-a----        23/12/2020   5:50 PM          20166 platform_PC_JP.le_strings
-a----        23/12/2020   5:50 PM          29752 platform_PC_US.le_strings
-a----         21/7/2021  10:37 PM            489 prison.lua
-a----         29/7/2025   6:26 PM          57440 sr2_city_missions.xtbl
-a----         22/7/2021   1:02 PM         520466 static_CH.le_strings
-a----         22/7/2021   1:02 PM        1003090 static_CZ.le_strings
-a----         22/7/2021   1:02 PM        1134482 static_DE.le_strings
-a----         22/7/2021   1:02 PM        1043276 static_DK.le_strings
-a----         22/7/2021   1:02 PM        1096956 static_ES.le_strings
-a----         22/7/2021   1:02 PM        1104278 static_FR.le_strings
-a----         22/7/2021   1:02 PM        1085076 static_IT.le_strings
-a----         22/7/2021   1:01 PM         618322 static_JP.le_strings
-a----         22/7/2021   1:02 PM        1134372 static_NL.le_strings
-a----         22/7/2021   1:02 PM        1051936 static_PL.le_strings
-a----         22/7/2021   1:02 PM        1017250 static_RU.le_strings
-a----         22/7/2021   1:02 PM        1009636 static_SE.le_strings
-a----         22/7/2021   1:02 PM         656904 static_SK.le_strings
-a----         22/7/2021   1:01 PM        1021216 static_US.le_strings
-a----          2/6/2019   7:05 PM         134983 stats.xtbl
-a----         21/7/2021  10:37 PM          46107 sui_main_menu.lua
-a----         21/7/2021  10:37 PM           3327 sui_mission_list.lua
-a----         21/7/2021  10:37 PM           8184 television.lua
-a----         21/7/2021  10:37 PM          30169 tutorial.lua
-a----         21/7/2021  10:37 PM          72999 vehicle_cust.lua
-a----         22/7/2021   1:52 PM          29893 vint_lib.lua
-a----         21/7/2021  10:37 PM          49942 weapon_store.lua
Total of 67 items
OriginalClippy's Version
PADDING TEXT
activity_level.lua
building_purchase.lua
cdl01.lua
cellphone.lua
city_load.lua
clothing_store.lua
completion.lua
credits.lua
crib_cust.lua
demo_derby.lua
dialog_box.lua
gang_cust.lua
garage.lua
gmb_blackjack.lua
gmb_poker.lua
help_screens.xtbl
help_screen_categories.xtbl
hud.lua
hud_demo_derby.lua
hud_gsi.lua
hud_healthbars.lua
hud_mayhem.lua
hud_msg.lua
hud_zombie.lua
interface_effects.xtbl
liquor_store.lua
main_menu.lua
menu_base.lua
mission_replay.lua
mm_benchmark_sr.cts
mm_benchmark_sr.lua
mm_evilgat.cts
mm_evilgat.lua
mm_triangulate.cts
mm_triangulate.lua
mp_server_browser.lua
multi_pause_menu.lua
music_store.lua
pause_map.lua
pause_menu.lua
pcr01.lua
platform_PC_JP.le_strings
platform_PC_US.le_strings
prison.lua
sr2_city_missions.xtbl
static_CH.le_strings
static_CZ.le_strings
static_DE.le_strings
static_DK.le_strings
static_ES.le_strings
static_FR.le_strings
static_IT.le_strings
static_JP.le_strings
static_NL.le_strings
static_PL.le_strings
static_RU.le_strings
static_SE.le_strings
static_SK.le_strings
static_US.le_strings
stats.xtbl
sui_main_menu.lua
sui_mission_list.lua
system_lib.lua
television.lua
tutorial.lua
vehicle_cust.lua
vint_lib.lua
weapon_store.lua
activity_level.lua
building_purchase.lua
cdl01.lua
cellphone.lua
city_load.lua
clothing_store.lua
completion.lua
credits.lua
crib_cust.lua
demo_derby.lua
dialog_box.lua
gang_cust.lua
garage.lua
gmb_blackjack.lua
gmb_poker.lua
help_screens.xtbl
help_screen_categories.xtbl
hud.lua
hud_demo_derby.lua
hud_gsi.lua
hud_healthbars.lua
hud_mayhem.lua
hud_msg.lua
hud_zombie.lua
interface_effects.xtbl
liquor_store.lua
main_menu.lua
menu_base.lua
mission_replay.lua
mm_benchmark_sr.cts
mm_benchmark_sr.lua
mm_evilgat.cts
mm_evilgat.lua
mm_triangulate.cts
mm_triangulate.lua
mp_server_browser.lua
multi_pause_menu.lua
music_store.lua
pause_map.lua
pause_menu.lua
pcr01.lua
platform_PC_JP.le_strings
platform_PC_US.le_strings
prison.lua
sr2_city_missions.xtbl
static_CH.le_strings
static_CZ.le_strings
static_DE.le_strings
static_DK.le_strings
static_ES.le_strings
static_FR.le_strings
static_IT.le_strings
static_JP.le_strings
static_NL.le_strings
static_PL.le_strings
static_RU.le_strings
static_SE.le_strings
static_SK.le_strings
static_US.le_strings
stats.xtbl
sui_main_menu.lua
sui_mission_list.lua
television.lua
tutorial.lua
vehicle_cust.lua
vint_lib.lua
weapon_store.lua


I noticed:
  • Clippy's version lacks system_lib.lua
  • Winmerge says sr2_city_missions.xtbl is different
  • (less relevant) Even if strings folder not extracted, GOTR seems to work fine?
OK, what happens if we remove system_lib.lua?
THE GOTR INSTALL DOESN'T CRASH. (In my case anyway.)

What does nclok's version do different than the one in patch.vpp_pc?
nclok's version has extra code for error catching:
A sane person would just screensnip the WinMerge window, but bandwidth is expensive and the site gets hounded by enough bots as-is.
Left is SuperUI
Code:
-- system_lib.lua: System Functions. Loaded by both Gameplay and Interface contexts.
Line 15:
Code:
        -- Log Error [nclok1405]
        audio_play("SYS_RACE_FAIL")

        local error_message = "attempted to initialize global variable '"..k.."' with nil value"
        debug_print(error_message.."\n")

        -- Handled by game itself in Gameplay; handled by vint_lib.lua in UI
        mission_help_table("[format][color:red]"..tostring(error_message).."[/format]")

        error(error_message)
Code:
        error("attempted to initialize global variable '"..k.."' with nil value")

Line 35/25 and 54/38 and 74/53
Code:
        -- Log Error [nclok1405]
        audio_play("SYS_RACE_FAIL")
        local error_message = "attempted to initialize global variable '"..k.."' with nil value"
        debug_print(error_message.."\n")
        mission_help_table("[format][color:red]"..tostring(error_message).."[/format]")
        error(error_message)
For the top part (emphasis "with nil value"):
Code:
        error("attempted to initialize global variable '"..k.."' with nil value")

Other two parts:
Code:
    error("attempted to read undefined global variable '"..k.."'")

The rest are insignificant tab spacing differences.

Thanks for reading
tl;dr: I found using SuperUI from Kobraworks website doesn't crash (if you're not using GOTR anyway)
if using original SuperUI (GOTR?), removing/renaming system_lib.lua may help?
I won't be making a GitHub issue for now, since the crashing may be SuperUI-specific.
Interesting. I hadn't even realised nclok1405 had edited that file. I thought the "error" function was doing the foley and display message on it's own.

I've had a play around, and I've figured out what's going on.
  1. Functions in the Juiced LUA console are being misinterpreted as Global Variables, which means they're being flagged as an error by system_lib.lua. Here's the error in debug.txt:
    Code:
    attempted to read undefined global variable 'character_set_persona'
    attempted to read undefined global variable '_ALERT'
  2. The error message was being produced three separate times, resulting in x3 the amount of unlocalized text, which I think is what was crashing the game. Commenting out the mission_help_text() functions fixes the crashing and allows the LUA console to work, although any function run through it will still be read as an error.
In the attached file, on-screen messages have been disabled (as mentioned above), but debug_print() remains, so errors will still be printed to debug.txt and the Juiced CMD window.

Tagging Kobraworks in case anyone knows what to fix on their end: @CabooseSayzWTF @Clippy95 @Tervel1337 @Uzis
 

Attachments

Back
Top