An interactive GUI helper for setting up Source SDK and Hammer editor, for mapping for Neotokyo.
This tool automates the entire mapping tools setup described in this Steam guide.
If you have questions/feature requests, or run into problems, bug reports are welcome!
# Or use your fork, instead.
# Note that we have submodules that also need to be cloned here.
git clone --recurse-submodules https://github.com/Rainyan/nt-hammer-bootstrap
cd "./nt-hammer-bootstrap"
pip install --upgrade pipenv # For virtualizing the dev environment
pipenv install
pipenv run pip install --upgrade -r requirements.txt
pipenv run python nt_hammer_bootstrap.py # Run app
The Python code must pass latest version of pylint
, using the default settings.
Please see the build script for an example of building the .exe binary.
This project uses the following open-source software: