Skip to content

Commit

Permalink
Merge pull request #29 from OutpostUniverse/UpdateReadmeBeforeRelease
Browse files Browse the repository at this point in the history
Update Readme before Version 1 release
  • Loading branch information
Brett208 authored Dec 24, 2019
2 parents 66967bb + 16f4ee0 commit 6b52c72
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

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 with Visual Studio 2017 project files. MissionScanner only supports x86 compilation. For more information on Outpost 2, visit https://outpost2.net.
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
## Usage

MissionScanner (archivename.(vol|clm) | directory)...
MissionScanner (archivename.(vol|clm) | directory)... [-L]

## Example Commands
#### Optional Arguments
* -H / --Help / -?: Displays help information
* -L / --Legend: Remove legend

MissionScanner C:/Outpost2
MissionScanner e01.dll e02.dll
MissionScanner Outpost2/
#### Example Commands

MissionScanner C:/Outpost2
MissionScanner e01.dll e02.dll --Legend
MissionScanner Outpost2/ -L

0 comments on commit 6b52c72

Please sign in to comment.