t2-mapper/README.md
2025-11-12 20:28:31 -08:00

49 lines
829 B
Markdown

# <img src="./app/icon.png" alt="T2" width="20" /> MapGenius&trade;
## Map inspector for Tribes 2.
![Screenshot of map inspector](./screenshot.png "Map inspector with Surreal loaded")
## Usage
👉 **[Open the app!](https://exogen.github.io/t2-mapper/)**
### Camera Controls
Click inside the map preview area to capture the mouse.
| Key | Action |
|-----|--------|
| <kbd>W</kbd> | Forward |
| <kbd>A</kbd> | Left |
| <kbd>S</kbd> | Backward |
| <kbd>D</kbd> | Right |
| <kbd>Space</kbd> | Up |
| <kbd>Shift</kbd> | Down |
| <kbd>Esc</kbd> | Release mouse |
## Development
Install dependencies:
```console
npm install
```
Run the dev server:
```console
npm start
```
### Running scripts
[tsx](https://tsx.is) is included to run TypeScript files directly.
Example:
```console
tsx scripts/generate-manifest.ts
```