EthanBoiDev

Relight Engine Documentation

RBT and Configs

The RBT software and it's config

How to Build target files

In order to build a target file, you must type this command in your terminal

python3 [Path/to/RBT]/main.py [Target] [Platform]

Argument: Target

Type: String

Description: the path to the target file


Argument: Platform

Type: String

Description: The platform that the target will compile to


Config

The config file will be generated once RBT run's for the first time. It contains important information for compiling targets, all global configs are located in **GlobalCfg.py**

Targets

RBT_Ver = [int, int, int]

contains the current RBT's version

Engine_Directory = string

The Directory of engine without a "/" at the end. RBT will attempt to auto-generate this