alec-hs / Flaxs-Arma-Server-Tool-2

Full rebuild of my tool for installing and updating Arma 3 server with built in features for managing Steam Workshop mods.
https://forums.bohemia.net/forums/topic/220433-fast2-arma-server-and-steam-workshop-tool/
GNU General Public License v3.0
35 stars 21 forks source link

Mission Parameters For Each Mission #22

Closed JamieKG closed 6 years ago

JamieKG commented 6 years ago

Re asking for this in Fast 2 as I asked in Fast 1 Is it possible in Fast2 to add Mission Parameters for each mission in the server config so the %Servername%_config.cfg could look like this ?

class Missions
{
    class MyMission1
    {
        template="MyMission.Altis"
        difficulty="custom";
        class Params
        {
            myParam1=0;
            myParam2=0;
            myParam3=0;
        };
    };
    class MyMission2
    {
        template="MyMission.Tanoa"
        difficulty="custom";
        class Params
        {
            myParam1=0;
            myParam2=0;
            myParam3=0;
        };
    };
};

Thanks for the Tool Thanks JamieKG

JamieKG commented 6 years ago

has extra new line for each line in the server config image

image

alec-hs commented 6 years ago

Confirmed working.