You must put your api keys in the settings for it to work.
The imgbb api key is required because imgur has a low rate limit.
Also, you must take the photo with the game camera to the base for it to be saved (Example in the video)
1- Save the base
2- Take the photo.
edit the config file (/carbon - oxide/config/Creative.json)
Imgur config: (how to get api key: https://dubble.so/guides/how-to-get-imgur-client-id-purlxhv84a0m3mlsiak7)
"IMGUR CLIENT ID": "PUT YOUR CLIENT ID HERE!",
Imgbb config: (how to get api key: https://api.imgbb.com/)
"ImgBB Api Key (Needed for Base image saving system if imgur does not work.)": "IMGBB API KEY",
Also the latest update uploads the photos to imgur/imgbb when the player connects (Only if the photos are not uploaded to imgur/imgbb)
Video example:
https://streamable.com/x1pa9d
You should also edit the config file to setup mysql database.
"MySQL Data": [
{
"Server": "SERVER",
"Username": "USERNAME",
"Password": "PASSWORD",
"Database": "DATABASE NAME",
"Port": 3306
}
],
Everything is in the configuration file