Go to file
2023-12-04 19:43:07 +00:00
Braver Basic world map networking added 2023-12-04 19:43:07 +00:00
Braver.Core Implement Fire1 animation and camera effect 2023-12-01 11:06:35 +00: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 Minor spelling correction in CrossSlash help 2023-12-01 10:52:42 +00:00
data Add decoders for worldmap encounter data 2023-12-03 14:53:23 +00: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 decoders for worldmap encounter data 2023-12-03 14:53:23 +00:00
Ficedula.FF7.Exporters Add 32-bit support to Tex file decoder and exporter 2023-10-24 19:59:52 +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 CrossSlash_0.2.1 for changeset 56b2a2cb3609 2023-10-24 20:00:06 +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 Update main readme with link to Qhimm forums & discord 2023-11-26 23:13:22 +00:00

Braver

Braver is an open source reimplementation of the original FF7 game engine. More information is available at the main website, or there is a Braver channel on the Qhimm Discord for discussion and questions. You can join the Qhimm Discord by following the link from the forums

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.