r5sdk/r5dev/resource/cfg/autoexec_client.cfg
Kawe Mazidjatari 0c13ca4e3f Only run threaded bone setup when we don't run the listen server
The Season 3 versions of the executable deadlock when threaded bone setup has been enabled on the client while the listen server has ran at least once during the process lifetime.
2022-11-10 11:47:02 +01:00

28 lines
1.2 KiB
INI

/////////////////////// client configuration file.
// This file is executed automatically on startup.
//////////////////////////
//// CLIENT ////
//////////////////////////
cl_noTimeoutLocalHost "0" // Do not time-out on local connections.
//////////////////////////
//// DEBUG TEXT ////
//////////////////////////
cl_showfps "0" // Shows detailed client/server stats.
cl_showpos "0" // Shows detailed position stats.
cl_showsimstats "0" // Shows detailed simulation stats.
cl_showgpustats "0" // Shows detailed GPU memory stats.
phys_showObjectCount "0" // Shows physics object count.
rui_defaultDebugFontFace "ArameMono" // Sets the RUI debug font face.
//////////////////////////
//// PLATFORM ////
//////////////////////////
origin_disconnectWhenOffline "0" // Whether the client disconnect itself from the server if Origin is offline.
//////////////////////////
//// MATSYS ////
//////////////////////////
mat_showdxoutput "0" // Shows debug information from the DirectX hook system.