Łukasz Jakowski 13,395 Posted January 2, 2019 Go to the map editor files and open: editor_data\Provinces\mapAoC2_v2.txt And delete everything from this file and put something like that: 0,1 2,3 Save And now you are able to create own map from scratch in Map Editor Simon, Tigrax73, rats4final and 5 others 3 5 Quote Share this post Link to post Share on other sites More sharing options...
setapdede 238 Posted January 3, 2019 (edited) Dosent work wen adding provinces Edited January 3, 2019 by setapdede Quote Share this post Link to post Share on other sites More sharing options...
Eldrac 4 Posted January 4, 2019 (edited) Can you remove cities? Im making a fantasy map from scratch and i removed the provinces but all the old cities still remain. How do i remove them. I have some problem understanding the editor video. Edit: Okej, i moved the cities files to a new folder so that worked but how can i create new cities later and how do i make my new map able in the game? do i just put them in a "name of world" map inside the map folders or? Edited January 4, 2019 by Eldrac Quote Share this post Link to post Share on other sites More sharing options...
Łukasz Jakowski 13,395 Posted January 4, 2019 Just put it in each cities file { cities: [ { Name: "FIRST", x: 0, y: 0, }, ], name: Earth } Future mapper, ITurkishmapping and Beter Griffin 3 Quote Share this post Link to post Share on other sites More sharing options...
Asmo 2 Posted January 4, 2019 (edited) Adding provinces from Update Province Data doesn't add the provinces, just says ERROR. Example province from the editor program attached EDIT: the provinces show up fine on the editor program though EDIT2: I've updated, uninstalled, reinstalled, still same problem EDIT3: Managed to get it to work in a roundabout way: Step 1: Load up a different map, and exit the game with that. Step 2: Change the NumberOfProvinces value to however many provinces you will have after adding the new ones (remember, provinces start at zero so the NumberOfProvinces = biggest ID number + 1) Step 3: Make sure the files are all available in the template\update folder, numbered with their province ID Step 4: Launch the game, head into map editor and load the map you're trying to edit. It should say something along the lines of "Generating province data" and the provinces will appear on the map. 2 Edited January 4, 2019 by Asmo Quote Share this post Link to post Share on other sites More sharing options...
Eldrac 4 Posted January 4, 2019 4 hours ago, Łukasz Jakowski said: Just put it in each cities file { cities: [ { Name: "FIRST", x: 0, y: 0, }, ], name: Earth } Ahhh now that helps =). But i still have some problem adding provinces in my new map. I seems to have a problem doing it. Quote Share this post Link to post Share on other sites More sharing options...