MrAlaux / Nugget-Doom

Nugget Doom is a fork of Woof! with additional features.
GNU General Public License v2.0
66 stars 3 forks source link

misaligned statusbar elements when using NUGHUD #61

Closed liPillON closed 1 year ago

liPillON commented 1 year ago

Just noticed this, it's the first time I'm enforcing widescreen in one of my custom huds. Maybe it's just another case of me having missed the memo regarding how this is supposed to work.

  1. set up a clean nugget installation (.exe, .com, .dll - nothing more)
  2. put an iwad in the same folder as the binaries and launch the exe
  3. enable widescreen mode (I've used auto) and exit the game
  4. create the autoload folder for your iwad and put the default nughud lump in there
  5. launch the game: the statusbar looks fine
  6. exit the game and edit the nughud lump in your autoload folder
    • replace all occurences of "_wide -1" with "_wide -2" (eg: for ammo and health)
    • replace all occurences of "_wide 1" with "_wide 2" (eg: for armor and maxammo counters)
  7. launch the game and notice how the forced widescreen offset is being applied even at screenblocks 10

Screenshot 2023-08-07 201951