Page 24 of 42 FirstFirst ... 1420212223242526272834 ... LastLast
Results 231 to 240 of 417

  Click here to go to the first Developer post in this thread.  

Thread: Arma2 dedicated server howto

  1. #231
    Quote Originally Posted by kripzu View Post
    Heres my little problem..

    I have now succesfully made a working dedicated server
    All i want to do is change the servers visibility to higher (default 1600m)
    I know that it can be changed from the arma2profile file, but the problem is that i cant create the profile file.

    I have placed the server.cfg file to arma2 main directory but im not using the ArmA2.cfg file cause i dont need it...
    So everything works fine execpt i cant create the profile file.

    arma2server.exes command line looks like this :

    "C:\Program Files\Bohemia Interactive\ArmA 2\arma2server.exe" -port=2302 -config=server.cfg -mod=@CBA;@ACE;@ACEX -profiles=Kripzu
    You have inside your arma game folder a folder called "Kripzu", because you have used the -profiles=Kripzu

    Inside the folder (Kripzu) you will find "users" and inside that folder will be another folder of the computer username, ours is called administrator, Inside this are the files you need..."yourusername.ArmA2.profile"

    Just scroll to viewDistance=1600; and change to whatever you want.

  2. #232
    Private First Class
    Join Date
    Aug 23 2009
    Location
    Perth, Western Australia
    Posts
    11
    Quote Originally Posted by ball0fire View Post
    having some difficulties with our server

    its been running for, well for ever

    we been runnin with verifysigs=0
    ive recently uploaded a bunch of keys to allow certain mods (normal popular mods)
    and changed the server to verifysigs=1
    and now the server just stops when joining and sits on waiting for host, can sit there for many minutes, hit esc and and try again same thing.
    and this was done with no mods running at all

    anyone have any suggestions as to whats going on?

    does the default BI.BIKEY change with each patch? could the server thats running 1.05 be using an older 1.04 BI.BIKEY ?
    or they all the same?

    also theres this

    // Signature timeout fix
    regularcheck="{}";

    in the cfg, is that wrong or right? or should i put a number in there some where?

    thnx for any help
    Ball, Are you sure the syntax was correct?

    eg

    Code:
    verifySignatures = 1;
    not

    Code:
    verifysignatures = 1;
    I have got it to work at home with a dedicated server.

    The Atmosphere.

  3. #233
    Quote Originally Posted by Wildgoose View Post
    You have inside your arma game folder a folder called "Kripzu", because you have used the -profiles=Kripzu

    Inside the folder (Kripzu) you will find "users" and inside that folder will be another folder of the computer username, ours is called administrator, Inside this are the files you need..."yourusername.ArmA2.profile"

    Just scroll to viewDistance=1600; and change to whatever you want.
    Well, in arma2 main directory theres no Kripzu folder when i start my server..
    When i first time tried to do a server i somehow created a folder where was the profile file.. it was in c:\users\myusername\files\ ArmA 2 Other profiles,
    But now i dont remember how i did it..

    so what i need to exactly put in the serverexe command line to create a arma2profile inside (for example to c:\users\myusername\files\ ArmA 2 Other profiles) .. and do i need no put it in arma2 mainfolder when its created... And does the -name command give name to the folder where is the arma2profile file?
    Last edited by kripzu; May 10 2010 at 11:40.

  4. #234
    Please can someone tell me what to put in Arma2server.exe command line to create dedicated servers arma2profile file..

    Now it looks like this :

    "C:\Program Files\Bohemia Interactive\ArmA 2\arma2server.exe" -port=2302 -config=server.cfg -mod=@CBA;@ACE;@ACEX

    And everything works perfect except i cant change servers visibility... i have placed the server.cfg file to ArmA2 main directory.
    Is the arma2.cfg file necessarily when creating a profile file?

  5. #235
    Ignore my last post...

    Now i have created a folder named "siika" into arma2 main directory.
    Inside siika folder i have my server.cfg and ArmA2.cfg files, theres no anything else...

    arma2server.exe command line : "C:\Program Files\Bohemia Interactive\ArmA 2\arma2server.exe" -port=2302 -config=siika\server.cfg -mod=@CBA;@ACE;@ACEX -cfg=siika\ArmA2.cfg -profiles=siika

    But the damn server still doesnt create a default profile file when i start the arma2server.exe, so whats wrong?? pls can someone help?

    One more question.. Do i have everytime when i try to create a profile file join into my server or can i just run the arma2server.exe to check if the profile file would been created??

  6. #236
    Private First Class
    Join Date
    Dec 18 2009
    Location
    Calgary Alberta, Canada
    Posts
    19
    The -profiles= path needs to be complete not relative so to use the folder you have described put:
    -profiles=C:\Program Files\Bohemia Interactive\ArmA 2\siika

  7. #237
    First Sergeant Cross's Avatar
    Join Date
    Jun 24 2007
    Location
    ISTANBUL-TURKEY
    Posts
    953
    Quote Originally Posted by kripzu View Post
    Ignore my last post...

    Now i have created a folder named "siika" into arma2 main directory.
    Inside siika folder i have my server.cfg and ArmA2.cfg files, theres no anything else...

    arma2server.exe command line : "C:\Program Files\Bohemia Interactive\ArmA 2\arma2server.exe" -port=2302 -config=siika\server.cfg -mod=@CBA;@ACE;@ACEX -cfg=siika\ArmA2.cfg -profiles=siika

    But the damn server still doesnt create a default profile file when i start the arma2server.exe, so whats wrong?? pls can someone help?

    One more question.. Do i have everytime when i try to create a profile file join into my server or can i just run the arma2server.exe to check if the profile file would been created??
    Dont worry.. you've done most of the stuff..your start-up is correct.
    **you dont need the whole path. siike should be enough.

    Extract the zip to your server's Arma2 folder. Its our profile that I renamed to siika.
    http://cross.kellys-heroes.eu/public/arma2/siika.7z

    add
    -name=siika
    to your startup line.

    You can change parameters as you like in the profile file. I suggest you make it read-only after making changes.

    Hope it solves.

    Visit us @ http://www.kellys-heroes.eu
    Kelly's ACE2 & COMMUNITY MODS AddonSync Repos ->yashttp://www.kellys-heroes.eu/Server.yas
    Community Projects & A2 Bug Tracker->http://dev-heaven.net/projects

  8. #238
    Still not working.......

    c:\Program Files\Bohemia Interactive\ArmA2\ Siika <------ theres my server folder

    Inside Siika there is server.cfg. I created inside siika folder Users, inside Users siika , And inside siika i placed my arma2profile which i renamed siika. I took the profile file from ArmA2 Other profiles...

    so ArmA2\siika\users\siika\ profilefile named "siika"

    And commandline is : "C:\Program Files\Bohemia Interactive\ArmA 2\arma2server.exe" -port=2302 -config=siika\server.cfg -mod=@CBA;@ACE;@ACEX -profiles=siika -name=siika

  9. #239
    Quote Originally Posted by JCarter View Post
    The -profiles= path needs to be complete not relative so to use the folder you have described put:
    -profiles=C:\Program Files\Bohemia Interactive\ArmA 2\siika
    did you try changing it to tihs like carter mentiond?
    or mebbe not that exact line, but a direct path
    Last edited by ball0fire; May 14 2010 at 10:02.

  10. #240
    First Sergeant Cross's Avatar
    Join Date
    Jun 24 2007
    Location
    ISTANBUL-TURKEY
    Posts
    953
    Quote Originally Posted by kripzu View Post
    Still not working.......

    c:\Program Files\Bohemia Interactive\ArmA2\ Siika <------ theres my server folder

    Inside Siika there is server.cfg. I created inside siika folder Users, inside Users siika , And inside siika i placed my arma2profile which i renamed siika. I took the profile file from ArmA2 Other profiles...

    so ArmA2\siika\users\siika\ profilefile named "siika"

    And commandline is : "C:\Program Files\Bohemia Interactive\ArmA 2\arma2server.exe" -port=2302 -config=siika\server.cfg -mod=@CBA;@ACE;@ACEX -profiles=siika -name=siika

    What is not working?

    If you've extracted the zip file, you'd have your profile file. ArmA2 does not need to create a new profile file. Just edit the file to your liking.

    I've prepared a pack for those who want to create their own server. This is a checked working set.
    http://cross.kellys-heroes.eu/public...yTestServer.7z

    1-Extract to Arma2 folder
    2-Edit the mytestserver.bat file (rightclick>edit). Make sure the arma2server.exe path is correct. Even if you prefer to create a shortcut you can see the start up line in this batch file.
    3-Edit the profile file under MyTestServer>Users to your liking. Remove "read-only" property if needed.
    4-Run the batch file to start the server.
    Last edited by Cross; May 14 2010 at 11:50.

Page 24 of 42 FirstFirst ... 1420212223242526272834 ... 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
  •