Giter Site home page Giter Site logo

eksekk / openenroth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openenroth/openenroth

0.0 0.0 0.0 129.33 MB

Open reimplementation of Might and Magic 6 7 8 game engine

License: GNU Lesser General Public License v3.0

C++ 97.81% C 0.64% Objective-C 0.03% CMake 0.96% GLSL 0.55% HLSL 0.01%

openenroth's Introduction

Might and Magic Trilogy

Windows Linux MacOS Doxygen Style Checker

We are creating an extensible engine & modding environment that would make it possible to play original Might&Magic VI-VIII games on modern platforms with improved graphics and quality-of-life features expected of modern titles, and make modding and installing & playing the mods a pleasurable experience.

Currently only MM7 is playable. You can check out the milestones to see where we're at.

screenshot_main

Discord

Join our discord channel to discuss, track progress or get involved in the development of this project.

Discord channel invite

Getting Started on Windows

  1. You will need a GoG or any other version of Might and Magic VII. Just run the installer and install the game into default location.

  2. Build OpenEnroth as described in HACKING.md. Alternatively, you can ask for a prebuilt binary on Discord.

  3. Copy OpenEnroth-specific resources from the resources folder of the repo to the folder where the game was installed:

    xcopy "resources\shaders" "C:\Program Files (x86)\GOG Galaxy\Games\Might and Magic 7"

    Or just use your mouse like a good Windows user.

  4. It is recommended to set OPENENROTH_MM7_PATH env variable to point to the game installation folder. OpenEnroth might work by reading the paths from registry, but this is not guaranteed.

  5. Run the freshly built OpenEnroth.exe binary. If you forget to copy content of resources subfolder, or if OPENENROTH_MM7_PATH points into the wrong folder, you will see errors in the console.

Getting Started on Linux or Mac

  1. You will need a GoG or any other version of Might and Magic VII. If you have an offline GoG installer, then follow these steps:

    • Install innoextract. If you're on Ubuntu, sudo apt-get install innoextract should work. If you're on Mac then you'll need homebrew, and brew install innoextract should do the job.
    • Run innoextract -e -d <target-folder> <mm7-gog-folder>/setup_mm_7.exe, where <target-folder> is the folder where you want to have game data extracted from the mm7 installer.
    • Check the files in <target-folder>, it should now contain the app subfolder. This is where game assets were extracted into.
  2. Build OpenEnroth as described in HACKING.md.

  3. Copy OpenEnroth-specific resources from the resources folder of the repo to the folder where the game assets were extracted to:

    cp -rv resources/shaders <target-folder>/app

  4. Set OPENENROTH_MM7_PATH env variable to point to the location of the game assets. You might also want to add the following line to your bash profile (e.g. ~/.profile on Ubuntu or ~/.zshrc on Mac):

    export OPENENROTH_MM7_PATH="<target-folder>/app"

  5. Run the freshly built OpenEnroth binary.

Development

See the HACKING document for information on how to compile or if you intend to contribute.

Screenshots

screenshot_1

screenshot_2

screenshot_3

screenshot_4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.