Go to file
2023-10-06 15:41:53 +01:00
Braver Rework battle effects to use Razor scripts for control 2023-10-02 23:31:53 +01:00
Braver.Core Rework battle effects to use Razor scripts for control 2023-10-02 23:31:53 +01:00
Braver.Plugins Rework battle effects to use Razor scripts for control 2023-10-02 23:31:53 +01:00
BraverBattleSim Move various bits of shared code into core library 2023-09-25 20:56:11 +01:00
BraverBuild Uniform the entire project to net7.0-windows 2023-08-27 17:49:55 +02:00
BraverLauncher Move various bits of shared code into core library 2023-09-25 20:56:11 +01:00
BraverSetup v0.1.1 release 2023-03-21 22:55:40 +00:00
CrossSlash CrossSlash v0.2.0 2023-09-29 12:18:10 +01:00
data Rework battle effects to use Razor scripts for control 2023-10-02 23:31:53 +01:00
F7Cmd Rework battle effects to use Razor scripts for control 2023-10-02 23:31:53 +01:00
Ficedula.Core Make configuration code part of core library, use for parsing CrossSlash parameters 2023-09-29 12:16:21 +01:00
Ficedula.FF7 Add initial camdat decoders 2023-10-06 15:41:53 +01:00
Ficedula.FF7.Exporters Rework battle effects to use Razor scripts for control 2023-10-02 23:31:53 +01:00
IrosArchive Upgrade packages, particularly SkiaSharp 2023-09-22 11:18:30 +01:00
PluginImplementations Rework battle effects to use Razor scripts for control 2023-10-02 23:31:53 +01: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 Move various bits of shared code into core library 2023-09-25 20:56:11 +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.