-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsettings.cfg
More file actions
25 lines (22 loc) · 1.1 KB
/
settings.cfg
File metadata and controls
25 lines (22 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Camera Settings(1 is on, 0 is off)
setr profile_fpsRelativeVehicleCameraDriveByAiming 1 # First Person Drive By Camera Relative To Vehicle
setr profile_fpsThirdPersonCover 0 # First Person Third Person Cover
setr profile_fpsVehAutoCenter 1 # First Person Vehicle Auto Center
setr profile_fpsCombatRoll 1 # First Person Combat Roll
setr profile_fpsAutoLevel 1 # First Person Auto Level Camera
setr profile_CameraHeight 1 # Vehicle Camera Height
setr profile_HoodCamera 0 # First Person Vehicle Hood
setr profile_fpsRagdoll 1 # First Person Ragdoll
setr profile_fpsHeadBob 1 # First Person Head Bobbing
setr cl_customCrosshair false
# Display Settings(1 is on, 0 is off)
setr profile_MeasurementSystem 1 # Measurement System 1 is Imperial, 2 is Metric
setr profile_skfx 0 # Screen Kill Effects
# Hide Chat Notifications Convars
setr chat_showQuits 0
setr chat_showJoins 0
# You can hide the default busy spinner in the bottom right corner of the screen
# https://docs.fivem.net/docs/scripting-manual/nui-development/loading-screens/#busy-spinner
# Default: true
# Type: boolean
setr sv_showBusySpinnerOnLoadingScreen false