As my first attempted contribution to the ComOOnity, I've created the 'Fer-de-Lance 3G' (Fer-de-Lance third generation). It comes in two models, one fairly uber-ish. Both models are player-buyable, and both can be encountered in the form of NPCs in various roles. Now, the graphics, and probably the code, need some improvement. But: anyone care to test my creation? (I should say that Killer Wolf tested an earlier version, and that I'm grateful for - and have acted upon most of - his comments.)
Hi,
The first thing I've noticed is that the OXP folder is called "OXP itself". I'd suggest re-naming this to "FerDeLance 3G.oxp" otherwise it won't load, unless re-named by the user. All OXPs must have the '.oxp.' extension. Also a version number is advised...call it v0.1 or similar if it's a beta, so the folder could be called 'FerDeLance 3G v0.1.oxp'.
Edit:-
Also in the shipdata.plist, the ship 'title' should be in double-quotes, so
Smivs: Thanks for the suggestions! I've acted on them.
Commander Ragugaki: thanks for the screenshots! The pink ship is a bit of a pink monstrosity, though; but perhaps a bit of vulgarity is in tune with the idea of the Fer-de-Lance.
EDIT: I think I'll appropriate the shot of the 3G+, if I may (but I'll give you a credit if I include it in the OXP package); it's nicely done!
EDIT: I've improved the graphics on the pink one a bit - and made it a bit less pink.
EDIT: Ragugaki - you've provided further lovely screenshots! And I can add that I felt the need to fill that rear panel with something - although, admittedly, what I've filled it with is only the text '3G+'.
Last edited by UK_Eliter on Wed Mar 09, 2011 5:36 pm, edited 2 times in total.
The pirates are annoying. Ideally, I'd make the ones with cloaking devices turn them off - for a bit longer than they do presently - when attacking. But I don't know how to do that (although admittedly I haven't looked into it, really).
You can't get them to turn the cloak off...it's an AI feature that's been requested before. McLane does something clever with timers, but I'll leave him to explain that if he cares to.
Commander Smivs, the friendliest Gourd this side of Riedquat.
1.75 adds the cloak_automatic shipdata key. If set to false, the cloak is entirely under script control.
@Ahruman: if one sets that value to false, then how does one use it - i.e. turn the cloak on and off - within an AI file, please? Is there some documentation somewhere?
1.75 adds the cloak_automatic shipdata key. If set to false, the cloak is entirely under script control.
@Ahruman: if one sets that value to false, then how does one use it - i.e. turn the cloak on and off - within an AI file, please? Is there some documentation somewhere?
He wrote script, not AI. The documentation is under ship, obviously.
Thanks. (And, yes, I'm at the stage where I am learning the difference between such things as 'AIs' and 'scripts'. But admittedly, given that, probably I should not bother the great and good with my unenlightened questions!)