Page 3 of 4

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Sun Aug 08, 2021 1:02 am
by Cholmondely
UK_Eliter wrote: Sun Aug 08, 2021 12:41 am
- If there are indeed any other Thargoids there, or other nasties present: die.
...thrills!

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Sat Dec 18, 2021 3:43 am
by cag
Stumbled across this during a search. In extra_thargoids.oxz,
extraThargoids_buggly.js, line 242

Code: Select all

primaryTargetsArray = system.shipsWithRole("patrol-frigatenavy-frigate", this.ship, 25600);
The first parameter is a concatenaton of 2 roles, "patrol-frigate" & "navy-frigate".

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Sat Dec 18, 2021 9:16 am
by Nite Owl
Given that the code at line 236 is as follows:

Code: Select all

primaryTargetsArray = system.shipsWithRole("patrol-frigate", this.ship, 25600);
Then the corrected code for line 242 should most likely be:

Code: Select all

primaryTargetsArray = system.shipsWithRole("navy-frigate", this.ship, 25600);

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Sat Dec 18, 2021 8:12 pm
by UK_Eliter
Dear both

Thanks; fixed.

I tidied up enboxed comments in the file at issue and in other js files. Also, I added some persons that I had neglected to the acknowledgements section of the README.

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Tue Dec 28, 2021 6:07 pm
by NChw
[Advance apologies, in case this is the wrong place!]

[I have been playing oolite for years, with as many OXPs as I can load simultaneously, to give a huge variety to this excellent game. Thank you so much for all of the developers and OXP creators/maintainers.]

Having played various similar games, such as the original Elite (on a BBC-B), the egosoft X series and now Oolite, I find that there is usually some method of 'playing the system' to quickly amass kill points or cash, or both. On the original Elite, the 'flee while shooting the attacker from the rear gun as it self centred' is an example. In X2, there was a weapon (phased shockwave generator) that caused Khaak to abandon ship, leaving their expensive lasers behind...

One issue that I have discovered in my fully OXPed Oolite is that battling in hyperspace tends to generate a lot of derelict thargoid robot fighters, after the motherships have been dispatched - even if the work was done by the Navy while I lurked in the distance. All of those 'dead' robot fighters sit passively while I kill them off for very easy kill score points.
I suggest that you negate this easy point scoring, by only awarding points for kills made where the target is in 'attacking me' mode, or otherwise defined as derelict.

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Tue Dec 28, 2021 8:20 pm
by Nite Owl
The other possibility is to Scoop those disabled Thargoid Robot Fighters and sell them as Alien Items for a bit of profit. If you have the ARMOURY OXZ installed then you should also be on the lookout for disabled Thargoid Defense Drones. Once Scooped these Defense Drones can be reprogrammed to work for you instead of for the Thargoids. A very handy bit of kit it is to have up to five of these very fast buggers (mounted on a single missile pylon and launched like a mine) going after your enemies.

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Tue Dec 28, 2021 8:31 pm
by Cody
NChw wrote: Tue Dec 28, 2021 6:07 pm
... battling in hyperspace tends to generate a lot of derelict thargoid robot fighters, after the motherships have been dispatched - even if the work was done by the Navy while I lurked in the distance. All of those 'dead' robot fighters sit passively while I kill them off for very easy kill score points...
Some players fill their holds with them instead, and cash in! Either way, it's one reason why some of us dislike GN.
I always splash inert drones, in case they re-animate.

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Tue Dec 28, 2021 10:21 pm
by UK_Eliter
This is indeed not really the place for general discussions of Thargoid matters (though my Interstellar Tweaks OXZ does spawn some inactive thargons.) Moderator: move?

I think that inert thargons should have a bounty of only some ten credits (even though a Thargoid attack can kill the player or cost the player thousands in repairs). Indeed perhaps in interstellar space there should be no bounty for inert thargons. I imagine that such changes could be implemented by an OXZ; but they would be better done in the core game.

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Mon Mar 07, 2022 11:20 pm
by Cholmondely
I've only just realised that you have been silently beavering away continually uploading new versions of your oxp's all the jolly time.

Questions:
1) What have you been doing to them? Minor fixes & tweaks or major radical rejigs with all sorts of new goodies added? My combat skills are so utterly abysmal that I dare not try any of them out, I'm afraid!

2) Any chance of some screen shots for Improbability Drive & Interstellar Tweaks to adorn their wiki pages with?

Hoping that all is well with you and yours out there in the (Duchy of Essex) Far East!

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Tue Mar 08, 2022 2:45 pm
by UK_Eliter
Cholmondely.

ExtraThargoids: all the recent updates are minor - except for the ones that fix brokenness caused by former 'minor' updates.

ImprobabilityDrive: I was not aware that I had actually ever released a version of that OXP . .

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Thu Mar 10, 2022 9:01 am
by montana05
@UK_Eliter
You might be interested in this error message:

15:41:35.135 [plist.parse.failed]: Failed to parse C:\Oolite/oolite.app/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/oolite.oxp.UK_Eliter.ExtraThargoids.oxz/Config/shipdata.plist as a property list.
Parse failed at line 671 (char 18914) - extra data after parsed string

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Thu Mar 10, 2022 10:21 pm
by UK_Eliter
@montana05

Might I refer you to my post immediately above? I think you have a version that is broken and that is not the latest version. So: update.

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Fri Mar 11, 2022 12:37 am
by montana05
UK_Eliter wrote: Thu Mar 10, 2022 10:21 pm
@montana05

Might I refer you to my post immediately above? I think you have a version that is broken and that is not the latest version. So: update.
Version 6.72 as found on the expansion manager. So: correct.

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Fri Mar 11, 2022 12:49 am
by UK_Eliter
Montana,

Are you saying the following? You see that error (the one you mentioned) with version 6.72 of Extra Thargoids (which is, indeed, the latest version). If so, then I am perplexed - and I'll ask: what OS are you using (Windows or Mac or Linux)? I develop OXPs on Windows, and I've version 6.72, and that version passes the OXP verifier tool, and, when run, gives me no error.

EDITED.

Re: [Release (sort of)] Extra Thargoids OXP

Posted: Fri Mar 11, 2022 7:13 am
by montana05
UK_Eliter wrote: Fri Mar 11, 2022 12:49 am
Montana,

Are you saying the following? You see that error (the one you mentioned) with version 6.72 of Extra Thargoids (which is, indeed, the latest version). If so, then I am perplexed - and I'll ask: what OS are you using (Windows or Mac or Linux)? I develop OXPs on Windows, and I've version 6.72, and that version passes the OXP verifier tool, and, when run, gives me no error.

EDITED.
I am using Win10 and if you replace in line 671 your closing brace }; with } your oxz should work as intended.