A parser to reverse-engineer Oath Board Game TTS savefiles.
npm install @seiyria/oath-parsernpm i oath-parser
``
import { parseOathTTSSavefileString } from '@seiyria/oath-parser'
parseOathTTSSavefileString(yourSavefile);
`
You can see an example of this in test/savefile.ts.
The Lua code is kept in lua/`. It's copy/pasted out of the TTS mod for easier reference. It's not guaranteed to be up to date.
Serialize a savefile string by passing in a JSON object.
- Cole & Leder Games: making this great game (& letting me make cool stuff)
- AgentElron: having such readable code!