Updated the central README

Signed-off-by: Valentin Popov <valentin@popov.link>
This commit is contained in:
Valentin Popov 2024-01-08 02:03:43 +04:00
parent db5c283036
commit 8f3613c8a5
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -1,7 +1,11 @@
# Utilities for the game "Parkan: Iron Strategy"
This repository contains utilities, tools, and libraries for the game "Parkan: Iron Strategy."
## List of projects
- [libnres](libnres): Library for NRes files.
- [nres-cli](nres-cli): Console tool for NRes files.
- [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.