-
Posts
74 -
Joined
-
Last visited
-
Days Won
2
Baelish last won the day on August 19
Baelish had the most liked content!
Contact Methods
-
Website URL
https://github.com/Baelish03/0ad-maps
-
Lobby Name
Baelish
Profile Information
-
Gender
Male
-
Location
Italy
-
Interests
Physics
Recent Profile Visitors
25.607 profile views
Baelish's Achievements
Discens (2/14)
64
Reputation
-
You can find the new version of my mod on mod.io: https://mod.io/g/0ad/m/earth-maps These are the files of this map. The file mordor.json goes in: ~/.local/share/0ad/mods/user/maps/random/rmbiome/mordor/ for linux. middle-earth.json middle-earth.js mordor.json
- 1 reply
-
- 7
-
-
Baelish started following Earth Maps , Middle Earth from Tolkien , Tamriel from The Elder Scrolls and 3 others
-
Biomes This map reconstructs the geography of Middle-earth on a real heightmap, divided into twelve climate zones that follow Tolkien's continental layout from north to south and west to east: Forodwaith (arctic), Angmar and the transitional Shire–Lothlórien border (alpine), the Shire and Lothlórien proper (temperate), Rhûn and Rohan (steppe), Gondor (Aegean/Mediterranean), Mordor and East Mordor, and North Harad and Harad (savanna and desert) to the south. Each zone is painted with its own biome, giving the continent genuinely different terrain textures, vegetation, and wildlife rather than a single palette reused everywhere: pine-covered alpine slopes around Angmar, temperate forest and farmland in the Shire, open steppe grassland across Rohan and Rhûn, Mediterranean scrubland in Gondor, and a dedicated custom biome for Mordor itself, distinguishing it visually and ecologically from the surrounding desert and steppe zones. Player starting positions are placed avoiding deliberately Mordor, keeping it a hostile, resource-marginal region rather than a viable base location, in keeping with its role in the source material. Visually, the map uses a warm, slightly desaturated sun tone against cool blue-green water, cumulus skies, and a light HDR tonemap with reduced saturation and moderate bloom, aiming for a muted, epic tone rather than the high-saturation look of the default temperate presets. Source materials Thanks to u/enpremi for his heightmap: https://www.reddit.com/r/lotr/comments/1avfmuw/high_resolution_middleearth_heightmap_link_in/ and to u/William_MM for the climate division https://www.reddit.com/r/imaginarymaps/comments/c5mzt9/oc_climate_map_of_middleearth/ This is my rielaboration for 0 A.D. base-1000.svg It is a 1000×1000 Inkscape overlay traced on top of the source heightmap, with one labeled rectangle per region (Forodwaith, Angmar, Shire, Lorien, Rhûn, Rohan, Gondor, Mordor, East Mordor, North/South Harad). Pixel coordinates read off this overlay were converted to the fractional `Vector2D` bounds (`fractionToTiles(...)`) hardcoded in `middle-earth.js`. It has no in-game role. Labels in .svg and in the .js script are informal working notes (a few are Italian).
- 1 reply
-
- 6
-
-
-
I've been working on a custom random map for 0 A.D. inspired by the continent of Tamriel. It uses a real heightmap to recreate the shape of the landmass, then splits it into distinct climate zones that roughly mirror the regions from the source material: from snowy tundra in the north, to alpine terrain, arid deserts, temperate woodlands, and tropical jungle in the south. The heightmap source is: https://www.nexusmods.com/skyrimspecialedition/mods/573 And I used a simplified version of this work for biomes: I want to thanks both the creators of these artworks. This is the result: And now the sources: tamriel.json tamriel.js You can find it on https://mod.io/g/0ad/m/earth-maps, version 0.28.4
-
-
For the context, please read https://gitea.wildfiregames.com/0ad/0ad/issues/8599. I want to explain why I choose 5 gatherers for small ruins. Many entities inherit from template_gaia_ruins.xml, with different amount of stone and metal. I will do a summary of them: STONE stone_statues_kushite_bird, stone_statues_kushite_lion, stone_statues_kushite_ram 200 standing_stone, stone_statues_egyptian, stone_statues_kushite, stone_statues_roman, stone_structure_small 300 stone_column_roman 400 column_doric, roman_rostrum, stone_statues_persian_lamassu, stone_structure_farmstead, stone_structure_house, stone_structure_tower 500 METAL metal_statue_discobolus, metal_statue_poseidon 400 metal_statue_apollo, metal_statue_isis, metal_statue_wolf 800 As reference a small cut of rock has 1000 of stone and 12 gatherers, so I thought that would be a good deal to set 5 gatherers for something that has around 400
-
I tryed to make it a random map. This time I used Mercator projection with some adaptation. This is the result. I will upload soon on earth-maps 0.28.3. world.json world.js
-
This map recreates historical Calabria — not the modern Italian region, but the ancient heel of the Italian peninsula, home to the Messapians and the Spartan colony of Taras (modern Taranto). Set between the Ionian and Adriatic seas, the terrain reflects the flat, sun-baked limestone plateau characteristic of the Salento, with open Mediterranean scrubland, scattered olive groves, and a coastline that made Taras one of the most prosperous trading ports of Magna Graecia. The map uses the Aegean biome, which fits the region's deep Greek cultural roots: by 400 BC, Calabria was thoroughly Hellenized, and Taras alone rivaled Athens in wealth and influence. To admins, please accept the new version of earth-maps mod. For players who want to play just now the new map, I append map files here (not the map preview) calabria.js calabria.json
-
On the download manager I get this error "Invalid mod: Failed to get metadata_blob from modFile", but I don't know why. Can you help me, please?
-
asia.xmlasia.pmp This map has 1024x1024 size. The first step was to add rivers correctly without geo-reference. I used this guide: Rivers are intentionally not crossable to make the map strategically more captivating so there are some bridges that are strategically pivotal. For biome assignment I started from a coarse reference map: and then I refined it zone by zone with Koppen-Geiger classification: https://commons.wikimedia.org/wiki/File:Koppen-Geiger_Map_v2_Asia_1991–2020.svg For fauna and flora, I used Claude AI as a lookup tool: I sent screenshots of the entities available in the game and asked it to match them to each biome and region. The results below reflect that process, with occasional liberties where the asset library has no close equivalent. For more infos: https://github.com/Baelish03/0ad-maps/blob/main/docs/Asia.md I attach .xml and .pmp files here and I will update mods on mod.io as soon as possible
-
I red all this page https://en.wikipedia.org/wiki/List_of_map_projections to find the best projection. Some considerations that bring me to chose sinusoidal: Sinusoidal is an equal-area as well as Lambert projection. Lambert is perfect till the first 45°, then is awful: to preserve areas it changes some states too much, like Australia. I start from Tangarm heighmapper. I searched a lot for alternatives with other projection, but there aren't. Tangram uses Mercator without geo-reference or GeoTiff, so I have only a png, and I changed it to a pseudo-sinusoidal manually. In the future I can use a real sinusoidal through a python script to automize the reprojection and apply what I learned in these two years (color curves in GIMP, ...), but for now I'll not recreate it. It's a too long work.
-
My biggest satisfaction will be to see at least one of these maps in MP lobby. There is no problem to maintain them, I'll do it with pleasure. I only ask to admins to accept the mod on mod.io, so it can reach more players. Thanks in advance. I really really appreciate that. And now an update on the latest project: Asia 1024x1024. All textures are done. Now I'll add entities and resources.
-
Usually not, but yesterday I travelled over 900 km by train to vote in my country (my country usually don't accept to vote remotely). Anyway, please vote on this poll. Thanks for your time. https://strawpoll.com/3RnYXRMVWye
-
Already done: I think I'll write all steps that I followed. Not now, it's almoast midnight. Anyway, on GIMP I used color curves. The standard curve is y = x, I used y = 32 * nroot(4, x / 32). So for high mountains, behavior is nearly asymptotic. You can see that Himalayan is nearly flat, like a mesa. But, this is not sufficient. In a 512x512 Himalaya is so near to the coast that I can't do a passage between India and South-East of Asia.
-
While experimenting with an Asia map, I decided to push the size up to 1024x1024 — and honestly, it's a game changer. At 512x512, a continent like Asia feels cramped and loses a lot of its geographic character; with 1024x1024 there's actual room to breathe, to place mountain ranges, small seas, like Black and Red ones, and biomes in a way that makes the map feel like a real place rather than a compressed approximation. A map of this scale could support larger teams, longer games, and genuinely epic campaigns across Central Asia, India, or the Silk Road. Would anyone be up for playing something this large? (I don't know how to create a poll, please can any admin do it or maybe answer in this thread)
-
Some of you might remember my previous posts about the North and Central America, South America and World maps. I've now bundled all three of my continental maps into a single mod and submitted it to mod.io (currently pending approval) The mod includes: North and Central America: four biomes (polar, temperate, desertic, tropical), with special landmarks like buildable zones in Yucatan and Cuba. South America: the main South American rivers (including the Amazon), four biomes, and access to the Pacific through Chile. A full world map using a sinusoidal projection to preserve continent areas, with biomes as faithful to reality as the engine allows. Designed for epic, resource-rich battles. All maps are also available on GitHub if you want to take a look at the files or contribute: https://github.com/Baelish03/0ad-maps I'll update this thread once the mod is live on mod.io. Feedback and suggestions are always welcome — hope you enjoy them! P.s. For further details the thread for each project can be found on this forum. On those threads there were some suggestion, I will implement it! I want to remake better all these maps and to expand to all continents, so I will appreciate your help earth_maps.zip
