Search the web
Sign In
New User? Sign Up
EastCoastGames · East Coast Games Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
[www.EastCoastGames.com Forum] Creating a game editor   Message List  
Reply | Forward Message #194 of 195 |
Well, you'll probably want to create images for the menus. You can then create
an editor to build a menu system. The editor shouldl file your menus and dialog
boxes into a file. This file will then be read by the game engine. If you
chose an XML style format a game menu system might look as follows:

<menu name="main">
<item name="Single-Player" image="SP.bmp" id=1 />
<item name="Multi-player" image="MP.bmp" id=2 />
<item name="Options" image="O.bmp" id=3 >
<item name="Sound" image="S.bmp" id=4 />
<item name="Graphics" image="G.bmp" id=5 />
</item>
</menu>

-Forest
***On Wed 10:14p May 19 Vikram Hans <vikram_hans@...> wrote***
How can I create a game editor within the game engine? Some games
like Operation Flashpoint and Age of Mythology used the game engine
to render all the menus and dialog boxes of the editor. How did they
do that?




To unsubscribe from the East Coast Games Forum, send an email to:
EastCoastGames-unsubscribe@yahoogroups.com

Visit the website at: http://www.EastCoastGames.com/

Yahoo! Groups Links







Thu May 20, 2004 1:32 pm

fhandford@...
Send Email Send Email

Forward
Message #194 of 195 |
Expand Messages Author Sort by Date

Well, you'll probably want to create images for the menus. You can then create an editor to build a menu system. The editor shouldl file your menus and...
Forest Handford
fhandford@...
Send Email
May 20, 2004
1:32 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help