Parse GFL avg to Ren'Py Script format
- Clone repository
- Extract latest gfl avg text from gamedata or just use current avg resources
- Create a renpy project
- Refer to
tool/config.example.py, save your config totool/config.py - Run
avg_parser.py, renpy script(*.rpy) will save to rpy folder - You can copy rpy files to renpy manually or use powershell script
deploy.ps1, require powershell-7 - Launch your renpy project
renpy will load script.rpy first, then auto generated script.rpy will call other rpy script
GameData -> x-x-x.bytes -> s_x_x_x.rpy -> Ren'Py
avgtxt_main
avg_parser.py