Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
sound file management
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo H committed Jul 31, 2019
1 parent 9db402a commit ccef831
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
Binary file modified addons/sourcemod/plugins/SurfTimer.smx
Binary file not shown.
12 changes: 6 additions & 6 deletions addons/sourcemod/scripting/SurfTimer.sp
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
#define DEFAULT_TITLES_PATH "configs/surftimer/default_titles.txt"

// Paths for sounds
#define PRO_FULL_SOUND_PATH "sound/quake/holyshit.mp3"
#define PRO_RELATIVE_SOUND_PATH "*quake/holyshit.mp3"
#define CP_FULL_SOUND_PATH "sound/quake/wickedsick.mp3"
#define CP_RELATIVE_SOUND_PATH "*quake/wickedsick.mp3"
#define UNSTOPPABLE_SOUND_PATH "sound/quake/unstoppable.mp3"
#define UNSTOPPABLE_RELATIVE_SOUND_PATH "*quake/unstoppable.mp3"
#define PRO_FULL_SOUND_PATH "sound/surftimer/quake/holyshit.mp3"
#define PRO_RELATIVE_SOUND_PATH "*surftimer/quake/holyshit.mp3"
#define CP_FULL_SOUND_PATH "sound/surftimer/quake/wickedsick.mp3"
#define CP_RELATIVE_SOUND_PATH "*surftimer/quake/wickedsick.mp3"
#define UNSTOPPABLE_SOUND_PATH "sound/surftimer/quake/unstoppable.mp3"
#define UNSTOPPABLE_RELATIVE_SOUND_PATH "*surftimer/quake/unstoppable.mp3"
#define WR_FULL_SOUND_PATH "sound/surftimer/wr/1/valve_logo_music.mp3"
#define WR_RELATIVE_SOUND_PATH "*surftimer/wr/1/valve_logo_music.mp3"
#define WR2_FULL_SOUND_PATH "sound/surftimer/wr/2/valve_logo_music.mp3"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ccef831

Please sign in to comment.