blob: f0e2c5106896bc7f647761e45e888e7a25f16440 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Trenchbroom setup
```sh
ln -s ~/Projects/stalag/trenchbroom/stalag/ ~/.TrenchBroom/games/
```
- Check that `path` in `GameEngineProfiles.cfg` points to game executable.
- Open Trenchbroom and go to `View>Preferences` and check that `Game Path`
points to project root.
|