Search found 1970 matches
- Fri Feb 26, 2021 1:20 pm
- Forum: Expansion Pack
- Topic: (WIP) Hermitage
- Replies: 85
- Views: 40295
Re: (WIP) Hermitage
We DO NOT disembark our Ship when we are working on the Rock Hermit facilities. We STAY INSIDE our Ship. We USE our Ship's Life Support. NOT the Rock Hermit's Life Support. So, how come the Rock Hermit CAN kick you out, when NOBODY is INSIDE it? THIS is where your current version of Hermitage is FL...
- Tue Feb 23, 2021 9:16 pm
- Forum: Expansion Pack
- Topic: External dashboards
- Replies: 6
- Views: 182
Re: External dashboards
Thank you, I will try this!tsoj wrote: ↑Tue Feb 23, 2021 8:33 pmRegarding the scripting, I believe you can do this:whereCode: Select all
var l = worldScripts.Smugglers_Illegal.$illegalGoodsList(0, null)
Smugglers_Illegal
is thethis.name
of the script you want to access. I am not 100% sure though.
- Tue Feb 23, 2021 6:29 pm
- Forum: Expansion Pack
- Topic: External dashboards
- Replies: 6
- Views: 182
- Tue Feb 23, 2021 6:24 pm
- Forum: Expansion Pack
- Topic: External dashboards
- Replies: 6
- Views: 182
Re: External dashboards
Commander Day's Diplomancy.oxp shows War & Peace maps accessed through the F4 screen while docked (and using ANA). Would these be showable (while docked) (and be potentially contrastable with the F6/F7 displays), or would it be non-trivial to set it up? What about just the reference legend for his ...
- Tue Feb 23, 2021 4:13 pm
- Forum: Expansion Pack
- Topic: Asteroids3D v 1.2 now available
- Replies: 35
- Views: 4502
Re: Asteroids3D v 1.2 now available
I can access thisCholmondely wrote: ↑Tue Feb 23, 2021 2:36 pmThanks! Only had the link to the individual file.cbr wrote: ↑Tue Feb 23, 2021 1:37 pmSometimes individual folders somehow do not register.
Have you tried downloading 'the whole bunch'
https://www.box.net/s/b2tic3tjsk
- Tue Feb 23, 2021 1:09 pm
- Forum: Expansion Pack
- Topic: Asteroids3D v 1.2 now available
- Replies: 35
- Views: 4502
Re: Asteroids3D v 1.2 now available
I presume that he has membership of Box and perchance thus enjoys privileged access to it. I too have a Box account, but that doesn't seem to help! The only thing that I tried was access it from my box app on iPhone, and made a copy to my box account... that worked. Here is the link: https://app.bo...
- Tue Feb 23, 2021 10:22 am
- Forum: Expansion Pack
- Topic: Asteroids3D v 1.2 now available
- Replies: 35
- Views: 4502
Re: Asteroids3D v 1.2 now available
I just tried to download the version that is linked to from the wiki and had no problems.Cholmondely wrote: ↑Tue Feb 23, 2021 9:23 amThe box link here seems to be suffering from a terminal attack of constipation.
- Fri Feb 19, 2021 10:27 pm
- Forum: Expansion Pack
- Topic: External dashboards
- Replies: 6
- Views: 182
Re: External dashboards
Continuing from a thread in the discussions forum: thank you for the suggestions, I didn't think of using it like this 8) Question: Which game data would you like to see made available to an outside console? Just very quickly, off the top of the old noggin, There are maybe two contrasting uses for a...
- Fri Feb 19, 2021 10:12 pm
- Forum: Discussion
- Topic: Any luck with multiple(viewport) monitors
- Replies: 21
- Views: 5662
Re: Any luck with multiple(viewport) monitors
Question: Which game data would you like to see made available to an outside console? Just very quickly, off the top of the old noggin, There are maybe two contrasting uses for a second monitor: One player use and two player use. One player use would really be having somewhere to park other views j...
- Fri Feb 19, 2021 10:09 pm
- Forum: Expansion Pack
- Topic: External dashboards
- Replies: 6
- Views: 182
External dashboards
As teased here , I have been trying my luck at making game data available outside Oolite. Potential uses are dashboards on other screens, integration with your home automation, and whatever else you can think of. At this time this is a proof of concept and very much in its infancy: I am providing th...
- Fri Feb 19, 2021 12:17 am
- Forum: Discussion
- Topic: Any luck with multiple(viewport) monitors
- Replies: 21
- Views: 5662
Re: Any luck with multiple(viewport) monitors
Have anyone had any luck setting up or modifying Oolite to support a multi-monitor setup. With multi-monitor setup I mean having a single monitor for front view and having an additional one for gauges, levels, radar and/or system data (HUD)? Is there a way that the Debug Console function could exch...
- Tue Feb 16, 2021 2:10 pm
- Forum: Discussion
- Topic: Recovering "Lost" OXPs
- Replies: 178
- Views: 55605
Re: Recovering "Lost" OXPs
Griff's Krait will get a fresh up, while the master himself will take care of textures and shaders I will assist a bit with the shipdata.plist and the multiple lasers. :wink: Wow, I forgot how good it looks! Griff was so kind and sent me the updated graphics, now they look much better. :wink: I am ...
- Fri Feb 12, 2021 8:22 pm
- Forum: Discussion
- Topic: Any luck with multiple(viewport) monitors
- Replies: 21
- Views: 5662
Re: Any luck with multiple(viewport) monitors
Hehe, a lot has changed since then! Completely forgot, good findCholmondely wrote: ↑Fri Feb 12, 2021 1:09 pmJust came across this: http://www.aegidian.org/bb/viewtopic.ph ... 32#p166032!
I'm feeling mildly hopeful!

- Wed Feb 10, 2021 11:30 am
- Forum: Testing and Bug reports
- Topic: MacOS debug version does not work with external console
- Replies: 2
- Views: 729
Re: MacOS debug version does not work with external console
Hi Commander_X, thanks for looking into that. I’m on MacOS 11.2. Python is stock Python That comes with MacOS. I only tried the simple debug console, so didn’t need most of the extra libraries. However, I am quite sure that the problem lies in the Oolite MacOS implementation of handling the debug ch...
- Mon Feb 08, 2021 7:39 pm
- Forum: Testing and Bug reports
- Topic: DebugConsole questions
- Replies: 1
- Views: 418
DebugConsole questions
I'm trying to understand what I can do via the DebugConsole, but fail at this: dumpObject(player.ship) gives me more ship data (e.g. I get player.ship.speed here) than JSON.stringify(player.ship), player.ship.speed is missing here. Where does dumpObject get the additional information from, or why is...