Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

dvorak321/gbfr-parser

 
 

Repository files navigation

gbfr-parser

img

Download

You can download the latest version here.

Running / Testing

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:

  1. Separate GBFR / ACT launch
    • Launch ./uac_start.cmd
    • Launch GBFR separately
    • Open index.html from release page, or build directory.
  2. 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.

Building this project

Pre-requirements

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python 75.6%
  • Svelte 12.0%
  • TypeScript 5.8%
  • Sass 3.8%
  • JavaScript 1.7%
  • Batchfile 0.9%
  • HTML 0.2%