Jump to content

TFM Acer

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Posts posted by TFM Acer


  1. Hello everyone,

     

    I have a few questions that are probably idiotic to the majority of you, but I am stuck, and I need someone to lend me a hand.

     

    Recently I've been trying to set up a server Arma CWC (steam version), for me and a few friends, but to no avail.

    So the questions are:

     

    •  To use the master server, do I need to have my ports forwarded?
    • Where do I find the server files? (In root folder of the game I found dedicated server but server.cfg is empty)
    • Can I get an invitation to someone's discord who could lend me a hand, since I have no idea what I am doing.

     

    Sorry for wasting your time here.


  2. So I downloaded Arma 3 latest update ( with 64 bit version). Wow my FPS is gonna be slightly better now? No? I run arma 32 bit on 40 fps. When I start it up with 64 bit my fps is 10. MY system is 64 bit I have i7 4720 and 8gb of ram. Can anyone tell me if there is anything wrong with my pc or?


    • 16 hours ago, terox said:

      I'm glad to see this is still of use to some. 

      By the way, I am having some problem editing one mission. In that mission Zeus is cut down to only placing markers. So what I wanted to do is remove restriction because my group wants to be able to build small camps.

    Do you know a way to remove it or even if you could tell me what code for that would be so I could search it up? 


  3. Let me point out that I know little about codes in arma 3 and that I just started.

     

    I am trying to edit one mission that is not created by me (for private use).

     

    I have made almost all changes but there is one thing that I can't get working. Zeus on that mission is enabled but under his create tab is nothing, all empty.

    I have tried fixing it with the code but I cant get it working.

     

    This is the code i used to fix it:

    Quote

    _zgm = _x;
            _zgm addCuratorEditableObjects [_zeusunits,true];
            _zgm removeCuratorEditableObjects [_units_to_remove,true];

            _zgm  setCuratorCoef ["edit", 1];
            _zgm  setCuratorCoef ["place", 1];
            _zgm  setCuratorCoef ["synchronize", 1];
            _zgm  setCuratorCoef ["delete", 1];
            _zgm  setCuratorCoef ["destroy", 1];

        } foreach allCurators;
     

     

    If anyone knows a way to enable that would be great.

×