Jump to content

CW4 Carrera

Member
  • Content Count

    97
  • Joined

  • Last visited

  • Medals

Community Reputation

29 Excellent

1 Follower

About CW4 Carrera

  • Rank
    Corporal

Recent Profile Visitors

1110 profile views
  1. Most people have moved on to FASTER, as TADST and FAST 2 were left without updates for so long.
  2. CW4 Carrera

    Addon config

    When in the editor go to add-on options and set your settings in the menu, make sure you are on the mission tab and the mission check boxes are checked. Also make sure the server doesn't overwrite those settings in its own cba settings file.
  3. Your mission code should look like this if this dosnt work try putting your mission directly in the mpmissions folder class Missions { class Mission_0 { template = "dco.altis"; difficulty = "Regular"; }; };
  4. 1. Under general settings in the editor 2. Use forcedDifficulty in your server cfg https://community.bistudio.com/wiki/Arma_3:_Server_Config_File
  5. CW4 Carrera

    Cytech Industries

    The yellow elevators are place holders for areas to be expanded on later.
  6. CW4 Carrera

    help with server config

    Its a startup parameter so it goes into what ever you are using to launch the arma server.
  7. The server is missing a mod that is required for the mission to run, specifically the mod that contains that Barrier.
  8. Both of you can place any commands you need to use in the Server.cfg in the mission override text field like this for example: class Missions { class Mission_0 { template = "mission.Altis"; difficulty = "custom"; }; }; zeusCompositionScriptLevel=2; /* the /* will comment out the rest of the file so if you have any HC or other settings below this in the file make sure you put the configs for them in here as well. as for the Basic.cfg what are you changing manually that isnt already in FASTER? There may be a fix for thins in the next version.
  9. Missing Vidda from bludclot. https://steamcommunity.com/sharedfiles/filedetails/?id=1282716647
  10. Everything you need to know is on the Wiki if you still have questions hop on the discord, the community there is great.
  11. What is your definition of launcher/manager? you can def change server settings and launch the server with faster.
  12. FAST2 hasnt been updated in awhile and from what i can tell is missing a few important features and/or is buggy. I recommend checking out FASTER is like FAST2 but was rewritten in a better (newer) coding language and dev and community is very active on the discord.
  13. CW4 Carrera

    Server command line?

    @marki980908Just did some looking around, In your server config file change steamProtocolMaxDataSize = 1024; to steamProtocolMaxDataSize = 8192; that should allow you to load 8x as many mods.
  14. CW4 Carrera

    Server command line?

    Not sure you can. Ive never heard of changing the cpp file, as that wouldnt affect this issue, the mod line would look something like this: -mod=@CBA_A3;@ACE3;@TFAR; ect. you would need to change the mod name to increase the amount of mods you have... I think.
×