mirror of
https://bitbucket.org/seefoe/configs.git
synced 2026-09-11 23:45:05 -04:00
Updated cfgs to include new changes from swgsource and etc
This commit is contained in:
@@ -29,31 +29,25 @@ grantElderBuff=1 # grant elder buff upon login
|
||||
|
||||
[CharacterBuilder]
|
||||
builderEnabled=1
|
||||
skillsEnabled=1
|
||||
creditsEnabled=0
|
||||
buffsEnabled=0
|
||||
resourcesEnabled=0
|
||||
vehiclesEnabled=0
|
||||
deedsEnabled=0
|
||||
pahallEnabled=0
|
||||
devEnabled=0
|
||||
weaponsEnabled=0
|
||||
armorEnabled=0
|
||||
miscitemEnabled=0
|
||||
shipsEnabled=0
|
||||
craftingEnabled=0
|
||||
skillsEnabled=1
|
||||
commandsEnabled=0
|
||||
resourcesEnabled=0
|
||||
creditsEnabled=0
|
||||
factionEnabled=0
|
||||
vehiclesEnabled=0
|
||||
StellaEnabled=0
|
||||
shipsEnabled=0
|
||||
craftingEnabled=0
|
||||
deedsEnabled=0
|
||||
pahallEnabled=0
|
||||
miscitemEnabled=0
|
||||
jediEnabled=0
|
||||
BestResourceEnabled=0
|
||||
BestResourcesEnabled=0
|
||||
HeroicFlagEnabled=0
|
||||
DraftSchematicsEnabled=0
|
||||
|
||||
[CentralServer]
|
||||
metricsDataURL=http://127.0.0.1:3000/api/sendMetrics
|
||||
webUpdateIntervalSeconds=5
|
||||
|
||||
[LoginServer]
|
||||
externalAuthURL=http://127.0.0.1:3000/api/auth
|
||||
useExternalAuth=true
|
||||
buffsEnabled=0
|
||||
warpsEnabled=1
|
||||
questEnabled=0
|
||||
petsEnabled=0
|
||||
Regular → Executable
+23
-13
@@ -1,27 +1,37 @@
|
||||
[CharacterBuilder]
|
||||
builderEnabled=0
|
||||
skillsEnabled=0
|
||||
creditsEnabled=0
|
||||
buffsEnabled=0
|
||||
resourcesEnabled=0
|
||||
vehiclesEnabled=0
|
||||
deedsEnabled=0
|
||||
pahallEnabled=0
|
||||
devEnabled=0
|
||||
weaponsEnabled=0
|
||||
armorEnabled=0
|
||||
miscitemEnabled=0
|
||||
shipsEnabled=0
|
||||
craftingEnabled=0
|
||||
skillsEnabled=0
|
||||
commandsEnabled=0
|
||||
resourcesEnabled=0
|
||||
creditsEnabled=0
|
||||
factionEnabled=0
|
||||
vehiclesEnabled=0
|
||||
StellaEnabled=0
|
||||
shipsEnabled=0
|
||||
craftingEnabled=0
|
||||
deedsEnabled=0
|
||||
pahallEnabled=0
|
||||
miscitemEnabled=0
|
||||
jediEnabled=0
|
||||
BestResourceEnabled=0
|
||||
BestResourcesEnabled=0
|
||||
HeroicFlagEnabled=0
|
||||
DraftSchematicsEnabled=0
|
||||
buffsEnabled=0
|
||||
warpsEnabled=0
|
||||
questEnabled=0
|
||||
petsEnabled=0
|
||||
|
||||
[GameServer]
|
||||
nameValidationAcceptAll=0
|
||||
adminGodToAll=0
|
||||
adminGodToAllGodLevel=0
|
||||
adminGodToAllGodLevel=0
|
||||
|
||||
[CentralServer]
|
||||
metricsDataURL=http://127.0.0.1:3000/api/sendMetrics
|
||||
webUpdateIntervalSeconds=5
|
||||
|
||||
[LoginServer]
|
||||
externalAuthURL=http://127.0.0.1:3000/api/auth
|
||||
useExternalAuth=true
|
||||
+17
-12
@@ -1,30 +1,35 @@
|
||||
[CharacterBuilder]
|
||||
builderEnabled=1
|
||||
skillsEnabled=1
|
||||
creditsEnabled=1
|
||||
buffsEnabled=1
|
||||
resourcesEnabled=1
|
||||
vehiclesEnabled=1
|
||||
deedsEnabled=1
|
||||
pahallEnabled=1
|
||||
devEnabled=1
|
||||
weaponsEnabled=1
|
||||
armorEnabled=1
|
||||
miscitemEnabled=1
|
||||
shipsEnabled=1
|
||||
craftingEnabled=1
|
||||
skillsEnabled=1
|
||||
commandsEnabled=1
|
||||
resourcesEnabled=1
|
||||
creditsEnabled=1
|
||||
factionEnabled=1
|
||||
vehiclesEnabled=1
|
||||
StellaEnabled=1
|
||||
shipsEnabled=1
|
||||
craftingEnabled=1
|
||||
deedsEnabled=1
|
||||
pahallEnabled=1
|
||||
miscitemEnabled=1
|
||||
jediEnabled=1
|
||||
BestResourceEnabled=1
|
||||
BestResourcesEnabled=1
|
||||
HeroicFlagEnabled=1
|
||||
DraftSchematicsEnabled=1
|
||||
buffsEnabled=1
|
||||
warpsEnabled=1
|
||||
questEnabled=1
|
||||
petsEnabled=1
|
||||
|
||||
[GameServer]
|
||||
adminGodToAll=1
|
||||
adminGodToAllGodLevel=50
|
||||
|
||||
# this setting controls if all resources should be spawned or just some. Set to true for all.
|
||||
spawnAllResources=true
|
||||
|
||||
[LoginServer]
|
||||
externalAuthURL=
|
||||
useExternalAuth=false
|
||||
@@ -48,6 +48,8 @@ reservedObjectIds=1000000
|
||||
enablePreload=false
|
||||
disableResources=0
|
||||
|
||||
allowPlayersToPackVendors=1
|
||||
|
||||
##these two settings control the max attachment value for bits and attachments.
|
||||
##handles socket skill mod value maximums including SEA's - set high enough to handle items such as the jedi robe values
|
||||
maxSocketSkillModBonus=999
|
||||
|
||||
Regular → Executable
+18
-1
@@ -17,6 +17,9 @@ MuseumEventDuration=1209600
|
||||
gcwraid=true
|
||||
anniversary=true
|
||||
|
||||
##forceFoolsDay controls the cantina skits for April Fools Day.
|
||||
forceFoolsDay=false
|
||||
|
||||
##goldenTicket turns the golden ticket lottery event on (for entry to live)
|
||||
goldenTicket=true
|
||||
|
||||
@@ -24,4 +27,18 @@ goldenTicket=true
|
||||
goldenTicketsAvailable=10
|
||||
|
||||
##goldenTicketDropChance is the chance for a golden ticket to drop (for the golden ticket event) - value must be between 0 (won't ever drop) and 100 (always drops)
|
||||
goldenTicketDropChance=2
|
||||
goldenTicketDropChance=2
|
||||
|
||||
#Restuss Event
|
||||
##if 'restussEvent' is true, then Restuss will automatically jump to Stage 3 (complete) without manual intervention
|
||||
restussEvent=false
|
||||
##'restussPhase' will set Restuss into a specific stage. There are 3 stages with 2 being the final blown up
|
||||
## and ready for pvp stage.
|
||||
##Stage 0 is the starting stage and is ready for the invasion - set to 0 if you want to start Restuss Manually.
|
||||
##Stage 1 is the invasion stage - this is the starting stage for the event.
|
||||
##Stage 2 is the final stage - set to this if you wish to start Restuss in final PvP mode.
|
||||
restussPhase=2
|
||||
##'restussProgressionOn' indicates if the Restuss event (if turned on) will progress through the stage to completion or not.
|
||||
## use this setting if you wish to set it to a specific stage and progress through the battle or if you want the stage
|
||||
## to simply sit dormant.
|
||||
restussProgressionOn=true
|
||||
Regular → Executable
+1
-1
@@ -6,5 +6,5 @@ rlsMaxLevelsAbovePlayerLevel=6
|
||||
rlsRareDropChance=70
|
||||
rlsExceptionalDropChance=25
|
||||
rlsLegendaryDropChance=5
|
||||
rlsMinDistanceFromLastLoot=0
|
||||
rlsMinDistanceFromLastLoot=5
|
||||
rlsMinTimeBetweenAwards=900
|
||||
Regular → Executable
+4
-1
@@ -12,4 +12,7 @@ chroniclesQuestorSilverTokenNumModifier=2
|
||||
|
||||
##BONUS: GCW
|
||||
gcwPointBonus=5.0
|
||||
gcwTokenBonus=5.0
|
||||
gcwTokenBonus=5.0
|
||||
|
||||
##Determines minimum level for ITV usage, 0 for no restrictions
|
||||
itvMinUsageLevel=0
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
[SharedLog]
|
||||
#logTarget=net:HOSTIP:44467
|
||||
logTarget=net:HOSTIP:44467
|
||||
#logTarget=file:logs/log.txt{c-profile:c-CustomerService:c-stderr}
|
||||
#logTarget=file:logs/customerService.log{c-!CustomerService}
|
||||
#logTarget=file:logs/profile.txt{c-!profile}
|
||||
@@ -10,4 +10,4 @@
|
||||
#logTarget=file:logs/stderr.txt{c-!stderr}
|
||||
#logTarget=file:logs/cts.txt{d-!CharacterTransfer:p+TransferServer:d+TransferServer:c+CharacterTransfer}
|
||||
#logTarget=file:logs/commodities.txt{c-!CommoditiesServer}
|
||||
#logTarget=file:logs/taskProcessDied.txt{c-!TaskProcessDied}
|
||||
#logTarget=file:logs/taskProcessDied.txt{c-!TaskProcessDied}
|
||||
+10
-5
@@ -2,11 +2,16 @@
|
||||
DSN=DBSERVICE
|
||||
databaseUID=DBUSERNAME
|
||||
databasePWD=DBPASSWORD
|
||||
##Uncomment below to enable authentication; and be sure IP is set to that of the VM
|
||||
#externalAuthURL=http://127.0.0.1:3000/api/auth
|
||||
#useExternalAuth=true
|
||||
##change developmentMode to false if going live
|
||||
developmentMode=true
|
||||
adminAccountDataTable=datatables/admin/stella_admin.iff
|
||||
validateClientVersion=1
|
||||
validateStationKey=0
|
||||
|
||||
# Uncomment below to enable authentication; and be sure IP is set to that of the VM
|
||||
#externalAuthURL=http://127.0.0.1:3000/api/auth
|
||||
#useExternalAuth=true
|
||||
|
||||
# change developmentMode to false if going live
|
||||
developmentMode=true
|
||||
|
||||
# Setting easyExternalAccess to true might make it easier for you to connect to your server from the internet. Make sure your IP is set correctly in CLUSTER_LIST in your database.
|
||||
easyExternalAccess=true
|
||||
+1
-1
@@ -19,4 +19,4 @@
|
||||
|
||||
#.include "env_live.cfg"
|
||||
.include "env_test.cfg"
|
||||
#.include "env_bloodfin.cfg"
|
||||
#.include "env_funserver.cfg"
|
||||
Regular → Executable
+1
-1
@@ -4,6 +4,6 @@ SwgDatabaseServer local bin/SwgDatabaseServer -- @servercommon.cfg
|
||||
PlanetServer local bin/PlanetServer -- @servercommon.cfg
|
||||
SwgGameServer local bin/SwgGameServer -- @servercommon.cfg
|
||||
ChatServer local bin/ChatServer -- @servercommon.cfg
|
||||
LogServer local bin/LogServer -- @servercommon.cfg @logServerTargets.cfg
|
||||
LogServer local bin/LogServer -- @servercommon.cfg
|
||||
#MetricsServer local bin/MetricsServer -- @servercommon.cfg
|
||||
CommoditiesServer local bin/CommoditiesServer -- @servercommon.cfg
|
||||
|
||||
Reference in New Issue
Block a user