Jump to content

templar514

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Posts posted by templar514


  1. hey i have had arma 2 for a while now and i love it despite the glitches and bugs, but whenever i try to go and play multiplayer it takes forever to load up the multiplayer server list and even longer searching for games. then when it is finished there is not a single game on my list. i have tried messing with the filters but still nothing is coming up. is it just me or is nobody whatsoever playing arma 2 online? X___X


  2. thanks for the help, and it is the bought version not the steam one, and i agree it is far too short, but mayb it is restricted cause the scenario is supposed to be night raids??

    ---------- Post added at 07:58 AM ---------- Previous post was at 07:52 AM ----------

    also, how do i unpack it? so far i can just rid the .pbo and view some of it in microsoft word, do i need any specific program to do

    (argh i hate being tech-illiterate :S)

    *UPDATE*

    ohk, opned it with my ancient version of word and edited it, but the file can no longer be recognised as a valid pbo file. tried using notepad but it for some reason crashes notepad and doesnt work? :S gah! curse vista and all of its satanic offspring! XS


  3. You better hurry up and defeat the mission, it ends after 3 hrs. That was a serious buzz kill for me. I was finally making headway and actually taking some towns and all of sudden I got a "Time's up" message and the game ended.

    I started the mission over and tweaked the time limit to be 2 days, not 3hrs.

    If you want to do this open up the mission folder then data/scripts/winConditions.sqf.

    Then change:

    //Check for the time deadine of 3 hours
    if ((time > (3 * 3600)) && !BIS_timeUp) then {BIS_timeUp = true};

    to:

    //Check for the time deadine of 3 hours
    if ((time > (48 * 3600)) && !BIS_timeUp) then {BIS_timeUp = true};

    ive tried going into the arma 2 main file and going to missions, but mine is devoid of anything other than a readme that says "single missions", am i missing something??? (any very detailed instructions on how to find this file would be greatly appreciated :) )

×