Skip to content

MihailRis/remp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REMP

Retranslator multiplayer demo implementation for VoxelCore.

Status: in-development

Synchronized:

  • chat
  • players movement
  • placing/breaking/interactions for blocks

In-development:

  • synchronize:
    • chunks
    • day time
    • player selected item

Starting server

To start the server run following command:

$ VoxelCore --headless --script path/to/remp/remp_server.lua

Script will generate a server configuration. You will see message Configuration generated. See "config:remp/config.toml".

File contains server settings including port.

Re-execute command to finally start the server.

Connecting to server

Add pack to one of content sources (~/.voxeng/content (working directory) or res/content).

Start the VoxelCore and open Scripts main menu page.

image

Click to client script.

image

Fill in the IP and Username fields and click Connect.

Running in a docker container

build image

 docker build -t remp-server .

To run server on port 8080

  docker run -p 8080:60019 remp-server

About

REtranslator MultiPlayer demo for VoxelCore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •