Jump to content

CW4 Carrera

Member
  • Content Count

    99
  • Joined

  • Last visited

  • Medals

Everything posted by CW4 Carrera

  1. CW4 Carrera

    ACE COMPAT SOG/PF

    No medical is in the optionals folder, move it to the addons folder or load this https://steamcommunity.com/sharedfiles/filedetails/?id=3053169823
  2. CW4 Carrera

    ACE COMPAT SOG/PF

    https://github.com/acemod/ACE3/pull/9204
  3. Most people have moved on to FASTER, as TADST and FAST 2 were left without updates for so long.
  4. 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.
  5. 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"; }; };
  6. 1. Under general settings in the editor 2. Use forcedDifficulty in your server cfg https://community.bistudio.com/wiki/Arma_3:_Server_Config_File
  7. CW4 Carrera

    Cytech Industries

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

    help with server config

    Its a startup parameter so it goes into what ever you are using to launch the arma server.
  9. The server is missing a mod that is required for the mission to run, specifically the mod that contains that Barrier.
  10. 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.
  11. Missing Vidda from bludclot. https://steamcommunity.com/sharedfiles/filedetails/?id=1282716647
  12. Everything you need to know is on the Wiki if you still have questions hop on the discord, the community there is great.
  13. What is your definition of launcher/manager? you can def change server settings and launch the server with faster.
  14. 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.
  15. 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.
  16. 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.
  17. CW4 Carrera

    Server command line?

    He might be talking about `Steam Protocol Max Data Size`. This affects the vanilla launchers ability to list a servers mods and set up the mods automatically when joining. Unfortunately TADST is horribly out of date and I dont know if you would be able to change that setting with it. We use FASTER which gives us the ability to increase this `Max Size`. If you can convince your server manager to switch to FASTER (It will be a fairly involved process) then I highly recommend it. If you can make the switch stop by the FASTER discord for any help, the community there is very helpful and the developer its active on there every day.
  18. Check out FASTER, we use it and its so much better than the .bat files we use to use. Updating mods is a breeze now, and the next update will overhaul the mod updating system and completely dump steamCMD!
  19. In the Steam updater page you must select Creator DLC branch, then under the performance tab put -mod=vn; in command line arguments.
  20. Those are normal just ignore them
  21. Dont know what to tell you then, I dont deal with arma hosting services or keys. You should fill out a help ticket with Nitrido, they should be able to help you.
  22. oof i didnt even see the second picture in the first post. you have to copy all of the keys from the mod's folders to arma's keys folder.
  23. It looks like your using the 32 bit version, try using the "arma3server_x64.exe"file instead.
×