RS3 Necro Gauge is a UI plugin that allows RuneScape 3 players to track their Necromancy stackable buffs with improved visuals and sound alerts.
I will break down the reasoning behind creating a new Necro Gauge when there are already multiple available via the Alt-1 Toolkit.
100%
small
Due to these limitations, I created a new Necro Gauge to improve the quality of life for players. My plugin works with the following settings with minimal FPS impact :
This depends on your operating system:
No! All processing is done using the CPU of your computer.
This app supports the following customizations with presets provided by me:
Interface scaling is not a preset parameter since it can vary greatly. To work with other than 100%
scaling, a custom preset will need to be made.
If you are not satisfied with the provided customizations or presets, you will need to manually set up a custom preset. Details on how to do this are below.
If you dislike the audio alerts, you can disable them using the Windows audio mixer or change the sound of the alert by following the first approach listed below.
Here is a short clip showing how the app looks and sounds.
https://github.com/zyoNoob/zyonsRS3NecroGauge/assets/32070378/41950af6-2021-4b14-afbe-b87d29a06fdc
There are two ways to use this app:
Feel free to explore the code if you have privacy concerns. However, I will not provide instructions on setting up a custom conda environment. The libraries used are generic and available through PyPI, so running the script should not be too difficult.
Download the app, store it in a separate folder, and launch it.
The app will open on your primary monitor and prompt you to select a resolution preset. Choose one from the dropdown and click confirm.
Resolution Selection
Select the Windows display scaling, which can be found in your system's display settings, and click confirm.
Display Scaling Selection
Select a buff bar size from the dropdown presets, matching your RuneScape 3 settings, and click confirm.
Buffbar Size Selection
Select update rate of the application in using the slider, or type a numerical value. This is the delay between each cycle of stack tracking measured in miliseconds (ms), and click confirm.
Update Rate Selection
Scanning Region of Interest (Very Important):
Scanning Area Selection
Adjust the scale and position of your necro gauge using the sliders. Once satisfied, click confirm to save the settings in a config.json file in the application folder, and the application will restart to function properly.
Customise Scale and Position
To quit the application, Alt+Tab
into it and press Ctrl+Shift+Q
or use the Task Manager to close it.
Download the app, store it in a separate folder, and launch it.
The app will open on your primary monitor and prompt you to select a resolution preset. Choose 'custom' in the dropdown and click confirm.
Resolution Selection
Select update rate of the application in using the slider, or type a numerical value. This is the delay between each cycle of stack tracking measured in miliseconds (ms), and click confirm.
Update Rate Selection
Scanning Region of Interest (Very Important):
Scanning Area Selection
Adjust the scale and position of your necro gauge using the sliders. Once satisfied, click confirm to save the settings in a config.json file in the application folder, and the application will exit.
Customise Scale and Position
You have now completed 50% of the work for custom settings. The app exited because we still need to provide it with buff images for your custom settings.
To create your own buff images, start by getting different numbers of souls and capturing screenshots of the soul buff in the buff bar. Crop the images into square PNGs using MS Paint (Photoshop is too expensive for this task). A good tip for doing this, all buffs have a green border, use that as a reference to get clean cropped images.
Screenshot of buff bar
Screenshot of square cropped buff to be saves as `soul_1.png`, `soul_1_alt.png` in the `custom_assets` folder generated by the program.
Rename the images using this scheme:
soul_{soulcount}.png, soul_{soulcount}_alt.png
(e.g., soul_2.png
, soul_2_alt.png
for 2 soul stacks).necrosis_{necrosiscount}.png
(e.g., necrosis_4.png
for 4 necrosis stacks).Copy or move these renamed images to the custom_assets
folder created by the app.
Ensure all images for soul count values [1,2,3,4,5]
and necrosis count values [2,4,6,8,10,12]
exist.
Once all steps are complete, run the program again with your custom image settings. It should work flawlessly.
You can look in the custom_assets folder of the repository for reference as to how the images are named.