////////////////////////// //// 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.