Interact with the internally used config system
cloudcfg.uploadConfig();
Automatically sends the users current CFG file from 'C:\Users\username\AppData\Roaming@buse\cs2' to our CDN
cloudcfg.downloadConfig();
Automatically download the users CFG file from our CDN if found and replace it
We can use the gui module for this since the function is in the gui file
gui.saveConfig();
gui.loadConfig();
Last updated 8 months ago