plannets.oxp - is it still working?
Moderators: winston, another_commander
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Hi Commander McLane, I hope to shortly given a bit of time. I need to update the Fighter HUD as well (too many things to do and not enough time! ).
BTW, Nice job on the FAQ-page.
BTW, Nice job on the FAQ-page.
Download Fighter HUD, Stingray and System Redux from the EliteWiki
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Well spotted Commander McLane , I'm glad somebody's paying attention! I'll fix it ASAP.
EDIT: To correct the above problem please re-download System Redux from my signature or download the replacement script here then copy it to your Config folder.
EDIT: To correct the above problem please re-download System Redux from my signature or download the replacement script here then copy it to your Config folder.
Download Fighter HUD, Stingray and System Redux from the EliteWiki
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
- Dr Beeb
- Dangerous
- Posts: 127
- Joined: Sun Mar 23, 2008 10:28 pm
- Location: Mt. Vista, Oosa, Biarge System, Galaxy 1
All I can add is that for the moon at Mabiat, Galaxy 3, things were fine until I got too close to it, got re-rendered to its maximum detail, and the rings appeared. The planet itself remained o.k. The moon didn't appear to have an atmosphere, clouds so I dont think that is the origin. Humble computer details:Ahruman wrote:What you’re seeing is ”z-fighting”. Two concentric planets (or a planet and a cloud layer) are too close together, causing their polygons to overlap imperfectly.
Oolite 1.71.2 Mac OS X 10.3.9 PowerBook G4
OpenGL renderer version: 1.3.0 ("1.3 ATI-1.3.42")
Vendor: ATI Technologies Inc.
Renderer: ATI Radeon 7000 OpenGL Engine
[rendering.opengl.extensions]: OpenGL extensions (56):
As an aside, some of moons are closer to the planet than the stations (e.g. the example above - the altimeter doesn't recover to greater than 40% when flying from the moon to the planet), this doesn't make much sense to me. I suggest moving the moon(s) further out. The other planets (when they appear) are quite far away, which is good.
When I initially tried to include this oxp it did extra moons, planets correctly, but the Oolite planet disappeared, just leaving the dark, transparent atmosphere. Once I switched from full view to smaller window the Oolite planet rendered correctly and was fine after that. Maybe this thread dealt with that topic earlier, apologies if it did.
I hope this oxp makes it into the list on the wiki soon, it is quite breathtaking to chase Geckos over moons at low altitude etc.
The fact that I can recognize when a texture map for Mars or Io or our own Moon is being used, not so good, but hopefully the procedural approach being pursued by others can be used instead one day. Ideally, if procedurally generated maps are generated on the fly then very high resolutions could become possible when flying closer to a planet, moon. That would look spectacular.
White dots were so much easier to hit
The moons will be moved a bit further away from the main planet in the next release of System Redux.Dr Beeb wrote:As an aside, some of moons are closer to the planet than the stations (e.g. the example above - the altimeter doesn't recover to greater than 40% when flying from the moon to the planet), this doesn't make much sense to me. I suggest moving the moon(s) further out. The other planets (when they appear) are quite far away, which is good.
Download Fighter HUD, Stingray and System Redux from the EliteWiki
Finally got around to updating the Wiki with the latest versions of Fighter HUD, Stingray and System Redux. Could somebody check that I haven't messed anything up (which is highly likely)
Thanks, Kev
Download Fighter HUD, Stingray and System Redux from the EliteWiki
- pagroove
- ---- E L I T E ----
- Posts: 3035
- Joined: Wed Feb 21, 2007 11:52 pm
- Location: On a famous planet
Hi CaptKev. Looks good. IMO ther should be a little more information about System Redux (what it does) for the newe user. So a little description could be handy.
My next project will be tha famous planets OXP.
I will download Lave oxp to see if it conflicts
Cheers!
P.A. GRoove
My next project will be tha famous planets OXP.
I will download Lave oxp to see if it conflicts
Cheers!
P.A. GRoove
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
https://bb.oolite.space/viewtopic.php?f=4&t=13709
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
https://bb.oolite.space/viewtopic.php?f=4&t=13709
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
The freeze that was caused by the earlier version of system_redux at a mis-jump is eliminated in the latest version.
However, there are still two JS-warnings and an exception in my logfile, if I misjump:
The following code should do the trick:
Instead of
use this:
However, there are still two JS-warnings and an exception in my logfile, if I misjump:
I would suggest the insertation of a condition in the system_redux-script that tests for interstellar space, and ends the script if the test is succesfull.[script.javaScript.warning.162]: ----- JavaScript warning: reference to undefined property system_info[galaxyNumber * 256 + system.ID]
[script.javaScript.warning.162]: /Applications/Spiele/Oolite 1.71.2/AddOns/System_Redux.oxp/Config/script.js, line 53.
[script.javaScript.warning.162]: ----- JavaScript warning: reference to undefined property system_info[galaxyNumber * 256 + system.ID]
[script.javaScript.warning.162]: /Applications/Spiele/Oolite 1.71.2/AddOns/System_Redux.oxp/Config/script.js, line 71.
[script.javaScript.exception.39]: ***** JavaScript exception: TypeError: system.mainPlanet has no properties
[script.javaScript.exception.39]: /Applications/Spiele/Oolite 1.71.2/AddOns/System_Redux.oxp/Config/script.js, line 89.
The following code should do the trick:
Instead of
Code: Select all
this.shipWillExitWitchspace = function()
{
this.populate();
}
Code: Select all
this.shipWillExitWitchspace = function()
{
if(system.isInterstellarSpace) return
this.populate();
}
Hi.
p = (p + p - s) * m
shouldn't it be
p = p + (p - s) *m
I noticed the same bug in the farsun.oxp. It would mean a change of the angle of the ecliptic.
Ebi
okay, this post is quite old, but I guess there is a small bug in the formula. I'm not an JS Expert, but I read it as:CaptKev wrote:Replace the code in script.js (except the array at the top) with the code below
Code: Select all
... this.movePlanet = function() { let p = system.mainPlanet; if(p) p.setPosition(p.position.add(p.position.subtract(system.sun.position)).multiply(this.multiple)); this.systemDone=true; }
p = (p + p - s) * m
shouldn't it be
p = p + (p - s) *m
I noticed the same bug in the farsun.oxp. It would mean a change of the angle of the ecliptic.
Ebi
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Hello Ebi
I have farSun not installed but the one time I tested it I had the impression that the distance was muck more than 3x the original. It is not multiplying the distance planet-sun but also the position of the planet itself.
I think you are right. It should be:Ebi wrote:okay, this post is quite old, but I guess there is a small bug in the formula. I'm not an JS Expert, but I read it as:
p = (p + p - s) * m
shouldn't it be
p = p + (p - s) *m
Code: Select all
p.setPosition(p.position.add(p.position.subtract(system.sun.position).multiply(this.multiple)));
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- Cmdr. Maegil
- Sword-toting nut-job
- Posts: 1294
- Joined: Tue Feb 27, 2007 10:28 pm
- Location: On the mend in Western Africa
I already had this board in high regard, but am amazed at the new posters' increasing quality!
One makes a marking entrance by announcing a new HUD on his first post, another comes in with advanced mathematics and ecliptics... if it keeps on like this, soon enough It'll be awkward for me to lower the forum's growing standards with my posts!
Oh, and Ebi, Welcome to The Friendliest Boards This Side of Riedquat!
One makes a marking entrance by announcing a new HUD on his first post, another comes in with advanced mathematics and ecliptics... if it keeps on like this, soon enough It'll be awkward for me to lower the forum's growing standards with my posts!
Oh, and Ebi, Welcome to The Friendliest Boards This Side of Riedquat!
You know those who, having been mugged and stabbed, fired, dog run over, house burned down, wife eloped with best friend, daughters becoming prostitutes and their countries invaded - still say that "all is well"?
I'm obviously not one of them.
I'm obviously not one of them.
Well it isnt quite Advanced, just simply parenthesis misplacement, that was lost in translation from code to correct mathematical usageCmdr. Maegil wrote:I already had this board in high regard, but am amazed at the new posters' increasing quality!
One makes a marking entrance by announcing a new HUD on his first post, another comes in with advanced mathematics and ecliptics... if it keeps on like this, soon enough It'll be awkward for me to lower the forum's growing standards with my posts!
Oh, and Ebi, Welcome to The Friendliest Boards This Side of Riedquat!
But yeah it was well spotted...
Welcome Ebi...
Bounty Scanner
Number 935
Number 935