STEAM GROUP
Borderlands 2 HUD BL2HUD
STEAM GROUP
Borderlands 2 HUD BL2HUD
14
IN-GAME
59
ONLINE
Founded
July 13, 2017
Language
English
All Discussions > Bug Reporting > Topic Details
 This topic has been pinned, so it's probably important
Potential WolfHUD compatibility temp fix thingy ...
Regarding WolfHUD, here is a temp fix I've come up with ...
I tested this on latest Github release of WolfHUD and seemed to work fine ( note that the test was like 10 minutes because im not much of a WolfHUD user ) so if it still crashes, report it.
Basically add this :

if SystemFS:exists("mods/BL2HUD/mod.txt") then
return
end

On 1st line before anything else in these following lua's that are located in WolfHUD/lua/

CustomHUD.lua and VanillaHUD.lua .
DrivingHUD.lua Thanks Nerd Venom for pointing this one out.
(Quick note about DrivingHUD, For me using the Github release of WolfHUD , DrivingHUD seemed to work just fine, so i guess add the code of lines to DrivingHUD only if you are crashing while attempting to use a vehicle)

Since I'm not a WolfHUD user, I'm not sure if HUDList has offset options in the WolfHUD in-game menu ( at least i coudln't find them ) , if thats the case , you will also want to open HUDList.lua and go down to line 175 , and should spot there
right_list_height_offset = (somevalue),
left_list_height_offset = (somevalue),
buff_list_height_offset = (somevalue),

And change said values to:
right_list_height_offset = 205,
left_list_height_offset = 240,
buff_list_height_offset = 20,

Tho feel free to play around with the values, as these are just to set their position on the HUD and just making sure so it doesn't overlap with my panels :P

( Some credit goes to Seamlink as i copied same compatibility method he used in SGO )
Last edited by LohaTronsRS; Aug 8, 2017 @ 11:42am
< >
Showing 1-12 of 12 comments
Wait I played with SGO pretty sure there was next to no incompatibilities with any HUD I used (Including WolfHUD) Other than Compact HUD with the Health and armor would bug out
Because he had same file check added to some luas that made the mod basically not use them :P
( stamina.lua is one of them for example)
Last edited by LohaTronsRS; Jul 22, 2017 @ 2:29am
Can't find WolfHUD/lua/VanillaHud.lua. Added the new code to the other three but it still crashes.
Originally posted by Luddites:
Can't find WolfHUD/lua/VanillaHud.lua. Added the new code to the other three but it still crashes.
It should be third from the bottom
Also does anyone manage to just get the damage pop ups working? PocoHUD's kind of suck dick
Originally posted by Sir Cat Ina Hat:
Also does anyone manage to just get the damage pop ups working? PocoHUD's kind of suck dick
WolfHUD ones should work too tho
(I guess i really need to do them myself at some point ... FeelsBadMan)

Originally posted by Luddites:
Can't find WolfHUD/lua/VanillaHud.lua. Added the new code to the other three but it still crashes.
Okay since im not much of a WolfHUD user ... maybe the older WolfHUD didnt contain it yet ( or was named differently ? ) ... again not sure ...
Tho if that the case you could try turning on "CustomHUD" in the options if its not on already ...
Last edited by LohaTronsRS; Aug 2, 2017 @ 11:18pm
Originally posted by Sir Cat Ina Hat:
Originally posted by Luddites:
Can't find WolfHUD/lua/VanillaHud.lua. Added the new code to the other three but it still crashes.
It should be third from the bottom
Third from bottom is Tabstats for me.
Updated the post as to reflect on Update 3.005
No matter what I try it still crashes no matter what...
Ik the mod is discontinued but still...
I wish i could make this hud work with WolfHud features...

Crash log:

Application has crashed: C++ exception
mods/BL2HUD/BL2Team.lua:2957: attempt to call method 'modify_value' (a nil value)



SCRIPT STACK

init() @mods/BL2HUD/BL2Team.lua:964
new() core/lib/utils/coreclass.lua:35
_create_teammates_panel() @mods/BL2HUD/Manager.lua:62
original() lib/managers/hudmanagerpd2.lua:647
original() @mods/base/req/core/Hooks.lua:185
_setup_player_info_hud_pd2() @mods/base/req/core/Hooks.lua:260
setup() 4
setup() lib/managers/hudmanager.lua:328
load_hud() lib/managers/hudmanager.lua:315
init_finalize() lib/managers/hudmanager.lua:217
init_finalize() lib/setups/gamesetup.lua:680
init_finalize() lib/setups/networkgamesetup.lua:15
core/lib/setups/coresetup.lua:425
Originally posted by Bot Cyrox™:
No matter what I try it still crashes no matter what...
Ik the mod is discontinued but still...
I wish i could make this hud work with WolfHud features...

Crash log:

Application has crashed: C++ exception
mods/BL2HUD/BL2Team.lua:2957: attempt to call method 'modify_value' (a nil value)



SCRIPT STACK

init() @mods/BL2HUD/BL2Team.lua:964
new() core/lib/utils/coreclass.lua:35
_create_teammates_panel() @mods/BL2HUD/Manager.lua:62
original() lib/managers/hudmanagerpd2.lua:647
original() @mods/base/req/core/Hooks.lua:185
_setup_player_info_hud_pd2() @mods/base/req/core/Hooks.lua:260
setup() 4
setup() lib/managers/hudmanager.lua:328
load_hud() lib/managers/hudmanager.lua:315
init_finalize() lib/managers/hudmanager.lua:217
init_finalize() lib/setups/gamesetup.lua:680
init_finalize() lib/setups/networkgamesetup.lua:15
core/lib/setups/coresetup.lua:425

Ye I'm fully away from working on thing, as ive gone abandoned modding overall

But in case you're using my original posted version, you could try test1's "fix" version of it
https://modworkshop.net/mydownloads.php?action=view_down&did=23623

(tho im pretty sure my original version of it doesn't even work anymore in first place x) ... so maybe me pointing this out is bit useless)

Other than that, can't help much sadly.
Originally posted by LohaTronsRS:
Originally posted by Bot Cyrox™:
No matter what I try it still crashes no matter what...
Ik the mod is discontinued but still...
I wish i could make this hud work with WolfHud features...

Crash log:

Application has crashed: C++ exception
mods/BL2HUD/BL2Team.lua:2957: attempt to call method 'modify_value' (a nil value)



SCRIPT STACK

init() @mods/BL2HUD/BL2Team.lua:964
new() core/lib/utils/coreclass.lua:35
_create_teammates_panel() @mods/BL2HUD/Manager.lua:62
original() lib/managers/hudmanagerpd2.lua:647
original() @mods/base/req/core/Hooks.lua:185
_setup_player_info_hud_pd2() @mods/base/req/core/Hooks.lua:260
setup() 4
setup() lib/managers/hudmanager.lua:328
load_hud() lib/managers/hudmanager.lua:315
init_finalize() lib/managers/hudmanager.lua:217
init_finalize() lib/setups/gamesetup.lua:680
init_finalize() lib/setups/networkgamesetup.lua:15
core/lib/setups/coresetup.lua:425

Ye I'm fully away from working on thing, as ive gone abandoned modding overall

But in case you're using my original posted version, you could try test1's "fix" version of it
https://modworkshop.net/mydownloads.php?action=view_down&did=23623

(tho im pretty sure my original version of it doesn't even work anymore in first place x) ... so maybe me pointing this out is bit useless)

Other than that, can't help much sadly.

Can confirm that test1's fix actually seem to get it to work after doing the other fixes.
Yea, this mod is dead has been for a while.
So if you Test1's fix is the only fix unless LohaTronsRS comes back.

Also, You don't need WolfHUD. Hudlist works the exact same way (Because it is the same code) and has the inbuilt slider functionality so you can adjust it
< >
Showing 1-12 of 12 comments
Per page: 1530 50

All Discussions > Bug Reporting > Topic Details