Go to file
Julian Xhokaxhiu c145ec6c6a Uniform the entire project to net7.0-windows
And use dynamic variables for Exec commands
2023-08-27 17:49:55 +02:00
Braver Include plugins binaries into the bin output path 2023-08-27 17:37:11 +02:00
Braver.Core Uniform the entire project to net7.0-windows 2023-08-27 17:49:55 +02:00
Braver.Plugins Migrate project to .NET 7.0 2023-08-27 17:04:30 +02:00
BraverBattleSim Uniform the entire project to net7.0-windows 2023-08-27 17:49:55 +02:00
BraverBuild Uniform the entire project to net7.0-windows 2023-08-27 17:49:55 +02: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 Uniform the entire project to net7.0-windows 2023-08-27 17:49:55 +02:00
Ficedula.FF7 Uniform the entire project to net7.0-windows 2023-08-27 17:49:55 +02:00
Ficedula.FF7.Exporters Uniform the entire project to net7.0-windows 2023-08-27 17:49:55 +02:00
IrosArchive Uniform the entire project to net7.0-windows 2023-08-27 17:49:55 +02:00
PluginImplementations Remove BaseOutputPath property 2023-08-27 17:04:31 +02:00
.editorconfig Add license 2023-02-28 19:52:28 +00:00
.gitignore Add .gitignore 2023-08-27 16:58:11 +02: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.7 for changeset eba775fdc93d 2023-08-15 21:36:47 +01:00
Braver.sln Added missing project - d'oh! 2023-08-27 10:40:19 +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.