Sounds doesnt work with WC3

Want to talk about war3ft or make suggestions? Post them here

Moderator: Forum Moderator

Locked
DesasterUK
WC3Mods Donor
WC3Mods Donor
Posts: 223
Joined: Thu Mar 09, 2006 6:05 pm
Location: Germany
Contact:

Post by DesasterUK » Thu Jun 28, 2007 10:32 am

Open ur plugins.ini
In the third party section u have to load wc3 first
and sank_sounds has to loaded after wc3

Here is my plugins.ini and it works fine

Code: Select all

; AMX Mod X plugins

; Admin Base - Always one has to be activated
;admin.amxx		; admin base (required for any admin-related)
;admin_sql.amxx		; admin base - SQL version (comment admin.amxx)
amxbans.amxx
admin_amxbans.amxx

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
scrollmsg.amxx		; displays a scrolling message
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
;nextmap.amxx		; displays next map in mapcycle
;mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map
managemaps.amxx

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
;statscfg.amxx		; allows to manage stats plugins via menu and commands

; Counter-Strike
restmenu.amxx		; restrict weapons menu
statsx.amxx		; stats on death or round end (CSX Module required!)
;miscstats.amxx		; bunch of events announcement for Counter-Strike
stats_logging.amxx	; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx	; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
war3ft.amxx debug
GHW_GHR.amxx
sank_sounds.amxx
;psycholisten.amxx
;nameregistration.amxx
As u can see there is wc3 enable as first 3rd party addon and sank_sound on 3rd place
Image

Kambfhase
Peon
Posts: 19
Joined: Wed May 09, 2007 9:25 am

Post by Kambfhase » Fri Jun 29, 2007 9:29 am

well, did you check wether the file do exist?

DesasterUK
WC3Mods Donor
WC3Mods Donor
Posts: 223
Joined: Thu Mar 09, 2006 6:05 pm
Location: Germany
Contact:

Post by DesasterUK » Fri Jun 29, 2007 11:11 am

seems u haven't uploaded the sounds in the correct directory

btw... this files are just the sounds played when someone connects to the server or leave it.

take a look in the amxx forums.
there should be the file-pack including the sounds u are missing if u can't find them
Image

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Sat Jun 30, 2007 1:07 pm

Image

No support via PM or Email

DesasterUK
WC3Mods Donor
WC3Mods Donor
Posts: 223
Joined: Thu Mar 09, 2006 6:05 pm
Location: Germany
Contact:

Post by DesasterUK » Tue Jul 03, 2007 5:33 pm

take a look at the snd-list.cfg
there are some examples how to add new sounds.

best way is to create a new directory in the sounds directory of your server

e.g.
/sound/chat

open the snd-list.cfg and add a line like this

hello; chat/hello.wav

when u now type hello in the server chat it will trigger the sound hello.wav
if u want to add an mp3 file u have to put sound/ in front of the file that should be triggered

e.g.
test; sound/chat/test.mp3
Image

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Wed Jul 04, 2007 10:17 am

Since this has nothing to do with war3ft and has been solved, Topic Locked
Image

No support via PM or Email

Locked