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

Mapmod does not work #1126

Closed axi92 closed 4 years ago

axi92 commented 4 years ago

I can not get this map mod to work. https://steamcommunity.com/sharedfiles/filedetails/?id=1544515871 What do I do wrong?

$ arkmanager status @dm
Running command 'status' for instance 'dm'
 Server running:   Yes
 Server PID:   6371
 Server listening:   No
 Server build ID:   5302515
 Server version:   312.52

The Server name is shown and Players 0/0 but no map in the steam Servers Window (Favourites).

This is my config file:

# config environment
arkserverroot="/home/user/ark-deathmatch"                                     # path of your ARK server files (default ~/ARK)

# ARK server options - use ark_<optionname>=<value>
# comment out these values if you want to define them
# inside your GameUserSettings.ini file
serverMap="Deathmatch"                                           # server map (default TheIsland)
#serverMapModId="1544515871"                                               # Uncomment this to specify the Map Mod Id (<fileid> in http://steamcommunity.com/sharedfiles/filedetails/?id=<fileid>)
#ark_TotalConversionMod="496735411"                                 # Uncomment this to specify a total-conversion mod
ark_RCONEnabled="True"                                              # Enable RCON Protocol
ark_RCONPort="32332"                                                # RCON Port
ark_SessionName="MeinsDeathmatch"                                  # if your session name needs special characters please use the .ini instead
ark_Port="7778"                                                     # ARK server port (default 7778)
ark_QueryPort="27015"                                               # ARK query port (default 27015)
#ark_ServerPassword=""                                               # ARK server password, empty: no password required to login
ark_ServerAdminPassword="------"                               # ARK server admin password, KEEP IT SAFE!
ark_MaxPlayers="10"
#ark_GameModIds="1544515871"
#ark_GameModIds="487516323,487516324,487516325"                     # Uncomment to specify additional mods by Mod Id separated by commas
#ark_AltSaveDirectoryName="ScorchedEarth"                           # Uncomment to specify a different save directory name

# ARK server flags - use arkflag_<optionname>=true
#arkflag_OnlyAdminRejoinAsSpectator=true                            # Uncomment to only allow admins to rejoin as spectator
#arkflag_DisableDeathSpectator=true                                 # Uncomment to disable players from becoming spectators when they die

# ARK server options - i.e. for -optname=val, use arkopt_optname=val
#arkopt_StructureDestructionTag=DestroySwampSnowStructures

#arkPreStart="/etc/arkmanager/instances/instance.start"              # Set this to override the start script; defaults to config file name with .cfg replaced by .start
#arkmod_821530042=game
#arkmod_1404697612=game
#arkmod_1544515871=game
axi92 commented 4 years ago

Ok I got it. I used those commands: arkmanager installmod 1544515871 @dm arkmanager enablemod 1544515871 @dm what gives you the line arkmod_1544515871=game in your instance config file. Then serverMap="Deathmatch" look in your Mods folder what the umap file is called. Thats the Name of the Map. And with that the server should start.