mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Also removed these from the CFG files. * 'sq_showvmoutput' has been renamed to 'script_show_output'. * 'sq_showvmwarning' has been renamed to 'script_show_warning'.
18 lines
641 B
INI
18 lines
641 B
INI
/////////////////////// client configuration file.
|
|
// This file is executed automatically on startup.
|
|
|
|
//////////////////////////
|
|
//// CLIENT ////
|
|
//////////////////////////
|
|
cl_noTimeoutLocalHost "0" // Do not time-out on local connections.
|
|
|
|
//////////////////////////
|
|
//// DEBUG TEXT ////
|
|
//////////////////////////
|
|
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.
|