- Makefile 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| source | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| license.md | ||
| makefile | ||
| readme.md | ||
General-purpose Half-Life assets such as logos and artwork.
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
Make and GNU Core Utilities are pre-installed on nearly all flavours of Linux, so you'll likely only need to install ImageMagick and Inkscape yourself if they're not pre-installed.
Git LFS
If you need to access the model and texture source files (such as Photoshop PSDs, etc.), you'll also need to have Git LFS installed for git to pull them. If you install it after checking out this repository, you'll need to open a terminal, navigate to the repo root, and run:
git lfs install
git lfs fetch
git lfs checkout
This will update the repository's hooks, then download and check out the LFS files, replacing the pointer files with their actual contents.
See git-lfs-install(1), git-lfs-fetch(1), and git-lfs-checkout(1).
As a Git submodule
If you intend to check this out as a Git submodule, run this from the root of the parent repository (assuming assets/shared destination; change as needed):
git submodule add https://codeberg.org/unforeseen-consequences/assets.git assets/shared
If you have push access and want to push via SSH:
cd assets/shared && git remote set-url --push origin ssh://[email protected]/unforeseen-consequences/assets.git && cd ../..
Building
Open a terminal in root of this repostory and run:
make
Useful links
License
The content in this package and the source files are licensed under the CC BY-NC 4.0 license. This means:
-
You can include the built content in your own non-commercial project.
-
You can adapt, alter, remix, and then release that derivative work. (Please use the source files and not decompiled models, however.)
-
You must link back to ambientimpact.com/unforeseen in your credits and/or readme.
-
You cannot use this as-is for a commercial project; if you wish to do so, please get in touch and we can work out an agreement and compensation.
Thank you
Thank you to all the developers of Inkscape for such a full featured, powerful, and Linux-friendly Adobe Illustrator replacement (and conversely, screw you Adobe), and thank you to the developers of ImageMagick for such a bonkers useful CLI tool they've built upon and maintained since (I kid you not) 1987.