Skip to main content

Improved frameworks

Some frameworks may have multiple versions that cannot be detected by the classical method, so they need to be configured.

Here will be listed all the codes that will work in our scripts to distinguish the version of the framework.

RSG

V1 (old)        = 'V1'
V2 = false (Latest)

example of settings

config.lua
NewFramework = false,
NewFramework = 'V1',

false should always mean the latest release of the framework if the script is already updated.