Menu

Tree [b1ba9c] master /
 History

HTTPS access


File Date Author Commit
 core 2020-09-03 myst6re myst6re [595e84] Fix autosize batch processing
 debian 2020-08-08 myst6re myst6re [0d9c6a] Updating debian changelog
 images 2020-07-27 myst6re myst6re [6bc8f8] Adding ask and fix some details
 include 2015-07-09 myst6re myst6re [9657f9] Adding shobjidl.h
 widgets 2020-09-03 myst6re myst6re [cdc45e] Bump version number to 1.8.1
 zlib-1.2.7 2012-09-19 myst6re myst6re [f4645c] Updating ZLIB.
 .clang-format 2016-03-12 myst6re myst6re [8781ea] Adding clang-format file for later use
 .gitignore 2015-03-07 myst6re myst6re [9fdd16] Ignoring qm files
 .travis.yml 2020-08-08 myst6re myst6re [4645b4] Fix bad slot. Xenial for ubuntu deployment
 COPYING.TXT 2012-09-07 myst6re myst6re [d6cc07] BUG fixed: normal ff7 never detected if we want...
 Data.cpp 2020-08-08 myst6re myst6re [eb7fec] switch (
 Data.h 2020-07-05 myst6re myst6re [1e7fc4] NULL -> nullptr. Improving text readability
 FieldModelThread.cpp 2020-07-16 myst6re myst6re [54e394] Fix style. Replacing obsolete foreach macro by ...
 FieldModelThread.h 2016-02-06 sithlord48 sithlord48 [a278ee] All src UTF-8
 Makou_Reactor.desktop 2017-11-19 myst6re myst6re [8b37e6] Fix CRLF
 Makou_Reactor.pro 2020-08-07 myst6re myst6re [de4a0e] New about dialog
 Makou_Reactor.qrc 2020-07-27 myst6re myst6re [6bc8f8] Adding ask and fix some details
 Makou_Reactor.rc 2012-09-18 myst6re myst6re [cf557b] Background updating optimization (BGDialog).
 Makou_Reactor_en.ts 2016-02-15 sithlord48 sithlord48 [851f91] English for all strings
 Makou_Reactor_fr.ts 2020-08-07 myst6re myst6re [14a39c] Updating translations
 Makou_Reactor_ja.ts 2020-08-07 myst6re myst6re [14a39c] Updating translations
 Parameters.h 2020-09-03 myst6re myst6re [cdc45e] Bump version number to 1.8.1
 README.md 2020-06-14 myst6re myst6re [a1b29d] So much modifications at once :cry:
 Window.cpp 2020-08-08 myst6re myst6re [eb7fec] switch (
 Window.h 2020-06-28 myst6re myst6re [6f6121] Optimize search speed
 appveyor.yml 2020-05-08 Chris Rizzitello Chris Rizzitello [e771be] deploy as continious
 deploy.bat 2020-05-27 myst6re myst6re [99e7e2] Removing upx
 diagram.uxf 2013-07-07 myst6re myst6re [345f5b] New class: Archive which provide an interface t...
 main.cpp 2020-07-16 myst6re myst6re [54e394] Fix style. Replacing obsolete foreach macro by ...
 txt.cpp 2020-06-01 myst6re myst6re [c97c5c] Renaming Aeris to Aerith, keeping backward comp...
 vars.cfg 2016-03-06 myst6re myst6re [693ab7] Updating vars.cfg. Use it for default values. C...

Read Me

Makou Reactor

Build Status Linux/OSX
Build status Win32
Coverity Scan Build Status

Makou Reactor

Final Fantasy VII field archive editor (Forum).

Installing

Makou Reactor can be downloaded as a simple ZIP archive, or via repositories
when available:

  • Windows: Download the last release on GitHub.
  • MacOSX: Download the latest release on GitHub
  • Debian/Ubuntu: Add sithlord48's Stable Release or Daily Builds ppa to install the makoureactor package
  • ArchLinux: Use packages from the AUR.
  • Other Linux: Download the latest release on GitHub

Contributing

You are welcome to contribute on this project, feel free to open issues and
PR on GitHub.
Ensure that you have commited in develop branch, otherwise I will not accept your
request.

Building

If you are a developer and you want to build this software, follow the
instructions below.

Requirements

  • Qt 5.4+
  • GLUT
  • zlib

On Windows, you can either use mingw32 (g++) or msvc to compile.

With Qt Creator

Open Makou_Reactor.pro with Qt Creator IDE.
Please refer to the official documentation of Qt Creator
if you have troubles to compile and run Makou Reactor.

Command line

Windows

Use the command prompt given in your Qt installation
to set your environment (%QTDIR%/bin/qtvars.bat for Qt 4
and %QTDIR%/%compiler%/bin/qtenv2.bat for Qt 5).
If you want to compile with msvc, run vcvarsall.bat
from your Microsoft Visual Studio installation
(eg: C:\Program Files\Microsoft Visual Studio 11.0\VC\vcvarsall.bat).

Then run:

mkdir build
cd build
qmake /path/to/Makou_Reactor.pro
# For mingw32
mingw32-make
# For msvc
jom

Linux

Set your environment:

  • [Qt 4 only] QTDIR must contains the directory of your Qt installation
  • PATH should contains the path to the bin directory of your Qt installation ($QTDIR/bin)
  • [Qt 4 only] Your compiler should be in the PATH

Then run:

mkdir build
cd build
qmake /path/to/Makou_Reactor.pro
make
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.