Releases: OpenMC2/OpenMC2
Releases · OpenMC2/OpenMC2
v0.0.2
This is the next "stable" release of OpenMC2. This version bring a large number of under-the-hood changes.
- Implemented a lot more functions (Thanks to @duncanspumpkin for his contributions to this)
- Reworked how the original game code is loaded. Now OpenMC2 is compiled directly as an EXE, and the original binary is loaded as a DLL. This should decrease the number of false positives by antivirus software.
- More settings are now loaded from the OpenMC2 config instead of the vanilla config files or hardcoded values.
- Fixed a buffer overflow glitch that could lead to code injection. (details)
- Updated Boost to 1.67.0
v0.0.1
This is the first release of OpenMC2. This release adds the following features:
- Adds a configuration file in Documents/OpenMC2/OpenMC2.config
- Adds windowed mode. Available by changing the line
window false
towindow true
in the config file.
The minimum requirements for this is basically the same as for Midnight Club 2, except that it requires Windows Vista or later to run.