edited 1×, last 03.07.24 12:54:04 pm
Forum




how can I change the sound of walk
3 replies



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

<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



