Search found 2432 matches
- Fri May 16, 2025 10:04 pm
- Forum: Discussion
- Topic: Versioning of Documentation
- Replies: 3
- Views: 85
Re: Versioning of Documentation
That's the beauty of version control: If an old version would get built on Github it would get packaged with the matching old version of the documentation. That's the caveat of version control: If an old version would get built on Github it would get built using the old build procedure - which does ...
- Thu May 15, 2025 5:48 am
- Forum: Discussion
- Topic: Versioning of Documentation
- Replies: 3
- Views: 85
Versioning of Documentation
As the project proceeds changes accumulate in the code, and partly they also get visible to users when handling the game. Thus once in a while the documentation is updated. In the past there was outdated PDF documentation shipped with the installers. This is fixed. But you may still run into the que...
- Thu May 15, 2025 5:37 am
- Forum: Oolite-Mac
- Topic: The future for the Mac build
- Replies: 8
- Views: 616
Re: The future for the Mac build
Kudos for coming up with a successful rebuild! :-) Forking the project could prolong the existence for Mac users - but only those on legacy hardware. Since about 2020 Apple has shifted their CPU architecture (again, as can be seen here ). That means the build you created will only be usable on Macs ...
- Sat May 10, 2025 7:23 pm
- Forum: Expansion Pack
- Topic: [RELEASE:] Interstellar Tweak OXP
- Replies: 86
- Views: 80573
Re: [RELEASE:] Interstellar Tweak OXP
Thanks, Hiran. But here I see the following. Extra Thargoids Unresolved dependency reference to oolite.oxp.UK_Eliter.Ferdelance_3G:6.5 Unresolved dependency reference to oolite.oxp.UK_Eliter.Ferdelance_3G:6.5 Interstellar Tweaks Unresolved dependency reference to oolite.oxp.UK_Eliter.ferdelance_3G:...
- Sat May 10, 2025 5:52 am
- Forum: Expansion Pack
- Topic: [RELEASE:] Interstellar Tweak OXP
- Replies: 86
- Views: 80573
Re: [RELEASE:] Interstellar Tweak OXP
Hiran: good detective work. Thank you. But the message says that one side has a DIGIT ZERO character whereas the other has a 'n'. So it looks to me as if version information is missing in manifest.plist. Now that I've fixed the missing version information, hopefully the warning about that informati...
- Thu May 08, 2025 7:18 pm
- Forum: Testing and Bug reports
- Topic: deploySite task in github workflow failing
- Replies: 23
- Views: 22669
Re: deploySite task in github workflow failing
EDIT: Hold that.. Just realised it's working without actually hitting the redirect. Hunting for the old config that must be getting hit. Will update when done. Managed to clobber the errant config file and tested it properly. All good. Do I understand you managed to patch the binaries? And all that...
- Wed May 07, 2025 7:41 pm
- Forum: Expansion Pack
- Topic: [RELEASE:] Interstellar Tweak OXP
- Replies: 86
- Views: 80573
Re: [RELEASE:] Interstellar Tweak OXP
Hiran: good detective work. Thank you. But the message says that one side has a DIGIT ZERO character whereas the other has a 'n'. So it looks to me as if version information is missing in manifest.plist. Now that I've fixed the missing version information, hopefully the warning about that informati...
- Wed May 07, 2025 7:37 pm
- Forum: Testing and Bug reports
- Topic: deploySite task in github workflow failing
- Replies: 23
- Views: 22669
Re: deploySite task in github workflow failing
EDIT: Hold that.. Just realised it's working without actually hitting the redirect. Hunting for the old config that must be getting hit. Will update when done. Managed to clobber the errant config file and tested it properly. All good. Do I understand you managed to patch the binaries? And all that...
- Wed May 07, 2025 7:31 pm
- Forum: Expansion Pack
- Topic: Things I Wish I Knew BEFORE Starting this *@*#~&ing .oxp
- Replies: 55
- Views: 135093
Re: Things I Wish I Knew BEFORE Starting this *@*#~&ing .oxp
I'd suggest your credit balance reverting was a simple case of thought you'd saved after making changes, but actually forgot to save. Alas, no. It happened several times (G1, G2 & G7) - and each time I'd changed the name of the Jameson save file. Disclose the message you see in the logs. We mig...
- Wed May 07, 2025 6:22 am
- Forum: Expansion Pack
- Topic: Things I Wish I Knew BEFORE Starting this *@*#~&ing .oxp
- Replies: 55
- Views: 135093
Re: Things I Wish I Knew BEFORE Starting this *@*#~&ing .oxp
Since when is this check in the game?
I was wondering myself that there is no such check when I raised my money to buy big ships or increased the auto repair kits to benefit from in-combat repairs.

I was wondering myself that there is no such check when I raised my money to buy big ships or increased the auto repair kits to benefit from in-combat repairs.

- Wed May 07, 2025 5:41 am
- Forum: Suggestion Box
- Topic: Update/add to documentation for controls
- Replies: 15
- Views: 2412
Re: Update/add to documentation for controls
Took me a little to remember that I can view my current contracts by pressing F5 twice. That (and the primary function of F5) isn't mentioned here: https://wiki.alioth.net/index.php/Oolite_Keyboard_Controls There is a reference sheet on GitHub which does mention this but it's stamped with "Out...
- Wed May 07, 2025 5:26 am
- Forum: Suggestion Box
- Topic: Update/add to documentation for controls
- Replies: 15
- Views: 2412
Re: Update/add to documentation for controls
Confirmed, the correct PDFs are now packaged with the Windows installer too. In case it can be of help in the future, the Windows installer executables are accessible as LZMA archives by 7-zip. At least on Windows, I can open them inside 7-zip and extract any part of their contents without actually...
- Tue May 06, 2025 8:59 pm
- Forum: Suggestion Box
- Topic: Update/add to documentation for controls
- Replies: 15
- Views: 2412
Re: Update/add to documentation for controls
Run unzip -o artifacts/oolite-doc.zip Archive: artifacts/oolite-doc.zip inflating: oolite/Doc/AdviceForNewCommanders.pdf inflating: oolite/Doc/OoliteRS.pdf inflating: oolite/Doc/OoliteReadMe.pdf extracting: oolite/Doc/OOLITE_VERSION.txt Verified: The Linux artifacts do contain the generated files. ...
- Tue May 06, 2025 8:20 pm
- Forum: Suggestion Box
- Topic: Update/add to documentation for controls
- Replies: 15
- Views: 2412
Re: Update/add to documentation for controls
Seems like I found the culprit! The extract command would only extract newer or non-existing files (the -u option). I switched to -v -o and have this output in a test branch: Run unzip -v -o artifacts/oolite-doc.zip Archive: artifacts/oolite-doc.zip Length Method Size Cmpr Date Time CRC-32 Name ----...
- Tue May 06, 2025 7:24 pm
- Forum: Suggestion Box
- Topic: Update/add to documentation for controls
- Replies: 15
- Views: 2412
Re: Update/add to documentation for controls
Now this is strange. When the documentation is built (that means the PDFs are generated), there is an artifact called oolite-doc.zip. That one contains the correct files. Then this artifact gets downloaded and extracted. During extraction I see this log output: 2025-05-05T00:01:54.9016942Z ##[group]...