Good shout.
oocon.png, 32 bit (rgba). 1024x1024
Inside oxz's.
Trivially extractable for web/manager, where appropriate, with same prefix as oxz name. e.g. Oolite.oxp.Zafrusteria.ShrewsRights.png
Search found 513 matches
- Fri Mar 13, 2026 12:18 pm
- Forum: Suggestion Box
- Topic: Cover Art for OXPs
- Replies: 5
- Views: 72
- Wed Mar 11, 2026 9:30 pm
- Forum: Expansion Pack
- Topic: [RELEASE:] Interstellar Tweak OXP
- Replies: 88
- Views: 87124
Re: [RELEASE:] Interstellar Tweak OXP
The current version seems to have a semicolon missing at line 29 of manifest.plist, which causes lines like this in Latest.log:-
[gnustep]: File NSPropertyList.m: 1015. In id parsePlItem(pldata *) Missing semicolon in dictionary at line 29 char 946
Inserting the semicolon makes those stop.
[gnustep]: File NSPropertyList.m: 1015. In id parsePlItem(pldata *) Missing semicolon in dictionary at line 29 char 946
Inserting the semicolon makes those stop.
- Tue Mar 10, 2026 2:48 pm
- Forum: Suggestion Box
- Topic: Make maintaining and running oolite easier for everyone
- Replies: 13
- Views: 210
Re: Why does oolite need flatpak, appimage , sharun etc ?
What is the problem oolite devs try to solve with flatpak , appimage and similar ? I too instinctively prefer the use of shared system libs rather than monolithic clunkiness, however:- flatpak/appimage removes the need to have devs for every distro. Flatpak puts it in the software manager of severa...
- Sat Mar 07, 2026 10:45 pm
- Forum: Discussion
- Topic: Detect and run modern installations
- Replies: 52
- Views: 1390
Re: Detect and run modern installations
--help seems to work fine with appimage $ ./Oolite_test_1.92.1.7800-260303-6443c4c-x86_64.AppImage --help 2>/dev/null | sed -n 's/^Version //p' 1.92.1.7800-260303-6443c4c Yep, that works. So it is at least not necessary to extract the image for version information. Now I need a better way to test f...
- Sat Mar 07, 2026 4:22 pm
- Forum: Discussion
- Topic: Detect and run modern installations
- Replies: 52
- Views: 1390
Re: Detect and run modern installations
--help seems to work fine with appimage
Code: Select all
$ ./Oolite_test_1.92.1.7800-260303-6443c4c-x86_64.AppImage --help 2>/dev/null | sed -n 's/^Version //p'
1.92.1.7800-260303-6443c4c
- Sat Feb 21, 2026 1:34 am
- Forum: Oolite-Linux
- Topic: Full Screen Mode locked at 1024x768
- Replies: 24
- Views: 610
Re: Full Screen Mode locked at 1024x768
On my Slackware 15.0, under X server (and NVidia driver 570.172.08), I did some FPS testing, using my own 1.93 build. This is on a NVidia GeForce GTX 970, 3 displays, 2 of them at 60 Hz, one at 144 Hz. My regular 1600x900 window run on the "main" display @60 Hz (although the driver doesn'...
- Fri Feb 20, 2026 2:32 pm
- Forum: Oolite-Linux
- Topic: Full Screen Mode locked at 1024x768
- Replies: 24
- Views: 610
Re: Full Screen Mode locked at 1024x768
[...] Oh...err... At 3840x2160 resolution, I get an FPS of <10, with a vanilla Oolite installation.[...] Besides the other suggestions/comments, nowadays I'd guess there is also the question of what underlying server you're running under? Is it X Window System, or Wayland? AnduinOS uses Wayland by ...
- Tue Feb 17, 2026 9:54 am
- Forum: Oolite-Linux
- Topic: Full Screen Mode locked at 1024x768
- Replies: 24
- Views: 610
Re: Full Screen Mode locked at 1024x768
Don't often post here, but I just installed Ooltie from the FlatHub on a brand new install of AnduinOS, and I've hit a snag. I can't get Oolite to play iusing the full graphical width of my screen. It plays in full screen mode, but when I go to the options, it says the Full Screen Mode is 1024x768,...
- Sat Jan 31, 2026 3:29 am
- Forum: Oolite-Linux
- Topic: Exclude png.h and pngconf.h by default on Linux?
- Replies: 42
- Views: 3150
- Sat Jan 24, 2026 5:19 pm
- Forum: Discussion
- Topic: .oolite-save - Associating filetype with Oolite
- Replies: 4
- Views: 367
Re: .oolite-save - Associating filetype with Oolite
Would it be possible/practical to have an option to compress the save files?
Mine are mostly 2M+. I'm in the habit of saving as new files regularly, especially when troubleshooting.
zstd squishes them to ~10%
Mine are mostly 2M+. I'm in the habit of saving as new files regularly, especially when troubleshooting.
zstd squishes them to ~10%
- Sun Jan 11, 2026 12:17 pm
- Forum: Discussion
- Topic: Screenshots
- Replies: 7102
- Views: 2859116
Re: Screenshots
Tsoj... I can't see any of these. All I can see is "Content is not viewable in your region". Imgur simply blocked the UK rather than attempt to comply with the Online Safety Act. As of Sep 30th 2025, any embedded imgur piccies will not be visible in the UK, including all those already in ...
- Wed Dec 24, 2025 3:02 pm
- Forum: Testing and Bug reports
- Topic: New Linux AppImage and source builds to test
- Replies: 51
- Views: 1964
Re: New Linux AppImage and source builds to test
I think we should keep in mind that while we want to make things as easy as possible for existing users to keep existing folder layouts, with multiple build types like MSIX, NSIS, flatpak, appimage, source and with new players who may existing layouts confusing or inconvenient, we probably need to ...
- Tue Dec 23, 2025 9:03 pm
- Forum: Testing and Bug reports
- Topic: New Linux AppImage and source builds to test
- Replies: 51
- Views: 1964
Re: New Linux AppImage and source builds to test
At the moment the appimage just runs the oolte executable directly. It could be changed to do something else internally like run a script that launches oolite. To avoid confusion I'll mention here that an AppImage has its own internal filesystem which uses squashfs. You can see the folder structure...
- Tue Dec 23, 2025 11:38 am
- Forum: Testing and Bug reports
- Topic: New Linux AppImage and source builds to test
- Replies: 51
- Views: 1964
Re: New Linux AppImage and source builds to test
Please see if this appimage works with symlinks if you have time: https://github.com/mcarans/oolite/actions/runs/20450167242/artifacts/4949452794. It uses ARGV0. I'm investigating various appimage related tools that might cover some of the suggestions you've made. That works, as long as the symlink...
- Tue Dec 23, 2025 1:58 am
- Forum: Testing and Bug reports
- Topic: New Linux AppImage and source builds to test
- Replies: 51
- Views: 1964
Re: New Linux AppImage and source builds to test
"ARGV0 provides information how the AppImage was called. When you call an AppImage through a symlink for instance, you can get the path to this symlink through ARGV0, while APPIMAGE would contain the absolute path to the file behind that symlink." That sounds like it could solve the probl...