Go to file
BotoX d94fe1204f update 2019-12-30 17:43:48 +01:00
Torchlight update 2019-12-30 17:43:48 +01:00
dectalk update 2018-09-21 15:03:49 +02:00
sounds Initial commit. 2017-08-02 23:41:02 +02:00
.gitignore Initial commit. 2017-08-02 23:41:02 +02:00
README.md Initial commit. 2017-08-02 23:41:02 +02:00
access.json update 2019-12-30 17:43:48 +01:00
config.json update 2019-12-30 17:43:48 +01:00
main.py update 2019-12-30 17:43:48 +01:00
requirements.txt Initial commit. 2017-08-02 23:41:02 +02:00
triggers.json update 2018-09-21 15:03:49 +02:00

README.md

Torchlight3

0. Requirements

  • Python3.6
  • FFMPEG
  • youtube-dl
  • On game server:
    • custom sourcemod
    • sm-ext-AsyncSocket extension
    • smjansson extension
    • SMJSONAPI plugin
    • sm-ext-Voice extension

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