multitheftauto / mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://multitheftauto.com
GNU General Public License v3.0
1.36k stars 423 forks source link

Widescreen Hud Placement #848

Open nrb547 opened 5 years ago

nrb547 commented 5 years ago

On MTA the original HUD takes too much of your screen, even if you turn on the option in settings that should adjust the proportions of it. It's just way too big, you can see in this thread how the HUD looks like on singleplayer or samp with widescreen fix made by thirteenag. https://forum.mtasa.com/topic/103042-widescreen-fix-for-mta/?_fromLogin=1

jushar commented 5 years ago

For reference: https://github.com/ThirteenAG/WidescreenFixesPack/tree/master/source/GTASA.WidescreenFix

LoneDev6 commented 4 years ago

@botder I have this problem with ultrawide screen, huds are really huge image

qaisjp commented 4 years ago

My suggestion would be to just enable this by default (maybe without even making a client setting - it could just be a CVAR), but allowing scripts to use the old HUD by using setGlitchEnabled.

LoneDev6 commented 4 years ago

My suggestion would be to just enable this by default (maybe without even making a client setting - it could just be a CVAR), but allowing scripts to use the old HUD by using setGlitchEnabled.

enabling what feature exactly? I tried setting automatic hud and checking the aspect ratio thing with no luck, you can see the result on my screenshot. A good thing would be to allow us to resize the hud with a custom percentage setting or something similar

qaisjp commented 4 years ago

enabling what feature exactly?

enable the enhancement that this issue is tracking. it is a high-level suggestion on how we can implement this feature.

Clippy95 commented 1 year ago

I'd like to also point out that the issue isn't just the HUD, the FOV is too low for 21:9+ as well.

Dark-Dragon commented 1 year ago

This honestly seems more like a preference-thing to me. The ideal solution would probably be a hud-size setting, with scripting functions to retrieve the current setting or possibly even adjust it for the the time the player is on the server. If that is feasible at all.

rifleh700 commented 6 months ago

This is not only hud problem. Bug also affects another dx textures (lamps, sky, etc) screenshot

henrymarques commented 2 months ago

mtasa without widescreen fix mtasa widescreen fix I got some progress

bum8hj commented 2 months ago

I could be wrong, but I'm pretty sure the weapon icon should be a square. It looks squeezed after your fix.

henrymarques commented 2 months ago

You're right, I just fix it. There still hooks and access violations to fix too. That was just some hours of work.

squared icon