Re: [Beta] Release of Telescope 2.0
Posted: Wed Nov 24, 2021 5:08 pm
I never realised that there was a newer version of Telescope!
Is this still a "beta"?
Is this still a "beta"?
For information and discussion about Oolite.
https://bb.oolite.space/
Well, I've downloaded what is linked on the front page here (I presume it is the same) - and I found that I needed your "fps.monitor.oxz" too.cag wrote: ↑Fri Nov 26, 2021 4:15 amSince you offered:Cholmondely wrote: ↑Thu Nov 25, 2021 11:23 pmAnd: What about your new Telescope 2.0? Does it need testing?
new telescope: https://www.dropbox.com/s/jzqljz1txyez6 ... .oxz?dl=0
new station options: https://www.dropbox.com/s/hq2cka2jwy59r ... .oxz?dl=0
I'm just putting on finishing touches and plan to release soon. Now I just got to learn the expansion manager and file the paperwork for credentials.
No, I meant for you to down load the versions in my previous message! The ones from the first page are older, my bad. I've done some house cleaning so the 1st post is up to date and links match. You'll need to DL again, sorry. Your comment about "fps.monitor.oxz" clued me in, as it's now built in and no longer a required oxp.Cholmondely wrote: ↑Fri Nov 26, 2021 3:46 pm
Well, I've downloaded what is linked on the front page here (I presume it is the same) - and I found that I needed your "fps.monitor.oxz" too.
I was wondering what I'd be doing this weekend <sigh>Cholmondely wrote: ↑Fri Nov 26, 2021 3:46 pm2) there might be some conflict between your new auxiliary Telescope MFD (super idea, by the way!) and LittleBear's MFD Galactic Almanac MFD - I seem to get one or the other, but never both. Or perchance Stranger's Advanced System Data MFD |(which I also have up) has cast a plague on both their houses!
Actually, that's a bug, not a feature. It's been around forever, as there's no check on which way it rotates on update and occasionally, it goes the long way round (179.99 degrees). But I think you have an idea for a cool new feature, if I can wrap my mind around the math. I've added it to the list.Cholmondely wrote: ↑Fri Nov 26, 2021 3:46 pm3) I very much like the way you now have the masslock borders flip! I presume that it is the obvious - the ship inside has just changed direction.
I'm hoping to chalk this up the the version mix-up. But if you ever see something similar, it's important to write down the description so the problem can be tracked down.Cholmondely wrote: ↑Fri Nov 26, 2021 3:46 pm4) For some reason, when your oxp's fail to load and give the reason why, instead of the name of the missing oxz, I get a description, which is somewhat less helpful to those of us who are just dumb pilots. I seem to recall another recent-ish oxp has a similar issue.
ws.$TelescopeList[ ws.$TelescopeListi - 1 ]
, Code: Select all
target = ps.target.dataKey == "telescopemarker" ? ps.target.$TelescopeTarget : ps.target;
ps.target.target
, but get Exceptions for planets & sun)You are doing something positive and useful. At the moment I have time. The least I can do is to try and support your efforts.
To me it is a feature and does not need changing. And if it is not telling me that the ship has changed direction, I understand from your comment that it is telling me something equally useful.cag wrote: ↑Sat Nov 27, 2021 12:38 amActually, that's a bug, not a feature. It's been around forever, as there's no check on which way it rotates on update and occasionally, it goes the long way round (179.99 degrees).Cholmondely wrote: ↑Fri Nov 26, 2021 3:46 pm3) I very much like the way you now have the masslock borders flip! I presume that it is the obvious - the ship inside has just changed direction.
cag wrote: ↑Sat Nov 27, 2021 12:38 amExample:Cholmondely wrote: ↑Fri Nov 26, 2021 3:46 pmI'm hoping to chalk this up to the version mix-up. But if you ever see something similar, it's important to write down the description so the problem can be tracked down.Cholmondely wrote: ↑Fri Nov 26, 2021 3:46 pm4) For some reason, when your oxp's fail to load and give the reason why, instead of the name of the missing oxz, I get a description, which is somewhat less helpful to those of us who are just dumb pilots. I seem to recall another recent-ish oxp has a similar issue.
The Expansion Pack "Adds Station options to Telescope" was not loaded as it requires "Need Telescope OXP." which is not installed
Okay, I fixed the manifest to actually make sense. Links remains he same.Cholmondely wrote: ↑Mon Nov 29, 2021 11:29 pm
The Expansion Pack "Adds Station options to Telescope" was not loaded as it requires "Need Telescope OXP." which is not installed
I think we can rule out Stranger's MFD, as it's straightforward. As for the Galactic Almanac, what version are you running. The latest I could find was 1.4.1 but I had trouble getting it to run properly.Cholmondely wrote: ↑Fri Nov 26, 2021 3:46 pm2) there might be some conflict between your new auxiliary Telescope MFD (super idea, by the way!) and LittleBear's MFD Galactic Almanac MFD - I seem to get one or the other, but never both. Or perchance Stranger's Advanced System Data MFD |(which I also have up) has cast a plague on both their houses!
Code: Select all
for (var i = 0; i < oxps.length; i++) { // I added the 'var'
Code: Select all
"[named_stations_gas_stuff_template2]", // I added the '2'
My version is GalacticAlmanacBeta1.4.1.oxp which I downloaded on 4th Septembercag wrote: ↑Tue Nov 30, 2021 9:37 amI think we can rule out Stranger's MFD, as it's straightforward. As for the Galactic Almanac, what version are you running. The latest I could find was 1.4.1 but I had trouble getting it to run properly.Cholmondely wrote: ↑Fri Nov 26, 2021 3:46 pm2) there might be some conflict between your new auxiliary Telescope MFD (super idea, by the way!) and LittleBear's MFD Galactic Almanac MFD - I seem to get one or the other, but never both. Or perchance Stranger's Advanced System Data MFD |(which I also have up) has cast a plague on both their houses!
randomstationnames.js line 3968:fixed a "ReferenceError: assignment to undeclared variable i"Code: Select all
for (var i = 0; i < oxps.length; i++) { // I added the 'var'
descriptions.plist line 2418:fixed a raft of "Unknown expansion key [named_stations_gas_stuff_template]"Code: Select all
"[named_stations_gas_stuff_template2]", // I added the '2'
There's also a "TypeError: target is null" on line 5682, which would require more work (<yawn> it's late).
Do you have a later version?
Also, what was the nature of the conflict with the auxiliary Telescope MFD? All I could find was a bug not picking up the sun's name (sun_name, not displayName, <grrr>).
It was, I had the same "debug" target with the version in the manager!Cholmondely wrote: ↑Mon Nov 29, 2021 1:13 pmLooking at Arquebus's new YouTube playthroughs, I wonder if Telescope 2.0 is wrecking the "GalCop Missions: find mysterious beacon" mission in his 4th film - see his video at 19:19 (and again at 24:45 when the mysterious beacon was supposed to come up)!
I'm unsure if this would also have been an issue with the Telescope v.1.15 currently on the Expansions Manager.
If you're using HUD selector, I fixed a problem with it and a DL might help (same link). If not, it'll be a few days before I can get back to it. If you notice any more symptoms, let me know.Cholmondely wrote: ↑Fri Nov 26, 2021 3:46 pm2) there might be some conflict between your new auxiliary Telescope MFD (super idea, by the way!) and LittleBear's MFD Galactic Almanac MFD - I seem to get one or the other, but never both. Or perchance Stranger's Advanced System Data MFD |(which I also have up) has cast a plague on both their houses!