-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ReadMe.txt to include a change log and more details about the …
…project.
- Loading branch information
Showing
1 changed file
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,24 @@ | ||
Outpost 2 Extension Module | ||
|
||
Author: op2hacker (aka BlackBox) | ||
Modified by: Hooman | ||
|
||
op2ext | ||
====== | ||
Outpost 2 extension module used to implement various extensions. | ||
Currently the following extensions are implemented: | ||
IP dropdown box for net play | ||
Extra VOL file loading | ||
Addon modules using /loadmod | ||
Addon modules using ini file | ||
Authors: op2hacker (aka BlackBox) | ||
Hooman | ||
Arklon | ||
|
||
The Outpost 2 extension module is used to implement various extensions to the game Outpost 2. The most current version of Outpost 2 is maintained by the Outpost 2 community and may be found at https://www.outpost2.net/. | ||
|
||
Outpost 2 Extension is a dynamic link (DLL) library written in C++. Source code may be found at https://github.com/OutpostUniverse/op2ext. OP2Ext compiles against x86 Windows. The current solution/project files use Visual Studio. | ||
|
||
The following extensions are implemented for Outpost 2: | ||
|
||
* IP dropdown box for net play | ||
* Extra VOL file loading | ||
* Addon modules using /loadmod | ||
* Addon modules using ini file | ||
|
||
--------------------------------------------- | ||
|
||
Change Log: | ||
|
||
Version 1.0.0 | ||
|
||
* Initial Release |