You can download the latest version here.
Pre-requirements:
- Python 3.11 or above - Download here
- Make sure to enable "Use admin privileges when installing py.exe" and "Add python.exe to PATH" during the installation.
After obtaining latest release, follow the instruction below
2 Approaches:
- Separate GBFR / ACT launch
- Launch
./uac_start.cmd
- Launch GBFR separately
- Open
index.html
from release page, or build directory.
- Launch
- Linked Launch (Preferable, only for windows)
- Copy `./steam_win_start.cmd to your release folder, example picture
- Set Steam launch option as follows
"C:\<Path-To-GBFR-Parser-Release>\gbfr-parser\<Release-Folder-Name>\steam_win_start.cmd" %command%
, example picture - Launch GBFR from steam and it will automatically launch everything.
Pre-requirements
- Node.js - Download here
- Yarn - Installation instructions
You can build the views by running the following command:
git clone https://github.com/dvorak321/gbfr-parser # optional
cd gbfr-parser/views
yarn install && yarn build
The output should be inside the gbfr-parser/views/build
directory.