Domingo Mesa Jaquez 0 Posted August 30, 2007 How can I made my own custom GUI and loading screens?[/b] Share this post Link to post Share on other sites
rory 0 Posted August 31, 2007 The GUI part is not that easy, at least not anything indepth. You can just edit the main skin though using something like Paint Shop pro. The loading window is not that difficult, it also is just an image. You have 2 options: 1 - Just change the GeoBrand.ini file in the Windows directory, setting Brand=1 and then BrandName=Whatever you want to show 2- Or you can edit the Splash.bmp in the CommRes folder, which is the image you see. MORE INFORMATION Anyone that wants to edit the Splash.bmp image: -GeoBrand.ini must have the line Brand=1 (Replace=0 with =1). BrandName must be blank. -Label must be 307x13 pixels, black background; specs for Label is as follows: ImageWidth=307 ImageHeight=13 ImageLeft=9 ImageRight=315 ImageTop=228 ImageBottom=240 ImageColor=000000 FontFace=Microsoft Sans Serif FontSize=10 FontWeight=Normal FontLeft=0 FontTop=0 FontColor=FFFFFF Here are 2 images you can use to edit with your favorite Paint program: (edit the label then place it in the Spash.bmp using the above guidelines) SplashCUSTOM.bmp (replaces Splash.bmp in CommRes folder) http://www.bahamassecurity.com/geo/SplashCUSTOM.bmp SplashLabel.bmp http://www.bahamassecurity.com/geo/SplashLabel.bmp Example Customized Images: http://www.bahamassecurity.com/geo/SplashCUSTOMEG.bmp http://www.bahamassecurity.com/geo/SplashLabelEG.bmp As for the logo, you can simply copy and paste your logo anywhere in the empty part of the Splash image, as long as it is not in the section that is black, as part of that is reserved for Geo's own text. Share this post Link to post Share on other sites