Difference between revisions of "Montanas Resource Pack 01"

From Elite Wiki
Line 149: Line 149:
 
:"oolite-ship-library-summary-PMFr" = "Police medium frigate"
 
:"oolite-ship-library-summary-PMFr" = "Police medium frigate"
 
:"oolite-ship-library-summary-PHFr" = "Police heavy frigate"
 
:"oolite-ship-library-summary-PHFr" = "Police heavy frigate"
 +
 +
There is no need to include the OXP to access this definitions, a simple copy in your own code will work and by doing so you can help to prevent the shiplibrary from slowing down and keep a certain standard.
  
  

Revision as of 01:32, 1 February 2021

  • WIP will cover the OXP

Overview

Instead of adding to every OXP the same resources I created an external package that could be referenced to. While saving disc space it also makes future maintenance easier. While mainly designed to support other OXP's a stand-alone download is adding Griff's alloy and the new commodity "Quirium Crystal".


Effects

Explosive shrapnels and burning quirium fuel are making ship explosions more realistic but in close range also more dangerous. They could be spawned with the roles MRP01_effects_explosive_shrapnel and MRP01_effects_burningFuel. The burning quirium fuel once in a while leaves radioactives or a quirium crystal behind after the explosion.


Commodities

Adds Griff's awesome alloy variants.

Similar to alloy radioactives (role: radioactives), platinum (role: platinum) and gold (role: gold) are now added as an entity rather than only in a container. Gold and platinum include the role splinter(0.10) so both could be the result of mining as well.

Minerals, now an entity as well, have the roles minerals or splinter. While the display names are "Minerals" and "Ore" they are basically just variations of splinters.

Introduces the new commodity "Quirium Crystal", a rare crystal with 5-dimensional emission. While traded similar to gem stones in g they do also appear in the corona of some suns and at ship explosions as an entity (role: quirium_crystal).


Gallary


Containers

Adds for all commodities of the core-game a cargopod (roles: cargopod_ & commodity name, cargopod_platinum, for example). Goods in kg got 10 - 20 units per container, goods in g got 20 - 40 units. Additional to the core-game commodities only witchfire whiskey (Darkside Moonshine Distillery), holy artifacts (Dictators) and quirium crystal (this pack) are covered, all other OXP goods are not included.


Gallary


Escape Pods

Various modified versions of escape crafts are included:

Isis Space Boat

(defined as a lifeboat and a shuttle, police version included as well).

  • Roles:
MRP01_escape_boat_isis_01
MRP01_escape_boat_isis_police

Medical craft

(defined as a lifeboat and a shuttle).

  • Role:
MRP01_escape_boat_isis_med

GalTech Escape Pod GIC-E1 and Griff's escape capsule

both designed as a pod and as a capsule. police versions available.

  • Roles:
GalTech_escape_pod_E1_01
GalTech_escape_pod_E1_police
GalTech_escape_capsule_01
GalTech_escape_capsule_police
MRP01_escape_pod_std_01
MRP01_escape_pod_std_police
MRP01_escape_capsule_std_01
MRP01_escape_capsule_std_police

Please note that with the next release all crafts starting with GalTech will be changed

spacesuits

the last resource for a crew member

  • Roles:
MRP01_escape_suit_01
MRP01_escape_suit_police


Gallary


Developers little help

descriptions.plist:

  • MRP01_pirate_nicknames (an array of nicknames for pirates and other criminals)
  • MRP01_GalCop_races_oolite (an array of expanded races of GalCop space, Oolite style)
  • MRP01_GalCop_races_scientific (an array of expanded races of GalCop space, scientific style)
  • An expansion of core library categories and summaries:
"oolite-ship-library-category-alien_ship" = "Alien Ship" (ships from outer GalCop space)
"oolite-ship-library-category-warship" = "Warship" (military ships)
  • summeries for warships:
"oolite-ship-library-summary-MLP" = "Military light patrol ship";
"oolite-ship-library-summary-MMP" = "Military medium patrol ship"
"oolite-ship-library-summary-MHP" = "Military heavy patrol ship"
"oolite-ship-library-summary-MLA" = "Military light attack ship"
"oolite-ship-library-summary-MMA" = "Military medium attack ship"
"oolite-ship-library-summary-MHA" = "Military heavy attack ship"
"oolite-ship-library-summary-MLC" = "Military light corvette"
"oolite-ship-library-summary-MMC" = "Military medium corvette"
"oolite-ship-library-summary-MHC" = "Military heavy corvette"
"oolite-ship-library-summary-MLFr" = "Military light frigate"
"oolite-ship-library-summary-MMFr" = "Military medium frigate"
"oolite-ship-library-summary-MHFr" = "Military heavy frigate"
"oolite-ship-library-summary-MLD" = "Military light destroyer"
"oolite-ship-library-summary-MMD" = "Military medium destroyer"
"oolite-ship-library-summary-MHD" = "Military heavy destroyer"
"oolite-ship-library-summary-MLCr" = "Military light cruiser"
"oolite-ship-library-summary-MMCr" = "Military medium cruiser"
"oolite-ship-library-summary-MHCr" = "Military heavy cruiser"
"oolite-ship-library-summary-MLB" = "Military light battleship"
"oolite-ship-library-summary-MMB" = "Military medium battleship"
"oolite-ship-library-summary-MHB" = "Military heavy battleship"
  • additional summeries for police ships:
"oolite-ship-library-summary-PMF" = "Police medium fighter"
"oolite-ship-library-summary-PLP" = "Police light patrol ship"
"oolite-ship-library-summary-PMP" = "Police medium patrol ship"
"oolite-ship-library-summary-PHP" = "Police heavy patrol ship"
"oolite-ship-library-summary-PLA" = "Police light attack ship"
"oolite-ship-library-summary-PMA" = "Police medium attack ship"
"oolite-ship-library-summary-PHA" = "Police heavy attack ship"
"oolite-ship-library-summary-PLC" = "Police light corvette"
"oolite-ship-library-summary-PMC" = "Police medium corvette"
"oolite-ship-library-summary-PHC" = "Police heavy corvette"
"oolite-ship-library-summary-PLFr" = "Police light frigate"
"oolite-ship-library-summary-PMFr" = "Police medium frigate"
"oolite-ship-library-summary-PHFr" = "Police heavy frigate"

There is no need to include the OXP to access this definitions, a simple copy in your own code will work and by doing so you can help to prevent the shiplibrary from slowing down and keep a certain standard.


Credits

explosive shrapnels: Charlie (concept) and Griff (model, textures & shaders)
burning quirium fuel: Thargoid (concept) and Griff (model)
alloy: Griff (model, textures & shaders)
minerals: Griff (model)
containers: another_commander (specular map)
lifeboats: Killer Wolf
escape pods: Shipbuilder and Griff
escape capsules: Shipbuilder and Griff
spacesuit: Norby (concept in Fighters OXP) and Knotty (Astronaut OXP)


Quick Facts

Minimum Oolite versionCPU usage lowMemory usage lowGPU usage low

Tag-colour-blue.png


Version Released License Features Category Author(s) Feedback
0.53 2021-02-01 CC BY-NC-SA 4.0 commodities and effects Misc OXPs Montana BB Thread