Jump to content

Larkfields

Members
  • Posts

    1,697
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Larkfields

  1. Hi Mirage.

    I've uploaded a cluster directory to the usual place for you to play with.
    Don't know if it matters, but ASA creates an extra directory between the "ClusterDirOverride" file path and the cluster's name.

    So -clusterid=ASA2222 -ClusterDirOverride=\ASA\ASAClusters makes a directory  
    \ASA\ASAClusters\clusters\ASA2222

    I tried to PM you with the URL, but the forum says you can't receive messages.

    • Thanks 1
  2. One screenshot shows port = 7777 and  QueryPort = 27015
    But the next screenshot (Listening Ports) says port 27020 on TCP, 8888 on TCP and 7777 on UDP.

    Ark uses UDP for "port" and "queryport"
    RCON ports need TCP

    I haven't double checked ASA, but ASE uses the "queryport" number AND the next number up.
    So to use QueryPort = 27015, you also need to allow (and port-forward) port 27016 as UDP.
     

  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.

    image.png.15c5e110e6700bf7db2f32baab0b4ef5.png

  4. 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.

  5. 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

  6. 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

×
×
  • Create New...