Jump to content

whiteruck437

Member
  • Content Count

    22
  • Joined

  • Last visited

  • Medals

Everything posted by whiteruck437

  1. whiteruck437

    Sound error

    HI all I'm having some trouble importing some custom sounds and wonder if anyone could help. I've created the folders required in the mission folder and I'm using this script:- /////////////////////////////////////////////////////////// // Armed Assault Description File // Created with ArmA Edit - Version 1.3.4000 /////////////////////////////////////////////////////////// showCompass = 0; showGPS = 0; showWatch = 0; //===radio===============================================> class Cfgradio { sounds[]={radio1}; class radio1 { name="radio1"; sound[]={"sound\radio1.ogg",db+5, 1.0}; }; }; but when I play the mission this message pops up when I get to the way point "Sound radio1 not found" have I written the script wrong or is there something else I should have done?
  2. whiteruck437

    Sound error

    I've sorted it. I think:) I don't know how I did it
  3. whiteruck437

    Sound error

    Yeah after I posted the message I went back to it and corrected the mistakes but the same thing is still happening.
  4. Hey all I'm just wondering if it's possible when creating your own sound files is it possible to use sounds from the game for own sound files. I keep creating sound files for radio sounds and back ground chat and it's a bit off putting when all the sounds are my own voice. can I use Voices from the game to make the convisations fit in with it and my own units voice?
  5. Hey all I was wondering if some one could tell me were I can find a parachute drop script for AI units. I've been searching for the the last few days and my search has run a complete blank. were's it hidding cos I'm sure there is one
  6. whiteruck437

    Parachute Script

    thank you very much I've been having a right time trying to find parachute script
  7. Hey all I’m in need of some help. I’ve been trying to place my own custom sound and when I reach the waypoint I keep getting this message No entry “D:\Documents and settings \my name\ My Documents\ ArmA\ missions\ Mission name_Island_Skye\ description.ext/ CfgSounds/ Hello.titles And when I click OK the sound still plays. What does this warning mean because I can’t find the problem, and it’s a little off putting when your playing a mission and I keep messages?
  8. whiteruck437

    On screen message when sound plays?

    thanks alot sorry for my late response I've bin really busy with work.
  9. whiteruck437

    On screen message when sound plays?

    this is the .ext //=== Sounds================================================> class CfgSounds { sounds[]={Hello}; class Hello { name="Hello"; sound[]={\sounds\Hello.ogg, db+10, 1.0}; }; };
  10. whiteruck437

    Placing Script

    Hey all I need some help with a script. I’ve been using a script to place units in a vehicle like driver and so on. Now if I use a unit that has multiple Gun places like a Blackhawk I can only place one gunner and the pilot. Is there a command that will place units in both weapon places. I’ve been using this command this moveInGunner Unit1; Do I need to add to this or is it another script I need?
  11. hey I'm just wondering do the OFP mods work in Arma? I've been looking for British Armered vehicals for Arma and I've not been able to find any. I've fond some for OFP and some for ARMA2 but I can't find them for Arma.
  12. whiteruck437

    Sound tool

    Hello all I'm Whitruck437. I'm after some help in looking for a tool so I can create custom sounds to put in to my missions. I've never done this before so I'm really unsure as to what tools I should use. I'm trying to create Radio chatter and chatter between squad members to give the game a bit more realisume. can any one help me please
  13. whiteruck437

    Sound tool

    I've not had chance to find out yet. I'm gonna try it tonight
  14. whiteruck437

    Sound tool

    arrr ok cheers. sorry my reply has been so long been busy with it being christmas
  15. whiteruck437

    do OFP mods work in Arma

    I did and my computer isn't powerful enough to handel it and I havn't got the cash to upgrade or buy a new compter. I'll just have to wait until I do.
  16. whiteruck437

    do OFP mods work in Arma

    fair enough. do you know if you can get Arma2 addons to work in Arma? just seems strange to have British Vehicals for OFP and Arma2 but not for Arma
  17. whiteruck437

    Sound tool

    yeah me too now I'm trying to link a sentence to go with it and I'm having problems. this is the code I'm using form Mr Murray's arma editing manual:- /////////////////////////////////////////////////////////// // Armed Assault Description File // Created with ArmA Edit - Version 1.3.4000 /////////////////////////////////////////////////////////// showCompass = 0; showGPS = 0; showWatch = 0; //=== Radio/radiosound1 ================================================ class CfgRadio { sounds[] {radiosound1}; class radiosound1 { name = "radiosound1"; sound[] = {2sound\radiosound1.ogg", db+5, 1.0}; title = "this is alpha four one, requesting pickup; }; }; can you see a problem with this. the game keeps closing and sending me a warning with this sybal on the end "=". I'm totaly confused with it
  18. whiteruck437

    Sound tool

    I've cracked it now. not sure what was wrong but I typed the script you sent me and it's workng now. so thanks for all your help
  19. whiteruck437

    Sound tool

    no not yet I'm going to try typing the script command you sent me and see if that works
  20. whiteruck437

    Sound tool

    I've used the arma edit tool to create a description.ext. and yes I created a file named sounds with the ogg file voice1 in it
  21. whiteruck437

    Sound tool

    Hey again. I've got that sound convertor and I'm managing ok ish. But I've run in to another snag. when I try play the sound in the editer I get a messege say "sound voice1 not found" I did find a thread about it but I can't find it again? is it somthing I've done wrong in the description.ext?
  22. whiteruck437

    Sound tool

    thanks for the help. I've already got the Arma editing guide by Mr murry. I'll search round the forum. just one more thing what would the best program be to convert sound files to ogg format?
×