mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-01-19 12:14:47 +00:00
| app | ||
| docs | ||
| generated | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .nvmrc | ||
| mission.pegjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| screenshot.png | ||
| tsconfig.json | ||
MapGenius™
Map inspector for Tribes 2.
Usage
Camera Controls
Click inside the map preview area to capture the mouse.
| Key | Action |
|---|---|
| W | Forward |
| A | Left |
| S | Backward |
| D | Right |
| Space | Up |
| Shift | Down |
| Esc | Release mouse |
| △ Scroll/mouse wheel up | Increase speed |
| ▽ Scroll/mouse wheel down | Decrease speed |
Development
Install dependencies:
npm install
Run the dev server:
npm start
Running scripts
tsx is included to run TypeScript files directly.
Example:
tsx scripts/generate-manifest.ts
