From 1bade28b09b2240806f160be9bd19c924158a8ca Mon Sep 17 00:00:00 2001 From: periwinkle Date: Sun, 26 May 2024 15:38:26 -0400 Subject: [PATCH] Include settings.ini for freeware multiworld DLL --- pre_edited_cs/freeware/settings.ini | 41 +++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pre_edited_cs/freeware/settings.ini diff --git a/pre_edited_cs/freeware/settings.ini b/pre_edited_cs/freeware/settings.ini new file mode 100644 index 0000000..5c009dc --- /dev/null +++ b/pre_edited_cs/freeware/settings.ini @@ -0,0 +1,41 @@ +[server] +; The port on which to run the server. Don't change this unless you know what you're doing. +port=5451 +; Whether the server will start automatically when opening the game. +; If this is set to 0, the server will not run at all (currently there is no way to manually start it). +start_server=1 +; Set to 1 to disable the server if the current game is a solo seed rather than a multiworld. +; Note that running the server is needed to allow Randovania's autotracker to function. +disable_if_solo_seed=0 + +[config] +; Set to 1 to run the game at 60 FPS instead of the default 50 +60fps=0 +; Top left x and y pixel coordinates of the secondary TSC parser's message text +text_x=84 +text_y=33 +; x and y offsets of the secondary TSC parser's 2, so be careful. +log_to_file=0 +; Set to 1 to disable the UUID check when loading Profile.dat. +; Not recommended unless you know what you're doing. +ignore_uuid_mismatch=0 \ No newline at end of file