{
"commsPackA_generic_continuingAttackThargoid" = ("Focus on the mothership!","Try not to get distracted by the drones. We can pick them up later.","Where is [commsPackA_rebelstate] navy force?","Invasion is broken in my [commsPackA_rebelgroup2] system!","Where is [commsPackA_rebelgroup] pilots? Please assist!","I'm armed for this [commsPackA_codename_greek] wave [oolite_entityClass]!","[commsPackA_vicious_beginningAttackThargoid]");
}
The part of the comms displace from commsPackA_generic_continuingAttackThargoid to _rebel_continuingAttackThargoid better because rebelgroup is not generic?
Then need edited template commsPackA_rebel_continuingAttackThargoid.
Warning: Unknown expansion key [commsPackA_pronoun] in string.
Active script: Oolite Pirate Fighter AI 1.86
oolite-priorityai.js, line 417:
message = expandDescription(template,params);
see line 358 in descriptions.plist, you're missing a '2'. It should read
"Better to be thought a fool, boy, than to open your trap and remove all doubt." - Grandma [over time, just "Shut your trap... fool"]
"The only stupid questions are the ones you fail to ask." - Dad
How do I...? Nevermind.
The thing that gets me about this one is that all of the guys who offer you a free ride to another system via wormhole always tell the truth about where they're going - you'd think occasionally you'd find they were leading you to a pirate ambush or something.
There was a short discussion about this a while back, as I recall - there were good reasons against it, I think. Something I'd like to see though, certainly.
As for the rest, Comms Pack B is there for the making - but it ain't as easy as it may seem to create all those messages.
I've been meaning to attempt it myself, but I know from experience how hard it can be to create enough variety.
If this is still on the table, I'd love to try and help!
If this is still on the table, I'd love to try and help!
What I wanted to do was produce a XXX version - real spacer talk, definitely NSFW.
But my frazzled old brain couldn't really get into it, and I didn't get very far.
Take a look at its innards - perhaps you'll get pulled in, and produce your first OXP?
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
I'm still trying to get my confounded computer to recognise the existence of the two new Ship's Library books (Carver's Anarchy- Ganelon & Ships That Pass In The Night - Malacandra) which I've cobbled together.
I'm still trying to get my confounded computer to recognise the existence of the two new Ship's Library books (Carver's Anarchy- Ganelon & Ships That Pass In The Night - Malacandra) which I've cobbled together.
Simple cut-and-paste jobs, I would have thought!
If you need help for an OXP/OXZ just let me know, I don't mind investing some hours to assist, however, you are in charge of the messages.
Scars remind us where we've been. They don't have to dictate where we're going.
I'll faff about a bit more on my tod before I give up and holler for help. Especially with the new version running the debug console (thanks to Spara), I've still a couple of places to look and tweak!
Meanwhile trying to make some sort of sense of Cim's Altmap. Failed to work out how to make any dosh. Failed to reach feudal utopia (Alas, for Digebiti!). Failed to fight off the unspeakables. But maybe I can manage a little exploration and find out a little more about the markets!
Looks to me like it was well created and needs little maintenance. A real good item to have on our expansion manager.
Did anyone notice it has gone away silently?
But as soon as these URLs get processed, the download for the expansion times out, and OoliteAddonScanner simply skips it when creating the new catalogue. Here is an excerpt of the logfile. And it seems the same problem applies to more of cim's expansions.
So the problem is not with the expansions themselves, it is with either the hosting site or the connectivity between Github and that hosting site.
2024-03-10T00:32:51.3331434Z 00:32:51.327 [ForkJoinPool.commonPool-worker-7] ERROR com.chaudhuri.cataloggenerator.Generator - Could not access plugin https://cim.sotl.org.uk/games/files/oolite/Comms_Pack_A_0.5.oxz
2024-03-10T00:32:51.3333523Z java.net.ConnectException: Connection timed out (Connection timed out)
2024-03-10T00:32:51.3334651Z at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
2024-03-10T00:32:51.3338777Z at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
2024-03-10T00:32:51.3340334Z at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
2024-03-10T00:32:51.3342398Z at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
2024-03-10T00:32:51.3343662Z at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
2024-03-10T00:32:51.3344789Z at java.net.Socket.connect(Socket.java:609) ~[?:?]
2024-03-10T00:32:51.3345841Z at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) ~[?:?]
2024-03-10T00:32:51.3347135Z at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) ~[?:?]
2024-03-10T00:32:51.3348320Z at sun.net.NetworkClient.doConnect(NetworkClient.java:182) ~[?:?]
2024-03-10T00:32:51.3349380Z at sun.net.www.http.HttpClient.openServer(HttpClient.java:509) ~[?:?]
2024-03-10T00:32:51.3350474Z at sun.net.www.http.HttpClient.openServer(HttpClient.java:604) ~[?:?]
2024-03-10T00:32:51.3352045Z at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266) ~[?:?]
2024-03-10T00:32:51.3353562Z at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:373) ~[?:?]
2024-03-10T00:32:51.3355443Z at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:207) ~[?:?]
2024-03-10T00:32:51.3357520Z at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1187) ~[?:?]
2024-03-10T00:32:51.3359172Z at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1081) ~[?:?]
2024-03-10T00:32:51.3361125Z at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:193) ~[?:?]
2024-03-10T00:32:51.3363006Z at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:168) ~[?:?]
2024-03-10T00:32:51.3365111Z at com.chaudhuri.ooliteaddonscanner2.ExpansionCache.doCheckLastModified(ExpansionCache.java:357) ~[OoliteAddonScanner-1.0.85.jar:1.0.85]
2024-03-10T00:32:51.3367111Z at com.chaudhuri.ooliteaddonscanner2.ExpansionCache.update(ExpansionCache.java:399) ~[OoliteAddonScanner-1.0.85.jar:1.0.85]
2024-03-10T00:32:51.3369345Z at com.chaudhuri.ooliteaddonscanner2.ExpansionCache.getPluginInputStream(ExpansionCache.java:426) ~[OoliteAddonScanner-1.0.85.jar:1.0.85]
2024-03-10T00:32:51.3370843Z at com.chaudhuri.cataloggenerator.Generator.getManifestFromUrl(Generator.java:239) ~[OoliteAddonScanner-1.0.85.jar:1.0.85]
2024-03-10T00:32:51.3372089Z at com.chaudhuri.cataloggenerator.Generator.lambda$parseUrls$2(Generator.java:416) ~[OoliteAddonScanner-1.0.85.jar:1.0.85]
2024-03-10T00:32:51.3373047Z at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) [?:?]
2024-03-10T00:32:51.3373809Z at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) [?:?]
2024-03-10T00:32:51.3374561Z at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) [?:?]
2024-03-10T00:32:51.3375353Z at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) [?:?]
2024-03-10T00:32:51.3376135Z at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) [?:?]
2024-03-10T00:32:51.3376936Z at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) [?:?]
2024-03-10T00:32:51.3377701Z at java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:952) [?:?]
2024-03-10T00:32:51.3378375Z at java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:926) [?:?]
2024-03-10T00:32:51.3379033Z at java.util.stream.AbstractTask.compute(AbstractTask.java:327) [?:?]
2024-03-10T00:32:51.3379726Z at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:746) [?:?]
2024-03-10T00:32:51.3380433Z at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [?:?]
2024-03-10T00:32:51.3381182Z at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) [?:?]
2024-03-10T00:32:51.3381933Z at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) [?:?]
2024-03-10T00:32:51.3382668Z at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?]
2024-03-10T00:32:51.3383430Z at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) [?:?]
When I tried it this morning, none of Phkb's updates appeared, and stuff just seemed to be listed higgledy-piggledy within the categories. It used to be in alphabetic order.
When I tried it this morning, none of Phkb's updates appeared, and stuff just seemed to be listed higgledy-piggledy within the categories. It used to be in alphabetic order.
I can't reproduce this, even on my Hackintosh VM. Could you try clearing the browser cache?