This commit is contained in:
vbawol 2016-01-26 11:45:46 -06:00
parent 49f591d2b3
commit c3ac3d9a31
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ StorageSlotsLimit = 1500; // Max storage slots allowed. Warning! Higher the numb
BuildingSlotsLimit = 1500; // Max building slots allowed. Warning! Higher the number lower performance. BuildingSlotsLimit = 1500; // Max building slots allowed. Warning! Higher the number lower performance.
// Time based // Time based
StaticDateTime[] = {2035,6,10,7,0}; // {0,0,0,8,0} would forces the server to start at 8am each time it is started while allowing the year, month and day to stay real time. Any values left at 0 will result in no change. StaticDateTime[] = {}; // {0,0,0,8,0} would forces the server to start at 8am each time it is started while allowing the year, month and day to stay real time. Any values left at 0 will result in no change.
timeDifference = 0; // Server uses real time this will allow you to offset just the hour. timeDifference = 0; // Server uses real time this will allow you to offset just the hour.
timeMultiplier = 4; // Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems. timeMultiplier = 4; // Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems.
lootMultiplier = 0.5; // 1 = max loot bias. This controls how much loot can payout per Epoch loot container. lootMultiplier = 0.5; // 1 = max loot bias. This controls how much loot can payout per Epoch loot container.

View File

@ -12,7 +12,7 @@
Github: Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/chernarus.h https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/chernarus.h
*/ */
class Chernarus : Default class Chernarus_Summer : Default
{ {
worldSize = 12000; worldSize = 12000;
vehicleSpawnTypes[] = { vehicleSpawnTypes[] = {

View File

@ -12,7 +12,7 @@
Github: Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/zargabad.h https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/zargabad.h
*/ */
class Takistan : Default class Zargabad : Default
{ {
worldSize = 0; // 0 = default to worldSize command worldSize = 0; // 0 = default to worldSize command
vehicleSpawnTypes[] = { vehicleSpawnTypes[] = {
@ -40,7 +40,7 @@ class Takistan : Default
{ "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, { "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" },
{ "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, { "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" },
{ "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, { "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" },
{ "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "center" } { "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" }
}; };
propsPos[] = { propsPos[] = {