crazy_Baboon Posted February 21, 2020 Report Share Posted February 21, 2020 (edited) Hi folks! I have designed a new map: Afrika Australis (Southern Africa). It is based on NASA blue marble map series. The map includes several biomes, ranging from sandy deserts to mountain climate and tropical basin - the biomes are based on https://www.gifex.com/fullsize-en/2010-01-11-11674/Biomes_of_Africa.html. The natural resource distribution is based on https://www.aljazeera.com/indepth/interactive/2016/10/mapping-africa-natural-resources-161020075811145.html, with most stone occurring on the west and most metal occurring on the east of the continent. Given the size of the continental shelf, expect brutal continental battles. Here are some screenshots: Download the map - featured in the screenshots above - here: Afrika_Australis.xmlAfrika_Australis.pmp For a more updated version of the map, please check https://gitlab.com/CrazyBaboon/0ad_maps This map was designed to work with Alpha 24. Let me know what you think of the map! Thanks! You can also have a look at my other 0ad maps, in my gitlab repo https://gitlab.com/CrazyBaboon/0ad_maps Edited April 26, 2020 by crazy_Baboon 1 Quote Link to comment Share on other sites More sharing options...
crazy_Baboon Posted March 26, 2020 Author Report Share Posted March 26, 2020 (edited) Hi guys, Two questions about map making (and Afrika Australis in particular): 1.Where do i place the screenshot for the map preview image? 2.How do i make the town centers to be general, e.g. not particular to any civ? Thanks! Edited March 26, 2020 by crazy_Baboon Quote Link to comment Share on other sites More sharing options...
Stan` Posted March 26, 2020 Report Share Posted March 26, 2020 Hello, You need to put them in your mod, in the art\textures\ui\session\icons\mappreview You need to use the skirmish entities 1 1 Quote Link to comment Share on other sites More sharing options...
crazy_Baboon Posted March 26, 2020 Author Report Share Posted March 26, 2020 (edited) Thanks @Stan`! Edited March 26, 2020 by crazy_Baboon Quote Link to comment Share on other sites More sharing options...
badosu Posted March 27, 2020 Report Share Posted March 27, 2020 Looking good, nice one! 1 Quote Link to comment Share on other sites More sharing options...
AeternaTristitia Posted March 27, 2020 Report Share Posted March 27, 2020 Hey your map looks quite unique and nice. Reminds me of Atlantis from AoM. Great work ! 2 Quote Link to comment Share on other sites More sharing options...
crazy_Baboon Posted April 26, 2020 Author Report Share Posted April 26, 2020 On 3/26/2020 at 9:51 AM, Stan` said: Hello, You need to put them in your mod, in the art\textures\ui\session\icons\mappreview You need to use the skirmish entities Hi @Stan`, Thanks! However, i tried it, but it still doesn't allow the player to choose civs in the game menu. Is there anything else missing? Cheers! Quote Link to comment Share on other sites More sharing options...
Stan` Posted April 26, 2020 Report Share Posted April 26, 2020 16 minutes ago, crazy_Baboon said: Thanks! However, i tried it, but it still doesn't allow the player to choose civs in the game menu. Is there anything else missing? You might need to edit the xml file and remove the part where it forces the civs { "Name": "Unnamed map", "Description": "Give an interesting description of your map.", "PlayerData": [ null, { "Civ": "athen" }, { "Civ": "cart" }, { "Civ": "gaul" }, { "Civ": "iber" }, { "Civ": "mace" }, { "Civ": "pers" }, { "Civ": "rome" }, { "Civ": "spart" } ], "CircularMap": true, "VictoryConditions": [ "conquest" ] } 1 Quote Link to comment Share on other sites More sharing options...
crazy_Baboon Posted April 26, 2020 Author Report Share Posted April 26, 2020 (edited) Thx @Stan`, I deleted the following section in Afrika_Australis.xml: "PlayerData": [ null, { "Civ": "athen" }, { "Civ": "cart" }, { "Civ": "gaul" }, { "Civ": "iber" }, { "Civ": "mace" }, { "Civ": "pers" }, { "Civ": "rome" }, { "Civ": "spart" } ], However when i open the map back in the A24 editor i get the following error: Does anyone know how to fix this? Edited April 26, 2020 by crazy_Baboon Quote Link to comment Share on other sites More sharing options...
Stan` Posted April 26, 2020 Report Share Posted April 26, 2020 Try "PlayerData": [ null, { }, { }, { }, { }, { }, { }, { }, { } ], instead. 1 Quote Link to comment Share on other sites More sharing options...
crazy_Baboon Posted April 26, 2020 Author Report Share Posted April 26, 2020 Thx @Stan`, That worked! Quote Link to comment Share on other sites More sharing options...
crazy_Baboon Posted April 26, 2020 Author Report Share Posted April 26, 2020 (edited) Hi folks, I have updated the Afrika Australis map: 1. You can now choose which civ to have for a given player. 2. Now the africa map features: Hippos (thanks @Stan`, @Micket and @Alexandermb for the neat model!) near the great lakes! Look at those beauties: Don't forget to download the updated version of the map from https://gitlab.com/CrazyBaboon/0ad_maps I hope you enjoy the map! Also, if anyone knows if the my maps can be included in the mainstream A24, that would be great. Thanks! Edited April 26, 2020 by crazy_Baboon 6 Quote Link to comment Share on other sites More sharing options...
gameboy Posted April 28, 2020 Report Share Posted April 28, 2020 @crazy_Baboon No terrain data, failed to load this map. Quote Link to comment Share on other sites More sharing options...
crazy_Baboon Posted April 28, 2020 Author Report Share Posted April 28, 2020 (edited) 1 hour ago, gameboy said: @crazy_Baboon No terrain data, failed to load this map. @gameboy Are you using Alpha24? You need to place Afrika_Australis.xml and Afrika_Australis.pmp files inside 0ad/binaries/data/mods/public/maps/skirmishesmap Let me know if this works. Edited April 28, 2020 by crazy_Baboon Quote Link to comment Share on other sites More sharing options...
gameboy Posted April 28, 2020 Report Share Posted April 28, 2020 Yes, But it still can't load. @crazy_Baboon Quote Link to comment Share on other sites More sharing options...
gameboy Posted April 28, 2020 Report Share Posted April 28, 2020 @crazy_Baboon Good, I successfully loaded the map, but there are two warning messages: WARNING: PlayerID 7 | Petra error: it does not know how to interpret this map WARNING: PlayerID 8 | Petra error: it does not know how to interpret this map Quote Link to comment Share on other sites More sharing options...
crazy_Baboon Posted April 28, 2020 Author Report Share Posted April 28, 2020 (edited) 25 minutes ago, gameboy said: Yes, But it still can't load. @crazy_Baboon @gameboy Thanks! There was a problem with the max number of players. I have fixed it in master now! If you could try it again and check it would be great! Cheers Edited April 28, 2020 by crazy_Baboon Quote Link to comment Share on other sites More sharing options...
gameboy Posted April 28, 2020 Report Share Posted April 28, 2020 @crazy_Baboon I tested it again, loaded it successfully, and there was no problem. I have a suggestion: if you set the number of players to optional. Quote Link to comment Share on other sites More sharing options...
crazy_Baboon Posted April 28, 2020 Author Report Share Posted April 28, 2020 3 minutes ago, gameboy said: @crazy_Baboon I tested it again, loaded it successfully, and there was no problem. I have a suggestion: if you set the number of players to optional. Thanks @gameboy, I will look into that. Quote Link to comment Share on other sites More sharing options...
badosu Posted April 28, 2020 Report Share Posted April 28, 2020 @crazy_Baboon Are you aware of community_maps? You might want to send them a PR when this is ready (https://github.com/cwrtl/community_maps) Quote Link to comment Share on other sites More sharing options...
gameboy Posted April 30, 2020 Report Share Posted April 30, 2020 @crazy_Baboon I tested the map again and found a bug: click Gaia, it should be a white circle under the foot, it turns into a blue circle, and some cows are the same. 1 Quote Link to comment Share on other sites More sharing options...
crazy_Baboon Posted April 30, 2020 Author Report Share Posted April 30, 2020 @gameboy Thanks! I will have a look at it when i get some spare time. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.