本文介绍如何在Centos安装tModLoader服务端进行联机
tModLoader 1.3
安装前准备
1 | yum install wget unzip screen -y |
PS:如果服务器在国内并且下载缓慢又有clash使用经验的的可以参考这里在服务器安装clash加速下载
安装
点击链接下载文件到服务器
1 | wget https://github.com/tModLoader/tModLoader/releases/download/v0.11.8.9/tModLoader.Linux.v0.11.8.9.zip |
启动
普通启动:
1 | ./tModLoader1.3/tModLoaderServer.bin.x86_64 |
后台启动:
1 | screen -S tr -dm ./tModLoader1.3/tModLoaderServer.bin.x86_64 -config $CONFIG_Path |
配置文件
mod路径:/root/.local/share/Terraria/ModLoader/Mods
Worlds:/root/.local/share/Terraria/ModLoader/Worlds
tModLoader 1.4
安装前准备
1 | yum install wget unzip screen libicu -y |
安装
点击链接下载文件到服务器
1 | wget https://github.com/tModLoader/tModLoader/releases/download/v2022.05.103.34/tModLoader.zip |
启动
普通启动:
1 | ./start-tModLoaderServer.sh |
后台启动:
1 | screen -S tr1.4 -dm ./tModLoader1.4/start-tModLoaderServer.sh -config $CONFIG_Path |
配置文件
mod路径:/root/.local/share/Terraria/tModLoader/Mods
Worlds:/root/.local/share/Terraria/tModLoader/Worlds