Utilities and tools for the game “Parkan: Iron Strategy”. https://fparkan.popov.link
Go to file
Renovate Bot f267a56fd0
Some checks are pending
test suite / cargo test (pull_request) Successful in 1m29s
test suite / cargo test (push) Waiting to run
RenovateBot / renovate (push) Waiting to run
Update Rust crate clap to v4.5.11
2024-07-25 21:03:42 +00:00
.devcontainer Added DevContainer 2024-07-19 13:08:46 +00:00
.gitea/workflows Added Gitea CI testing 2024-07-19 18:23:35 +04:00
.github/workflows Added CI check 2024-07-19 13:08:47 +00:00
docs Initial MkDocs 2024-02-06 02:26:50 +04:00
libnres Update Rust crate miette to v7 2024-07-19 12:43:23 +00:00
nres-cli Update Rust crate miette to v7 2024-07-19 12:43:23 +00:00
packer Added a README for the packer 2024-01-08 01:39:12 +04:00
texture-decoder Update all digest updates 2024-07-19 12:41:15 +00: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 Update Rust crate clap to v4.5.11 2024-07-25 21:03:42 +00: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.