Jump to content
Leschij

Display mods in Launcher

Recommended Posts

 

Tell me. Where the launcher takes a list of mandatory mods.
 If we tart the server from a shortcut with such parameters

"J: \ SteamLibrary \ steamapps \ common \ Arma 3 \ arma3server_x64.exe" -port = 2302 -autoInit -nologs -mod = @ CBA_A3; -config = vtr4 \ config.cfg -cfg = vtr4 \ Arma3.cfg -profiles = vtr4 -name = vtr4 " Shows the required CBA_A3 mod. If you run through the par file "J: \ SteamLibrary \ steamapps \ common \ Arma 3 \ arma3server_x64.exe" "-par = NOMOD \ NOMOD.par" With such parameters.
class Arg {     server = "- server";     port = "- port = 2302";        config = "- config = vtr4 \ config.cfg";     CFG = "- CFG = vtr4 \ Arma3.cfg";     profiles = "- profiles = vtr4";     name = "- name = vtr4";     mod = "- mod = @ CBA_A3";   

serverMod = "- serverMod = @ CBA_A3";      };

Then it will not display the required CBA_A3 modes in the list. Show the mod CBA_A3 in the list with additional mods Sorry for bad english)
 

Spoiler

 

Скажи мне.Где лаунчер берет список обязательных модов. 

Если мы запустим сервер с ярлыка с такими параметрами

"J: \ SteamLibrary \ steamapps \ common \ Arma 3 \ arma3server_x64.exe" -port = 2302 -autoInit -nologs -mod = @ CBA_A3; -config = vtr4 \ config.cfg -cfg = vtr4 \ Arma3.cfg -profiles = vtr4 -name = vtr4 "

Показывает необходимый мод   CBA_A3 .

Если запустить через файл par

" J: \ SteamLibrary \ steamapps \ common \ Arma 3 \ arma3server_x64.exe" "-par = NOMOD \ NOMOD.par"

С такими параметрами.

class Arg
{
    server = "- server";
    порт = "- порт = 2302";
  
    конфиг = "- конфиг = vtr4 \ config.cfg";
    CFG = "- CFG = vtr4 \ Arma3.cfg";
    профили = "- профили = vtr4";
    имя = "- имя = vtr4";

    мод = "- мод = @ CBA_A3";
    serverMod = "- serverMod = @ CBA_A3";

    
};

Тогда он не будет отображать требуемые режимы CBA_A3 в списке.

Показать мод CBA_A3 в списке с дополнительными модами

Извините за плохой английский)

 

 

Edited by FallujahMedic -FM-
All posts must be in English

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×