I love glow maps!
But we need more of them. I think around half of the ships in game, at least, should have some kind of glow map. If you have any skillz with Photoshop at all, then you can help.
Here's what you do:
Find a ship in the game that doesn't have a glow map, but you think would look good with one. Find the texture of that ship by looking in \Content\Default\Textures\Ships.
Make a new texture for the glow map based on the existing texture map, but make it black where you don't want a glow and non-black where you do want a glow. In general, I like to open the texture in photoshop, make two new layers above it, one completely black, and another where I'll select parts of the original texture with the magic wand or lasso and then fill in the top layer with a glow color. Then I'll adjust the opacity on the glow layer to adjust the glow strength.
Rag glow and original texture attached at bottom.
Figure out that ships index, either by looking up the name of the texture in ships.xml or looking at the list here at the bottom of the page here:
http://wiki.starsonata.com/index.php/C2_Ship_ProblemsEdit ships.xml in /Content/Default/game_data/ships.xml or to do it properly, create your own custom "skin" following the instructions here:
http://wiki.starsonata.com/index.php/Cl ... a_New_SkinIn ships.xml, find the entry corresponding to the ship you want to add the glowmap to, and add your new glowmap texture to it. You should get something that looks like this:
Code:
<ship index="13">
<default>
<model>Ragnarok.obj</model>
<texture>Ragnarok.jpg</texture>
<glowmap>RagnarokGlow.png</glowmap>
<rotationoffset>0, 180, 0</rotationoffset>
<shininess>10.0</shininess>
<enginemounts>
<mount0>-5.0, 5.0, -12.0</mount0>
<mount1>5.0, 5.0, -12.0</mount1>
</enginemounts>
</default>
<combat/>
<travel/>
</ship>
Then you can just play Star Sonata 2 and see your glow map. Adjust it and keep trying until it gets perfect, and then post it here for me to add. Also you can include a shot of how it looks in the game if you want everyone else to see your awesomeness.