sounds .csv error

Have questions about CoD/UO mapping that aren't covered in the tutorials section? Post here!

Moderator: Core Staff

Post Reply
!Zaitsev!
Past/Inactive Team Member
Past/Inactive Team Member
Posts: 219
Joined: November 3rd, 2004, 8:11 pm
Location: Germany
Contact:

sounds .csv error

Post by !Zaitsev! » July 10th, 2013, 10:21 pm

hi :shock:

I started mapping in CoD1 again xD
already finished a Gap Map: ZaiT_2013_Gaps
and on my 2nd one I only need to get 3 .wav files to work

I hope someone can fix this problem: recursive error after: Sound alias file Mapname.csv: missing 'name' and/or 'file' columns

that error occurs when I click on my Mapname.bat file (fast = yes , light = no) for a quick test

I took the scripts from jm_motion and changed them

got zait_sounds.gsc:

Code: Select all

main() 
{ 
   thread message1();
   thread message2();
   thread message3();
} 

message1() 
{ 
messagetrig = getent ("mass","targetname"); 
alert = getent ("sound1", "targetname"); 

while(1) 
{ 
messagetrig waittill ("trigger"); 

alert playsound("mass"); 

wait 11; 
} 
}

message2() 
{ 
messagetrig = getent ("raum","targetname"); 
alert = getent ("sound2", "targetname"); 

while(1) 
{ 
messagetrig waittill ("trigger"); 

alert playsound("raum"); 

wait 7; 
} 
}

message3() 
{ 
messagetrig = getent ("deu","targetname"); 
alert = getent ("sound3", "targetname"); 

while(1) 
{ 
messagetrig waittill ("trigger"); 

alert playsound("deu"); 

wait 9; 
} 
}
and the Mapname.csv (soundaliases) in the right place
also added:

Code: Select all

maps\mp\zait_sounds::main();
to the Mapname.gsc

the 3 .wav files are in \sound\misc

I checked out Nightmare's Sound tut but the csv error is the problem

.csv file is like the one used in jm_motion (by Luke) only changed bottom area / extract :

Code: Select all

mass,,misc/mass.wav,1,1,,,200,200,auto,,,nonlooping,,,
raum,,misc/raum.wav,1,1,,,200,200,auto,,,nonlooping,,,
deu,,misc/deu.wav,1,1,,,200,200,auto,,,nonlooping,,,
greets

ZaiT
Image

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest