Jump to content

MJK-Ranger

Member
  • Content Count

    374
  • Joined

  • Last visited

  • Medals

Posts posted by MJK-Ranger


  1. @custer1981

    I have the same router as you. And after some hard brain use i found my problem :)

    You have to add your ArmA2 server as Virtual Server in your Advanced settings...

    This is my settings. And it works.. my arma2 server are now public :)

    Advanced - Virtual Server

    Name                       Public                Protocol                Schedule
    ArmA2                      2306                    UDP                    Always
    IP Address                Private                                    Inbound Filter
    your ARMA2 local IP        2306                     17                   Allow all
    

    Start with those settings and let me know if you got any problems...

    And please close/remove all the other ports you have open up (2300-2400,47624 ,53, 80, 88, 2302, 2304, 2305, 2306, 2074, 3074 ,28800-28900)

    Cheers

    ---------- Post added at 05:29 ---------- Previous post was at 05:21 ----------

    @dicklewicz

    I get this error 90% of the time trying to connect online. CONNECTION FAILED.

    I can't even get my own LAN game going. I have 2 computers and just want to play a friggen LAN game. Connection failed! Tried to make an internet server, CONNECTION FAILED!

    I tried to join an online server with both CPU (took awhile to find a server!) but finally I had both connected in the same server, so it wasn't an IP thing.

    Then I tried another test. Both computers connect to only about 10% of servers, but NOT THE SAME ONES! WTF! I have no idea how to fix or even what to try when nothing is consistent.

    HELP HELP HELP. I really want to play!

    Hi.

    What type of router do you have, we need more info.. name and model :)


  2. Hello all,

    I have the same kind of white dots problem, but it's only appearing on trees (not grass).

    I was in 17x.xx before, updated to 186,

    I tried deactivating SLI,

    I have no VSync,

    I tried the NVidia Arma2 profile, to no avail.

    My config is... 7800 GTX in SLI, single core 3500+, 2GB RAM ! :cool:

    I'm looking for help too, it's not that annoying but if I could solve this...

    Hi.

    Something like this: http://forums.bistudio.com/showthread.php?t=79330

    Cheers


  3. class Mission01
      {
      template = aas32_ChernogorskConflict.Chernarus;
      veteranmode = 2;
      difficulty="veteran";
      param1="1"; 		
      };//end of this mission

    Sorry, no effect.

    Try this:

    class Mission01
      {
      template=aas32_ChernogorskConflict.Chernarus;
      cadetMode=0;
      };//end of this mission
    

    or

    class Mission01
      {
      template=aas32_ChernogorskConflict.Chernarus;
      difficulty="veteran";
      };//end of this mission
    

    Cheers


  4. Hi.

    I think i need some help with those settings :)

    My bandwidth is 30/30mbit(fiber).

    And my server is a:

    Intel Pentium 4 650, 3400Mhz

    2048MB RAM OCZ XTC CrossFire

    nVIDIA GF 6600(256MB)

    MS Windows Vista Home Basic 64-bit system

    server.cfg file:

    //Admin Stuff
    passwordAdmin="xxxxxxxxxx";					// Admin Password
    password="xxxxxxxxx"; 						 // PW
    
    //Server Configuration and Info Stuff
    hostname="Test Server";
    motd[]=
    {
    "Welcome to my test Server",
    };
    motdInterval=5;				                // Delay in seconds between lines of the MOTD displaying
    reportingIP="arma2.master.gamespy.com";		// Reports Server name to Server Browser
    //reportingIP="<>";							// Reports Server name to Server Browser
    maxPlayers=24;  						 	  // tosses error when diff than mission settings
    voteThreshold=1.50;							// .33 is default, .99 means that 99% have to vote the same
    voteMissionPlayer=1;						   // Allows voting when 45 players are connected
    
    //Player Environment Config Stuff
    disableVoN=1;								  // If 1, will disable the ingame VON ability
    vonCodecQuality=7;							 // Quality from 1 to 10
    persistent=0; 								 // keeps game server running after players leave 0=off 1=on
    
    //Cheat Detection Stuff
    //checkfile=0; 								// 1=slow 0=defult
    //onHackedData = "ban (_this select 0)";  	 // auto ban hacked addons
    //onDifferentData = "kick (_this select 0)";   // auto ban modified files
    
    //Player Connect Signatures
    verifySignatures=1; 						   // Verifies that the sigs are enabled
    onUnsignedData = "kick (_this select 0)"; 	 // unsigned data detected
    kickDuplicate=1;							   // do not allow duplicate id
    RegularCheck="{}"; 						    // added for Session Lost issue
    //equalModRequired=0;						  // set 1-player to use exactly the same -mod= as the server.
    
    //Script Stuff
    //onUserConnected="";				
    //onUserDisconnected="";
    doubleIdDetected="kick (_this select 0)";
    
    //logging
    timeStampFormat=full;
    logfile="server_console.log";
    NetStats=1;
    
    //Server controlled mission choice
    class Missions
    {
      class Cooperative  						// name for the mission, can be anything
      {
         template=Co_10_Operation_Magpie.Chernarus;
         cadetMode=1;   						// difficulty 0=veteran 1=cadet (not only AI, but //radar, map etc)
      };
    };
    

    ArmA2.cfg file:

    //Data TX/RX configuration
    MaxMsgSend=256;
    MinErrorToSend=0.0025;
    MaxSizeGuaranteed=1024;
    MaxSizeNonguaranteed=1400;
    
    // Bandwidth Settings
    MinBandwidth=2304000;
    MaxBandwidth=2304000;
    
    // no custom faces, sounds
    MaxCustomFileSize=0;
    
    language="English";
    adapter=-1;
    3D_Performance=93750;
    Resolution_Bpp=32;
    

    Is there anything i need to change or add, please let me know... really want a smooth server settings.

    Thanks:)


  5. Hi.

    @Mojo

    Thanks for your config files. I just copy and past and chanced some of the data.

    For some reason my server wont get public :mad:

    I'm running ArmA2 Steam version on my Game computer. I just copy the hole arma 2 folder from my steam folder to my second computer(Game server) and i use the ArmA2Server.exe(beta. file version 1.2.0.58055).

    I can only find my server in Network Games on LAN (port 2302) in the Multiplayer. My friends have to use remote connection with my IP + port to find my server.

    Anyone know the reason why this happens? Is this because i use the Steam version + Dedicated Server(ArmA2Server_1_02BETA)?

    What should i do? Install Steam on my Game server and use the steam ArmA2.exe file with -server parameter.

    This is my startup parameters for my server:

    D:\ArmA2\ArmA2Server.exe -name=ArmA2Server -config=ArmA2Server\ArmA2.cfg -cfg=ArmA2Server\ArmA2Server.cfg -profiles=ArmA2Server

    Thanks in advanced :)


  6. Hi guys.

    I plan to fill a bug with all the necessary information, but before this, i wanted to post about what i see in the .rpt file (the log).

    The reason for my crash to desktops, on the demo and the retail game, is this one:

    Exception code: C0000005 ACCESS_VIOLATION at 00666800

    graphics: D3D9, Device: NVIDIA GeForce 9800 GTX/9800 GTX+, Driver:nv4_disp.dll 6.14.11.8618

    I can have a CTD, or a blue screen of death with the file nv4_disp.dll being the reason of the bsod.

    I have an Asus P5K, Intel e8500 (OC to 3.8 Ghz, just rising bus clock to 400Mhz, working fine with all the games, except arma 2), 4 Gb ram kingsto ddr2-800, and windows xp. My card is an Asus gforce 9800gtx+ 512Mb.

    I've tried with the driver 185.xx (the latest of 185 series) and the latest 186.16, same problem (and, btw, with the 186 driver i get better fps).

    So i hope this help in any way. Now, i'm going to reinstall windows from scratch and see how it goes...

    Hi. Have you tried NVIDIA GeForce 186.16 WHQL drivers?


  7. you might turn off gamma correction too, some people said it was giving weird artifacts also. other than that it should be good

    Hi, If think i found the problem. :) It was my the Anisotropic filtering was set to Normal in my ArmA 2 setting... I change it to Very Hight, then my problem disappear:)

    Anisotropic Filtering: Normal

    6gjl1c8fzquham7bhjts_thumb.jpg

    Anisotropic Filtering: Very High

    8xsg2thwbohj0aq2v8v2_thumb.jpg

    Thanks for the help and the NVIDA CP :)


  8. Hmmmm.... i play on 1920x1200 all Settings on Ultra High... my GPU get a Temerature of 85 - 88 °C then the Game Crash... can this be the Problem ?

    Use RivaTuner to set your Fan speed manually to 91 - 96% or more and monitor your temperature. I had some temperature problems before.. since i found this tool and set the fan speed manually, never had problem again. The problem is nvidia GPU Diode temperature get more higher than GPU temperature. For me this helped. Not sure about the GTX 285 temperature spec.


  9. l5zhk785zv7tbiaw4qw_thumb.jpg

    mihoreg0qndnknbr1fc6_thumb.jpg

    Hi.

    I have sometime some texture problem when i zoom in(Right mouse button). It only looks like the problem are on the trees. You can see that in my second picture. If i move the mouse little bit more to left or right, the the problem is gone. Texture look OK then.

    I'm using ArmA 2 Steam v.1.2.0.58136

×