-
Notifications
You must be signed in to change notification settings - Fork 1
Resource Swapper
Resource Swapper (hereinafter referred to as swapper) allows users to replace game resources such as images, models, sounds, and more.
The swapper supports two modes: simple and extended. Only one mode can be active at a time.
- Open the Menu Modal (
F1
). - Move to the Customization page.
- In the Resource Swapper section, select the swapper mode.
- Restart the client to activate the swapper.
The Voxtulate Client automatically creates a swapper folder where it checks for files to replace.
To open the swapper folder, press Win + R
, type %USERPROFILE%\Documents\VoxtulateClient\swapper
, and press Enter
.
In this mode, the swapper replaces assets based on a predefined mapping.
All available mappings can be found in swapperList.json
.
- Locate the asset URL in
swapperList.json
and get the file name. - Place the custom file in the swapper folder.
- Save the custom file with the exact name from
swapperList.json
. - Restart the client to apply changes.
In this mode, the swapper replaces assets by matching exact file names from game requests. The swapper only checks the last part of each request URL.
- Find the exact file name:
1.1. Open Developer Tools (F12
).
1.2. Go to theSources
orNetwork
tab to locate the asset file name.
1.3. To find the file in theSources
tab, browse game asset folders.
1.4. To find the file in theNetwork
tab, enable recording and refresh the page to see loaded assets. - Place the custom file in the swapper folder.
- Save the custom file with the exact name from Developer Tools.
- Restart the client to apply changes.
Replacing the player kill sound: https://voxiom.io/package/d6d5be65465643ffbdfc.mp3
.
- Get the file name from
swapperList.json
:KILL_MP3.mp3
. - Place the custom file in the swapper folder.
- Rename the custom file to
KILL_MP3.mp3
. - Restart the client to apply changes.
- Extract the file name:
d6d5be65465643ffbdfc.mp3
. - Place the custom file in the swapper folder.
- Rename the custom file to
d6d5be65465643ffbdfc.mp3
. - Restart the client to apply changes.
- Do not include folder paths in the file name.
- File extension is required.
- File extension must not duplicate.
- File must be in the correct format.
- The swapper works for both
voxiom.io
andhistorynotes.club
domains.