It is even mentioned on the website: https://oolite.space/#communityjackiebean2017 wrote: ↑Fri Oct 25, 2024 7:39 pmIs there a Discord server for Oolite? This place seems to be rather quiet.
Search found 2446 matches
- Fri Oct 25, 2024 9:18 pm
- Forum: Discussion
- Topic: Question
- Replies: 10
- Views: 2427
Re: Question
- Fri Oct 25, 2024 9:17 pm
- Forum: Expansion Pack
- Topic: Scripters cove
- Replies: 1793
- Views: 849122
Re: Scripters cove
Could it be that a dictionary internally ends up to be a hashmap and therefore the sequence is not predictable? Could we change this to some container that preserves a sequence? As soon as it does, sorting can be applied... I think you're barking up a dead tree, hiran. If world scripts were sorted ...
- Fri Oct 25, 2024 9:12 pm
- Forum: Expansion Pack
- Topic: JB WIP thread: several ships
- Replies: 101
- Views: 106288
Re: JB WIP thread: several ships
No chance now. I can't access my old account and the pictures are probably already long gone. I still have the models. Never finished them due to personal IRL chaos. If I revisit them again it will probably take me a while to get things sorted so I can finally resume working on stuff. I'm not holdi...
- Fri Oct 25, 2024 9:05 pm
- Forum: Expansion Pack
- Topic: Scripters cove
- Replies: 1793
- Views: 849122
Re: Scripters cove
Whohoo! Another finding! There is a way to retrieve a sorted dictionary already! Dictionary? Sorted? Well, that's what it seems to be... https://github.com/OoliteProject/oolite/blob/master/src/Core/Entities/PlayerEntity.m#L12854 I would so much like to see a unit test that verifies the list is sorte...
- Fri Oct 25, 2024 8:39 pm
- Forum: Expansion Pack
- Topic: Scripters cove
- Replies: 1793
- Views: 849122
Re: Scripters cove
A-C or phkb can confirm or correct this, but my understanding from days of yore is that scripts are run in the order they are first loaded into the cache, and that depends on the OS; on some it's alphabetically and on some it's by datestamp, etc. So there is a sequence, and seems to be stable (acro...
- Fri Oct 25, 2024 6:35 pm
- Forum: Discussion
- Topic: Wormhole Effect
- Replies: 15
- Views: 2611
Re: Wormhole Effect
Oops. This thread is about wormholes.
Yes it's cool with that effect.
Scrap my previous post...
Yes it's cool with that effect.
Scrap my previous post...

- Fri Oct 25, 2024 5:02 pm
- Forum: Discussion
- Topic: Wormhole Effect
- Replies: 15
- Views: 2611
Re: Wormhole Effect
Here is a different take on the effect. https://i.imgur.com/mOZISeZ.gif Temporary link to Windows test executable: https://we.tl/t-of3GBAgMxO Looks fascinating. But just not what a black hole should look like. I mean- since when is it transparent so the planet behind is visible? I'd like a black ho...
- Wed Oct 23, 2024 4:15 pm
- Forum: Discussion
- Topic: OoliteStarter
- Replies: 267
- Views: 49001
Re: OoliteStarter
There is something unexpected in your setup. I found this text: 2024-10-22 14:37:26,776 WARN oo.st.MainFrame [AWT-EventQueue-0] Could not get version for C:\Oolite java.io.FileNotFoundException: C:\Oolite\Resources\manifest.plist (The system cannot find the path specified) I do not know your setup b...
- Tue Oct 22, 2024 6:56 am
- Forum: Discussion
- Topic: OoliteStarter
- Replies: 267
- Views: 49001
- Mon Oct 21, 2024 6:01 pm
- Forum: Discussion
- Topic: OoliteStarter
- Replies: 267
- Views: 49001
- Sun Oct 20, 2024 7:49 am
- Forum: Oolite-PC
- Topic: Can I adjust T.16000 Hotas so the ship will coast when I let go of roll or turn?
- Replies: 15
- Views: 6215
- Sun Oct 20, 2024 5:26 am
- Forum: Discussion
- Topic: OoliteStarter
- Replies: 267
- Views: 49001
Re: OoliteStarter
So since Oolite 1.90 all we have is 1.91. How would you know whether an updated version is available if not comparing the full version? Which is newer? - 1.91 - 1.91.0.5573-240220-6be83cg - 1.91.0.7640-241005-1b94d45 That implies OoliteStarter needs to know the exact version. This is even checked au...
- Fri Oct 18, 2024 4:27 am
- Forum: Oolite-PC
- Topic: Can I adjust T.16000 Hotas so the ship will coast when I let go of roll or turn?
- Replies: 15
- Views: 6215
Re: Can I adjust T.16000 Hotas so the ship will coast when I let go of roll or turn?
Pleased to hear that. :D Enjoy! For building your database and filling the columns: You can download a release of the Oolite Expansion catalog. It means you get these html files to your local harddrive. Once unzipped you can then do to the files whatever you please with. If I were you I'd probably c...
- Fri Oct 18, 2024 4:22 am
- Forum: Discussion
- Topic: OoliteStarter
- Replies: 267
- Views: 49001
Re: OoliteStarter
How does Oolite Starter check for updates to Oolite? I'm finding that it will notify me to update to a version I already have installed. For example, right now it's telling me to update, but I updated 2 days ago, and the last change was 2 weeks ago. It compares the installed version with the latest...
- Wed Oct 16, 2024 8:18 pm
- Forum: Oolite-PC
- Topic: Can I adjust T.16000 Hotas so the ship will coast when I let go of roll or turn?
- Replies: 15
- Views: 6215
Re: Can I adjust T.16000 Hotas so the ship will coast when I let go of roll or turn?
Next up, I want to create a spreadsheet with as much ship data as possible. There's a lot of individual ship info available, but I can't find a spreadsheet that lets me compare all the ships at a glance. Seeing it all together will help me build a "road map" for which ships to buy, and wh...