Search found 8 matches

by Futon Games
Sun Mar 14, 2010 7:34 am
Forum: Project Announcements
Topic: Magnon Racer - Car Editor Alpha released
Replies: 4
Views: 2298

Re: Magnon Racer

cool game!!
by Futon Games
Sat Mar 13, 2010 3:34 pm
Forum: Beginners Help
Topic: How to Make a Main Menu on IRRLicht
Replies: 12
Views: 1982

I did it!!!
THANKS,THANKS,THANKS,THANKS,THANKS,THANKS,THANKS,THANKS,THANKS,!!!! :D :D :D :D :D :D :D :D :D :D
by Futon Games
Thu Mar 11, 2010 5:31 pm
Forum: Beginners Help
Topic: How to Make a Main Menu on IRRLicht
Replies: 12
Views: 1982

Oh yeah please someone make a tutorial
There already are
You just have two devices(windows). You start the first one
Tutorial 1.
and it has gui that lets the user choose options like fullscreen, antialiasing, and other options
Tutorial 5 and Demo.
There is a button or something that starts ...
by Futon Games
Thu Mar 11, 2010 4:46 pm
Forum: Beginners Help
Topic: How to Make a Main Menu on IRRLicht
Replies: 12
Views: 1982

Oh yeah please someone make a tutorial cause im very nooob at game programming.I wanted to start with Dark GDK which codes are easy but i couldn't compile the project dunno why.Now it's better with Code::Blocks and Irrlicht so can someone please do me this favor?
by Futon Games
Thu Mar 11, 2010 4:22 pm
Forum: Beginners Help
Topic: How to Make a Main Menu on IRRLicht
Replies: 12
Views: 1982

I use two devices, one for the main menu and one for the game, but CuteAlien's suggestion would probably be a lot easier. The benefits from doing it with two devices are you can collect all of the settings the user wants from the first device and create a device with those settings for the game ...
by Futon Games
Thu Mar 11, 2010 2:05 pm
Forum: Beginners Help
Topic: How to Make a Main Menu on IRRLicht
Replies: 12
Views: 1982

CuteAlien wrote:I think a good way to do it is to put all gui-elements used in your main-menu on one background gui-element (either on IGUIWindow or on IGUIStaticText). Then you can enabled/disable the whole menu with a simple setVisible() call to the background element.
Thanks i will check it out right now
by Futon Games
Thu Mar 11, 2010 2:04 pm
Forum: Beginners Help
Topic: How to Make a Main Menu on IRRLicht
Replies: 12
Views: 1982

hybrid wrote:Check the code of the Demo application (in folder examples/Demo) or the quake viewer example from number 21 (IIRC).
Thanks i will check it out right now
by Futon Games
Thu Mar 11, 2010 8:18 am
Forum: Beginners Help
Topic: How to Make a Main Menu on IRRLicht
Replies: 12
Views: 1982

How to Make a Main Menu on IRRLicht

How to Make a Main Menu on IRRLicht?
I'm newbie at this engine and i need some help!