arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
680 stars 144 forks source link

Mod problem: Is this a bug or a configuration error? #1156

Open UnixRonin opened 3 years ago

UnixRonin commented 3 years ago

OK, let's start over here.

I just completely wiped and reinstalled my private server using Arkmanager. After cleaning up some problems with my initial install, every mod is working correctly except one, Jack and Jill. That mod must load first, apparently.

How should I ensure, in arkmanager, that it is loaded FIRST before any other mod? Is there a better way than adding an ark_ActiveMods="..." directive?

klightspeed commented 3 years ago

If using arkmod_* options, arkmanager should add them to GameModIds in the order they are specified in the config file.

So putting the mod above all of the others in the instance config should result in it loading before the other mods.