Jump to content

Larkfields

Members
  • Posts

    1,691
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Larkfields

  1. You might need to change your admin password when you get the server running again.
  2. I think it would be better if that option was removed, so people can see all unofficial servers in the same list. Having an extra tick box for player-hosted servers is unnecessarily complicating the experience for everybody 😞
  3. If you can upload your ".ark" save file somewhere, I'll see if it will load for me. I don't know if single player ASA works the same, but when running as a server, ASA makes periodic copies of the save file with a date and time in the filename. If you have one of these, you might be able to go back to an earlier save.
  4. Note that synchronisation isn't the same as a backup. If your main file becomes corrupt (which has happened with Ark's save files), then your synchronised copy will have the same corruption.
  5. I use a Windows Scheduled task to run a backup script every day. Files are compressed with 7-zip and copied to a second HD in the server.
  6. I'm running an ASA server on Win 11 Pro 22H2. You could try DISM /Online /Cleanup-Image /CheckHealth to check the Windows' system files, and steamcmd.exe +force_install_dir "\ASA\ShooterGame" +login anonymous +app_update 2430930 validate +quit to check the ASA installation.
  7. Try removing the mods one-by-one to see which is at fault. It could be that one of the mods hasn't been updated for the current version of ASA.
  8. listplayers works through rcon - that gives the steam id. You could then read that player's .arkprofile to get their player id.
  9. I do wonder how much of a dino's details could be exported from ASE as json/xml/csv/whatever, then re-generated with in-game commands?
  10. What happens if two people are logged in - on different maps - and one of them tries to transfer?
  11. Which OS ? I found that Windoze 11 was putting cores to sleep on my server - to save energy ! That was preventing people from connecting. I'm not familiar with dockers... Have you set up a shared directory for both maps to use as a cluster directory?
  12. Have you separated the ports numbers by two? Something like 7777 for the Island and 7779 for Scorched?
  13. I use a command line rcon tool to send shutdown messages and save and exit commands from a bat file. set pwd=my_admin_password set rconport=27070 \ArkTools\rcon\rcon 192.168.1.10 %rconport% %pwd% serverchat System is rebooting in 10 minutes timeout 600 \ArkTools\rcon\rcon 192.168.1.10 %rconport%%pwd% saveworld timeout 4 \ArkTools\rcon\rcon 192.168.1.10 %rconport% %pwd% doexit timeout 2
  14. You can enter the player's details manually if you have access to banlist.txt in ShooterGame/Binaries/Win64
  15. Yup, I've done it. Put these on the command line (without the <>, and use your own cluster name and directory)... -NoTransferFromFiltering -clusterid=<name> -ClusterDirOverride=<directoryname> Under the [ServerSettings] section of GameUserSettings.ini: PreventDownloadDinos=False PreventDownloadItems=False PreventDownloadSurvivors=False PreventUploadDinos=False PreventUploadItems=False PreventUploadSurvivors=False Details are on the wiki. https://ark.wiki.gg/wiki/Server_configuration
  16. You don't need the Steam client now. You used to need it, but that requirement was removed.
  17. It's possible to create an ASA cluster now.
  18. Don't worry about it... Let the official servers do some testing before the code is pushed out to unofficials 🙂
  19. If you post your Game.ini and GUS.ini (without passwords), someone might be able to help.
  20. Are transfers possible between unoffical maps on a cluster? I can upload dinos, but can't seem to download them - they just disappear. NoTributeDownloads=False PreventDownloadDinos=False PreventDownloadItems=True PreventDownloadSurvivors=True PreventUploadDinos=False PreventUploadItems=True PreventUploadSurvivors=True I have cluster ID set, and -NoTransferFromFiltering
×
×
  • Create New...