Here we go!
This commit is contained in:
parent
1c9ca6f19c
commit
ebdae82166
13
README.md
13
README.md
@ -1 +1,12 @@
|
||||
Godmorgen
|
||||
# Resources
|
||||
|
||||
Scripts brugt på live-serveren.
|
||||
|
||||
Scripts herfra skal på **intet** tidspunkt deles offentligt, medmindre der har været tale om det mellem Hawk og øvrige udviklere.
|
||||
|
||||
## Oversigt
|
||||
|
||||
- Public-repo
|
||||
- **Resources-repo** _[DU ER HER]_
|
||||
- Shareware-repo
|
||||
- Skin-repo
|
2082
qb_Dev.sql
Normal file
2082
qb_Dev.sql
Normal file
File diff suppressed because one or more lines are too long
1553
qbcorev9.sql
Normal file
1553
qbcorev9.sql
Normal file
File diff suppressed because it is too large
Load Diff
114
server.cfg.example
Normal file
114
server.cfg.example
Normal file
@ -0,0 +1,114 @@
|
||||
## You CAN edit the following:
|
||||
endpoint_add_tcp "0.0.0.0:30121"
|
||||
endpoint_add_udp "0.0.0.0:30121"
|
||||
sv_maxclients 2
|
||||
|
||||
set sv_forceIndirectListing true
|
||||
|
||||
set steam_webApiKey "API_KEY"
|
||||
sets tags "Legacy, QBCore, Chill, Danish"
|
||||
|
||||
## You MAY edit the following:
|
||||
load_server_icon myLogo.png
|
||||
sv_licenseKey "cfxk_1UtS3ED2BH8xHZG0FuHMf_8F0BM"
|
||||
sv_hostname "^1[DEV] ^7Hyperion ^3Rebooted"
|
||||
sv_master1 "private"
|
||||
sets sv_projectName "^1[DEV] ^7Hyperion ^3Rebooted"
|
||||
sets sv_projectDesc "Hyperion Rebooted, you shape the story!"
|
||||
sets banner_detail "https://i.imgur.com/wgrG1et.png"
|
||||
sets banner_connecting "https://i.imgur.com/wgrG1et.png"
|
||||
sets locale "da-DK
|
||||
sets sv_endpointPrivacy true
|
||||
set sv_enforceGameBuild 3095
|
||||
set mysql_connection_string "mysql://USERNAME:PASSWORD@localhost/qbcorev9?charset=utf8mb4"
|
||||
|
||||
# Voice config
|
||||
#setr voice_externalAddress "MUMBLE_IP"
|
||||
#setr voice_externalPort 64738
|
||||
setr voice_hideEndpoints 1
|
||||
setr voice_useNativeAudio true
|
||||
setr voice_useSendingRangeOnly true
|
||||
setr voice_defaultCycle "GRAVE"
|
||||
setr voice_defaultVolume 0.3
|
||||
setr voice_enableRadioAnim 1
|
||||
setr voice_syncData 1
|
||||
set SCREENSHOT_BASIC_TOKEN "___________"
|
||||
set NPWD_DISCORD_TOKEN "___________"
|
||||
set TWITTER_WEBHOOK "___________"
|
||||
set NPWD_AUDIO_TOKEN "oChKhZofIW0TRLS3cvV3TvtlIuRloIdv"
|
||||
set NPWD_IMAGE_TOKEN "foiVwexyIZvTfJi0zZ7sRb73zUuc36ra"
|
||||
|
||||
|
||||
# Tebex Settings
|
||||
#sv_tebexSecret ___________________________
|
||||
|
||||
# Dynamic doors in apartments
|
||||
setr game_enableDynamicDoorCreation "true"
|
||||
|
||||
#OX_Lib
|
||||
setr ox:primaryColor blue
|
||||
setr ox:primaryShade 8
|
||||
|
||||
# QBCore locale config
|
||||
setr qb_locale da
|
||||
setr ox:locale da
|
||||
setr illenium-appearance:locale "da"
|
||||
|
||||
# QBCore UseTarget
|
||||
setr UseTarget true
|
||||
|
||||
# These resources will start by default.
|
||||
ensure mapmanager
|
||||
ensure spawnmanager
|
||||
ensure sessionmanager
|
||||
ensure basic-gamemode
|
||||
ensure hardcap
|
||||
ensure baseevents
|
||||
|
||||
# QBCore & Extra stuff
|
||||
ensure ox_lib
|
||||
ensure qb-core
|
||||
ensure illenium-appearance
|
||||
ensure chat
|
||||
ensure qb-npwd
|
||||
ensure [phone]
|
||||
ensure npwd
|
||||
#
|
||||
ensure [qb_core]
|
||||
ensure [qb_casino]
|
||||
ensure [qb_crimes]
|
||||
ensure [qb_extras]
|
||||
ensure menuv
|
||||
ensure [qb_jobs]
|
||||
ensure [qb_shops]
|
||||
|
||||
#
|
||||
ensure [standalone]
|
||||
ensure [custom_script]
|
||||
ensure [hp]
|
||||
ensure [jims]
|
||||
ensure [ps]
|
||||
ensure [ss]
|
||||
ensure [voice]
|
||||
ensure [renewed]
|
||||
ensure [custom_assets]
|
||||
restart qb-store3
|
||||
|
||||
## Permissions ##
|
||||
add_ace group.admin command allow # allow all commands
|
||||
add_principal identifier.fivem:14074 group.admin #Hawk
|
||||
|
||||
# Resources
|
||||
add_ace resource.qb-core command allow # Allow qb-core to execute commands
|
||||
|
||||
# Gods
|
||||
add_ace qbcore.god command allow # Allow all commands
|
||||
|
||||
# Inheritance
|
||||
add_principal qbcore.god group.admin # Allow gods access to the main admin group used to get all default permissions
|
||||
add_principal qbcore.god qbcore.admin # Allow gods access to admin commands
|
||||
add_principal qbcore.admin qbcore.mod # Allow admins access to mod commands
|
||||
|
||||
# In-game Admins
|
||||
add_principal identifier.fivem:14074 qbcore.god #Hawk
|
||||
add_principal identifier.fivem:14074 qbcore.admin #Hawk
|
Loading…
Reference in New Issue
Block a user