Free implementation of Final Fantasy 7 engine https://v-gears.inigovalentin.com

Iñigo Valentin 21db808d72 Luajit and Liabind dependencies removed. Compiles, runtime error with luabind. 3 жил өмнө
CMake d926109279 Revised building instructions. Some fixes in CMakeLists. Deleted unused files. 3 жил өмнө
PlugIns 8845b48c9f Project structure changed. No more public headers. 3 жил өмнө
V-Gears-Installer 8845b48c9f Project structure changed. No more public headers. 3 жил өмнө
data 21db808d72 Luajit and Liabind dependencies removed. Compiles, runtime error with luabind. 3 жил өмнө
debian ff0bda93fe FF7 (and similar) namespaces removed. 3 жил өмнө
doc 84c31bdbb7 Saving functionality implemented. 3 жил өмнө
lib d926109279 Revised building instructions. Some fixes in CMakeLists. Deleted unused files. 3 жил өмнө
src 21db808d72 Luajit and Liabind dependencies removed. Compiles, runtime error with luabind. 3 жил өмнө
test 8845b48c9f Project structure changed. No more public headers. 3 жил өмнө
.gitattributes b46a71540f Some improvements to the main menu. 3 жил өмнө
.gitignore 5a646dfeb3 All of the installer files refactored. 3 жил өмнө
CMakeLists.txt 21db808d72 Luajit and Liabind dependencies removed. Compiles, runtime error with luabind. 3 жил өмнө
COPYING.txt 4b46ac2c50 Advanced options for the installer. 3 жил өмнө
Doxyfile b3d9d8b15e Added Doxygen configuration. 3 жил өмнө
README.md 2639ad25f8 Choice dialogs and new opcodes: 3 жил өмнө
v-gears.desktop 7b7ad59a2c Initial commit. Minor modifications over QGears 4 жил өмнө
v-gears.png 7b7ad59a2c Initial commit. Minor modifications over QGears 4 жил өмнө

README.md

V-Gears V-Gears

What is V-Gears?

V-Gears is a free implementation of the game Final Fantasy 7 engine, designed to work with the original game data.

It's designed to run the original game data on modern operating systems, making the game playable without the need of emulators.

It's free software, and it's designed to be cross-platform. It, of course, doesn't include any copyrighted data from the original game, but it provides an installer to get the required data from your own PC copy of the game.

It's a continuation of q-gears, which is an enormous project started by some great people many years ago, with the same purpose as this, but which unfortunately became stalled.

Gallery

Note that, while these are actual screenshots of V-Gears, none of the images, sprites, textures, backgrounds, etc are part of the project. They have been extracted locally from an original Final Fantasy VII game, and are in no way distributed here.

Field maps:

|Cloud model|Dialogs|Animations| |--|--|--| |Cloud model|dialog|animation| |Climbing|Mid-jump!|Materia| |Climbing|Mid-jump|Materia| |Transparencies|Timers|Choices| |Transparency|Timers|Choices|

Menus:

|Begin|Main|Name| |--|--|--| |Begin Menu|Main Menu|Name Menu| |Items|Key Items|Equip| |Item Menu|Key items menuy|Equip Menu| |Materia||| |Materia Menu|Save Menu||

Installer:

|Installer|Advanced| |--|--| |Installer|Advanced options|

Debug Tools

|Field maps|Walkmesh|Console| |--|--|--| |Debug fields|Walkmesh|Console|

What is it's current state?

Well, let's call it a work in progress... of a work in progress.

Things that work Things that don't
A few field maps Most field maps
Some menus Some other menus
Sound (mostly) Battles, in general.
Saving / Loading The world map, also in general
Timers Minigames
Party switching
Shops
Alternate controllable characters
Many other things

If the question was "How deep into the game can I play?", then the answer is

Max progress

Until there. Whitout cheats, and without using the developer console, it's not possible to get to the next wagon. The dialogs start looping there.

But don't worry! The engine is not fixed sequentially, or map by map. Once a fix is implememnted, it applies to all maps at once, anb big chunck of the game are unlocked after each fix.

In the meantime...

If it picked your curiosity, you can check out the history behind the project. Or, if you want to try it for yourself, maybe the build and installaton guides are a good place to start.

Or even better, if you want to see this done and want to contribute, clone the repo, read the style guide and have a go at it!