Closed JamieKG closed 5 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
Sure, will get it added in.
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 ?
Thanks for the Tool Thanks JamieKG