Creature profiles
Loading…
Dark-mode reference pages for Path of Titans playables. Gold accent = KTO mod team; future base-game pages use a red accent.
Using this site — GitHub Pages vs local server · which wikis we favor
GitHub Pages is enough for Profiles. These pages only need static files (HTML, JSON, curve text).
If you already have the PALEO site open on GitHub Pages, you do not need to run
python scripts/serve_companion.py just to browse creature profiles.
That local server is mainly for the Companion HUD, which calls
/api/* for the Instinct Agent-style endpoints (same idea as the HUD’s own “run Python locally” note).
Avoid file:// for Profiles: browsers block or restrict fetch() for local data files, so open the site over https:// (Pages) or http://127.0.0.1 (local static server) instead.
Wiki sources: For Path of Titans playables (base game and many mods), community updates on the Path of Titans Fandom wiki are often more current than the separate Alderon-hosted modding portal (e.g. compare a base creature like Kaiwhekea on Fandom with older portal pages). PALEO Profiles will prefer Fandom for narrative tables when we add base creatures, and keep cross-checking numeric curves with guides like NexLink and your own game/server exports when precision matters.