OpenWF Bootstrapper Manual

While the main feature of the dwmapi.dll is to use a custom server with the game, it has other features as well.

client_config.json

The bootstrapper creates a client_config.json in your game folder. It has the following fields:

HTTP Interface

While the game is running, the you can visit http://localhost:61558/ to modify some of the above options, access additional features like teleportation, and use scripts.

Command Line Arguments

The bootstrapper adds the owfServerHost command line argument, which can be used to override the server_host in the config.

Pre-Login

While in the pre-login state, the overlay indicates the current server host, which can also be changed by typing @server_host (e.g. @localhost) in the email field with any password and attempting to log in.

Tunables

When connecting to a server, the bootstrapper requests /custom/tunables.json to check the JSON object for the presence of the following fields:

The presence of a field disables the respective feature.

HTTP Traffic Deviations