PDA

View Full Version : In-game Menus


gungnir
12-13-2004, 11:03 AM
Where are the in-game menus (the ones with the minimap, portraits, build options, etc.) in the mpq and what type of file are they?

UED77
12-13-2004, 4:04 PM
When you are looking for such things, they are usually in "StarDat\rez\"

The layout control files are .bin, and can be edited with ShadowFlare's BinEdit (http://www.starcraft.org/customs/resources.shtml).
The background files are .pcx and can be opened and converted with Irfanview (www.irfanview.com).

The minimap is "StarDat\rez\minimap.bin".
The buttons are "StarDat\rez\statbtnp.bin", "statbtnt.bin" and "statbtnz.bin" (Protoss, Terran, Zerg).
The unit info and multi-unit selection is "StarDat\rez\statdata.bin".
There's a "statfluf.bin", I don't know what that is.
"statlb.bin" is the leaderboard.
"statport.bin" is the portrait,
and "statres.bin" are the resources in the top right.

UED77

gungnir
12-13-2004, 6:35 PM
Thanks a million!