https://github.com/outpostuniverse/missionscanner
Console application to scan overview of Outpost 2 Mission DLLs
https://github.com/outpostuniverse/missionscanner
game-development outpost-2 outpost-2-mission
Last synced: 10 months ago
JSON representation
Console application to scan overview of Outpost 2 Mission DLLs
- Host: GitHub
- URL: https://github.com/outpostuniverse/missionscanner
- Owner: OutpostUniverse
- Created: 2019-10-25T23:32:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T13:40:37.000Z (about 5 years ago)
- Last Synced: 2023-03-03T15:07:54.173Z (over 3 years ago)
- Topics: game-development, outpost-2, outpost-2-mission
- Language: C++
- Size: 87.9 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Outpost 2 Mission Scanner
Developed by Brett208 (Vagabond) and Hooman
A console application to review the publicly exported information contained in Outpost 2 mission DLLs. Written using C++17 features. Tested on Windows and Linux. Windows project files compile using MSVC with Visual Studio 2017. A Linux makefile is also included. MissionScanner fully supports x86 and x64 compilation. For more information on Outpost 2, visit https://outpost2.net.
## Usage
MissionScanner (archivename.(vol|clm) | directory)... [-L]
#### Optional Arguments
* -H / --Help / -?: Displays help information
* -L / --Legend: Remove legend
#### Example Commands
MissionScanner C:/Outpost2
MissionScanner e01.dll e02.dll --Legend
MissionScanner Outpost2/ -L