From 55e6e2fad26c0aec700e5a037fff5d9e949e0a48 Mon Sep 17 00:00:00 2001 From: ItsManueh <47420352+ItsManueh@users.noreply.github.com> Date: Mon, 21 Feb 2022 16:37:37 +0100 Subject: [PATCH] Update server.cfg --- server.cfg | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/server.cfg b/server.cfg index c743a1da..590306a9 100644 --- a/server.cfg +++ b/server.cfg @@ -16,6 +16,9 @@ endpoint_add_tcp "0.0.0.0:30120" endpoint_add_udp "0.0.0.0:30120" +### Endpoints Privacy ### +sv_endpointPrivacy true + sv_hostname "Unconfigured ESX Legacy Server" set steam_webApiKey "" sv_licenseKey "" @@ -29,6 +32,10 @@ sv_scriptHookAllowed 0 set onesync legacy # Infinity is not recommended for ESX set mysql_connection_string "mysql://user:password@localhost/es_extended?waitForConnections=true&charset=utf8mb4" +set onesync_enabledBeyond true +set onesync_forceMigration true +set onesync_distanceCulling true +set onesync_distanceCullVehicles true ## These resources will start by default. @@ -36,6 +43,7 @@ ensure mapmanager ensure chat ensure spawnmanager ensure sessionmanager +ensure hardcap ## Add system admins add_ace group.admin command allow # allow all commands @@ -46,10 +54,7 @@ add_ace resource.es_extended command.remove_principal allow add_ace resource.es_extended command.stop allow ## Default & Standalone resources -ensure chat ensure chat-theme-gtao # Cool Chat theme -ensure spawnmanager -ensure hardcap ensure oxmysql ## ESX Legacy @@ -58,4 +63,4 @@ ensure [esx] ## ESX Addons ensure [esx_addons] -stop basic-gamemode #remove this if you dont want to use multicharacter \ No newline at end of file +stop basic-gamemode #remove this if you dont want to use multicharacter