Game02-MapEditor

所属分类:其他游戏
开发工具:Visual C++
文件大小:617KB
下载次数:5
上传日期:2007-05-20 13:02:36
上 传 者mqg
说明:  网络游戏中位置定位的实现,值得参考
(network game location positioning the realization worth considering!)

文件列表:
Game02-MapEditor\ARIAL.TTF (273020, 1999-04-23)
Game02-MapEditor\Array.h (7053, 2002-09-26)
Game02-MapEditor\Array3D.h (5664, 2002-09-26)
Game02-MapEditor\checkboxdown.bmp (3382, 2002-08-14)
Game02-MapEditor\checkboxup.bmp (3382, 2002-08-14)
Game02-MapEditor\default.map (65536, 2002-08-18)
Game02-MapEditor\G09-02.cpp (21947, 2002-08-22)
Game02-MapEditor\g0902.dsp (4691, 2002-09-30)
Game02-MapEditor\g0902.dsw (535, 2002-08-14)
Game02-MapEditor\g0902.exe (28672, 2002-09-30)
Game02-MapEditor\gbdown.bmp (9270, 2002-08-15)
Game02-MapEditor\gbdown2.bmp (6198, 2002-08-15)
Game02-MapEditor\gbup.bmp (9270, 2002-08-15)
Game02-MapEditor\gbup2.bmp (6198, 2002-08-15)
Game02-MapEditor\grass1.bmp (12342, 2002-03-31)
Game02-MapEditor\grass2.bmp (12342, 2002-03-31)
Game02-MapEditor\grass3.bmp (12342, 2002-03-31)
Game02-MapEditor\grass4.bmp (12342, 2002-03-31)
Game02-MapEditor\hero1.bmp (12342, 2002-08-21)
Game02-MapEditor\hero2.bmp (5174, 2002-08-13)
Game02-MapEditor\hero3.bmp (5174, 2002-08-13)
Game02-MapEditor\roadbottomleft.bmp (12342, 2002-04-02)
Game02-MapEditor\roadbottomright.bmp (12342, 2002-04-02)
Game02-MapEditor\roadh.bmp (12342, 2002-04-02)
Game02-MapEditor\roadtopleft.bmp (12342, 2002-04-02)
Game02-MapEditor\roadtopright.bmp (12342, 2002-04-02)
Game02-MapEditor\roadv.bmp (12342, 2002-04-02)
Game02-MapEditor\SDL.dll (225280, 2001-11-08)
Game02-MapEditor\SDLButton.cpp (6635, 2002-09-29)
Game02-MapEditor\SDLButton.h (5352, 2002-09-29)
Game02-MapEditor\SDLCheckBox.cpp (5386, 2002-09-29)
Game02-MapEditor\SDLCheckBox.h (4362, 2002-09-29)
Game02-MapEditor\SDLGUI.cpp (19188, 2002-09-29)
Game02-MapEditor\SDLGUI.h (14152, 2002-09-29)
Game02-MapEditor\SDLGUIItem.h (5837, 2002-09-29)
Game02-MapEditor\SDLHelpers.cpp (8361, 2002-09-29)
Game02-MapEditor\SDLHelpers.h (3649, 2002-09-29)
Game02-MapEditor\SDLLabel.cpp (5124, 2002-09-29)
Game02-MapEditor\SDLLabel.h (4371, 2002-09-29)
... ...

=============================================================================== Data Structures For Game Programmers Ron Penton Game Demonstration 9-2 =============================================================================== This the map editor for the game in Game Demonstration 9-1 There are a few major sections of the demo: - The map: this is the big area on the upper left side of the screen. It represents the entire map - The Minimap: this is the small area in the upper-left side of the screen. It shows a 3x3 grid zoomed in at the mouse cursor. - The buttons: These are between the minimap and the main map. You use them to select a palette to draw from, or to delete a tile, item, or player. - The palette: this is the area on the bottom left side of the screen. It shows at most 8 tiles. Click on a tile from this palette to select it as the current tile to draw - The command area: On the bottom left there is a checkbox, a textbox, and two buttons. The checkbox, when checked, will make every instance of the current tile on the main map turn blue. The textbox holds the name of the file you are working on. Click Save to save the map to that file, or Load to load a map from that file - To draw, just click your mouse on the main map after you have selected your desired tile, and drag the mouse where you want to draw. - There are four layers on this map: - base layer - overlay layer - item layer - person layer The editor seamlessly combines the layers for you, so you can't draw overlay tiles on the base, or players on the item layer. When deleting tiles, the deltile button will only delete an overlay tile; the base tiles will always remain on the map and cannot be deleted.

近期下载者

相关文件


收藏者