edited 1×, last 03.07.24 12:54:04 pm
Forum
CS2D Mods how can I change the sound of walkhow can I change the sound of walk
3 replies 1
mods/directory.
<CS2D>sfx/player/
All the footstep sounds start with
pl_e.g.
pl_metal1.wav
You can either replace these files directly there (not recommended for long term changes) or you create a folder in the mod folder like Gaios suggested, copy the folder structure into that folder and then only insert those files you want to override. Make sure that the names are exactly the same.
<CS2D>mods/YOUR-MOD-NAME/sfx/player/
Afterwards you enable that mod in the in-game mod menu.
CS2D/sys/mods_server.lstand open it (or open with: and choose your os notepad)
find a line that fit Your mod name and set it to 1.
1
StepSoundMod, 1
1