ERROR: zombiesounds.inc (CS:S) ZR 3.1

imperial

Участник
Сообщения
26
Реакции
0
Failed to load sound "ambient\zr\smoker_pain.wav", file probably missing from disk/repository
hallo after i got good answer from a User about how to change/compile the zombiesounds.cin file i try it my self .. but now i get the error in console:
Failed to load sound "ambient\zr\smoker_pain.wav", file probably missing from disk/repository what to do ? :( sv_pure is "0". Help me ! HLmod.ru is my only help i live on you
 

Tallanvor

НЕ ПИШУ я плагины!!! И не правлю! И ваще...
Сообщения
1,352
Реакции
554
imperial, where is located your file smoker_pain.wav ?
Full path i mean, started from cstrike directory
 

imperial

Участник
Сообщения
26
Реакции
0
The path as follows: sound/ambient/zr/smoker_pain.wav

in the Include File its same path ..
 

Tallanvor

НЕ ПИШУ я плагины!!! И не правлю! И ваще...
Сообщения
1,352
Реакции
554
imperial, attach your *.inc file....
Maybe, you write some wrong.

And check permissions on that sound file - everybody must have access to read it.
 

imperial

Участник
Сообщения
26
Реакции
0
* @section Defines for min/max groan sound file index.
*/
#define SOUND_GROAN_PATH "sound/ambient/zr/smoker_pain.wav" // %d is sound file index
#define SOUND_GROAN_MIN 1
#define SOUND_GROAN_MAX 6
/**
* @endsection
*/
The permission is for all "Oktal: 0644" Like the ambience mp3 (Work)

But the smoker_pain wav and other files for this include file dont work.. even not downloading it ...

Добавлено через 1 час 33 минуты
i think the files doesnt donwload
 
Последнее редактирование:

Tallanvor

НЕ ПИШУ я плагины!!! И не правлю! И ваще...
Сообщения
1,352
Реакции
554
imperial,
1) you has some mistake in code:
#define SOUND_GROAN_MIN 1
#define SOUND_GROAN_MAX 6
its meens, what you have more one sound file in directory
%d variable must controled that

2) directory /sound/ defined by default, thats why don't write there :)
so, your code must looks like:
PHP:
* @section Defines for min/max groan sound file index.
*/
#define SOUND_GROAN_PATH "ambient/zr/smoker_pain%d.wav" // %d is sound file index
#define SOUND_GROAN_MIN 1
#define SOUND_GROAN_MAX 6 // did you have 6 files? no? minimize that count
/**
* @endsection
*/
 

imperial

Участник
Сообщения
26
Реакции
0
Error again :( (it seems i dont have luck xD)
Failed to load sound "zeg\zombie_pain2.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_pain2.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_pain2.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_pain1.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_pain1.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_perd3.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_perd1.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_perd2.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_perd1.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_pain1.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_pain1.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_pain2.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_pain1.wav", file probably missing from disk/repository
Failed to load sound "zeg\zombie_pain1.wav", file probably missing from disk/repository
/////////////////////////////////////////////////////////////////////////////////////////////////////
zombiesounds.inc:
---------------------
* @section Defines for min/max moaning sound file index.
*/
#define SOUND_MOAN_PATH "zeg/zombie_perd%d.wav" // %d is sound file index
#define SOUND_MOAN_MIN 1
#define SOUND_MOAN_MAX 3
/**
* @endsection
*/

/**
* @section Defines for min/max groan sound file index.
*/
#define SOUND_GROAN_PATH "zeg/zombie_pain%d.wav" // %d is sound file index
#define SOUND_GROAN_MIN 1
#define SOUND_GROAN_MAX 2
/**
* @endsection
*/

/**
* @section Defines for min/max death sound file index.
*/
#define SOUND_DEATH_PATH "zeg/zombie_death%d.wav" // %d is sound file index
#define SOUND_DEATH_MIN 1
#define SOUND_DEATH_MAX 2
/**
 

Tallanvor

НЕ ПИШУ я плагины!!! И не правлю! И ваще...
Сообщения
1,352
Реакции
554
imperial, there is server or client log?
I need server (sourcemod) log
run theres commands

cd /path/to/your/server/cstrike/sound/zeg/
ls -la
pwd

and post pipe-print here
 

imperial

Участник
Сообщения
26
Реакции
0
drwxr-xr-x 2 root root 4096 Dez 3 23:06
drwxr-xr-x 4 root root 4 4069 Dez 3 19:27
-rw-r--r-- 1 root root 65288 Nov 17 20:47 Nov 17 20:47 zombie_death1.wav
-rw-r--r-- 1 root root 1194412 Dez 2 22:48 zombie_death2.wav
-rw-r--r-- 1 root root 64360 Nov 17 20:47 zombie_pain1.wav
-rw-r--r-- 1 root root 48932 Dez 2 22:48 zombie_pain2.wav
-rw-r--r-- 1 root root 199356 Nov 27 19:35 zombie_perd1.wav
-rw-r--r-- 1 root root 285670 Dez 2 22:48 zombie_perd2.wav
-rw-r--r-- 1 root root 291210 Dez 2 22:48 zombie_perd3.wav

but its only the test server not the original i ever test things on a second 5 slots server ..
in the Sourcemod error log are nothing
 

Tallanvor

НЕ ПИШУ я плагины!!! И не правлю! И ваще...
Сообщения
1,352
Реакции
554
imperial, dude, you forgot type pwd
its important
 

imperial

Участник
Сообщения
26
Реакции
0
I typed only this what i send u above appears ...
cd cstrike
cd sound
cd zeg
ls -la (then appears what i write u)
pwd (nothing just navigate me back to:
/home/css/server_25000/cstrike/sound/zeg

its the same just without "root@web1:"

try Nr2 ls -la pwd (Its doesnt exist such a path) it says (console)

Добавлено через 20 часов 21 минуту
imperial, dude, you forgot type pwd
its important
Is there no other way to solve? because like i said after i type ls -la appears that what i write u above .. then i typed "pwd" and nothing appears .. If there is not a way to solve or something then bad luck for me .. well thx anyways for trying to help :):beer:
 
Последнее редактирование:
Сверху Снизу