Recent content by sliphantom

  1. sliphantom

    Bug with health bar on 4:3 monitors

    This has long been a known issue: https://forums.playdeadlock.com/threads/low-resolution-4-3-no-healthbar.10295/ The long and short of it is that the game assumes you're running a 16:9 monitor and tries to draw the health bar either partly or fully off of your screen, causing the whole thing to...
  2. sliphantom

    4:3 resolution bug

    Necro-bumping this because it's a long-known and easy to fix issue, and I want to stop playing my game in a letterbox.
  3. sliphantom

    4:3 resolution bug

    This issue has been known about and ignored for over a year now. I doubt they'll ever fix it at this point and it'll likely be up to modders to do so. The issue is pretty easy to fix. The UI system Valve uses (Panorama) is based off of HTML/CSS, where element styles/sizes/padding/margins/etc...
  4. sliphantom

    Low resolution/ 4:3 No healthbar

    Speaking as someone who's looking at it, a lot of the interface coding is really sloppy. For instance, the reason the health bar disappears on 4:3 screens is because the way it's positioned is laughably janky. It's in a center-aligned container div with a giant right margin that "pushes" it to...
  5. sliphantom

    Low resolution/ 4:3 No healthbar

    Been working on fixing the various interface bugs with a mod. So far I have the health bar working and the shop sort of working. I'm still encountering an issue where the store keeps forcing me to scroll up. I think it has something to do with the tooltips.
  6. sliphantom

    Low resolution/ 4:3 No healthbar

    I did that fix on the panorama debugger, so it was only temporary. In order to permanently fix it, you need to decompile hud.vccs_c into a regular css, edit some code, then repack it into a mod. You can find hud.vcss_c in pak01.vpk under panorama/styles. In there is an entry for...
  7. sliphantom

    Low resolution/ 4:3 No healthbar

    These issues aren't exclusive to low resolutions. My CRT runs at 1600x1200 and I also have these issues. There's no option for 4:3 in the aspect ratio selection, even though all the major resolutions seem to be supported. If you select another aspect ratio and you want to go back, you need...
Back
Top