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

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

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