alec-hs / Flaxs-Arma-Server-Tool

Tool for installing and updating Arma 3 server with built in features for managing Steam Workshop mods.
https://forums.bistudio.com/forums/topic/206609-flaxs-arma-server-tool-fast
GNU General Public License v3.0
15 stars 1 forks source link

Mission Parameters for each mission #45

Closed JamieKG closed 5 years ago

JamieKG commented 6 years ago

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

alec-hs commented 6 years ago

Sure, will get it added in.