Jump to content

xtoor

Pathfinder
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

3 Neutral

About xtoor

  • Rank
    Pathfinder
  1. Hey man where can I find all available server vars for atlas? I’m working on a Linux Server tool but can’t find em also servername var is broken. ``` ATLAS Server Details ======================================================================================================================================================================================================= Server name: LastJoinedSessionPerCategory(AtlasId) LastJoinedSessionPerCategory(AtlasId) LastJoinedSessionPerCategory(AtlasId) LastJoinedSessionPerCategory(AtlasId) LastJoinedSessionPerCategory(AtlasId) LastJoinedSessionPerCategory(AtlasId) LastJoinedSessionPerCategory(AtlasId) LastJoinedSessionPerCategory(AtlasId) LastJoinedSessionPerCategory(AtlasId) Server IP: 1.2.3.4:7777 Admin password: CHANGE_ME Maxplayers: 70 Default Map: Ocean Status: OFFLINE ```
  2. Also use my post here if want to try our server installer . It is not fully completed but main part like install, Configs etc works. As well as start stop script check it out
  3. Well honestly bud CentOS is not the best distro for these type of game regardless of how buggy it is at the current state. Ubuntu is recommended
  4. updated OP. Linux Server manager tool in progress + installs server and config + monitors server and send alerts when down or restarted + added a default config install for better performance TODO: - redis server checker and installer if not found - ServerGrid auto install with a default 1x1 map just to get the server started, users will have to add their own ServerGrid -Fix some bugs - Add a full Documentation for Atlas Server install using LinuxGSM server manager tool For now you can use the following: https://github.com/xtoor/LinuxGSM-Docs/blob/patch-1/game-servers/ATLAS.md
  5. I’m working on a fork from LinuxGSM that I have it at 95% completion, it will automatically install server, install any dependencies, setup a default Configs file and monitor your server. The official one is at https://github.com/GameServerManagers/LinuxGSM Im in the process of merging my fork into this one just be patient
  6. TESTERS NEEDED AND CONTRIBUTIONS TO THE DEVELOPMENT IS WELCOME: Hello Sailors! I have gathered some info on what packages you may need installed on your box before you install Atlas Server for Linux: Ubuntu 64 bit: sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux lib32gcc1 libstdc++6 libstdc++6:i386 Ubuntu 32 bit: sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux libstdc++6 Debian 64 bit: sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux lib32gcc1 libstdc++6 libstdc++6:i386 Debian 32 bit: sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux libstdc++6 Fedora 64 bit: dnf install mailx postfix curl wget file bzip2 gzip unzip python binutils bc jq tmux glibc.i686 libstdc++ libstdc++.i686 Fedora 32 bit: dnf install mailx postfix curl wget file bzip2 gzip unzip python binutils bc jq tmux libstdc++ Lastly CentOS: yum install epel-release CentOS 64 bit: yum install mailx postfix curl wget bzip2 gzip unzip python binutils bc jq tmux glibc.i686 libstdc++ libstdc++.i686 CentOS 32 bit: yum install mailx postfix curl wget bzip2 gzip unzip python binutils bc jq tmux libstdc++ I have been working on a LinuxGSM fork to add Atlas support all credits of the script goes to D.Gibbs at https://LinuxGSM.com for creating such tool My fork is a work in progress and not fully ready yet but for the most part it does all the install process for you can be found here: https://github.com/xtoor/linuxGSM/ Disclaimer! This is unfinished so please if you not confortable with Linux wait for a full official release at: https://github.com/GameServerManagers/LinuxGSM I will be Updating this post with new info and steps as I find them and as people ask for them Good luck!
×
×
  • Create New...