⚙ Config Setup

Updated 9 months ago

CONFIG DOCUMENTATION ⚙

This documentation is still being updated and is not finished yet.

⏭ HUD SETTINGS

⏭ FPS SETTINGS

  • Enable_FPS -> Type: Boolean -> Default: true
    • true -> Enables FPS_Hotkey
    • false -> Disables FPS_Hotkey
  • FPS_Hotkey -> Type: KeyboardShortcut -> Default: Keypad8
  • FPS_Font_Size -> Type: Int -> Default: 13
    • Anywhere between 10 to 18 will work fine
    • Rounded numbers only
  • FPS_Font_Color -> Type: String -> Default: #FFFFFF

⏭ CLOCK SETTINGS

  • Enable_Clock -> Type: Boolean -> Default: true
    • true -> Enables Clock_Hotkey
    • false -> Disables Clock_Hotkey
  • Clock_Hotkey -> Type: KeyboardShortcut -> Default: Keypad9
  • Clock_Inside_Visibility -> Type: Float -> Default: 0.3f
    • 0f = 0% Visibility of Inside Clock
    • 0.3f = 30% Visibility of Inside Clock
    • 0.6f = 60% Visibility of Inside Clock
    • 1f = 100% Visibility of Inside Clock
    • You may use other values between 0 and 1
    • Be sure to append a f at the end of value
  • Real_Time_Clock -> Type: Boolean -> Default: false
    • true -> Changes the clock to update faster
    • false -> Doesn't affect the clock

⏭ CHAT SETTINGS

  • Auto_Fade_Chat -> Type: Boolean -> Default: true
    • true -> Enables the auto fading chat box
    • false -> Doesn't affect the chat box

⏭ EXPERIMENTAL SETTINGS

  • Frame_Rate_Override -> Type: Boolean -> Default: false
    • true -> Sets target frame rate to 500 and turns off vSync
    • false -> Doesn't affect any display settings