Go to file
ficedula dc2b6bea04 Start logging earlier
Cope with Steam data file paths
Set explicit culture, since FF7 files have text data in EN format that needs parsing
On crash report error visually as well as logging
More logging around music errors
2023-07-04 19:30:25 +01:00
Braver Start logging earlier 2023-07-04 19:30:25 +01:00
Braver.Core Improve logging of errors 2023-07-03 21:17:58 +01:00
Braver.Plugins Add pitch support for audio items 2023-07-02 21:11:22 +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 logging of errors 2023-07-03 21:17:58 +01:00
BraverSetup v0.1.1 release 2023-03-21 22:55:40 +00:00
data Add pitch support for audio items 2023-07-02 21:11:22 +01:00
F7Cmd Add some more missing net messages 2023-03-27 11:30:47 +01:00
Ficedula.FF7 Add pitch support for audio items 2023-07-02 21:11:22 +01:00
PluginImplementations/Braver.Tolk Add pitch support for audio items 2023-07-02 21:11:22 +01:00
.editorconfig Add license 2023-02-28 19:52:28 +00:00
.hgignore Setup utility 2023-02-26 17:32:10 +00:00
.hgtags Added tag v0.1.2 for changeset 1ff1d84af87d 2023-07-02 21:12:50 +01:00
Braver.sln Add pitch support for audio items 2023-07-02 21:11:22 +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.