Ship icons and build pictures

In short - where can I find them, if I want to edit them?

7,999 views 6 replies
Reply #1 Top

In the textures folder. The files all begin with Unit_Hud and end with the .tga file extension.

EDIT: If you're looking for the unit pictures which appear in the middle of the bottom bar when you have a unit selected then you'll also be interested in Unit_Picture.dds

If you open the Textures folder and scroll down to the files beginning with the letter 'U' then you should have everything you need and more.

Reply #2 Top

Oh crud. Okay, I see a bunch. What I've done is pull ships from different mods into a mini-mod of sorts just for myself. Seems if I grab all of them, I'm going to progressively overwrite them, and some ships therefore won't have the custom ones, but rather the ones for the stock ships I replaced...

 

Unless I'm not understanding this right...

Reply #3 Top

If two mods used the same file name (I.e. they just editted the vanilla file), you're out of luck. You're going to need to do some photoshopping. 

Reply #4 Top

Dang. I suppose I could try and grab screenshots and edit them, but that probably wouldn't work the way I want it to. Oh well, I'll live with it, it's cosmetic really. Thanks all!

Reply #5 Top

I encourage modders to use unique file names for everything they can, just to avoid this sort of problem when merging mods. For example, in my Enhanced 4X mod, I put the characters "_E4X_" in every new file I add, both to prevent the kind of issue you ran into and so its obvious where the file originated from. Sadly of course not all mod makers are aware of this good practice or more likely they're mods were already pretty old by the time they heard of it, and didn't want to redo all their work.

Reply #6 Top

I believe it. Thanks Goa!