Jump to content

Osiedle

Member
  • Content Count

    28
  • Joined

  • Last visited

  • Medals

Posts posted by Osiedle


  1. Hello! For some time my friends were thinking about creating a classic, old-school altis-life server, without ons of unnecessary scripts, maybe with some car mods, but not many, to keep it simple and lightweight. Renting a server is a little expensive, as they are aiming for 64 slots. I have technical skills, but I'm completely unaware of ArmA 3 server requirements. They are group of high-school students, so as you can imagine I'm aiming for budget solutions. I need a web server for myself, so we're planning to build our own machine.

    Now, here's the question - what are the server requirements for 64slots altis-life server with only a couple of mods (5-7)?I was thinking about getting an older, used server, or building one. What do you think about the following configuration?
    CPU - 2x Intel Xeon x5550
    RAM - 24GB DDR3 ECC
    Disk - 32GB SSD

    Another one I was thinking about (cheaper one) is this one:
    CPU: Intel Xeon e5430
    RAM - 24GB DDR2 ECC
    Disk - 32GB SSD

    What are ArmA 3 server network bandwith requirements? Will 250Mbit/s down and 20 Mbit/s up be enough?

    What do you think? What would you suggest? Thanks

    Edit: Just found out that i have an Intel Core i5 2500 lying around, as well as 8GB DDR3 1333MHz RAM. Maybe this will do?


  2. Alright, here's an update:
    When joining non modded servers, the lobby loads, but i cannot choose any slot, i'm clicking and nothing happens. If the server automatically assigns slot to me, I click "ok" and the mission file is not downloading. After a minute server kicks me with the error "Session lost". Players on the server see the following messages (4 and 5 photo).

     


  3. 34 minutes ago, St. Jimmy said:

    What is it saying when you're getting kicked from official server? Have you checked your .rpt file?


    I don't know about official server, because I see only "you were kicked off the game" and other players see the "signature" thing. Where can i find the .rpt file? And what is it?
     

     

    30 minutes ago, EDcase said:

     "Signature check failed" is related to mods.

     

    If that is still the error reported in chat when you get kicked then there is some mod active which does not have official signature file.

     

    Try creating a new Profile?

    Everything was working with every mod, and stopped working literally after one night.
    I'll try the profile thing.
     

     

    28 minutes ago, claws01 said:

    try to disable your anti virus , you should be fine after ( firewall)

    Sent from my SM-G925T using Tapatalk
     

    I've even uninstalled all antiviruses, problem still happens.


  4. Hello!
    Since the last week i'm struggling with terrible problem. I was playing ArmA 3 on my PC since the release day without any major probems, with many mods and without them. One day everything was alright, i was playing with my friends on modded server, felt sleepy and went to bed. I woke up the next morning and wanted to play on the same server, but after joining it and playing for something like 1 minute I was kicked - there was only "You were kicked off the game" text on the screen. I asked my friend to join the server and watch the chat when I get kicked. He noticed, that everytime I'm getting kicked, the chat says "Signature check failed" and a path to file from some mod. I decided to reinstall whole ArmA and mods, but the same happens. I've found more people with the same problem, I hope they will describe their situation below. ArmA was my favourite game, and now I keep getting kicked off every server with mods with the same error (only the file changes depending on which mods the server uses). I can't play the game, please help!

    PC specs:
    I7-6700k
    MSI z-170A Gaming Pro motherboard
    GTX 960 4GB MSI
    2x HDD 1TB Seagate
    8GB DDR4 RAM

    I didn't install any new software, drivers, etc.


  5. Well I looked up the wiki and I bet you can change the button abort action this way.

    // Get the button current action w/ the quit to lobby code
    _code = buttonAction _AbortButtonIdc;
    _code = "[[(name player) + "" went to lobby""],""TON_fnc_log"",false,true] call life_fnc_MP" + _code;
    buttonSetAction [_abortButtonIdc,_code];
    
    Don't think this code is 100% accurate I did that from my phone without testing anything.

     

    Thank you so much! If you'll have a time later - you can (if you want) explain to me where to put it, or check if it works :) Thanks a lot, i'll reward you with something :)

×