![]() |
Online Map Editor : second beta begins !
At last the second beta from my online map editor is available ( http://dominions.realites.org/map_editor/ )
The first beta was all about getting infos from existing map, with few changes possibles at the province level. The second beta will be about changing stuff, with currently working : - edit province name - add or remove the "killpop" flag - select province population type - add or remove the "killfeatures" flag - add or remove features (magic sites), with a list of all existing features available - remove commander It is not yet possible on the released beta to edit or add commanders, but I hope to have those features, or at least part of them, availabe for the next update. And of course the features already implemented in the first beta are still there : - change neighbours by mouse click - edit province terrain_types (including the "hidden" terrain types not shown by the official map editor) - list existing commanders and units (but you can't change them yet) - edit map description and some other general infos. As it's the last big beta before release, I would really appreciate any help, so if you see a bug, have a suggestion to make, or just want to tell how this will be useful for you ( hey, morale needs support too ! http://forum.shrapnelgames.com/images/smilies/happy.gif ), just answer to this thread. Thanks. |
Re: Online Map Editor : second beta begins !
Update :
- it is now possible to add new commanders to a province, with access to the full units list to choose from - commander custom name can now be set (click on the current name (or on "-random name-" if no name is already set) - Commander unit type can be changed (click on the current unit type/ID to change it) Next : - units and bodyguards - commander custom magic paths |
Re: Online Map Editor : second beta begins !
Added more maps to the editor :
- Cradle of dominions - Arduria - Parganos - Ringworld Don't be shy to make remarks, even negative ones, if something doesn't work for you, or doesn't works as well as it should : maybe for exemple some of the larger maps images are still too long to download (I can use images of lower resolution, with an automatic scaling of the province numbers so they are still shown at the correct position). If you have a scenario project and need some features not currently available , say it. Note : if you have an existing .map file and some features used are not editable yet by the editor, don't worry : all documented map commands should be supported by the editor, and kept for the output map code, even if they are not visible yet in the editor itself. So you can already use the editor to put the finishing touch to a scenario, or to prepare a map file before editing manually the commands not already supported. |
Re: Online Map Editor : second beta begins !
Gotta say mate, love the randomizer - will be checking this out shortly. |
Re: Online Map Editor : second beta begins !
Quote:
Once the editor will be complete, I plan to add the "randomizer" and "greater manisites" options to the editor itself, in the main menu. (and I have lots of special provinces that I need to add to the current list) But what will really allow me to improve the randomizer will be when Edi's DB will be released : with it I will be able to set groups of random units appropriate to their terrain types (currently you can have random non auqatic troops that drown in sea provinces for exemple). That's why |
Re: Online Map Editor : second beta begins !
New Update :
- Units can be added, edited or removed from commanders, at last ! Next update : - Bodyguards, the work for them is only slightly different from units, so it should be done soon - commander custom magic path - commander items |
Re: Online Map Editor : second beta begins !
fixed a small bug that prevented the "remove unit" button from showing in the unit edit panel
|
Re: Online Map Editor : second beta begins !
New update :
- fixed some bugs - bodyguards : set, remove or change bodyguards of a commander by clicking on the "bodyguards" value - remove item by clicking on it (a confirmation is asked) Next : - add items - set commander custom magic paths |
Re: Online Map Editor : second beta begins !
That is bloody cool!
Love it! Even a noob can use it! K, few minor suggestions for the future that are more convenience than anything else. Is there a way to script a "on kill" event? i.e. I capture a province and trigger an event? a la "quests/objectives?" More info on either the initial page or province page (easy access in one spot). Maybe a link to a unit list, or link to an item list, and especially a link to a site list (not sure exactly what is out there currently or if its updated). Possibly in the future have a mouse-over description or description box - lots of units, lots of commanders, lots of items. Sortable by different features (troops/commanders) - melee, ranged, magic or hero, etc. Sortable by "themes" for specific province creation - i.e. undead, aquatic, lava. A specific hero list - i.e. if you wanted a specific thug guarding a specific site. Can you rename commanders? Nvm, nice! After the unit number is picked - possible to keep the name/type in view somehow? This one might be tricky versus just brute labor - a selectable "random" category - i.e. random commander, random troops, random items, random sites. So I know I want a province to be special, but don't want to take the time to populate it - or I want a random magic user in there, along with a random mounted unit with random troops. So, love the idea and the way its going - is there anyway we (I) can help? |
Re: Online Map Editor : second beta begins !
Quote:
I hope so, else I wouldn't have worked as hard to have a nice looking interface. http://forum.shrapnelgames.com/images/smilies/wink.gif And note that it is still a beta version, not all features are in yet (bust most are). Quote:
(Dominions 3 does not allows for any custom event) At best you can place a predefined magic site as a reward, or give some useful magic item to a commander in the province that will maybe be looted when you kill him. Quote:
There are already lists of all units and sites (and a list of all items will be added soon). The problem is that there isn't yet any list with really complete informations , such as unit abilities or magic sites description. Edi is currently working on a complete Dom3 DB project to release such list, and when it's done I will use it to give more informations in the editor. Or was it about some other type of list ? Quote:
A small province panel when the mouse is over a province number on the map ? Good idea, I will probably add it once the detailled province panel is complete. Quote:
I have planned them for when Edi's DB is released. The current list is already dynamically (re)created, so showing only some type of units is just a matter of having the informations in the first place. Quote:
Quote:
Yes you can, just click on the current name (or on "-random name-" if no name is already set) Quote:
Already in : when you choose a unit in the unit subpanel, the unit's ID will be assigned to the commander, but it is the unit description that will be shown. Moreover, in the resulting map file, the unit description will be added as comments aside the command that set the unit (#commander , #bodyguards or #units) Exeption : the editor don't add the unit information to units already set to the province in the original map file (but it will in the future). Simple test : - open the "Mini" map (use the default map file) - click on the province "3" You will see a commander whose unit type is set to "114". If you click on the unit type, the unit panel wil open, and you will se that the unit "Commander of Ulm (1)" is selected, it is the unit whose ID is "114". Just click OK, for the commander it will still be 114 that will be assigned, but "Commander of Ulm (1)" will be printed. Note : the (1) is from a test I made about unit advandced informations. The unit list is currently parsed from a file, and I already can add additionnal informations on any unit ID. To test it. The (1) after the "Commander of Ulm" part is just something that I added to be able to make the difference beetween the several commanders whose name is the same. (depending on the unit ID, your "commander of ulm" won't have the same weapons and armors) When Edi will have completed the unit DB , instead of just a number, I should be able to have an appropriate description, for exemple "Commander of Ulm (hammer and tower shield)" Quote:
Currently you can use my map randimzer at http://dominions.realites.org/ to add random commanders and units to a province. To make a province special, you can add the "manysites" terrain type, and use the "greater manysites" option of the randomizer to add a random predefined province that match the terrain types of the current province. Quote:
In fact yes there is something : to improve the editor, I want to use some graphics from the game, but don't have the time to make screen captures. What I need : - magic path icons, so instead of "Fire 4" for a commander, I could just have "[fire path image] 4" for exemple - the "scenario" icon - small images/icons of forts, temples, and labs - maybe a wrapparound image of the background used by dominions 3 panels, that I could use instead of mine. - the color codes for the magic path (as used in the province panel ingame, to show the path already searched in the province) - the "greater manysites" option use special pre defined provinces with terrain type requirements (see the current list at http://dominions.realites.org/?actio...ial_provinces), and I could use more province ideas. (note that other provinces have been suggested that I noted but didn't have the time to add yet) |
Re: Online Map Editor : second beta begins !
I really lover your work! Keep it up!
Oh, one thing, it would be really swell if you somehow could upload your own map image files, not only map files. |
Re: Online Map Editor : second beta begins !
Quote:
I can do all in a few minutes, but for an online tool, several minutes is too long. Over the long term, I will probably add some way for users to submit new maps, meanwhile, if you add one you wish to add (even a random map with special settings), just ask and I will. |
Re: Online Map Editor : second beta begins !
Great! http://forum.shrapnelgames.com/images/smilies/happy.gif
I will submit it to you when it's ready (may take a small while). |
Re: Online Map Editor : second beta begins !
If you want you can also give me your favorite settings for radom map generation, and I will make a few
Myself I love to make "tower" or "line" maps (maps with a small width and large height (tower) or the inverse (line)) My love for those maps started in dom2 with the map ringworld (supported by the editor), and the fact that the random generator from dom3 allow to create such maps allows for some fun games. |
Re: Online Map Editor : second beta begins !
New update (version 0.75) :
- commander custom magic path now fully editable (as well as the "clearmagic" flag, that remove pre-existing magic levels on the commander so only the custom ones are used) Next : - add items (this should make all commander map commands usable with the editor without having to type one line, it will be version ~ 0.8) After that : For the province panel : - some more province attributes (preexisting fort, lab, or temple) - flag provinces as starting points (with or without a specific nation required) - victory points (this will be version ~ 0.9) For the Map panel (long time I didn't add anything on it) : - preset victory conditions for the map - required players - custom AI opponents (custom gods and scales) And then it will be feature complete (version 1.0) ... (but of course this won't prevent more features from behing added later, or existing ones to be improved) |
Re: Online Map Editor : second beta begins !
Small update :
- added support for the map "Dominions Heroes" (made by Flecha_das_Sombras) - starting province can now be set using the editor (unspecific starting province only for now : provinces set as starting point for a specific nation will be aded later) I also made an update on the randomizer ( http://dominions/realites.org ) : - New option : "randomize starting provinces" - chance for randomize and greater manysites can now be changed by the user |
All times are GMT -4. The time now is 11:40 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.