No description
  • TypeScript 100%
Find a file
2026-04-06 16:53:56 +02:00
.zed Initial commit (lexer) 2026-04-05 12:31:53 +02:00
src feat: th11.eclm parsing fixes, cleanup ins signature types 2026-04-06 16:53:56 +02:00
.editorconfig Initial commit (lexer) 2026-04-05 12:31:53 +02:00
.gitignore Initial commit (lexer) 2026-04-05 12:31:53 +02:00
package.json Initial commit (lexer) 2026-04-05 12:31:53 +02:00
README.md feat: gvar_* and ins_intrinsics parsing 2026-04-06 01:08:33 +02:00
tsconfig.json Initial commit (lexer) 2026-04-05 12:31:53 +02:00

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.