Modding main menu

Im wondering if anyone could tell me what files are associated with the main menu and revalent screens for sins dip 1.2?

I'm looking to add my own custom logo to the screens for my mod.

Thank you.

3,683 views 6 replies
Reply #1 Top

The main file you will be working with is the MainMenuScreen.window file, in the windows folder. It defines the position of all the parts of the menu and tells the game which files to look for the various parts.

If you want to change any of the text on the main menu, that's in the string file, as is all the other text in the game.

Reply #2 Top

Wanting to leave existing text alone, but wanted to add like a logo over the menu like right under Sins of a Solar empire title

 

TXT
backdrop "MainMenuScreenBackdrop"
logoIconRefArea [315, 565, 414 , 187]
logoIcon "MainMenuScreenLogo"
logoIconAlternate "MainMenuScreenLogoAlternate"
titleRefArea [402, 118,  220, 46 ]
titleStringId "IDSMainMenuScreenTitle"
titleFont "TabbedScreenTitle"
titleOverlayRefArea [304, 84,  414 , 90 ]
titleOverlay "MainMenuScreenTitleOverlay"

trying to figure out if it has to do anything with the files its pointing at here. but i cant seem to find the logo icon or title overlay files?

Reply #3 Top

You want the textures: BackdropFrontEnd BackdropInGame and Research.  I did some new menus for Distant Stars a while back which never got used as far as I know.  Here's a link to them so you can see what was done.

http://sites.google.com/site/steelers086/gamefiles/NewDSMenus.7z

The only time you have to mess with the window files is when you want to change the positions of the buttons, like moving them down and a little closer together to give yourself more room.

 

 

Reply #4 Top

Quoting Stant123, reply 3
I did some new menus for Distant Stars a while back which never got used as far as I know.
End of Stant123's quote

Didn't like the font. Sorry, thought Nacey told you.

Reply #5 Top

 

For this I had to make the menus brush bigger 1st then in the window file I also made bigger and repositioned to raise it to fit the tittle.

The lower race icons are the DiplomacyLogo.tga which I also had to resize the brush the reposition with the window file.