-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.cfg
More file actions
127 lines (101 loc) · 5.47 KB
/
Copy pathserver.cfg
File metadata and controls
127 lines (101 loc) · 5.47 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
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
# ______ __ __ ________ ______ __ __ ______ ________ __ __ ______ ______ _______ ________
#| \| \ | \| \| \| \ | \| \| \| \ / \ / \ / \ | \ | \
# \$$$$$$| $$\ | $$| $$$$$$$$ \$$$$$$| $$\ | $$ \$$$$$$ \$$$$$$$$ \$$\ / $$ | $$$$$$\| $$$$$$\| $$$$$$$\| $$$$$$$$
# | $$ | $$$\| $$| $$__ | $$ | $$$\| $$ | $$ | $$ \$$\/ $$ | $$ \$$| $$ | $$| $$__| $$| $$__
# | $$ | $$$$\ $$| $$ \ | $$ | $$$$\ $$ | $$ | $$ \$$ $$ | $$ | $$ | $$| $$ $$| $$ \
# | $$ | $$\$$ $$| $$$$$ | $$ | $$\$$ $$ | $$ | $$ \$$$$ | $$ __ | $$ | $$| $$$$$$$\| $$$$$
# _| $$_ | $$ \$$$$| $$ _| $$_ | $$ \$$$$ _| $$_ | $$ | $$ | $$__/ \| $$__/ $$| $$ | $$| $$_____
#| $$ \| $$ \$$$| $$ | $$ \| $$ \$$$| $$ \ | $$ | $$ \$$ $$ \$$ $$| $$ | $$| $$ \
# \$$$$$$ \$$ \$$ \$$ \$$$$$$ \$$ \$$ \$$$$$$ \$$ \$$ \$$$$$$ \$$$$$$ \$$ \$$ \$$$$$$$$
#
# DISCORD OFFICIAL: https://discord.gg/ncH7GX3XJd
# GITHUB : https://github.com/Infinity-Core
# DOCS : https://altitude-dev.gitbook.io/doc/
# server.cfg DOCS : https://docs.fivem.net/docs/server-manual/server-commands/
#
#
# [[ DATABASE MYSQL WITH OXYMYSQL ]] #
set mysql_connection_string "server=127.1.1.0;database=framework_infinity;userid=root;password="
set mysql_slow_query_warning 200
set mysql_debug false
# [[ DEDICATED OR LOCAL IP/PORTS ]] #
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
# Commands
add_ace resource.infinity_needs command.add_principal allow
add_ace resource.infinity_needs command.add_ace allow
add_ace resource.infinity_needs command.sets allow
# Ressources DEFAULT IMPORTANT FOR REDM
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager-rdr3
ensure redm-map-one
ensure hardcap
#### CORE ####
ensure oxmysql # Module SQL
ensure infinity_core # Module Framework core
ensure infinity_skin # Module Skin (skins)
ensure infinity_chars # Module Multichars (verif accounts and multichars)
ensure infinity_needs # Module Metabolism, inventory (inventory and metabolism)
ensure infinity_identity # Module Identity (identity, skin and login)
ensure infinity_clothes # Module Clothes (clothes)
ensure infinity_respawn # Module Respawn (respawn and dead system)
ensure infinity_jobs # Module Jobs (jobs)
ensure infinity_stores # Module Stores (stores)
ensure infinity_devmode # Module developpers Framework (not need it is optional for devs (ipl, hash and more))
ensure chat-theme-infinity # Design Chat Theme
# This allows players to use scripthook based plugins such as lambda menu.
# Set this to 0 to disallow scripthook.
sv_scriptHookAllowed 0
# Uncomment this to enable RCON. Make sure to change the password.
# rcon_password f500ec7a84
# [[ LATEST VERSION OF REDM (1491)]] #
set gamename rdr3
set sv_enforceGameBuild 1491
# A valid locale identifier for your server's primary language.
# For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
sets locale "fr-FR"
sets banner_detail "https://infinitycore.com/assets/medias/20221111024347_1.jpg"
sets banner_connecting "https://infinitycore.com/assets/medias/20221111024347_1.jpg"
sets Discord "🔊 🔊"
sets Developpers "💻 Shepard / iiRedDev 💻"
sets tags "Alpha"
sets Etat "Free Access"
sv_hostname "infinitycore Framework Alpha 1.0.0"
sets Base Developped by "💻 Shepard / iiRedDev 💻"
sets sv_projectName "infinitycore Framework Alpha 1.0.0"
set sv_lan
set gamename rdr3
sets gametype "RPG"
load_server_icon logo.png
# convars which can be used in scripts
set temp_convar "hey world!"
# Uncomment this line if you do not want your server to be listed in the server browser.
sv_master1 ""
# [[ STEAM FIVEM VERIFICATION ]] #
sv_authMaxVariance 1
sv_authMinTrust 5
sv_endpointprivacy false
# [[ SERVER SLOTS AND ONESYNC ]] #
sv_maxclients 45
## [txAdmin CFG validator]: onesync MUST only be set in the txAdmin settings page.
## [txAdmin CFG validator]: onesync MUST only be set in the txAdmin settings page.
# set onesync on
# [[ SUPERADMIN CMD ]] #
add_ace group.admin command allow
add_ace group.admin command.quit deny
add_ace resource.infinity_needs command.add_principal allow
# [[ ADMIN LIST CFG ]] #
add_principal identifier.steam:110000107249467 group.admin # Shepard
add_principal identifier.steam:1100001072556f2 group.admin # iired
add_principal identifier.steam:youridsteam group.admin # You ?
# [[ DISCORD API ]] #
add_ace resource.infinity_core command.add_principal allow
add_ace resource.infinity_core command.add_ace allow
add_ace resource.infinity_core command.remove_principal allow
add_ace resource.infinity_core command.remove_ace allow
add_ace group.admin "infinitycore:StaffChat" allow
# [[ KEYS CFX/STEAM ]] #
set sv_licenseKey "" # https://keymaster.fivem.net/
set steam_webApiKey "" # Your Steam API KEY