Skip to content

Terraria cross platform server bridge in nodejs

Notifications You must be signed in to change notification settings

ScooScoot/TerraFirma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TerraFirma

What it does

TerraFirma is a cross-play proxy for Terraria, allowing players using the PC edition to connect to a mobile edition server.

Installation

npm install -g terrafirma

Usage

terrafirma -l bindAddressAndPort -d destinationAddressAndPort

For example:

terrafirma -l 0.0.0.0:1234 -d 127.0.0.1:7777

will allow PC clients to join the mobile server running on port 7777 by connecting to port 1234.

Alternatively you can just run:

terrafirma

Which will start the program in the same way as running:

terrafirma -l 0.0.0.0:7778 -d 127.0.0.1:7777

Problems

-Pressure plates do not work

ToDo

-Add an API

About

Terraria cross platform server bridge in nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published