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
- Host: GitHub
- URL: https://github.com/amineo/t2-map-manager
- Owner: amineo
- Created: 2020-12-24T19:15:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T19:21:09.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T12:23:02.180Z (11 months ago)
- Language: JavaScript
- Size: 16.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tribes 2 Map Manager
This project is currently an experimental proof of concept.

---
## 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
```