![]() |
Re: Dominions II mapfile parser
By The Way, your neighbor line could be used by someone for computing "quickest path from A to B" routines. Very nice.
DomMap added some info to its output for programming special sites and such.. <font class="small">Code:</font><hr /><pre> #neighbour 49 50 #neighbour 51 53 #neighbour 52 53 #terrain 1 2 -- L-S0L2 #terrain 2 208 -- L-S0L1 #terrain 3 130 -- L-S0L4 </pre><hr /> If a province is L-S4L1 then its saying its Land with 4 Sea neighbors and 1 Land neighborsm or a penninsula. L-S4L0 would be Land with 4 Sea and no Land neighbors, or an island. S-L4S0 would be Sea with 4 land neighbors and no Sea neighbors, or a lake. Yoiu might want to do something like that but probably in a more user format like actually saying island and lake. |
Re: Dominions II mapfile parser
Quote:
Quote:
Line 1: Name, id Line 2: Terrain Line 3: Neighbours Line 4: NOSTART, START, VP, etc. Line 5->: commanders, features, population, buildings There is also the problem that there are two ways to add nostart. As a terrain flag and as a separate command. Should the output differ for them? I will consider these changes and adding counting of number of land-sea neighbours to next Version. It will take to after Christmas before I have time however. |
Re: Dominions II mapfile parser
Quote:
Line 1: Name Line 2: id, Terrain, NOSTART, VP, etc Line 3: Neighbors That way even if there are no Neighbors it should still have a line which says Neighbors with no other output. Quote:
Quote:
OK now Im thinking there are two ways to go. One is to have a unique character or Groups of characters flagging the begining of each province output. Such as -=- which can be used to count from or jump to the next province. The problem is finding something which in a script environment such as linux doesnt mean something special already. OR add a switch such as -v for more verbose output and have two outputs. One for all info, and the other for easy-parse info. Hmmm wait, the more casual user should always be considered for defaults. So maybe have the fully englished curious-user output be default with a -s short-Version for script programmers. |
Re: Dominions II mapfile parser
Quote:
I decided to move the province id first in the first line of province info to make parsing easier. Just look for lines starting with "(". some basic neighbour info is also added. For details & download see first post. |
All times are GMT -4. The time now is 04:36 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.