Difference between revisions of "Category:Game Operation"
Jump to navigation
Jump to search
DarksHeiress (talk | contribs) (Created page with "This category holds articles detailing the various features and operations that should be supported by the EVEmu server in the game, with specific notes as to how to implement...") |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | This category | + | This category details the various operations of the EvEmu server along with specific systems that deviate from live.<br> |
+ | These articles are organized into large functional groups.<br><br> | ||
+ | |||
+ | '''work-in-progress'''<br> | ||
+ | I am working on updating this page with notes from my code design<br> | ||
+ | - Allan | ||
Line 6: | Line 11: | ||
'''KNOWN DEVIATIONS FROM OFFICIAL CCP EVE ONLINE OPERATION''' | '''KNOWN DEVIATIONS FROM OFFICIAL CCP EVE ONLINE OPERATION''' | ||
− | * Destiny | + | * Destiny - turns, orbit and collisions are not going to be as accurate as the eve client and official server since we do not have access to their formulas used for these calculations. In fact, collisions are disabled, turns are almost close, and orbit is hacked to high hell. desync is a routine problem once ships turn or orbit. |
− | * All O.R.E. ships | + | * All O.R.E. ships have wreck typeIDs for each race. We have no idea why CCP has these wrecks for each race, but we're using Gallente wreck types for these ships. This could be edited to use pilots race for determining wreck typeID, but is not implemented that way at this time. |
= <span id="Essentials" class="mw-headline"> Essentials </span> = | = <span id="Essentials" class="mw-headline"> Essentials </span> = | ||
− | * [http://wiki.evemu.dev/index.php?title=Attributes_and_Effects | + | * [http://wiki.evemu.dev/index.php?title=Attributes_and_Effects Attributes and Effects] - Basics on what Attributes and Effects are and how they make EVE work |
− | * [[Category_Module_Manager | + | * [[Category_Module_Manager|Module Manager]] - Modules and Fittings |
= <span id="Combat" class="mw-headline"> Combat </span> = | = <span id="Combat" class="mw-headline"> Combat </span> = | ||
Line 58: | Line 63: | ||
<br /> | <br /> | ||
− | |||
− | |||
− | |||
− | |||
<div lang="en" dir="ltr"> | <div lang="en" dir="ltr"> | ||
<div id="mw-pages"> | <div id="mw-pages"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 22:19, 8 April 2021
This category details the various operations of the EvEmu server along with specific systems that deviate from live.
These articles are organized into large functional groups.
work-in-progress
I am working on updating this page with notes from my code design
- Allan
List of Known Deviations from Official CCP EVE Online Operation
KNOWN DEVIATIONS FROM OFFICIAL CCP EVE ONLINE OPERATION
- Destiny - turns, orbit and collisions are not going to be as accurate as the eve client and official server since we do not have access to their formulas used for these calculations. In fact, collisions are disabled, turns are almost close, and orbit is hacked to high hell. desync is a routine problem once ships turn or orbit.
- All O.R.E. ships have wreck typeIDs for each race. We have no idea why CCP has these wrecks for each race, but we're using Gallente wreck types for these ships. This could be edited to use pilots race for determining wreck typeID, but is not implemented that way at this time.
Essentials
- Attributes and Effects - Basics on what Attributes and Effects are and how they make EVE work
- Module Manager - Modules and Fittings
Combat
Organizations
Industrial
Exploration
This category currently contains no pages or media.