mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-01-19 12:14:47 +00:00
1.4 KiB
1.4 KiB
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 |
| Left click | Next observer camera |
| △ 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
