Go to file
2023-08-05 13:44:39 +01:00
Braver Add DataOnly plugin to support non-code plugins that just override files 2023-08-05 13:44:39 +01:00
Braver.Core Expand dialog plugins to provide more info on each individual line 2023-07-28 13:12:44 +01:00
Braver.Plugins Add DataOnly plugin to support non-code plugins that just override files 2023-08-05 13:44:39 +01:00
BraverBattleSim Add support for reading data from pack files, having optional data sources in data.txt 2023-03-04 14:08:38 +00:00
BraverBuild Add license 2023-02-28 19:52:28 +00:00
BraverLauncher Improve ogg music looping 2023-07-27 21:36:17 +01:00
BraverSetup v0.1.1 release 2023-03-21 22:55:40 +00:00
data Move dialog boxes to render using a layout for easier customisation 2023-08-05 12:39:02 +01:00
F7Cmd Add some more missing net messages 2023-03-27 11:30:47 +01:00
Ficedula.FF7 Expand dialog plugins to provide more info on each individual line 2023-07-28 13:12:44 +01:00
IrosArchive Alter music to read via normal data sources so plugins/mods can override it 2023-07-23 15:51:40 +01:00
PluginImplementations Add position info to focus tracking 2023-07-29 13:48:48 +01:00
.editorconfig Add license 2023-02-28 19:52:28 +00:00
.hgignore Alter music to read via normal data sources so plugins/mods can override it 2023-07-23 15:51:40 +01:00
.hgtags Added tag v0.1.6 for changeset 84df53a4a56f 2023-07-28 21:50:52 +01:00
Braver.sln Alter music to read via normal data sources so plugins/mods can override it 2023-07-23 15:51:40 +01:00
LICENSE.txt Add license 2023-02-28 19:52:28 +00:00
README.md Add pitch support for audio items 2023-07-02 21:11:22 +01:00

Braver

Braver is an open source reimplementation of the original FF7 game engine. More information is available at the main website.

Getting Started

After downloading the latest release, run BraverLauncher.exe; you can configure the necessary paths (e.g. where FF7 is installed) here and then click Launch Braver to run the game.

Plugins

Braver comes with one plugin by default, which adds Tolk (text to speech) support to the game. Plugins are disabled by default so you will need to enable this plugin from within the configuration in BraverLauncher before it will activate.

Once activated, the name of a screen is announced (e.g. which field location has loaded) when the game changes to a new screen; in a menu, the current menu item (and how many options there are) is announced; and when dialog is triggered, the dialog and any choices are announced.

The Tolk plugin also has options to enable footstep sounds which wil play when the controllable character is moving, and a focus sound. When enabled, in the field screens you can cycle through focusable objects using the shoulder buttons (L1/R1 on the controller; the left/right square bracket keys on the keyboard). When a focusable object is selected, the name of the object is announced, and a tone plays every few seconds, higher pitched the closer you get to the object.

Note that because the game wasn't designed for this, the names of the objects aren't necessarily very friendly, and it's possible to focus on an object that isn't actually reachable. Hopefully support for this will improve in future versions!

The battle engine does not have any plugin support yet, so no Tolk output happens here yet. This will improve in a future version as well.