-
Notifications
You must be signed in to change notification settings - Fork 53
/
voice.cfg
128 lines (101 loc) · 4.14 KB
/
voice.cfg
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# All of the configs here are set using setr [voice_configOption] [type]
# These convars are not FXServer specific. These are meant to be used for pma-voice. If you use a different voice system don't reference this file.
# =========================================================
# ==================== Audio Options ======================
# =========================================================
# The following 3 are audio options. Only use one at a time. Don't enable voice_use3dAudio & voice_useNativeAudio at the same time.
# Uses the games native audio, will add 3d sound, echo, reverb, and more. Required for submixes to work
# Default: false
# Type: boolean
setr voice_useNativeAudio true
# Uses 2d audio, will result in same volume sound no matter where they're at until they leave proximity.
# Default: false
# Type: boolean
# setr voice_use2dAudio false
# Enables the use of 3D audio for voice communication.
# Default: true
# Type: boolean
# setr voice_use3dAudio false
# Only allows you to hear people within your hear/send range, prevents people from connecting to your mumble server and trolling. Recommended to leave this on.
# Default: false
# Type: boolean
setr voice_useSendingRangeOnly true
# =========================================================
# =================== General Settings ====================
# =========================================================
# Enables the built in user interface
# Default: 1
# Type: integer
setr voice_enableUi 1
# Enables the usage of the F11 proximity key, if disabled players are stuck on the first proximity
# Default: 1
# Type: integer
setr voice_enableProximityCycle 1
# The default key to cycle the players proximity. You can find a list of valid keys in the Cfx docs: https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
# Default: "F11"
# Type: string
setr voice_defaultCycle "GRAVE"
# The default volume to set the radio to (has to be between 1 and 100)
# Default: 30
# Type: integer
setr voice_defaultRadioVolume 60
# The default volume to set the call to (has to be between 1 and 100)
# Default: 60
# Type: integer
setr voice_defaultCallVolume 80
# Default proximity voice value when player joins server. (1:Whisper, 2:Normal, 3:Shouting)
# Default: 2
# Type: integer
setr voice_defaultVoiceMode 2
# Enables the radio sub-modules
# Default: 1
# Type: integer
setr voice_enableRadios 1
# Enables the call sub-modules
# Default: 1
# Type: integer
setr voice_enableCalls 1
# Enables the submix which adds a radio/call style submix to their voice NOTE: Submixs require native audio
# Default: 1
# Type: integer
setr voice_enableSubmix 1
# Enables (grab shoulder mic) animation while talking on the radio.
# Default: 1
# Type: integer
setr voice_enableRadioAnim 1
# The default key to use the radio. You can find a list of valid keys in the FiveM docs: https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
# Default: "LMENU"
# Type: string
setr voice_defaultRadio "LMENU"
# How often the UI/Proximity is refreshed
# Default: 200
# Type: integer
setr voice_refreshRate 200
# Whether or not to allow players to set their audio intents (you can see more here: https://docs.fivem.net/natives/?_0x6383526B)
# Default: 1
# Type: integer
setr voice_allowSetIntent 1
# 1 for basic logs, 4 for verbose logs
# Default: 0
# Type: integer
setr voice_debugMode 0
# =========================================================
# ================= External Mumble Server ================
# =========================================================
# The external address to use to connect to the mumble server
# Default: ""
# Type: string
# setr voice_externalAddress "127.0.0.1"
# The external port to use
# Default: 0
# Type: integer
# setr voice_externalPort 64738
# THE FOLLOWING CONVARS SHOULD ONLY BE USED ON THE ACTUAL EXTERNAL MUMBLE SERVER
# Disables players being allowed to join the server, should only be used if you're using a FXServer as a external mumble server.
# Default: 0
# Type: integer
# setr voice_externalDisallowJoin 0
# Hides the mumble address in logs NOTE: You should only care to hide this for a external server.
# Default: 1
# Type: integer
# setr voice_hideEndpoints 1