2024-02-06 02:26:50 +04:00
|
|
|
|
# Project information
|
|
|
|
|
|
site_name: FParkan
|
|
|
|
|
|
site_url: https://fparkan.popov.link/
|
|
|
|
|
|
site_author: Valentin Popov
|
|
|
|
|
|
site_description: >-
|
|
|
|
|
|
Utilities and tools for the game “Parkan: Iron Strategy”.
|
|
|
|
|
|
|
|
|
|
|
|
# Repository
|
|
|
|
|
|
repo_name: valentineus/fparkan
|
|
|
|
|
|
repo_url: https://github.com/valentineus/fparkan
|
|
|
|
|
|
|
|
|
|
|
|
# Copyright
|
2026-02-11 23:16:15 +00:00
|
|
|
|
copyright: Copyright © 2023 — 2026 Valentin Popov
|
2024-02-06 02:26:50 +04:00
|
|
|
|
|
|
|
|
|
|
# Configuration
|
|
|
|
|
|
theme:
|
|
|
|
|
|
name: material
|
2026-02-10 02:05:27 +04:00
|
|
|
|
language: ru
|
2024-02-06 02:26:50 +04:00
|
|
|
|
palette:
|
|
|
|
|
|
scheme: slate
|
|
|
|
|
|
|
2026-02-05 01:32:24 +04:00
|
|
|
|
# Navigation
|
|
|
|
|
|
nav:
|
|
|
|
|
|
- Home: index.md
|
|
|
|
|
|
- Specs:
|
2026-02-11 21:12:05 +00:00
|
|
|
|
- 3D implementation notes: specs/msh-notes.md
|
|
|
|
|
|
- AI system: specs/ai.md
|
|
|
|
|
|
- ArealMap: specs/arealmap.md
|
|
|
|
|
|
- Behavior system: specs/behavior.md
|
|
|
|
|
|
- Control system: specs/control.md
|
|
|
|
|
|
- FXID: specs/fxid.md
|
2026-02-19 04:46:23 +04:00
|
|
|
|
- Material (MAT0): specs/material.md
|
|
|
|
|
|
- Wear (WEAR): specs/wear.md
|
|
|
|
|
|
- Texture (Texm): specs/texture.md
|
|
|
|
|
|
- Materials index: specs/materials-texm.md
|
2026-02-11 21:12:05 +00:00
|
|
|
|
- Missions: specs/missions.md
|
2026-02-19 16:07:01 +04:00
|
|
|
|
- Object registry (objects.rlb): specs/object-registry.md
|
2026-02-11 21:12:05 +00:00
|
|
|
|
- MSH animation: specs/msh-animation.md
|
|
|
|
|
|
- MSH core: specs/msh-core.md
|
|
|
|
|
|
- Network system: specs/network.md
|
2026-02-10 23:27:43 +00:00
|
|
|
|
- NRes / RsLi: specs/nres.md
|
2026-02-19 04:46:23 +04:00
|
|
|
|
- Render pipeline: specs/render.md
|
2026-02-19 05:02:26 +04:00
|
|
|
|
- Render parity: specs/render-parity.md
|
2026-02-19 04:46:23 +04:00
|
|
|
|
- Runtime pointer: specs/runtime-pipeline.md
|
2026-02-11 21:12:05 +00:00
|
|
|
|
- Sound system: specs/sound.md
|
|
|
|
|
|
- Terrain + map loading: specs/terrain-map-loading.md
|
|
|
|
|
|
- UI system: specs/ui.md
|
|
|
|
|
|
- Форматы 3D‑ресурсов (обзор): specs/msh.md
|
2026-02-05 01:32:24 +04:00
|
|
|
|
|
2024-02-06 02:26:50 +04:00
|
|
|
|
# Additional configuration
|
|
|
|
|
|
extra:
|
|
|
|
|
|
social:
|
|
|
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
|
|
link: https://github.com/valentineus/fparkan
|