Jupiter Order of Operations

Author: Oleg Shvartsman

Now, instead of calling each ability in turn and then looking at each ship or planet, I look through ships and planets and then call each ability if the appropriate friendly code is detected. In my estimate, it is much faster, saving time in procedure calling overhead and repeated loops. In addition, the new convention makes the order of operations much easier to remember; there is less of a need to consult a doc file to see when something is called.

So, each ability is called in the order of the ship or planet ID number, planets first, then ships, with some exceptions. Since host now assigns random IDs to newly built ships, there should not be a problem with certain races having an unfair advantage.

Exceptions to OOO:
The following abilities are performed in order AFTER the main loop in Jupiter1 (before movement and combat):

  • Deploy Beacons
  • Fascist Missiles
  • All Rebel Deep Space Base operations
  • Colonial Defense attack (against planetary defense posts)
  • Ion Control
  • Move/explode Antimatter Missiles
  • Tank landing on planets
  • Colonist Landing on Planets (fighting Combots/tanks)
  • Cloaking shields
  • Chemical Strike
  • RSM
  • Explode Sats (EDS, unconditional explosion)
  • Viral Field
  • Anchoring

The following special abilities are done in ship-id order in JupiterBC (after movement, before combat):

  • T-Rex Antifighter Mines
  • Cube Intercept
  • Red Wind fighter Steal
  • Crystal Oscillator
  • Use Orbital Defense Sats (build and ADS)
  • Sweet talk
  • Romulan sneak attack

The following special abilities are done in ship-id order in Jupiter2 (after movement and after combat):

  • Colonists return from gambling
  • Unload Lizard Cryo Holds
  • Honor Device
  • Build/Launch antimatter missiles
  • Colonial Base Assault (against the base itself)
  • Beam up codes
  • Super-Alchemy
  • Fuel-Efficient Ships
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments