Closed arkfrance closed 8 years ago
Settings in arkmanager.cfg
apply to all instances.
The mod Id line doesn't do that for all instance, only the total conversation line for me
Settings in $instance.cfg
override settings in arkmanager.cfg
, so if you are specifying a ark_GameModIds
setting in all of your instance configs, then that setting in arkmanager.cfg
will not be used.
Ok but I just want to add a total convertion mod to just one cfg, but all the "use configuration" cfg are asking for it but I've just add it for one For exemple, when I use the mod id, all the server cfg got their respective mods, they don't ask for other servers cfg mods
I haven't that problem before
If you just want the total conversion mod to be on one instance, then only put it in that instance config. Do not put it into arkmanager.cfg
.
ok so now i've a main.cfg instance with
arkserverroot="/home/SHI" # path of your ARK server files (default ~/ARK) serverMap="Theisland" # server map (default TheIsland)
ark_TotalConversionMod="504360469" # Uncomment this to specify a total-conversion mod
ark_RCONEnabled="True"
ark_RCONPort="27025"
ark_Port="7777" # ARK server port (default 7778)
ark_QueryPort="27015"
ark_SessionName="ARK FRANCE OFFICIEL - PvP x7 Primitive +" # if your session name needs special characters please use the .ini instead
ark_ServerPassword="" # ARK server password, empty: no password required to login
ark_ServerAdminPassword="**" # ARK server admin password, KEEP IT SAFE!
ark_MaxPlayers="70"
ark_GameModIds="684959100,558079412" # Uncomment to specify additional mods by Mod Id separated by commas
arkflag_log=True arkflag_BattlEye="" arkflag_servergamelog=true ark_ForceAllStructureLocking=true
and in my arkmanager.cfg i've at the bottom :+1:
configfile_centpve="/etc/arkmanager/arkmanager-center-pve.cfg" configfile_pvp="/etc/arkmanager/arkmanager.cfg" configfile_centpvp="/etc/arkmanager/arkmanager-center-pvp.cfg" defaultinstance="main"
what do i have to do to install my TC mod ? arkmanager usconfig main installmod 504360469 ?
Assuming main
is the instance in which you wish to install the total conversion mod, any one of the following commands:
arkmanager useconfig main installmod 504360469
arkmanager installmod @main 504360469
arkmanager useconfig main update --update-mods
arkmanager update @main --update-mods
When is shows that, is it coming from the workshop ?
steam@ns3013274:/root$ arkmanager useconfig main installmod 50460469 Running command 'installmod' for instance 'main' Downloading mod 50460469 ... Mod 50460469 was not successfully downloaded
What version are you using - this should be fixed in #486 (currently in 1.6-dev.unstable)
Hi,
when i tried to install a total conversion mod (primitiv +)
ark_TotalConversionMod="504360469" in my arkmanager.cfg
arkmanager useconfig pvp installmod 504360469
but it download it for every server and say that is required but in my others cfg file there are only that command
ark_TotalConversionMod="496735411"
When i add an #ark_TotalConversionMod="504360469"
the others servers ask for this mod and auto download it, weird ? it seems that the total conversion command is related to all servers