No description
- TypeScript 100%
| .zed | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
touhou-mapfile-js
Typescript utilities to interact with mapfiles for script formats from mainline Touhou games.
Currently, only the truth file format is supported. Support for thtk mapfiles is being considered, but is not a priority. It might happen if I decide it's worth the time.
For sample mapfiles that work with this project, check out zero318's maps.
WIP
Implementation notes
Window-style line feeds (\r\n) are not supported and may lead to issues. However, they might also work completely fine. I haven't tested.