From 5141435cdf90a0e1f1de17aacdeadcb9a3643bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Gon=C3=A7alves=20=28Ulukyn=29?= Date: Wed, 29 Sep 2021 10:36:12 +0100 Subject: [PATCH] Update values from Atys --- .../templates/entities_game_service_default.cfg | 8 ++++++-- .../tools/cfg_creator/templates/input_output_service.cfg | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ryzom/server/tools/cfg_creator/templates/entities_game_service_default.cfg b/ryzom/server/tools/cfg_creator/templates/entities_game_service_default.cfg index c0f1a92be..2dddc223a 100644 --- a/ryzom/server/tools/cfg_creator/templates/entities_game_service_default.cfg +++ b/ryzom/server/tools/cfg_creator/templates/entities_game_service_default.cfg @@ -182,7 +182,7 @@ NoLinkTimeMadness = 35; NoLinkTimeDot = 20; PostCastLatency = 10; // in ticks -TickFrequencyCompassUpdate = 32; +TickFrequencyCompassUpdate = 300; // update period of link spell in ticks UpdatePeriodFear = 40; @@ -1417,6 +1417,10 @@ OutpostEditingConcurrencyCheckDelay = 50; OutpostClientTimersUpdatePeriod = 60; // Number of rounds in an outpost fight OutpostFightRoundCount = 24; +// Number of rounds in an outpost (in test) fight +OutpostInTestFightRoundCount = 11; +// Coef for squad count per round at outpost in test +OutpostInTestFightSquadCount = 1.5; // Time of a round in an outpost fight, in seconds OutpostFightRoundTime = 5*60; // Time to decrement an outpost level in seconds (in peace time) @@ -1428,7 +1432,7 @@ OutpostStateTimeOverride = 0; // Max time the player has to answer the JoinPvp Window, in seconds OutpostJoinPvpTimer = 10; // Time range before next attack period in which a service reboot will cancel the challenge, in seconds -OutpostRangeForCancelOnReset = 60*60*3; // 3 hours +OutpostRangeForCancelOnReset = 10; // 10s // Max number of outposts per guild (DO NOT exceed outpost count in database.xml) GuildMaxOutpostCount = 10; //************************************************************************************************************* diff --git a/ryzom/server/tools/cfg_creator/templates/input_output_service.cfg b/ryzom/server/tools/cfg_creator/templates/input_output_service.cfg index ce74a86ea..812de5168 100644 --- a/ryzom/server/tools/cfg_creator/templates/input_output_service.cfg +++ b/ryzom/server/tools/cfg_creator/templates/input_output_service.cfg @@ -31,7 +31,7 @@ StartCommands += }; Paths += { - "../language/translated", + "../language", }; // ---- service NeL variables (used by CVariable class)