Releases: ccomrade/c1-launcher
Releases · ccomrade/c1-launcher
v6
Added
- Crysis Editor (Sandbox 2) support.
- Crysis Warhead support (64-bit only).
- Crysis Wars executable with correct icon. No other differences. All executables always support all game variants.
- DX10 renderer now supports overriding d3d10.dll and dxgi.dll by placing them into the same directory.
-userpath
to change user directory path.-userdirname
to change name of user directory inDocuments/My Games/
.- Mods can now request their own user directory in
Documents/My Games/
by exportingGetUserDirName
function:
extern "C" __declspec(dllexport) const char* GetUserDirName()
{
return "My Mod"; // -> "Documents/My Games/My Mod"
}
- Path information in the log:
Main directory: C:\Crysis
Root directory: C:\Crysis
User directory: C:\Users\User\Documents\My Games\Crysis
Fixed
- Fixed the two broken panels in Editor.
- Fixed incorrectly trimmed spaces from CPU model name in specific cases.
- Fixed rare crash in the engine due to out-of-bounds access of the
CPUInfo::cores
array.
Changed
- Each game variant now has its own release ZIP with all available executables:
c1-launcher-v6-build.zip
=> Crysis => game + dedicated server + headless server + editorc1-launcher-v6-build-wars.zip
=> Crysis Wars => game + dedicated server + headless server + editorc1-launcher-v6-build-warhead.zip
=> Crysis Warhead => game (64-bit)- Both dedicated and headless server launchers also support Crysis Warhead, which is singleplayer-only and has no server launcher by default. However, it ships without CryRenderNULL DLL, so both server launchers fail to start the engine there.
v5
Added
- GPU information in the log:
Renderer initialization
D3D10 Adapter: AMD Radeon RX 480 Graphics (RADV POLARIS10)
D3D10 Adapter: PCI 1002:67df (rev 00)
D3D10 Adapter: Dedicated video memory = 8G
D3D10 Adapter: Dedicated system memory = 0
D3D10 Adapter: Shared system memory = 31G
Fixed
- Crash of 64-bit DX10 renderer during startup with recent nVidia GPU drivers.
v4
v3
Added
- Headless server launcher.
Fixed
- CryRenderD3D10 DLL is not being loaded in DX9 mode anymore.
- Static linking of MSVC runtime library is automatically disabled when VS2005 compiler is used.
- No more sporadic crashes when file check is enabled on server.
Changed
- Improved crash logger.
- Version is now just one number.
- Released executables are now digitally signed.
2.7
2.6
2.5
2.4
- Added Crysis Wars support.
- Added crash logger that writes crash info to the log file.
- Unlocked advantages of pre-ordered version. Both game launcher and server launcher are required for this to work.
- Launcher version can now be found in the log after engine initialization.
- No more hangs after crash when running under Wine.
- Message boxes now have correct modern visual style.
- Launcher is now fully DPI aware to prevent any blurring on high DPI screens.