MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2

github.com/OpenMC2/OpenMC2 @v0.0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.2 ↗ · + Follow
298 symbols 496 edges 82 files 82 documented · 28% updated 3y agov0.0.2 · 2018-07-22★ 1743 open issues

Browse by type

Functions 236 Types & classes 62
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

OpenMC2

Build status Join the chat at https://gitter.im/LRFLEW/OpenMC2

An Open Source Re-Implementation of Midnight Club 2

This project is a bottom-up rewrite of Midnight Club 2, using the original binary in place of not-yet-implemented functions, to allow for large-scale bug fixing and feature implementing.

Building

This project currently only supports building on Visual Studio 2015 Update 2 or later. Open up the OpenMC2.sln file, and run a "Rebuild". The debugging currently expects Midnight Club 2 to be installed with Steam with Steam installed to the default location.

Running

To run the game, you need to first have Midnight Club 2 installed. The easiest way to get the game to run is to place both OpenMC2.exe and OpenMC2.dll in the same directory as mc2.exe. You can then launch OpenMC2 from the directory, or use a shortcut to launch the game.

Linux and macOS

Native support for Linux and macOS is planned for the future, but because of how the project is developed, a native binary will not be possible for a while. In the mean time, using Wine is supported on Linux and macOS, and is the recommended way of using OpenMC2 on those platforms.

Licence

The source code provided in this repository for OpenMC2 is licenced under the GNU General Public License version 3.

Other Open-Game Projects

Below is a list of similar projects that I know of and their respective base games:

  • OpenRCT2 - RollerCoaster Tycoon 2
  • OpenTTD - Transport Tycoon Deluxe
  • OpenRW - Grand Theft Auto III
  • OpenMW - The Elder Scrolls III: Morrowind
  • openage - Age of Empires II
  • OpenRA - Command & Conquer: Red Alert
  • OpenXcom - UFO: Enemy Unknown (aka, X-COM: UFO Defense)
  • Freeciv - Civilization II

There is also the Wikipedia page for open source games.

Core symbols most depended-on inside this repo

Shape

Method 141
Function 95
Class 60
Enum 2

Languages

C++100%

Modules by API surface

src/Addresses.hpp33 symbols
src/Settings.hpp25 symbols
src/Game.cpp24 symbols
src/UnkObjects/unk613330.hpp14 symbols
src/Settings.cpp12 symbols
src/Logging.cpp12 symbols
src/FileHandler.cpp11 symbols
src/Config.cpp11 symbols
src/CommandLine.hpp11 symbols
src/Archive.cpp11 symbols
src/UnkObjects/unk612850.hpp10 symbols
src/UnkObjects/unk612850.cpp10 symbols

For agents

$ claude mcp add OpenMC2 \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page