config

Interact with the internally used config system

Upload

cloudcfg.uploadConfig();

Automatically sends the users current CFG file from 'C:\Users\username\AppData\Roaming@buse\cs2' to our CDN

Download

cloudcfg.downloadConfig();

Automatically download the users CFG file from our CDN if found and replace it

Save

We can use the gui module for this since the function is in the gui file

gui.saveConfig();

Load

We can use the gui module for this since the function is in the gui file

gui.loadConfig();

Last updated

Was this helpful?