General-purpose Half-Life assets such as logos and artwork.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-08 11:43:08 -04:00
source Add grey lambda logo for Decay. 2026-06-08 11:43:08 -04:00
.editorconfig Initial commit of skeleton. 2026-03-14 16:44:53 -04:00
.gitattributes Initial commit of skeleton. 2026-03-14 16:44:53 -04:00
.gitignore Initial commit of skeleton. 2026-03-14 16:44:53 -04:00
license.md Change license from GPL v3 to CC BY-NC 4.0. 2026-04-24 11:41:24 -04:00
makefile Add grey lambda logo for Decay. 2026-06-08 11:43:08 -04:00
readme.md readme.md: Update no gen AI disclaimer to link to a good list of why. 2026-04-24 11:44:03 -04:00

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

  1. Make
  2. GNU Core Utilities (a.k.a. coreutils)
  3. ImageMagick 7 or newer
  4. Inkscape installed as a flatpak (recommended) or as an inkscape command 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

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.


No generative AI was used for any part of this project.