Go to file
BotoX 3d6c82227a update 2021-05-01 12:22:16 +02:00
Torchlight update 2021-05-01 12:22:16 +02: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 update 2021-05-01 12:22:16 +02:00
access.json update 2019-12-30 17:43:48 +01:00
config.json update 2021-05-01 12:22:16 +02:00
main.py update 2019-12-30 17:43:48 +01:00
requirements.txt update 2021-05-01 12:22:16 +02:00
triggers.json update 2018-09-21 15:03:49 +02:00

README.md

Torchlight3

0. Requirements

1. Install

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

2. Usage

Set up game server stuff.

You need to have SourceTV enabled and use the vaudio_celt voice codec:
cstrike/cfg/autoexec.cfg

// Server Cvars
sv_consistency 0
sv_pure -1

// Source TV
tv_allow_camera_man 0
tv_autorecord 0
tv_delay 0
tv_enable 1
tv_maxclients 16
tv_maxrate 0
tv_name "TorchTV"
tv_transmitall 1
tv_chattimelimit 1

sv_voicecodec "vaudio_celt"

map de_dust2

Don't put +map into your startup cmdline.

Adapt config.json.

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

Run: python main.py

Dectalk

  • Install wine
  • Run as normal user (not root)
  • Run torchlight with: xvfb-run -a python main.py