Creates a more faster and more fun experience for SOASE. It adds new ships for all races, better defenses and larger gravity wells(more mining roids). My mod includes MANSHOOTER's Volumetric Explosions&Damage Effects Mini-mod v0.8 MERGED with Bailknight's Effects Mod 1.3 and with my own tweaking of the graphic effects.
Published on November 10, 2008 By Kiedjor In Sins Modding

How do you make the icons for SOASE? I looked at the file that shows all the little pictures but how does the game know where to pick the pictures to display as icons? Thank you!


Comments
on Nov 11, 2008

You can find many .brushes file in the Stardock Games\Sins of a Solar Empire\Window folder.

And it will look like this:

brush
 name "INFOCARDICON_CAPITALSHIP_TECHSUPPORT"
 content "Simple"
 fileName "Unit_Infocard"
 pixelBox [ 93 , 70 , 22 , 22 ]

First line is where entity file's refer is icon

Second is type

Third is the picture file's name

Fouth is where the right icon in this picture.

 

on Nov 11, 2008

Thank you! I have another question, how does mapping work for models? Right now im using stock textures to put on models do you know any good tutorials or does SOASE has it own thing? So far, I know that models need three maps. But I do not know how to put textures or maps correctly on models. Thank you! +1 karma for you!

on Nov 11, 2008

Hmmm Looks like its not working when i run it with developer .exe it says it can not find the brush. I also updated the brush count each group count as one brush? or each line count as a string number?

on Nov 11, 2008

Yeah, each group count as one, i don't know why your game told you can't find the brush.

Did you make every new brush entity correctly?

E.g.

hudIcon "HUDICON_FRIGATE_PSIANTIFIGHTER"
smallHudIcon "HUDICONSMALL_FRIGATE_PSIANTIFIGHTER"
infoCardIcon "INFOCARDICON_FRIGATE_PSIANTIFIGHTER"

This is Advent's anti-fighter's entity, there are three bursh entities need modify if you want to change. They are:

"HUDICON_FRIGATE_PSIANTIFIGHTER" and "HUDICONSMALL_FRIGATE_PSIANTIFIGHTER" can be found in the file HUDIcon-Ship.brushes

 "INFOCARDICON_FRIGATE_PSIANTIFIGHTER" can be found in th file InfoCardIcon-Ship.brushes.

Good luck.

on Nov 12, 2008

Got it to work Thanks man!

on Nov 15, 2008

HammerSun
You can find many .brushes file in the Stardock Games\Sins of a Solar Empire\Window folder.

How do you open .brush files? Photoshop doesn't seem to want to accept it

on Nov 15, 2008

CanadaMan777



Quoting HammerSun,
reply 1
You can find many .brushes file in the Stardock Games\Sins of a Solar Empire\Window folder.



How do you open .brush files? Photoshop doesn't seem to want to accept it

Use converted txt format, then fire your text editer such like Notepad.

on Jun 27, 2009

i know its an old thread but to all you entrenchment modders out there, dont forget to edit the .manifest file.