Pandemic 2818 Posted October 16, 2021 Hello everyone! A new version of DreamBot is now live! Changes: Welcome Back URL will always be blocked regardless of user input setting Added QuickStart arg "-json <path>" for loading QuickStart args from a JSON formatted file Note: If you use this arg it will completely ignore any other args passed to the client The config file simply uses each key as the param name (-fps 33 would be translated to "fps": 33) for all args with these exceptions: Script params MUST be an array, with a string for each param (considered a space in the CLI) to make sure it's compatible with the CLI version Example: CLI: -params a b c JSON: "params": ["a", "b", "c"] Any flags (QuickStart args without a parameter like -minimized, -fresh, etc.) MUST be included with the dash in an array with the key "flags" Example: CLI: -minimized -fresh -destroy JSON: "flags": ["-minimized", "-fresh", "-destroy"] A full example of your JSON config file might look like this: { "account": "Account Name", "flags": ["-minimized"], "fps": 30, "world": 301, "script": "Script Name", "params": ["a", "b", "c"] } Note: If the param doesn't work with some primitive type (like a number) you can instead make it into a string as that'll work exactly the same as the CLI version. Always remember, to be on the latest version of our client you must run DBLauncher.jar! The client does NOT update itself! Thanks, The Dream Team
Pandemic 2818 Author Posted October 16, 2021 47 minutes ago, Hosfad said: This is great thank you Thanks for the suggestion for -json
abuseedom3 4 Posted October 17, 2021 @Pandemic Might wanna update this page: https://dreambot.org/guides/user-guide/quickstart/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.