diff options
author | Valentin Popov <valentin@popov.link> | 2024-01-08 01:03:43 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-01-08 01:03:43 +0300 |
commit | 8f3613c8a5cc947f0a554af0c2197fd8cce400a8 (patch) | |
tree | ae56cbf741112168feb14619711253a5785d6844 | |
parent | db5c2830360a2abca6a448df055b4e3385a09356 (diff) | |
download | fparkan-8f3613c8a5cc947f0a554af0c2197fd8cce400a8.tar.xz fparkan-8f3613c8a5cc947f0a554af0c2197fd8cce400a8.zip |
Updated the central README2023.01.08
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,7 +1,11 @@ # Utilities for the game "Parkan: Iron Strategy" -## List of projects +This repository contains utilities, tools, and libraries for the game "Parkan: Iron Strategy." -- [libnres](libnres): Library for NRes files. -- [nres-cli](nres-cli): Console tool for NRes files. +## List of projects +- [unpacker](unpacker): Text-based utility for unpacking game resources in the NRres format. Allows unpacking 100% of game resources. +- [packer](packer): Text-based utility for packing game resources in the NRres format. Allows packing 100% of game resources. +- [texture-decoder](texture-decoder): (WIP) Decoder for game textures. Decodes approximately 20% of game textures. +- [libnres](libnres): _(Deprecation)_ Library for NRes files. +- [nres-cli](nres-cli): _(Deprecation)_ Console tool for NRes files. |