Shared tools for developing and building Half-Life content and assets.
- Makefile 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| config | ||
| mk | ||
| .editorconfig | ||
| .gitignore | ||
| license.md | ||
| readme.md | ||
| tools.mk | ||
Shared tools for developing and building Half-Life content and assets.
This repository isn't intended to be used directly, but is used by our other repositories checked out as a Git submodule.
To add this to a repository, open your terminal, navigate to the root of the repo, and run:
git submodule add --name tools.git -- https://codeberg.org/unforeseen-consequences/tools.git tools
If you have push access and want to push via SSH:
cd tools && git remote set-url --push origin ssh://[email protected]/unforeseen-consequences/tools.git && cd ..
Development
All development is done on Linux. While it is possible to get this working on Windows, I have no intention of spending time on that. Gaming on Linux is really good now, so why not join us?
Requirements
- Make
- GNU Core Utilities (a.k.a.
coreutils) - ImageMagick 7 or newer
- Inkscape installed as a flatpak (recommended) or as an
inkscapecommand found somewhere in your path