Quantcast
Channel: ZDoom
Viewing all articles
Browse latest Browse all 3391

Gameplay Mods • Re: [0.10.5] Gun Bonsai -- everything-compatible weapon upgrading

$
0
0
I must say, This mod has improved. But there's a problem, a big one. When I get the Juggler upgrade, when I try to get a new upgrade, The game just crashes completely. Here's the error.
was just coming to post this same crash.

wasn't sure what the cause was but it sounds like juggler because i had juggler on an upgrade before mine started crashing too.
doomcrash.png


--EDIT--
on the bandoliers thing, I think just having toggles for the troublesome upgrades would go a long way... like being able to disable ammo/health/armor scavenge and bandoliers would be pretty good for using things like DRLA
You can pick any first player upgrade you want, it'll abort on the second attempt to pick a player upgrade since the reference to a tooltip variable tt is unrecoverable. You can bandaid this by adding

Code:

if(!tt){return 0;}
before

Code:

tt.text = upgrade.GetTooltip(upgrade.level);
on line 115 in the file .pk3\ca.ancilla.bonsai\menu\GenericMenu.zsc, but since the tooltip doesn't exist none will be displayed. I presume this refers to whatever player upgrade you picked previously because in its place will be a blank space.

EDIT: From what I can tell during play experience both the Juggler and Intuition upgrades have broken lines of text in the menu.

Statistics: Posted by Zhs2 — Sat Dec 30, 2023 9:09 pm



Viewing all articles
Browse latest Browse all 3391

Trending Articles