diff --git a/pre_edited_cs/freeware/dinput.dll b/pre_edited_cs/freeware/dinput.dll index 19c4337..52675f6 100644 Binary files a/pre_edited_cs/freeware/dinput.dll and b/pre_edited_cs/freeware/dinput.dll differ 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