Borderless Fullscreen is a mod for Company of Heroes Relaunch built on top of CoHModSDK which allows to run the game in borderless fullscreen mode.
- Install the
CoHModSDKloader in your game directory - Copy
BorderlessFullscreen.dllinto themodsfolder - Add
BorderlessFullscreen.dlltoCoHModSDKLoader.ini - Add these launch parameters:
-borderless -window -lockmouse -forceactive - Start the game
Launch parameters:
-borderlessenables this mod and installs its renderer hooks-windowkeeps the game on its normal windowed input and focus path, which improves desktop behavior in borderless mode-lockmouseenables the engine's built-in mouse confinement-forceactivekeeps the game updating while it is not focused
If you want to build the mod yourself, open the solution in Visual Studio and build Release|x86.
Distributed under the MIT License. See LICENSE for more information.