Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.63 KB

README.md

File metadata and controls

63 lines (35 loc) · 1.63 KB

Torchlight3 by Botox

Cs:source Server Requirements

1) Docker for PC Master Race🚀

GeoIP2 if you build your custom docker image

Installation

  1. Download latest release version of GeoLite2 City.
  2. Extract all files from the archive with replacement to your game server.
  3. Register on maxmind.com to be able to download databases or you can use alternative databases of mmdb format from DB-API.
  4. Put database file to path to directory.

Build:

docker build --rm --tag torchlight .

Start ready-to-use 💃

docker run --net=host -d -v {your-torchlight-installation-files-blyat}:/home/torchlight --name torchlight supremeelite/torchlight3:latest

2) Manual installation for boomer 👨‍🦳

0. Requirements

  • Python3.6
  • FFMPEG
  • youtube-dl
  • On game server:
  • A brain 😁

1. Install

  • Install python3 and python-virtualenv
  • Create a virtualenv: virtualenv venv
  • Activate the virtualenv: . venv/bin/activate
  • Install all dependencies: pip install -r requirements.txt

2. Usage

Set up game server stuff. Adapt config.json.

Make sure you are in the virtualenv! (. venv/bin/activate)

Run: python main.py