You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could someone provide me with templates for the game's JSON files? I'm new to this and if anyone has a template (or knows how to generate them) please let me know.
The text was updated successfully, but these errors were encountered:
Template files are unavailable, but you can dump all requests to the server by creating a config.json file next to the Outrun executable with the following content:
{
"logAllRequests": true
}
This will log incoming requests as JSON files to /logging/all_requests/ next to the Outrun executable. If errors occur related to writing files, create those directories and ensure it has write permissions available to the user running Outrun.
If you want to also log all responses made by Outrun to the game client, add a "logAllResponses": true entry to the JSON, like so:
Could someone provide me with templates for the game's JSON files? I'm new to this and if anyone has a template (or knows how to generate them) please let me know.
The text was updated successfully, but these errors were encountered: