News:

MegaGlests' game mods menu let's you install many new mods. Even more are available on the MegaGlest Wiki and the Mods forum.

Main Menu

Maps overview

Started by martiño, 2 February 2008, 19:00:14

martiño



All maps documentation has been ported to the wiki:
  • Maps overview: https://docs.megaglest.org/Maps
  • Tips for editing: https://docs.megaglest.org/Maps/Editing
  • List of maps: https://docs.megaglest.org/Maps/List




    Editing maps.

    You can edit maps using the Glest Map Editor.

    For Windows, it is included in the tools package at sourceforge.

    For Linux, you need to get the source code from the SVN and compile it. It now works with unicode versions of wxWidgets too.

    Getting and playing user maps.

    There is a directory of user made maps [url=http://www.glest.org/files/contrib/maps/]here[/url], to play them just unzip them in the maps folder of the game and them select them from the New Game menu. Also check the Glest Wikia's map database.

    If you made any maps and want them uploaded just send them to us, or post a link at this board. Please put them in a zip file with the same name as the map, and also if possible include a readme file crediting yourself.

    Hints for map making.

    - Maps need to have dimensions that are a power of 2, like 32, 64 or 128
    - If you want to use your map for multiplayer games, make sure that every faction has about 5 gold spots near the base, and 5 more in a close expansion.
    - Don't create complicated mazes, pathfinding will be bad in those cases.

    Martiño.

modman

Label your maps with your name by going to edit-->info.  Also make sure you put a border of 2 around the whole map so a human will be able to see all the resources.  And use the custom objects with caution--they reference to different things for different tilesets.

mictes

Surround the map with the most-used-surface (Radius: 1) and Custom-Object 5 (Radius: 1).
That looks much better !

modman

The bases should not be too big.  Make sure that from the center of the X in the map editor to the resources is not too far, or Workers will spend too much time walking around.  But not too few either, or the Workers will all be crowded up.  About five tiles is a good number.

gameboy


mictes

Hight = -7 is passable water. Hight = > -7 (e.g. -9) = unpassable water, if I remind correctly.

Omega

The map maker could use an upgrade, with more options and the ability to see height marks and positions. As well as make water visible. Tilesets could use an upgrade too, now that I think about it...
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert

modman

Yes.  I was hoping of making new objects to go with custom objects 2 and 3 for the forest tileset, once I learn modeling.

modman

Generally on a 128x128 map or larger, the players are not right up against the edges of the map.  They may be ten or even fifteen tiles inwards.
The resources at a base are generally not in one clump.  There is usually a little bit here, some more there, etc.

Omega

Yes, and surround big stones with custom object five (an invisible object that cannot be walked upon) to prevent the game from walking into the rocks.

Mountains can be made by having low ground around a place with high ground covered in custom object four (big rocks).
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert

Valetdepik

Salutations...
It's for knowing...
Can you create a better mapeditor...?( if it's possible)
Because it's to hard for manipulate...
               +END_CONNEXION+

wciow

Too hard! The opposite is true, the current map editor is too simplistic.

The Glest community has been asking for a new map editor for ages. Unfortunately Martinho has publicly stated that he is no longer updating Glest (or its tools).

Until some C++ wielding god decides they want to dive through a large amount of mainly un-commented code (despite Daniel.Santos efforts) then we won't get a new editor. Sorry to disappoint you  :(     
Check out my new Goblin faction - https://forum.megaglest.org/index.php?topic=9658.0

modman

Should we start a topic on a new editor, or is there one already (I've designed an interface with new features shown, and I'm wondering where to post it).

If there is one, it should be stickied on this board.  Otherwise, I'll make one for brainstorming all new features together, which should be stickied in that case then.

hailstone

There is a "Map Editor" topic on GAE forum
Glest Advanced Engine - Admin/Programmer
https://sourceforge.net/projects/glestae/

-Archmage-

by the way i have a linux you can just download it and use wine to run it nothing more to it than that

1) download (zip) from site

2)click save file(to desktop)

3)open with ark and extract all to desktop

4)then just double click on the map.exe(in a couple of folders)

at least that's how it worked for me

Valetdepik

Finally, sorry for disturbing...
Your mapeditor is really great when i know how that work...
Thank's...!
         +END_CONNEXION+

lostmansword

Iv made my map on the map editor,is there a way i can actually see it and also how do i get to the point i can play it?

Dark_Chubb

hello everyone.

I just wanted to know if my map editor should be doing what it is.
Everytime i save a map the map wont load and i shortcut appears on the desktop saying "Leak Dump" WTF is this?

-Archmage-

Hi, and welcome to the Glest Boards.

I just ignore the leak dump, because it appears a lot when you close the map editor.
But where do you save your maps.........?
Because you need to save them in the Glest Maps Directory.
What OS do you have?

Omega

I'm going to assume you're on windows. Linux users tend to be more... experienced.

All maps must be saved in the "C:/Program Files/Glest_*/maps" folder (where * is the version number, such as 3.2.2). The leak dump is just a useless file that I hope to remove if I ever find a way to compile the map editor from source (what dependancies does it need?!?).

Just take the saved .gbm file (you may need to turn 'View file extensions' on from the folder options in the control panel) and place it in the above mentioned directory. Note that windows is overridden with bad security, so you need to either (A - RECOMMENDED) turn off User Account Control (vista), (B) set the security of the Glest Folder from the properties menu to give full control to your username, or (C) save it elsewhere then move it into the maps folder, allowing it to if a warning pops up. I recommend A for a permament change or B for a more makeshift one (if you aren't the only user of your computer).
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert

Mr War

Hi

Is it possible to override the special objects (statues, impaled) in standard megaglest tile sets without interfering with the tile set folders themselves? Im working in a scifi mod and the standard statues are out of place for that.

wciow

With the GAE addons folder you can overide any file at run time. You would need to make some new models and name them the same as the existing statue models. This wil currently be an always-on overide, but it won't delete/change the original tileset and can be easily removed.
Check out my new Goblin faction - https://forum.megaglest.org/index.php?topic=9658.0

Mr War


Psychedelic_hands

Well, you could just make a new tileset? :P
I'm unsure about other ways in MG.

will

Quote from: wciow on  2 May 2011, 12:43:32
With the GAE addons folder you can overide any file at run time. You would need to make some new models and name them the same as the existing statue models. This wil currently be an always-on overide, but it won't delete/change the original tileset and can be easily removed.

The addons folder in GAE is fundementally deeply broken and you can't use it in this way.

The order of who overrides whom is arbitrary and global.