Home - rbjaxter/budhud GitHub Wiki
Welcome to the budhud wiki! Please check the sidebar to the right for help and information regarding the hud.
For minor changes, whatever your native text editor is should be fine.
- Windows: VSCode with Revan's VSCode VDF
- Nothing comes close to these two things combined when it comes to HUD Editing
- Mac: Sublime
Note
This is currently only available for Windows PCs due to some of the dependencies used
budhud includes a shell script (budhud Updater.ps1) in the base directory that will allow you to do a few different things:
- Verify that your HUD installation is correct
- Download/update the default HUD files
- Download/install a fresh version of the HUD from GitHub
- Set your HUD language
- Compile the HUD's #base lines (which can improve performance in certain scenarios)
The source code for the PS script is available here, in case you'd like to take a look over it: https://github.com/rbjaxter/budhud/blob/master/budhud%20Updater.ps1
To open this file, you need to Right click the file and select Run with PowerShell.
If the script does not work, you may need to change your execution policy. Searching for "execution policy" in Windows should bring you to the correct setting.
If you're still having issues, try right clicking the file and going to Properties
. Then at the bottom of the General
tab, look for this option:
Note
This is known as the Mark of the Web. This is applied by Windows to this file because it's a script file (.ps1) downloaded from the internet.
If you need more help, feel free to post in the Discord and someone will help you out!