Skip to content

Game Config

Husko edited this page Feb 24, 2022 · 3 revisions

Game Config

Here you can quickly read on how to configure your config for your game

This is how most game configs will look like. (Here is the Stormworks Example)

[Default]
# enter the path to the games mod folder = 
modspath = C:\Users\USERNAME\AppData\Roaming\Stormworks\data
# if proxies should be scraped and used = 
proxies = yes
# seconds wait time for each request (default 5) = 
waitseconds = 5
# randomize user agent = 
randomuseragent = yes
# request timeout = 
timeout = 10

modspath is where you will enter the path to the folder where the mods are hosted. They can be found on the Wiki Page if you are unsure.

proxies is where you can choose if you want to use proxies to hide your real ip to avoid potential bans for making many requests. They are freshly scraped each startup of the bot from 1 of 5 addresses and each time the bot makes a request a random proxy will be selected.

waitseconds Unused until Collections & Mod List support happens

randomuseragent is where you can choose if each request should use a random selected user-agent. its taken from a list of the most used user-agents and the goal is to further anonymize the downloading process and avoid potential bans.

timeout is where you can choose on how long a connection attempt should last. if the amount is reached it will close the connection to avoid a frozen tool.

Clone this wiki locally