Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: how do i make a make a dedicated server?

  1. #11
    Quote Originally Posted by player999 View Post
    and how on earth is it possible to modify batch files?
    .bat files can be edited like if they were .txt files, so notepad/wordpad are enough.

  2. #12
    Quote Originally Posted by Zulu1 View Post
    123 is not a good password and you've just told it to the whole world.
    Dont worry its been changed cannot believe i put it there
    my comp

    NEW LAPTOP!

    Windows7
    2.1ghz
    2gb of ram
    HD graphics
    500GB HD

  3. #13
    mr. cheater i think u must only forward ports in ur router and have public IP not private, if u not have public IP you need to talk with ur ISP.

  4. #14
    Don't worry about IP, just be sure to use
    reportingIP="master.gamespy.com";
    I'm Norwegian, what's your excuse?

  5. #15
    hi

    i have a question connecting to this thread.
    we have WIN server hosted by provider.
    all needed files uploaded, server started, but the server not using modfolders.
    can't pick up missions with addons, drop up a noaadon template mission when i choose mission with addons.
    heres the ofpr.bat file looks ok:

    OFPR_Server.exe -config=server.cfg -nomap -port=2302 -mod=@XXX;@YYY
    its Windows server, using OFPserver_196b

    folders and files list on server: http://www.mediafire.com/?8kbvbnk0pp3c2h0

    anybody can help?
    thanks

  6. #16
    Quote Originally Posted by Pulverizer View Post
    Hi. Here's a minimal server.cfg:
    Code:
    hostname="Test";
    maxPlayers = 64;
    reportingIP="master.gamespy.com";
    password=""; // password to join server
    passwordAdmin="123"; // password to login as admin
    voteTreshold=0.334;
    
    motd[]=
    {
    "Welcome",
    "message"
    };
    motdInterval = 5;
    
    class Missions
    {
    };
    and a server_flashpoint.cfg for bandwidth settings:
    Code:
    MinErrorToSend=0.00500;
    MaxMsgSend=512;
    MaxSizeGuaranteed=256;
    MaxSizeNonguaranteed=128;
    MinBandwidth=3072000;
    MaxBandwidth=4608000;
    MaxCustomFileSize=1024000;
    
    
    Product="Resistance";
    Language="English";
    HW_Type="Direct3D HW T&L";
    Adapter=0;
    3D_Performance="10714";
    CPU_Benchmark=10714;
    Resolution_W="1920";
    Resolution_H="1080";
    Resolution_Bpp="32";
    LOD=7.500000;
    Limit_LOD=0.000000;
    Shadows_LOD=10.000000;
    MaxObjects=256;
    Cockpit_Textures=1024;
    Landscape_Textures=1024;
    Object_Textures=1024;
    Animated_Textures=256;
    Textures_Drop_Down=4;
    Texture_Heap="16";
    File_Heap="16";
    Total_Memory="1728";
    MaxLights=32;
    Light_Explo=1;
    Light_Missile=1;
    Light_Static=1;
    Frame_Rate_Pref=500;
    Quality_Pref=500;
    refresh=59;

    If you don't have the deddy exe just use the normal one like:
    C:\Games\OFP\FLASHPOINTRESISTANCE.EXE -nomap -server -config=server.cfg -cfg=server_flashpoint.cfg

    Hi! I did like you said (on Arma 1.99) but when I get a window with starting server, I get: Server creation failed: 2302

  7. #17
    Quote Originally Posted by VILKAS View Post
    Hi! I did like you said (on Arma 1.99) but when I get a window with starting server, I get: Server creation failed: 2302
    It works exactly the same for 1.99 but remove the -server option and use the ColdWarAssault_Server.exe. The port is probably already open by some other program. Try a different port by adding -port=2402 or something to the command line. IIRC OFP will use 3 ports, 2402-2404 in this case.

    You can check the active/listeing udp ports in Win7 like so:
    netstat -ap udp
    Last edited by Pulverizer; Jan 13 2013 at 06:09.

Page 2 of 2 FirstFirst 12

Posting Permissions

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