An open API service indexing awesome lists of open source software.

https://github.com/amineo/t2-map-manager

This project is currently an experimental proof of concept
https://github.com/amineo/t2-map-manager

Last synced: 9 months ago
JSON representation

This project is currently an experimental proof of concept

Awesome Lists containing this project

README

          

# Tribes 2 Map Manager

This project is currently an experimental proof of concept.

![demo](demo.gif)

---
## What it does right now
- Run through a folder and compile a list of .vl2 archives
- After compiling a list of archives. Loop through each .vl2 and find .mis files
- Read each .mis file and extract/save information from it

## Install / Requirements
- Tested with Node 14.15.1
```
npm install

or

yarn install
```

## How to Run
```
node main.js
or
npm start
or
yarn start
```