2022-02-28 01:01:40 +01:00
|
|
|
/////////////////////// client configuration file.
|
|
|
|
// This file is executed automatically on startup.
|
|
|
|
|
2022-02-10 00:48:24 +01:00
|
|
|
//////////////////////////
|
|
|
|
//// CLIENT ////
|
|
|
|
//////////////////////////
|
|
|
|
cl_noTimeoutLocalHost "0" // Do not time-out on local connections.
|
|
|
|
cl_threaded_bone_setup "0" // Has to be disabled on the client to prevent deadlock.
|
|
|
|
|
|
|
|
//////////////////////////
|
|
|
|
//// 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.
|