Difference between revisions of "Explorers' Club OXP"

From Elite Wiki
(Description)
(Change Log)
Line 65: Line 65:
 
== Change Log ==
 
== Change Log ==
  
Version 1.0: 23/11/11 – Initial release.
+
Version 1.0: 23/11/11
  
Version 1.1: 24/11/11 Fixed dodgy condition checks for the ‘rank’ string. Incorporated a number of code tweaks for efficiency suggested by Svengali.
+
Initial release.
 +
 
 +
 
 +
Version 1.1: 24/11/11
 +
 
 +
Fixed dodgy condition checks for the ‘rank’ string. Incorporated a number of code tweaks for efficiency suggested by Svengali.
 +
 
 +
 
 +
Version 1.2.1: 1/12/11
 +
 
 +
Added functionality to view long range chart with unvisited systems marked, to view list of system names visited and unvisited in current galaxy, and to view list of mile-stones.
 +
 
 +
All missionScreens now managed via missionScreenOpportunity.
 +
 
 +
Long range chart mark visited systems animation will now complete in a maximum of 32 seconds (if all 256 systems have been visited).
 +
Script now uses strict mode.
 +
 
 +
Added code to disable OXP entirely if player is in a galaxy outside of the range 1 to 8.
 +
 
 +
Added code to disable mile-stones feature if player is using a non-standard galaxy_seed.
  
 
== To Do ==
 
== To Do ==

Revision as of 07:45, 1 December 2011

Overview

Explorers’ Club OXP v1.2.1 (01/12/11)

Inspired by Wildeblood, code by capt murphy - 2011

Licence: CC BY-NC-SA 3.0 : Please visit http://creativecommons.org/licenses/by-nc-sa/3.0/ for more info.

Requires Oolite 1.75.3

Description

Once installed this OXP keeps track of unique systems visited and reports on the manifest screen (F5) the total systems visited in the current galaxy out of 256 and the total systems visited out of 2048 in the whole Ooniverse. It also displays an Explorer ‘rank’. You need to visit all 2048 systems to be ranked an Elite Explorer.

In addition this OXP adds some functionality to the Long Range Chart (F6/F6) in that it can be set to different modes. To access the options screen press F2, then F6 when docked. The available options are:


1) Default - standard long range chart behaviour.

2) Long range chart shows animation of systems visited to date, in order of first visit.

3) Long range chart marks unvisited systems.

4) Player can manually mark systems on long range chart as a destination (highlight a system with the cursor and press F7)

5) Player can manually unmark systems on long range chart as a destination (highlight a system with the cursor and press F7)


Players should exercise caution when using the 2nd and 3rd options as it will clear any currently marked systems (e.g mission or contract destinations), although the 4th option can be used to manually reinstate them.

The options screen also allows you to choose when a system is recorded as visited. The options are.


1) Default – when docked at the main station.

2) On arrival from witch-space.


Options are persistent between sessions with the same save game.

The options screen also gives access to two further sets of mission screens.


1) Displays a list of the system names that have been visited so far in the current Galaxy, followed by a list of the system names that are yet to be visited in the current galaxy.

2) Displays a list of mile-stones that the player has completed / not completed so far. Defined mile-stones are:


• Visited all of the ‘Old Worlds’ in galaxy 1.

• Visited all of the ‘Famous Planets’ in galaxy 1 (as per OXP of same name).

• Visited all of the ‘Famous Planets’ in galaxy 2 (as per OXP of same name).

• Visited the ‘Prodigal Suns’ in galaxy 3.

• Visited the ‘Lost Worlds’ in galaxy 6.

• Visited the systems beyond the ‘Great Rift’ in galaxy 7.

• Visited Oresrati in galaxy 8.

• Visited all 8 galaxies at least once.

Change Log

Version 1.0: 23/11/11

Initial release.


Version 1.1: 24/11/11

Fixed dodgy condition checks for the ‘rank’ string. Incorporated a number of code tweaks for efficiency suggested by Svengali.


Version 1.2.1: 1/12/11

Added functionality to view long range chart with unvisited systems marked, to view list of system names visited and unvisited in current galaxy, and to view list of mile-stones.

All missionScreens now managed via missionScreenOpportunity.

Long range chart mark visited systems animation will now complete in a maximum of 32 seconds (if all 256 systems have been visited). Script now uses strict mode.

Added code to disable OXP entirely if player is in a galaxy outside of the range 1 to 8.

Added code to disable mile-stones feature if player is using a non-standard galaxy_seed.

To Do

Look to code a display of (if systems visited in current galaxy <= 128, systems visited) or (if systems visited > 128, systems left to visit).

Make options configurable via OXPconfig rather than in-house screen.

Download and Discussion

Download from the box.

Discuss on the Oolite BB.