EvEmu
0.8.4
11 September 2021
|
Go to the source code of this file.
Functions | |
sLog | Blue (" ServerConfig","World Switches") |
if (sConfig.world.saveOnMove) | |
sLog | Blue (" ServerConfig","Rate Modifiers") |
if (sConfig.rates.secRate!=1.0) | |
if (sConfig.rates.npcBountyMultiply!=1.0) | |
if (sConfig.rates.DropItem!=1) | |
if (sConfig.rates.DropSalvage!=1) | |
if (sConfig.rates.DropMoney!=1.0) | |
if (sConfig.rates.damageRate!=1.0) | |
if (sConfig.rates.turretDamage!=1.0) | |
if (sConfig.rates.turretRoF!=1.0) | |
if (sConfig.rates.missileDamage!=1.0) | |
if (sConfig.rates.missileRoF!=1.0) | |
if (sConfig.rates.missileTime!=1.0) | |
sLog | Blue (" ServerConfig","R.A.M. Rate Modifiers") |
if (sConfig.ram.ResPE!=1.0) | |
if (sConfig.ram.ResME!=1.0) | |
if (sConfig.ram.MatMod!=1.0) | |
if (sConfig.ram.CopyTime!=1.0) | |
if (sConfig.ram.ProdTime!=1.0) | |
if (sConfig.ram.InventTime!=1.0) | |
if (sConfig.ram.ReTime!=1.0) | |
if (sConfig.ram.WasteMod!=1.0) | |
sLog | Blue (" ServerConfig","Critical Hit Chances") |
if (sConfig.rates.PlayerCritChance!=0.02f) | |
if (sConfig.rates.NpcCritChance!=0.015f) | |
if (sConfig.rates.SentryCritChance!=0.02f) | |
if (sConfig.rates.DroneCritChance!=0.03f) | |
if (sConfig.rates.ConcordCritChance!=0.05f) | |
sLog | Blue (" ServerConfig","Feature Switches") |
if (sConfig.ram.AutoEvent) | |
if (sConfig.server.ModuleAutoOff) | |
if (sConfig.cosmic.BumpEnabled) | |
if (sConfig.testing.EnableDrones) | |
if (sConfig.npc.StaticSpawns) | |
if (sConfig.npc.RoamingSpawns or sConfig.npc.StaticSpawns) sLog.Green(" Spawns Enabled" | |
sLog | Blue (" ServerConfig","Misc Switches") |
if (sConfig.rates.WorldDecay) | |
sLog | Blue (" ServerConfig","Debug Switches") |
if (sConfig.debug.IsTestServer) | |
Variables | |
else | |
Respawn timer checks every u | minutes |
Respawn timer checks every u sConfig npc | RespawnTimer |
sLog Blue | ( | " ServerConfig" | , |
"World Switches" | |||
) |
sLog Blue | ( | " ServerConfig" | , |
"Rate Modifiers" | |||
) |
sLog Blue | ( | " ServerConfig" | , |
"R.A.M. Rate Modifiers" | |||
) |
sLog Blue | ( | " ServerConfig" | , |
"Critical Hit Chances" | |||
) |
sLog Blue | ( | " ServerConfig" | , |
"Feature Switches" | |||
) |
sLog Blue | ( | " ServerConfig" | , |
"Misc Switches" | |||
) |
sLog Blue | ( | " ServerConfig" | , |
"Debug Switches" | |||
) |
if | ( | sConfig.world. | saveOnMove | ) |
Definition at line 7 of file PlayerCommands.cpp.
References sLog.
Referenced by PyCachedObjectDecoder::Decode(), PyCachedCall::Decode(), FxProc::EvaluateExpression(), StaticDataMgr::GetCorpFaction(), SystemBubble::GetRandomEntity(), FleetService::RemoveMember(), Scan::RequestScans(), and FleetService::UpdateMember().
if | ( | sConfig.rates.secRate! | = 1.0 | ) |
Definition at line 30 of file PlayerCommands.cpp.
if | ( | sConfig.rates.npcBountyMultiply! | = 1.0 | ) |
Definition at line 35 of file PlayerCommands.cpp.
if | ( | sConfig.rates.DropItem! | = 1 | ) |
Definition at line 40 of file PlayerCommands.cpp.
if | ( | sConfig.rates.DropSalvage! | = 1 | ) |
Definition at line 45 of file PlayerCommands.cpp.
if | ( | sConfig.rates.DropMoney! | = 1.0 | ) |
Definition at line 50 of file PlayerCommands.cpp.
if | ( | sConfig.rates.damageRate! | = 1.0 | ) |
Definition at line 55 of file PlayerCommands.cpp.
if | ( | sConfig.rates.turretDamage! | = 1.0 | ) |
Definition at line 60 of file PlayerCommands.cpp.
if | ( | sConfig.rates.turretRoF! | = 1.0 | ) |
Definition at line 65 of file PlayerCommands.cpp.
if | ( | sConfig.rates.missileDamage! | = 1.0 | ) |
Definition at line 70 of file PlayerCommands.cpp.
if | ( | sConfig.rates.missileRoF! | = 1.0 | ) |
Definition at line 75 of file PlayerCommands.cpp.
if | ( | sConfig.rates.missileTime! | = 1.0 | ) |
Definition at line 80 of file PlayerCommands.cpp.
if | ( | sConfig.ram.ResPE! | = 1.0 | ) |
Definition at line 87 of file PlayerCommands.cpp.
if | ( | sConfig.ram.ResME! | = 1.0 | ) |
Definition at line 92 of file PlayerCommands.cpp.
if | ( | sConfig.ram.MatMod! | = 1.0 | ) |
Definition at line 97 of file PlayerCommands.cpp.
if | ( | sConfig.ram.CopyTime! | = 1.0 | ) |
Definition at line 102 of file PlayerCommands.cpp.
if | ( | sConfig.ram.ProdTime! | = 1.0 | ) |
Definition at line 107 of file PlayerCommands.cpp.
if | ( | sConfig.ram.InventTime! | = 1.0 | ) |
Definition at line 112 of file PlayerCommands.cpp.
if | ( | sConfig.ram.ReTime! | = 1.0 | ) |
Definition at line 117 of file PlayerCommands.cpp.
if | ( | sConfig.ram.WasteMod! | = 1.0 | ) |
Definition at line 122 of file PlayerCommands.cpp.
if | ( | sConfig.rates.PlayerCritChance! | = 0.02f | ) |
Definition at line 130 of file PlayerCommands.cpp.
if | ( | sConfig.rates.NpcCritChance! | = 0.015f | ) |
Definition at line 135 of file PlayerCommands.cpp.
if | ( | sConfig.rates.SentryCritChance! | = 0.02f | ) |
Definition at line 140 of file PlayerCommands.cpp.
if | ( | sConfig.rates.DroneCritChance! | = 0.03f | ) |
Definition at line 145 of file PlayerCommands.cpp.
if | ( | sConfig.rates.ConcordCritChance! | = 0.05f | ) |
Definition at line 150 of file PlayerCommands.cpp.
if | ( | sConfig.ram. | AutoEvent | ) |
if | ( | sConfig.server. | ModuleAutoOff | ) |
if | ( | sConfig.cosmic. | BumpEnabled | ) |
if | ( | sConfig.testing. | EnableDrones | ) |
if | ( | sConfig.npc. | StaticSpawns | ) |
Definition at line 218 of file PlayerCommands.cpp.
if | ( | sConfig.npc.RoamingSpawns or sConfig.npc. | StaticSpawns | ) |
if | ( | sConfig.rates. | WorldDecay | ) |
Definition at line 253 of file PlayerCommands.cpp.
if | ( | sConfig.debug. | IsTestServer | ) |
else |
Definition at line 9 of file PlayerCommands.cpp.
Respawn timer checks every u minutes |
Definition at line 229 of file PlayerCommands.cpp.
Referenced by EvE::FormatTime(), and EntityList::GetUpTime().
Respawn timer checks every u sConfig npc RespawnTimer |
Definition at line 229 of file PlayerCommands.cpp.