Garry's Mod

Garry's Mod

jermaSfx
 This topic has been pinned, so it's probably important
misname  [developer] 11 Sep, 2023 @ 11:16am
How to make a dermaSfx sound pack.
Preparing the pack.
  1. Make a folder inside of garrysmod/addons/ folder.
  2. Make a sound folder inside of your addon folder.
  3. Make a dermasfx folder inside the sound folder.
  4. Make a your pack name here folder inside the dermasfx folder. Do not use capitals or spaces, as this ruins Linux support.
Adding the sounds.
dermaSfx will only load sounds with the following names:
  • frame_open.wav - DFrame open sound.
  • frame_close.wav - DFrame close sound.

  • confirm_sfx.wav - DButton press, DMenu opening.
  • context_submenu.wav - DMenu submenu open sound.
  • context_close.wav - DMenu and submenu close sound.

  • item_hover.wav - Generally any DSomething hover sound.
  • page_turn.wav - DTab switch sound.
Some helper commands.
  • dermasfx_regvgui - Re-register the vgui elements.
  • dermasfx_reload - Reload the sounds.

Have fun!
Last edited by misname; 29 Oct, 2023 @ 8:06am