So after running “dir -Recurse | Unblock-File” from the HUDEdit 2.0.0 directory in PowerShell as admin to unblock all the files to get HUDEdit to run in Windows 10. I ran HUDEdit and well sadly it doesn’t support 3440x1440 or any other ultrawide resolution.
[HUDEdit 2.0.1] The Software to Modify Your HUD! - NOW WITH UHD SUPPORT!
Thank you for bringing this to my attention. Before release, I tried to add as many resolutions as I could find, unfortunately, I did not find yours. I will have an update out as soon as I get around to it.
I’m pretty sure java can pull all the info you need from the OS in java dynamically.
I’m no programmer but this thread http://www.java-gaming.org/index.php?topic=28961.0 or http://stackoverflow.com/questions/3680221/how-can-i-get-screen-resolution-in-java and many others might help.
I get to the part where i put it in config and when i start up the game the changes dont take place, any ideas?
@EWOCKSReborn Made sure your newly created ShooterUI is made read-only from file properties?
I try to use it, however nothing happens when I click on the HUDEdit.exe
Make sure you have the right Java version installed. If you downloaded the 64-bit version of HUDEdit you need 64-bit Java.
Google is your friend. If you don’t have Google already installed [ >:) ] , try this.
[quote=“Herr_Hanz;c-216883”]BTW, i made a reddit thread to notify people about this
Ayy Much Appreciated I completely forgot you could post links on reddit. Thanks!
[quote=“influentialCoconut;c-216867”]I’m pretty sure java can pull all the info you need from the OS in java dynamically.
I’m no programmer but this thread http://www.java-gaming.org/index.php?topic=28961.0 or http://stackoverflow.com/questions/3680221/how-can-i-get-screen-resolution-in-java and many others might help.[/quote]
I’ll look into this. I didn’t know about this. Thanks!
[quote=“Xyfurion;c-216370”][quote=“MidnightButterSweats;c-216369”]You’re still in high school?
Nice[/quote]
xD someone who knows what a derivative is.
And yes, I am. Thank you [/quote]
I need a high school friend like you lol.
[quote=“Xyfurion;c-217058”]We broke 400 downloads on HUDEdit! That’s Awesome! <3
Can we get to 500?[/quote]
I will download 100 times wait n.m gotta go pick up wife
I have it all installed, made my changes, saved the file, and put it where you said to put it, but nothing changed in game.
Make sure to set the file to read-only before launching the game.
Otherwise it will be reverted to default.
you can fix bugs like the spawnwavetimer not appearing at the right position by adding the position yourself.
rightclick the spawnwave element after placing it where you want it to be, then copy the X and Y pixel offset, go into your ShooterUI.ini, add
[ShooterGame.SGUIHUDPlayer]
GameWaveTimerPosition=(Align=(H=HA_LEFT, V=HA_TOP), Attach=(H=HA_LEFT, V=HA_TOP, HA="", VA=""), PixelOffset=(X=**Your X**,Y=**Your Y**))
at the end, and it will be fixed.