Giter Club home page Giter Club logo

termux-terraserver's Introduction

termux-terraserver

Use Termux for Terraria Server Usar Termux para Servidor de Terraria

How to install Como instalar

Básico - Basic

| Install git - Instalar git

apt upgrade -y && apt update
pkg install git

| Clonar repositorio - Clone repository

git clone https://github.com/krootca/termux-terraserver

| Instalar init.sh - Install init.sh

bash init.sh

| Instalar mono, para esto cambia el repositorio a Grimle - Install mono, for this change the repository for Grimle

termux-change-repo

| Ahora instale mono - Now install mono

apt upgrade -y && apt update

| Note for mono: when asking you install ssl press enter (default)

pkg install mono

| Ahora corra el servidor - Now run the server

mono --server -O=all ./1432/Linux/TerrariaServer.exe

Avanzado - Advance

apt upgrade -y && apt update
pkg install unzip
curl -O https://terraria.org/api/download/pc-dedicated-server/terraria-server-1432.zip
unzip terraria-server-1432.zip
rm terraria-server-1432.zip
chmod +x 1432/Linux/TerrariaS*

Install mono | Warning: after that libssl.so.1.1 not found (reinstall termux for fix this)

| Note for termux - Change Repo for termux | Chose Grimle for main repository and ok

termux-change-repo
apt upgrade -y && apt update

| Note for mono: when asking you install ssl press enter (default)

pkg install mono

| After that the libssl not found more.

Terraria Server

| When install all you can use mono for run TerrariaServer.exe. But you need to delete some files for fix errors when mono run TerrariaServer.exe, that error is return Nothing.

| delete files

rm 1432/Linux/System*
rm 1432/Linux/Mono*
rm 1432/Linux/monoconfig
rm 1432/Linux/mscorelib.dll

Run Terraria Server in Termux

| So, that's be right, now you can run the server

cd 1432/Linux

Select Config File

mono --server -O=all ./TerrariaServer.exe

| You can create new world, delete world or chose world. Etc... But if you don't want select the world, or create a new world, set seed, size, etc... You can use a config file.

Create config file example (Optional):

| Create config fil in home: myconfig.txt

world=/data/data/com.termux/files/home/world.wld
autocreate=1
worldname=MyWorld
worldpath=/data/data/com.termux/files/home

or more specific

mono --server -O=all ./TerrariaServer.exe -config $PWD/myconfig.txt
mono --server -O=all ./TerrariaServer.exe -config /data/data/com.termux/files/home/myconfig.txt

If you like this, please give me a star! <3 Love ya

termux-terraserver's People

Contributors

krootca avatar carldavmart avatar

Stargazers

 avatar Andrija Jovanovic avatar

Watchers

 avatar

termux-terraserver's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.