[r3270] HUD "ARMS" particular inconsistency when coop spying

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
Edward-san
Posts: 1774
Joined: Sat Oct 17, 2009 9:40 am

[r3270] HUD "ARMS" particular inconsistency when coop spying

Post by Edward-san »

From skulltag bug tracker: 0000513: HUD "ARMS" not reflecting KEYCONF WeaponSection when coop spying
It seems that the "ARMS" part of the HUD doesn't reflect the custom weapon section defined in the KEYCONF lump when coop spying.
Images.

Minimal example wad.

[edit] changed example wad as the previous one wasn't zdoom-friendly.
Blzut3
 
 
Posts: 3203
Joined: Wed Nov 24, 2004 12:59 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Contact:

Re: [r3270] HUD "ARMS" particular inconsistency when coop sp

Post by Blzut3 »

Works fine for me, should I have to do anything other than starting up two instance of ZDoom, picking up some weapons and coopspying? I've even tried give weapons/all and it seems to work fine.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Re: [r3270] HUD "ARMS" particular inconsistency when coop sp

Post by randi »

I think this might be a VC++ vs GCC problem. I tested earlier on Windows, and it didn't work. I just tested now on Linux, and it did work. (Or, it could be something else, since it was a while ago that I did it on Windows.)
User avatar
Torr Samaho
Posts: 38
Joined: Sat Nov 17, 2007 4:43 am

Re: [r3270] HUD "ARMS" particular inconsistency when coop sp

Post by Torr Samaho »

From what I can say this doesn't happen in true multiplayer games, but it does happen with bots. The problem is that in APlayerPawn::SetupWeaponSlots the LocalSetup stuff is only done for the consoleplayer (which includes the effects of the KEYCONF lump).
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Re: [r3270] HUD "ARMS" particular inconsistency when coop sp

Post by randi »

I tested again on Windows with a real net game, and it was fine, so my original test was probably with bots.

Based on that tip, fixed.
Post Reply

Return to “Closed Bugs [GZDoom]”