Version 2.1.0
To use, add to the directory containing Outpost 2.exe. op2ext.dll is included standard with Outpost 2 releases. op2ext.pdb (MSVC debug file) is included below to assist in debugging.
Change Log
Version 2.1.0
- Add message logger usable by op2ext and external modules.
- Deprecate GetCurrentModDir due to improper memory management across DLL boundaries.
- Add external API function GetConsoleModDir_s to replace deprecated GetCurrentModDir.
- Mark argument volName from function AddVolToList argument as const. This allows passing const values into the function.
- Lift 31 volume load restriction. Outpost 2 will be able to load effectively a limitless number of volumes.