Thanks for hosting the updated oxp, Diz!
El Viejo wrote:Thanks Diz... I'll take that out for a spin later, maybe on trunk.
some amazing awesomeness i discovered about trunk the other day - Ahruman's made it possible for random paint colours to be generated for player ships
, i haven't added it into the oxp yet but i probably will when trunk becomes the test release, you can try it out though by copying the random paint colour lines from the npc ships into the player ones in the shipdata.plist,
eg for the player adder, change the line
Code: Select all
PaintColor1 = { type = vector; value = "0.0 0.0 0.0"; };
from the player adder ship to:
Code: Select all
PaintColor1 = {type = "randomUnitVector"; scale = 0.25;};
(as seen in the adder NPC ship)
now you'll get different coloured adders in the ship yard and when you find one you like, oolite will remember the colour and reapply it whenever you go for a spin!