Excellent ship!
Materials would definately work for what you want to do, if you'd like to have a bash at using shaders instead an excellent OXP to work from is Svengali's "Vector OXP",
https://bb.oolite.space/viewtopic.php?t=4634
It has some really cool shader effects built into it and the best bit is, to get them working just need to supply 1 extra "effects map"!
In this case, you need to colour the effects map like this:
The amount of RED in a pixel controls the engine exhaust glow effect - this glow effect ramps up and down depending on the current speed of the ship
The amount of GREEN in a pixel controls the laser heat effect, for the players ship ramps up and down with the current laser temperature and can be used to give the effect of gun barrels glowing red hot or heat spreating from the gun onto the hull plating. For non-player ships (which don't have a concept of laser-temperature) the heat effect ramps from 100% to 0% for each firing cycle, creating more of a 'flash' effect than a gradual heat build up effect.
The amount of Blue in a pixel controls a constant glow effect, used for illuminating cockpit windows, hull lights etc - this would be used to control the blue glowing areas on your ship.
If you don't want engine glows, laser heat glows on your ship, simply leave out any red or green colour values from your effects map
I've whipped up an example effects map for your oxp, i hope you don't mind:

this is what it looks like using the shaders in vector.oxp:

These shots are from Rendermonkey, which is a free shader development program from AMD, the first pic shows the ship with all effects (engine & laser heat, and constant glow) at maximum, the second pic is the same except the main light source has been switched off so we can see the glow effects a bit better, and the third picture is the same except that a line in the fragment shader code as been altered to double the constant glow effect (i thought the glow as a bit too subtle using the default shader)
Painting your own effects map can be a bit confusing especially if you try and split an image into seperate colour channels, you just end up with a series of greyscale images that can be confusing to work with, well it always gives me headaches anyway! but there is a much simpler way of working, just create seperate layers for each colour 'channel' stack them above your usual texture map (diffuse map) and work by paining only red in teh red layer, blue in the blue layer and green in the green layer. When it comes time to save out your final effects map, just switch off the visibility of the diffuse map and a "save as.." so you can save out a copy of your effects map .png
Rather than clutter up your thread, I've posted an example image of this workflow over in the shaders outpost thread in the expansion pack sub-forum
https://bb.oolite.space/viewtopic.ph ... &start=217