Jump to content

Machlath

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Machlath

  • Rank
    Rookie

Profile Information

  • Gender
    Male
  • Location
    Germany
  • Interests
    Supermoto, Gaming
  1. I wanted to change the missions params for my official combat patrol missions but ingame in the parameter section where the number should be it is just empty and after i died it shows unlimited respawns. I just wanna set the tickets to 100 and change the objective etc. (NO WORKSHOP OR CREATED MAPS) Someone told me for official missions i can change them in the server.cfg and following this example it should work but maybe i forgot something or i'm just to stupid to get it right. class Missions { class TestMission01 { template = MP_Marksmen_01.Altis; difficulty = "veteran"; class Params {}; That's what i did so far: // MISSIONS CYCLE class Missions { class Mission1 { template = MP_CombatPatrol_02.Stratis; difficulty = "Regular"; class Params { class BIS_CP_tickets { title = $STR_A3_combatpatrol_params_18; values[] = {5, 10, 20, 50, 100}; texts[] = {"5", "10", "20", "50", "100"}; default = 100; }; }; }; class Mission2 { template = MP_CombatPatrol_01.Altis; difficulty = "Regular"; class Params { class BIS_CP_tickets { title = $STR_A3_combatpatrol_params_18; values[] = {5, 10, 20, 50, 100}; texts[] = {"5", "10", "20", "50", "100"}; default = 100; }; }; }; };
  2. I just setup my server and everything works properly but after 2-3 mins i get kicked for the reasons in title. Since this only appears on my own server i thought someone with more knowhow could help me. I turned of my norton security ultra and added exceptions but nothing, i added the arma ports to my router but also nothing. I deleted several BE folders, reinstalled BE and arma but all i tried without any success. I do not play with any mods or DLC content, only official CP coop 12 maps. EDIT FIX: Norton security ultra blocked it, even with exceptions and i tried to turn it off completely but it worked after i deinstalled and added the exceptions to windows defender (do not forget to open your ports!!!).
  3. So i just setup my first Arma 3 server for combat patrol. I only wanna play combat patrol with official missions on it, i managed to setup the map rotation but i wish to change the mission parameters (like objective or daytime) but i don’t know how since i only play official maps. It works ingame as an admin but I’d like to have the settings permanent. I know you have to create a file for edited/created maps and add the „class params“ lines in there but that won’t work in my case. Adding the lines to the .cfg does also not work. Is that even possible? If so please tell me how.
×