Make the continent transport and preloading optional.

This commit is contained in:
Kartselyanski
2018-06-12 23:50:18 +03:00
committed by Barbz
parent 5f4ab8fe44
commit ea8c85c886
4 changed files with 72 additions and 40 deletions

View File

@@ -1450,6 +1450,27 @@ AccountInstancesPerHour = 5
BirthdayTime = 1222964635
#
# IsContinentTransport.Enabled
# Description: Controls the continent transport (ships, zeppelins etc..)
# Default: 1 - (Enabled)
#
#
IsContinentTransport.Enabled = 1
#
# IsPreloadedContinentTransport.Enabled
# Description: Should we preload the transport?
# (Not recommended on low-end servers as it consumes 100% more ram)
# and it's not really necessary to be enabled.
#
# Default: 0 - (Disabled)
#
#
IsPreloadedContinentTransport.Enabled = 0
#
###################################################################################################