OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Knight_Sky on 25 Jan 2003, 12:04:58

Title: A Couple of Qs
Post by: Knight_Sky on 25 Jan 2003, 12:04:58
Firsty i am looking for some voice actors for my mission.
I need 3 American voices,
One British Voice,
Two voices which can be anything.

I need them to be adult voices, but if yur interested let me know, email me if ya want, and ill send yas what ya need to say.

jet_Wash@barrysworld.com

Next point.
I cant get voices to work through radio. I put the message as an ogg format in the sound folder. I declare it in the stringtable.csv and the desciption.ext but it just says it cant find the file when i start the mission. Ive done exactly what the tutorial by Hangfyre etc had said to do.
Can anybody help?
Cheers
KS
Title: Re:A Couple of Qs
Post by: Knight_Sky on 25 Jan 2003, 12:10:09
Sorry guys i put this in thw rong place :(
Title: Re:A Couple of Qs
Post by: Black_Feather on 25 Jan 2003, 23:21:53
Is your sound in here C:\Program Files\Codemasters\OperationFlashpoint\Users\yourname\missions\yourmissionname\sound\ ?

also in your description.ext make sure you didn't add a path to the sound file like this

          sound[] = {"\sounds\soundfilename.ogg", db+0, 1.0};

just use

          sound[] = {"soundfilename.ogg", db+0, 1.0};

if that doesn't work I'm not sure whats wrong  :-\

BTW recruiting isn't really allowed on the forums but you can post in the training depot (http://www.ofpec.com/training/index.php)
Title: Re:A Couple of Qs
Post by: Knight_Sky on 26 Jan 2003, 10:24:27
SOrry about the recruiting, i didnt know.
I found the problem, ma folder had reset its options, it wasnt displaying file names any more, so when i remnamed the file ext, the file was still description.ext.txt
Thanks anyways guys