-
Notifications
You must be signed in to change notification settings - Fork 53
Tips and Recipes
- System → Restart the hooks every 500 ms. Prevents the "stopped working after a few hours" class of problem.
- System → Run as Administrator + startup As Task — if you want control over the taskbar, the Start menu and elevated applications.
- Main → volume change speed, adjusted to your preference.
- Main → control method: logarithmic, unless you prefer linear.
Then back up %AppData%\Volume2\Config.ini. Copying that one file is the fastest way to reproduce the same setup on another machine.
Volume² has no per-device volume memory, but the scheduler covers it:
- Scheduler → new task.
- Trigger: device change.
- Action: set volume, at the level you want for that device.
- Repeat for each device.
- Main → Alternative device = your microphone.
- Hotkeys → Action
Mute On/Off (alternative device), Parameter = the microphone. - Enable the separate microphone tray icon so the mute state is visible.
Alternative device → Change volume for: Specified applications → select the game. Bind a second hotkey pair to the alternative device; system volume stays on your main keys.
Only one such channel exists at a time — see issue #262.
- System → enable remote access.
- Press the button beside the option to open the control page in your browser.
- Note the address — by default
http://127.0.0.1:22222/; from another device, use the PC's LAN IP. - Bookmark it on your phone.
For more than the default control, view the page source and add your own buttons. For automation, use GET /tasks and POST /tasks/execute?id=taskId.
Keep the port on your LAN — the server has no authentication.
- Copy a skin folder inside
Osd Skinsunder a new name. - Edit
Skin.xmlin the copy — the colour and size of the level text are defined there. - Restart Volume², then select the new skin.
Skipping the restart is why an edited Skin.xml can appear to do nothing.
setup.exe /silent
Add AutoRun_off, RunProgramSettings_off or RunProgram_off to suppress default behaviour, then push your prepared Config.ini to %AppData%\Volume2 for each user. There are no _on switches — those behaviours are the default.
Add Brightness+ and Brightness- hotkeys. This is useful on desktops whose monitors keep brightness behind hardware buttons. It changes the monitor's real brightness, not a software overlay.
System tab → disable Notify about new version.
Test the current GitHub build first. Store and Steam builds intentionally lag behind, so the problem may already be fixed in a newer release.
Config.ini is not in the archive. Update by overwriting files in place and it survives. Delete the folder and unpack fresh and it is gone — back it up first.
Getting started
Using it
- Hotkeys and Mouse Control
- Volume Behavior
- Devices and Applications
- OSD, Skins and Tray Icon
- Scheduler and Remote Access
Help
Links