Skip to content

Lymia/MPPatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPPatch

MPPatch is a patch for Civilization V that allows mods to be used in multiplayer without any special preparation. It supports the Steam versions of Civilization V on Windows and Linux. macOS is supported, but only if you run the Windows version of Civilization V through Proton.

You can download the latest version of MPPatch here.

For usage instructions, read the user guide.

Compiling

(TODO: These instructions are heavily outdated.)

MPPatch can only be built on Linux systems. The build scripts has only been extensively tested on Arch Linux. You are on your own for other distributions.

On Arch Linux, you will need the following packages: base-devel jdk8-openjdk sbt mingw-w64-gcc nasm gcc-multilib clang llvm.

The first time you build a release, you must initialize submodules used by MPPatch. To do this, run git submodule update --init.

You will also need to install osxcross. After cloning osxcross into a directory and setting up the xcode tarballs, execute ./build.sh, then add osxcross/target/bin to your PATH.

To build a release, use sbt clean dist. You can also use sbt run to test your local version without building a full release.

Contributing

Pull requests welcome. :)