So a update to clear up some things to troubleshoot further…
These are server side uploads locations for the mod…
/ShooterGame/Content/Maps/Terra-Nova
/ShooterGame/Content/Mods/481811048
and
/ShooterGame/Content/Mods/481811048.mod which is just a .mod file that goes into the mods folder not the mod/mod ID folder
Also i kept command line the same because that is scripted off the original server startup when server was using default theisland map. It has been changed via DaemonForge who posted the original post in workshop on how to get the apako map running on a dedicated server it is still as follows:
D:\bluefang\servers\server6878\ShooterGame\Binaries\Win64\ShooterGameServer.exe /Game/Mods/481811048/Terra-nova?MaxPlayers=100?ModId=481811048?RCONEnabled=True?RCONPort=16567?Listen?ModId=481811048 -multihome=209.170.149.42 -port=16547 -queryport=16557
ALSO… because this is not a mod according to another tutorial for custom map installation it states because you are running a map and not a mod to place folder and rename it the map name in as above stated the /ShooterGame/Content/Maps/Terra-Nova
SO… i took the mod id folder and copy pasted all contents inside it into that terra-nova folder as described… Reference:https://www.survivalservers.com/forum/index.php?/topic/1629-custom-map-installation-guide-client-server/
LASTLY:
to forceload the map i do not follow how or what you are implying to if its not above i do not know.
New command line i am playing around with:
D:\bluefang\servers\server6878\ShooterGame\Binaries\Win64\ShooterGameServer.exe /Game/Maps/Terra-Nova/Terra-Nova?ModId=481811048?MaxPlayers=100?RCONEnabled=True?RCONPort=16567?Listen?ModId=481811048 -multihome=209.170.149.42 -port=16547 -queryport=16557 <— using maps director not mods with same modid= at end
old one:
D:\bluefang\servers\server6878\ShooterGame\Binaries\Win64\ShooterGameServer.exe /Game/Mods/481811048/Terra-nova?ModId=481811048?MaxPlayers=100?RCONEnabled=True?RCONPort=16567?Listen?ModId=481811048 -multihome=209.170.149.42 -port=16547 -queryport=16557 <— AND i tryed old one to run it again and server status is: “Looks like it is not loading again, as it is stuck at 240MB of RAM.”
New command line i hope lets it load correctly.