Utilities and tools for the game “Parkan: Iron Strategy”. https://fparkan.popov.link
Go to file
Valentin Popov 8f3613c8a5
Updated the central README
Signed-off-by: Valentin Popov <valentin@popov.link>
2024-01-08 02:03:43 +04:00
.cargo Initial vendor packages 2024-01-08 01:21:28 +04:00
libnres Перенос старых наработок в новый репозиторий 2023-09-17 02:45:17 +04:00
nres-cli Перенос старых наработок в новый репозиторий 2023-09-17 02:45:17 +04:00
packer Added a README for the packer 2024-01-08 01:39:12 +04:00
texture-decoder Corrections by clippy 2024-01-08 01:10:53 +04:00
unpacker Added a README for the unpacker 2024-01-08 01:55:00 +04:00
vendor Initial vendor packages 2024-01-08 01:21:28 +04:00
.gitignore Перенос наработок в новый репозиторий 2023-09-17 02:35:58 +04:00
Cargo.lock Updated the project dependencies 2024-01-08 01:09:13 +04:00
Cargo.toml Removed the rudiments of the project 2024-01-05 20:47:24 +04:00
LICENSE.txt Перенос старых наработок в новый репозиторий 2023-09-17 02:45:17 +04:00
README.md Updated the central README 2024-01-08 02:03:43 +04:00

Utilities for the game "Parkan: Iron Strategy"

This repository contains utilities, tools, and libraries for the game "Parkan: Iron Strategy."

List of projects

  • unpacker: Text-based utility for unpacking game resources in the NRres format. Allows unpacking 100% of game resources.
  • packer: Text-based utility for packing game resources in the NRres format. Allows packing 100% of game resources.
  • texture-decoder: (WIP) Decoder for game textures. Decodes approximately 20% of game textures.
  • libnres: (Deprecation) Library for NRes files.
  • nres-cli: (Deprecation) Console tool for NRes files.