21 lines
642 B
Markdown
21 lines
642 B
Markdown
# Configure Trenchbroom
|
|
|
|
## Trenchbroom HEDZ game
|
|
|
|
TB needs to now about our custom entites, so we need to map a [games folder](https://trenchbroom.github.io/manual/latest/#game_configuration_files) to the generated files in `trenchbroom/hedz`.
|
|
|
|
## TB asset files
|
|
|
|
TB needs to now where to find the games files.
|
|
|
|
Go to `Preferences`, select `HEDZ` in the list and choose repo folder.
|
|
|
|
## Steamdeck MacOs Notes
|
|
|
|
* `pipenv shell --python 3.11`
|
|
* `pip install -r requirements.txt`
|
|
* `./devkit-gui.py`
|
|
|
|
ssh on device: `ssh -o StrictHostKeyChecking=no -i "/Users/stephan/Library/Application Support/steamos-devkit/devkit_rsa" deck@192.168.2.39`
|
|
|