Difference between revisions of "Satellites"
(Updating BB links) |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[File:Surveillance Satellite.png|thumb|right|320px|Surveillance Satellite]] | ||
==Overview== | ==Overview== | ||
This OXP adds satellites to the main planet, plus any secondary planets that may be available through [[Additional_Planets|Additional Planets]]. | This OXP adds satellites to the main planet, plus any secondary planets that may be available through [[Additional_Planets|Additional Planets]]. | ||
+ | {{QuoteText|Text=Ideas with a revolutionary potential sometimes remain underestimated or just unnoticed! | ||
+ | |||
+ | This is the case for the Satellites OXP (author – Rorschachhamster). Seemingly just a nice exercise in coding and just one more OXP in the Ambience category. | ||
+ | |||
+ | But, it is a jolly hard task to simulate true orbital dynamics in Oolite: | ||
+ | |||
+ | In the real world, the calculation of orbital dynamics is based on the integration of acceleration vectors and on the energy conservation law. If you have no acceleration produced by a propulsion engine, your total energy (sum of kinetic and potential energy) would have a constant value. So on an elliptic orbit you’ll trade velocity for altitude and vice versa. | ||
+ | |||
+ | In Oolite we have no gravity nor energy. Acceleration is limited to propulsion acceleration/deceleration parameter thrust and this is not a vector value – it is just the rate of change of ship speed. So we need some trick to simulate true orbital dynamics – calculating the ship's position for the next frame and placing the ship directly into it. | ||
+ | |||
+ | Unfortunately JavaScript is not a suitable instrument for smooth dynamic simulations! It generates only 4 fps, so you’ll see the jerky sequence of frames instead of a decent illusion of smooth movement. | ||
+ | |||
+ | Bad idea. Forget it. | ||
+ | |||
+ | Satellites OXP uses a more elegant approach, based on AI behavior. It generates a realistically looking pattern of circular movement around a planet without sophisticated mathematics.|Source=Source: Stranger's introduction to his Orbital Stations OXP}} | ||
+ | |||
+ | [[File:COMLR Satellite.png|thumb|right|320px|COMLR Satellite]] | ||
==Satellite Types== | ==Satellite Types== | ||
There are 4 different types of satellite that can be added to a system. | There are 4 different types of satellite that can be added to a system. | ||
Line 12: | Line 30: | ||
==Download== | ==Download== | ||
− | Download [[Media:Satellites.oxz|Satellites.oxz]] v1. | + | *Through the in-game [[Expansions Manager]], or |
+ | *Download [[Media:Satellites.oxz|Satellites.oxz]] v1.10 (downloaded {{#downloads:Satellites.oxz}} times).<br/> | ||
==License== | ==License== | ||
Line 18: | Line 37: | ||
==Version History== | ==Version History== | ||
+ | 1.10 | ||
+ | * Fixed small bug that was preventing 2 satellite types from having their beacons hidden on secondary planets. | ||
+ | <div class="mw-collapsible mw-collapsed" data-expandtext="Show older" data-collapsetext="Hide older" style="overflow:auto;"> | ||
1.09 | 1.09 | ||
* Fixed bugs with Library interface. | * Fixed bugs with Library interface. | ||
Line 50: | Line 72: | ||
1.0 | 1.0 | ||
* Original release. | * Original release. | ||
+ | </div> | ||
+ | |||
+ | == Links == | ||
+ | *[[Dragonships]] - Rorschachhamster's other oxp | ||
+ | == Quick Facts == | ||
+ | {{OXPLevel}}{{IconOXP|ooVersion = "1.80"|oxpCPU = "Low"|oxpMEM = "Low"|oxpGPU = "Low"|oxpIsConfigurable = true}} | ||
+ | [[Image:IconLib.png|48px|right|link=Library OXP|alt=Config options available through 'Library']] | ||
{{Infobox OXPb| title = Satellites.oxz | {{Infobox OXPb| title = Satellites.oxz | ||
− | |version = 1. | + | |version = 1.10 |
− | |release = 2017- | + | |release = 2017-10-12 |
|license = CC BY-NC-SA 3.0 | |license = CC BY-NC-SA 3.0 | ||
|features = Satellites | |features = Satellites | ||
|category = Ambience OXPs | |category = Ambience OXPs | ||
|author = [[User:Rorschachhamster|Rorschachhamster]], [[User:phkb|phkb]] | |author = [[User:Rorschachhamster|Rorschachhamster]], [[User:phkb|phkb]] | ||
− | |feedback = [ | + | |feedback = [https://bb.oolite.space/viewtopic.php?f=4&t=13687 Oolite BB] |
}} | }} | ||
== Gameplay and Balance indicator == | == Gameplay and Balance indicator == | ||
[[File:Tag-colour-green.png]] | [[File:Tag-colour-green.png]] |
Latest revision as of 02:43, 29 February 2024
Contents
Overview
This OXP adds satellites to the main planet, plus any secondary planets that may be available through Additional Planets.
Ideas with a revolutionary potential sometimes remain underestimated or just unnoticed!
This is the case for the Satellites OXP (author – Rorschachhamster). Seemingly just a nice exercise in coding and just one more OXP in the Ambience category. But, it is a jolly hard task to simulate true orbital dynamics in Oolite: In the real world, the calculation of orbital dynamics is based on the integration of acceleration vectors and on the energy conservation law. If you have no acceleration produced by a propulsion engine, your total energy (sum of kinetic and potential energy) would have a constant value. So on an elliptic orbit you’ll trade velocity for altitude and vice versa. In Oolite we have no gravity nor energy. Acceleration is limited to propulsion acceleration/deceleration parameter thrust and this is not a vector value – it is just the rate of change of ship speed. So we need some trick to simulate true orbital dynamics – calculating the ship's position for the next frame and placing the ship directly into it. Unfortunately JavaScript is not a suitable instrument for smooth dynamic simulations! It generates only 4 fps, so you’ll see the jerky sequence of frames instead of a decent illusion of smooth movement. Bad idea. Forget it. Satellites OXP uses a more elegant approach, based on AI behavior. It generates a realistically looking pattern of circular movement around a planet without sophisticated mathematics. |
Source: Stranger's introduction to his Orbital Stations OXP |
Satellite Types
There are 4 different types of satellite that can be added to a system.
Surveillance Satellites
These satellites are designed to map and scan planetary regions, down to a very fine detail level.
COM and COMLR Satellites
These satellites aid and facilitate intra- and inter-planetary communications.
Satellite Telescope
These satellites are designed to scan deep space for anomalies (like Thargoid invasion craft or rogue comets and asteroids).
Download
- Through the in-game Expansions Manager, or
- Download Satellites.oxz v1.10 (downloaded 1773 times).
License
This OXP is released under the Creative Commons Attribution - Non-Commercial - Share Alike 3.0 license. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/
Version History
1.10
- Fixed small bug that was preventing 2 satellite types from having their beacons hidden on secondary planets.
1.09
- Fixed bugs with Library interface.
1.08
- Destroyed satellites will stay destroyed in the current system until you leave.
- Small bugfix in the save game routine.
1.07
- Small bugfix in the new populator.
1.06
- Reworked populator methods to use new functions, and to make the number and types of satellites the same in each system.
- Added satellites to any extra planets in the system.
- Added Library config options to turn off beacons and control the number of satellites spawned.
1.05
- Added check if mainplanet is existent, in case of nova system... and corrected versions in scripts.
1.04
- Added AI-code by Dr.Tripsa, that will let spy-sats work as police, and reduced texture size with Optipng thanks to a tip from Shipbuilder. Cleaned up the shipdata.plist, as well.
1.03
- ...and if you change the texture names, you should change the names in the model.dats as well... and I should probably test before I release a "fixed" version. Sorry.
1.02
- --and deleted a paste and copy error...
1.01
- Changed the roles, models , textures etc. to more unique names to avoid compatability issues, thanks again to Eric Walch. Corrected the demoship.plist, so that all 4 satellites can be seen...
1.0
- Original release.
Links
- Dragonships - Rorschachhamster's other oxp
Quick Facts
Version | Released | License | Features | Category | Author(s) | Feedback |
---|---|---|---|---|---|---|
1.10 | 2017-10-12 | CC BY-NC-SA 3.0 | Satellites | Ambience OXPs | Rorschachhamster, phkb | Oolite BB |