Jump to content

Alan

Member
  • Content Count

    81
  • Joined

  • Last visited

  • Medals

Posts posted by Alan


  1. ok look, so if you want to have custon, or normal sound to play in your game, here is what I use and I recommend to use:

    So first of, make sure you have a "sound" folder in your:

    documents > ArmA 2 other profiles > "Your player name" > The missions folder.

    You will need to create the sounds folder by right clicking and hitting new, then selecting folder.

    and here is the code I recommend:

    class CfgSounds

    {

    // List of sounds (.ogg files without the .ogg extension)

    sounds[] = {yoursoundsname};

    // Definition for each sound

    class yoursoundsname

    {

    name = "yoursoundsname"; // Name for mission editor

    sound[] = {\sound\brief.ogg, 1, 1.0};

    titles[] = { };

    };

    };

    P.S.: every where were you see "your sounds name" you replace it with the name of your sound I.E: song1.

    Also make sure that your sound file is a .ogg I.E.: Song.ogg (mp3 and other formats wont work).

    Now, once in ArmA 2 editor, you go to your triggers, place one down and in your "On Act." line you put

    PlaySound "song1";

    make sure you save before previewing or else it won't work, and voila, you are good to go ;)


  2. FireWall and AntiVirus already tried to disable it.

    I use a ArmA 2 Launcher for the addons.

    And my direct X is updated to version 11 for Win 7 (x32). People can join my server but I can't join their, well, sometimes when there is no scripts loading. Like my friend can put down cars, and I can join, but as soon as he loads his custom scripts I can't join and get stuck on Receiving data, most of the time I get stuck on Wait for host when he loads up the scripts!


  3. I know there were a lot of posts about this problem, but none of them were solved, so I wanna get to the end of this. Every time I join my friends server (or any other server) I get stuck on Receiving Data, It doesn't kick me from the game, after 1 hour or more, doesn't do ANYTHING, just sits on receiving Data, I didn't have this problem 5 months ago, but now I do. Sometimes I can join when we play on a custom map

    I.E: Isla Duala

    We don't know what can be the problem.

    Please Help if you got the solution!

    Thanks in advance.


  4. Check your air intakes for dust adn that all fans are running as they should. If the computer makes a lot of fan noise just before you experience the stuttering and performance issue... its a very good giveaway that its getting to hot and shuts down prosesses to pervent damage or even burning up.

    Yea my computer was making hell of a noise, but then it stoped making noise and that's when my problem started .. Any thing about that?:(


  5. Running any beta patches?

    Running any Addons?

    Mulitplayer or singleplayer?

    Suggest you update drivers for graphics and sound for starters. Might allso be as simple as your computer going warm, try removing dust covers and clean out your machine so ventilation is effective :)

    Addons yes

    Mutliplayer and single player .. Both

    Were can i update it?


  6. Hey guy's,

    I'm sick and tired of having this problem:

    I play nicly the first 5-10 minutes and then just start getting low FPS and Lagging as hell, then it goes back to normail after 15 minutes, and then it restart's.. i never had this problem the pass 9 month's I have the game and always runned it good on high, even if i change to very low, keep's on doing that!:mad:

    Help me!

    Thank you

    - Alan

×