Page 6 of 32 FirstFirst ... 234567891016 ... LastLast
Results 51 to 60 of 311

Thread: CRCTI Warfare ( cti ) MP

  1. #51
    Quote Originally Posted by TeilX View Post
    Good point.It's hard to find a good way for all.So we must hope for good solution.
    Well the solution is: If you have a poor system, instead of trying to have nice textures, resolutions, and graphical effects and forcing mission designers to limit view distance etc. just to make it fair and attract more players, just turn down everything to low graphics settings so you can raise your view distance to what the rest of us want to play at.

    If you can't run the game on low settings and a view distance of about 3k then you don't have a good enough pc for the game, simple as that.

    By the way we've been having a bit of trouble with the mission on our server, it seems to crash the server every now and then after about the first or second town, no idea if its the mission or just because the bugs in arma2 have to be sorted. Can any one explain to me how to command the AI squads as commander? I can get them to take and hold and all that but the waypoint thing and transport orders I can't seem to get working. How do i give them waypoints etc?
    Last edited by [RIP] Alan.rio; Jun 11 2009 at 11:16.

  2. #52
    Quote Originally Posted by [RIP] Alan.rio View Post

    By the way we've been having a bit of trouble with the mission on our server, it seems to crash the server every now and then after about the first or second town, no idea if its the mission or just because the bugs in arma2 have to be sorted. Can any one explain to me how to command the AI squads as commander? I can get them to take and hold and all that but the waypoint thing and transport orders I can't seem to get working. How do i give them waypoints etc?
    There ARE manuals for crCTI in the BIS forum, even with screenshots. Search also in OFP and ArmA I forum. They are still valid, even if the GUI look changed a little bit. The waypoints you can set by Ctrl-Alt-LftShift and mouseclick at the map. You basically define a bunch of numbered Waypoints and for each group you can define for which purpose a waypoint is utilized.

    Means your WP1 is maybe the destination point for team AlphA which has transport duty while you order team Beta to this waypoint to guard this area.

    For transport duty just make sure that the waypoint selectet on the left side of the GUI is set very close to your base to make sure that the waiting units will detect a waiting transport. Units will only board if they are NOT "on foot" and the waiting time is not expired.

    Ah, and the transport duty team must have transport vehicles. Set the transport duty team to "buy nothing" and select the transport vehicles manually for this team.

  3. #53
    Gunnery Sergeant TeilX's Avatar
    Join Date
    Jul 17 2007
    Location
    Berlin Germany
    Posts
    444
    If you can't run the game on low settings and a view distance of about 3k then you don't have a good enough pc for the game, simple as that.
    lol totaly wrong...don't forget, this game runs not on every system(with recommended specs!!!) with high or normal settings. This forum is full of threads with problems with good Pc's.Maybe after a year you can say that.

  4. #54
    Waypoints I think I've changed a little since clean rock wrote it.....for commander
    0:"m" brings up map
    1:Alt-LftClick map to make waypoints...this will be black in color, used for own group.
    2:Alt-shift-Ltfclick to bring up Waypoint Dialog
    3:Select wp0
    4:Click bottom button "Set WP to CoWp"
    this will change wp0 to a co0 (red) which you can use to command other groups.

    if you want to increase the view distance dePBO the mission and open description.ext
    line 55 (this changes the viewdistance)
    Code:
    valuesParam2[] = {
      10+1800+0.1,
    change to
    Code:
    valuesParam2[] = {
      10+3000+0.1,
    and line 93 (this displays the info in the lobby)
    Code:
    textsParam2[] = {
    	" None     | 1.8km  | Easy",
    change to
    Code:
    textsParam2[] = {
    	" None     | 3km  | Easy",
    as for server crashes thats fixed in ver .04 which can be downloaded by clicking on the link in the first post or click my sig.

    as for save game or other updates you'll have to wait until I learn more about Arma2 commands unless I see some major performance issue.
    1 IQ away from licking windows, drooling since 1966.

  5. #55
    Quote Originally Posted by TeilX View Post
    lol totaly wrong...don't forget, this game runs not on every system(with recommended specs!!!) with high or normal settings. This forum is full of threads with problems with good Pc's.Maybe after a year you can say that.
    Valid point.

    But you see my point when you consider the way ArmA went with restricted missions, its not a big problem, as described above you can just unPBO it and change it. Or we could just leave it so that people set their own graphical preferences according to their performance. I'm sure the driver problems and optimization will be resolved over the next few weeks/months.

    I just don't want to see the situation where the ArmA community is again shackled by the low (your above point accounted) end PC users, with view distance comparable to BF2 and no grass layers for another generation of ArmA. I'm not complaining about this mission specifically, just in general, it just happens to be the thread where this discussion developed unfortunately!

    Anyway, thanks for the update to the mission, and for the pointers with the AI commanding. I'll google to find a manual.

    That is what I did to change the view distance for our server by the way, cheers for that.

  6. #56
    Thanks for this mission - amazing fun, even as single player vs the AI

    Couple of quick questions -

    Choppers. When buying choppers for an AI team leader, they don't seem to last very long, any tips or ideas for how to address this? The AI piloting seems a bit dodgy - for example it has happened a couple of times where I bought a chopper for the AI and it just sits there in the base for 15 minutes, then flies towards the enemy and gets shot down straight away, or flies straight up over the base, then crashes into the aircraft hanger and killed me (was quite funny)

    AI Units. Any tips on the best make-up for AI units? I've been using East and building 1 t90, 1 service bmp, 1 service ural and a btr 90 for each AI group, then a second t 90 to fill it up once all the groups are full. Any suggestions to be more effective?

    Top down view construction - any way to have a top down view to place buildings and base defenses like in Arma crCTI or the regular Arma 2 missions construction builder?

    AI group leaders. Any way to make the AI group leaders use a vehicle rather than running around on foot?



    Thanks

  7. #57
    I haven't played Arma2 long enough to answer the 1st 2 question....
    Top down veiw for build: maybe
    AI leaders do jump in vehicles as cargo....as a driver, don't think so.

    for anyone in a hurry to SAVE a game I left 4 "waituntil" commands in the init.sqs.
    so replace waituntil and the {} around the code with @ and ()
    eg:
    waitUntil { !(isNull player) }
    should be
    @(!(isNull player))

  8. #58
    Private First Class
    Join Date
    May 19 2009
    Location
    Poland , Chelm
    Posts
    20
    This is fix for save game , it's true ? EDIT : I have problem after edit init.sqs , AI can't build anything help
    Last edited by Stalker15; Jun 13 2009 at 16:31.

  9. #59
    None | 1.8km | Easy

    What about this,? What is Easy? I can´t read what sayd? up of easy medium and hard! PLZ HELP!!!

  10. #60
    Private First Class
    Join Date
    May 19 2009
    Location
    Poland , Chelm
    Posts
    20
    Quote Originally Posted by Choki View Post
    None | 1.8km | Easy

    What about this,? What is Easy? I can´t read what sayd? up of easy medium and hard! PLZ HELP!!!
    None is a limit game time , 1,8 Km this is visibility , Easy is a bot's inteligence level
    Last edited by Stalker15; Jun 13 2009 at 21:42.

Page 6 of 32 FirstFirst ... 234567891016 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •