Mirage Source
Legacy of Aein GUI (created by Pbcrazy) - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Show Off (https://mirage-engine.uk/forums/forumdisplay.php?fid=10)
+---- Thread: Legacy of Aein GUI (created by Pbcrazy) (/showthread.php?tid=1839)



Legacy of Aein GUI (created by Pbcrazy) - shaded - 18-06-2008

[ATTACHMENT NOT FOUND]


Re: Legacy of Aein GUI (created by Pbcrazy) - GIAKEN - 18-06-2008

Wow that's pretty bad ass. Big Grin


Re: Legacy of Aein GUI (created by Pbcrazy) - Pbcrazy - 18-06-2008

thanks it took me a while cuz i did it all in MS Paint.


Re: Legacy of Aein GUI (created by Pbcrazy) - Rian - 18-06-2008

My only complaint is that text done in MS paint looks pretty bad usually. Always very plain, but seeing as the whole gui is pixeled, I suppose it's only fitting. But I do think the font should be something a little less generic.

Awesome job though, I definitely couldn't have done it Wink


Re: Legacy of Aein GUI (created by Pbcrazy) - Pbcrazy - 18-06-2008

thanks ill try and go find some other fonts. i mainly had just wanted to get it out for shaded so he could test it. any suggestions on the font?


Re: Legacy of Aein GUI (created by Pbcrazy) - Poyzin - 18-06-2008

Cardinal
Morpheus

Those are always good for games.


Re: Legacy of Aein GUI (created by Pbcrazy) - shaded - 18-06-2008

[ATTACHMENT NOT FOUND]

This is without the globe. But I needed to rush show this is what the GUI looks like in game.

I will have it so when you mouse is outside the border the buttons show up while on the map buttons disappear.



*edit: You get two alliance buttons for now Tongue

I don't have time to fix it right now.


Re: Legacy of Aein GUI (created by Pbcrazy) - GIAKEN - 18-06-2008

Nice Big Grin I see why you had to take out the globe...and I know the solution. There's some code in the features forum at the back for making form's background transparent. I am almost positive it will work on picture boxes since it's using the same attributes. It loads a picture and takes the color out of the background by the color you specify.


Re: Legacy of Aein GUI (created by Pbcrazy) - Pbcrazy - 18-06-2008

we were thinking about just blting it onto the screen but your way may be easier.


Re: Legacy of Aein GUI (created by Pbcrazy) - GIAKEN - 18-06-2008

Yeah just get that code and change where it uses As Form to As PictureBox and have it load the picture box's picture on Form_Load.


Re: Legacy of Aein GUI (created by Pbcrazy) - Robin - 18-06-2008

It wouldn't work. You'll need to blt it.