Utilities and tools for the game “Parkan: Iron Strategy”. https://fparkan.popov.link
Go to file
Valentin Popov ee8a5fc02b
All checks were successful
RenovateBot / renovate (push) Successful in 1m57s
Added Gitea
2024-07-19 16:39:08 +04:00
.gitea/workflows Added Gitea 2024-07-19 16:39:08 +04:00
.github/workflows Added Gitea 2024-07-19 16:39:08 +04:00
docs Initial MkDocs 2024-02-06 02:26:50 +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
.gitignore Перенос наработок в новый репозиторий 2023-09-17 02:35:58 +04:00
.renovaterc Added Gitea 2024-07-19 16:39:08 +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
mkdocs.yml Initial MkDocs 2024-02-06 02:26:50 +04:00
README.md Updated the central README 2024-01-08 02:03:43 +04:00
renovate.config.cjs Added Gitea 2024-07-19 16:39:08 +04:00
requirements.txt Initial MkDocs 2024-02-06 02:26:50 +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.