Sign inSign up

ad3m3r5/tiltedevolution-builder

By ad3m3r5

Updated 5 days ago

Alpine Linux versions of the Tilted Evolution / Skyrim Together Reborn Docker images

Image
0

2.7K

ad3m3r5/tiltedevolution-builder repository overview

TiltedEvolution-Docker

GitHub Repository

This repository contains custom Docker images for the Tilted Evolution / Skyrim Together Reborn project using a base of Alpine Linux. There is also a Docker image and Pterodactyl egg for easily running the game server using Pterodactyl.

I am not affiliated with the Tilted Evolution or Pterodactyl development teams, projects, or any other related teams or pojects.

Images

  • Docker Hub Docker Image Size (tag)
  • Docker Hub Docker Image Size (tag)
  • Docker Hub Docker Image Size (tag)

Building

  • docker build -t tiltedevolution-builder:latest -f Dockerfile.builder .
  • docker build -t tiltedevolution-server:latest -f Dockerfile .
    • Dockerfile will default to the master branch. Specific tag versions can be used instead.
    • example: docker build -t tiltedevolution-server:1.3.2 --build-arg BRANCH=v1.3.2 -f Dockerfile .
  • docker build -t tiltedevolution-pterodactyl:latest -f Dockerfile.pterodactyl .
    • Dockerfile will default to latest tag of the tiltedevolution-server base image. Specific tag versions can be used instead.
    • example: docker build -t tiltedevolution-pterodactyl:1.3.2 --build-arg VERSION=1.3.2 -f Dockerfile.pterodactyl .

Running

The original wiki information should still be used, but with the new image.

Example:

mkdir -p /opt/docker/skyrimserver/{config,logs,Data}

docker run -d -it --name skyrimserver -p 10578:10578/udp \
  -v /opt/docker/skyrimserver/config:/home/server/config \
  -v /opt/docker/skyrimserver/Data:/home/server/Data \
  -v /opt/docker/skyrimserver/logs:/home/server/logs \
  ad3m3r5/tiltedevolution-server:latest

Pterodactyl

This is for running a managed and containerized game server using Pterodactyl.

Steps:
  • Download the egg-tilted-evolution.json egg definition

  • Adding the Nest & Egg

    • admin > Nests > Create New
      • Name: "Skyrim"
      • Save
    • admin > Nests > Import Egg
      • Egg File: egg-tilted-evolution.json
      • Associated Nest: "Skyrim"
      • Import
  • Creating a Server

    • admin > "Servers" > Create New
      • Server Name: "Skyrim Together Reborn"
      • Server Owner: desired user
      • Memory: desired memory allocation
      • Disk: desired disk space
      • Nest: "Skyrim"
      • Egg: "Tilted Evolution"
      • Create Server
  • Configuring the Server

    • Using the CLI:
      • Can be done while the server is running using the built in CLI commands.
      • This config will be saved to the STServer.ini file upon shutdown.
    • Using the STServer.ini:
      • Can ONLY be done while the server is shutdown
      • If done while running, the config will be overwritten with the running config
  • Updating the Server

    • Pterodactyl should automatically pull the latest image when (re)starting the server

Tag summary

Content type

Image

Digest

sha256:9ef8ecd4f

Size

149.9 MB

Last updated

5 days ago

docker pull ad3m3r5/tiltedevolution-builder