-
Notifications
You must be signed in to change notification settings - Fork 8
Release Notes
Available since 2024-06-04
- NEW : Non uniform density for object placement
- NEW : Ground Detail Texture Browser
- NEW : Satellite color correction option
- NEW : Recent files list
- NEW : "Aerial image" view in map editor and composition editor
- NEW : Edit ground textures of an existing map
- NEW : Save a map to a new location (wrp file) : allow to change pbo prefix/world name
- NEW : Aeroways (flattening and surface)
- NEW : Asphalt surface
- NEW : Terrace are detected as Residential buildings
- NEW : Randomization operations within composition to have less uniforms renders (Pre-configured on Vineyards).
- NEW : You can change the data sources URI to use mirrors or custom compatible sources
- FIXED: Cowshed are now correctly detected as Agricultural buildings.
- FIXED: Error preventing generation of locations with partial SRTM coverage
- FIXED: Out of bound elevation was sometime not compatible with border elevation leading to gaps
- TWEAKED: Errors caused by corrupted p3d file now indicates the file name
Available since 2023-11-28
- NEW: Road editor for Arma 3 map files
- NEW: 3D Preview in asset browser
- NEW: Mass edit operation on objects of an Arma 3 map file
- NEW: Import/Export elevation grid of an Arma 3 map file
- FIXED: Opening an Arma 3 map file after a binarize related crash now restore config allowing further edit.
- TWEAKED: Scrolling in preview map now use the right button of the mouse
The first feature to integrate the map editor is the modification of the roads of an Arma 3 map. The editor will become a full featured map editor in the future. The editing process will not be limited to Arma 3 maps, but will allow also to edit OSM interpreted data.
Use the Open Editor button
You can select roads, move points, add points (double click on road), continue paths, or merge them (use ctrl+click to select multiple roads).
In the Inspector tool you can change road type.
You can also add roads.
Note: Depending on Zoom level more or less objects shapes will appear. They cannot be edited yet.
Some objects does not feature a screen shot, use right click to get a 3D preview.
Use right-click to rotate object, and mouse wheel to zoom in/out.
The preview is really basic, color render can be very different from actual in-game appearance.
A new "objects" section is available with a list of all used objects.
You can use "Replace", to replace an object by an other (Use Entrer to add a line).
You can use "Reduce", to reduce the number of objects (Use Entrer to add a line).
A new "Elevation" section is available to import or export elevation data.
Available since 2029-10-24
- NEW: Tagging support on variations, seeds, and filling objects
- NEW: Support for glacier and scree grounds
- NEW: ACE3 Weather settings
- NEW: Configuration of out of bounds procedural generation
- NEW: Randomization of procedural street lights distance
- NEW: Support for wind turbines
- FIXED: Empty variations and seeds are ignored to balance probabilities when saving an asset configuration. This avoid the "Sum of probability must be 1" error.
- FIXED: Hemisphere of generated map was reverted. For northern hemisphere map sun was appearing at North, and daylight duration was incorrect.
- FIXED: Dark theme
- TWEAKED: Street lights are no more generated within ocean (with CentralEurope preset)
You can now add conditions on variations (filling, edged, fences, walls). Available tags are quite limited but will be extended in future versions.
Please note that conditions is evaluated on each variations, all variations that matches can be used based on specified probabilities. If two variations are designed to be exclusive, you have to exclusive conditions on them. For exemple one with IsMilitary
and the other one with !IsMilitary
.
You can also add conditions on seeds and objects within filling variations.
Areas that are mapped as Glacier and Scree have now a specific ground texture. Scree allows also to have specific filling objects.
Generated maps now includes data required by ACE3 Weather module to generate realistic weather (Temperature, humidity and wind).
Data is based on statistics on ERA5 data from years 2010 to 2020.
This feature is available as a standalone service on https://arm.pmad.net/AceWeather
Existing maps, must edit their config.cpp file to benefit from this change as this file is never overwritten. You have to add #include"ace-weather.hpp"
just after #include"mapinfos.hpp"
Mapped Wind turbines are now generated. They are oriented according to dominant wind (based on statistics on ERA5 data from years 2010 to 2020).
Generated configuration now includes procedural terrain generation (feature introduced by Arma 3 v2.04). This avoids full flat terrain around the map.
Available since 2029-09-18
- NEW: Support for streetlights
- NEW: Support for sidewalks
- NEW: Support for flagpole
- NEW: Support for lighthouses
- NEW: Support for "non-building" water towers
- NEW: Studio integrated preview of interpreted OpenStreetMap data
- NEW: Integrate objects into map from a TerrainBuilder text file
- NEW: Export/import satellite image and texture mask to edit them
- NEW: Default filling option for urban areas
- NEW: Some objects can now have tags to create conditions on where they should be used
- FIXED: Road’s indexing was incorrect leading to misc. issues like building largely overlapping roads
- FIXED: Ocean boundary resolution was sometime incorrect, leading to "under-water" maps
- TWEAKED: Buildings tagged as houses in OpenStreetMap are now always residential buildings
- TWEAKED: Small bridges are now ignored as they can't be correctly generated
Streetlights are now generated. OpenStreetMap data is completed by a procedural generator, as most streetlights are not mapped. Procedural generator settings are available on each road type in the asset configuration.
Sidewalks are also generated, but does not rely on OpenStreetMap data. It uses a specific procedural generator. Its settings are available on each road type in the asset configuration.
Warning: The sidewalks gives mixed results, you might prefer disable it by changing the setting on each road type, or removing the sidewalk asset. This will be reworked in a future release.
Lighthouse | Flagpole | Water tower |
---|---|---|
Interpreted data from OpenStreetMap can now be previewed in a built-in tool. This allows to pick specific layers and avoid the compute time of other layers.
It gives you a quick access to the viewed area on OpenStreetMap.org to check source data and eventually fix it.
Warning: Contour lines can be really long to compute.
You can now specify objects to use to fill urban areas, to make those areas more lively.
The map editor allows you yo import objects from Terrain Builder format text files. This allows you to use tools like Plopper.
The map editor also allows you to export and import satellite image and texture mask. This allows you to rework those images with an external tool such as Paint.Net, Gimp or Photoshop.
Elements from the "Objects" category are the first to benefit from the tagging system. This system allows you to add conditions on where an object can be used.
This system will be progressively made available on all elements in future releases.
Available since 2023-08-28
- NEW: Support for Vineyards, Orchards and tree rows
- NEW: Filling of default areas
- FIXED: Footsteps where not audible on maps processed with builtin PBO generator
- FIXED: Ocean depth was shifted around 450m north-east
- FIXED: Some areas filling was never ending
- TWEAKED: Export/import from Eden is now done into multiple parts if size exceed Arma 3 limits.
- TWEAKED: Memory usage have been drastically reduced when filling large areas
Vineyards areas are collected from OpenStreetMap data. In the asset configuration, you can specify the position of rows using composition or individuals objects.
Preview with CentralEurope builtin asset configuration:
Orchards areas are collected from OpenStreetMap data:
- Large areas are generated with rows of trees
- Smaller area are generated with randomly placed trees
Preview with CentralEurope builtin asset configuration:
Tree rows are also collected from OpenStreetMap, and generated with tree rows.
The studio allowed to specify default areas filling objects, but they were not used. Objects are now used to fill "blank" areas.
The CentralEurope asset configuration does not includes default areas. You have to create your own asset configuration to use that feature.
Fixes included in this version, allows you to generate large maps with a lot of objects with lower memory requirements. Anyway the processing time remain very long (multiple hours).
Arma 3 limits to 10 Mo the size of strings. Previous export function may exceed this limit and made the export/import process impossible.
Export size have been optimized to be much more smaller, and is automatically break down into multiple parts if size exceed Arma 3 limits.
Available since 2023-08-15
- NEW: Edit with Eden Editor
- NEW: Generate a mod from a WRP file
- NEW: Recent generated mods are displayed in the home screen
- TWEAKED: Changed satellite image textures to reduce the grid effect
- TWEAKED: Terrain builder export split large images into smaller images to avoid some performance issues
- TWEAKED: User inputs are validated in map creation
- TWEAKED: Automatic values are displayed in relevant fields
- FIXED: Railroad detection may have crashed application
- FIXED: Error "Attribute id already exists" could occurs on some regions
- FIXED: TML filename was incorrect for some mods
This feature is intend to allow a simpler way of editing generated map.
It can used to fix objects location, add or remove objects. See Edit With Eden Editor.
Right click and "Edit Object" | Object becomes editable | Move object |
---|---|---|
It's not as powerful as Terrain Builder editing, but it is much more accessible. See Edit with Eden editor and integrate to map, or export to Terrain Builder for a comparaison of editing processes.
List of recently generated mods (exports to terrain builder are not yet included):
You can open a WRP file from the project drive, typically generated with Terrain Builder or with GameRealisticMap, and generate a mod with the builtin generator.
Note: In current version, the generator assumes that PNG have been already converted to PAA.
In map generation process a "fake satellite image" is built using colors from terrain texture. This is intend to reduce the color gap between satellite image (used far from the camera) and ground texture (used near the camera).
Textures have been replaced by a solid color to avoid a "grid effect".
Available since 2023-08-09
- FIXED: Sometime railroad detection crashed the application
- FIXED: Some parts of the map may appeared white due to a missing file
- FIXED: An error in Performance Counters prevented generation launch, error is now ignored
- FIXED: Most maps with coastline were generated underwater
Available since 2023-08-07
- NEW: Railways support (only straight segments)
- NEW: Ocean support (elevation and ground texture)
- NEW: Generate a map to terrain builder file format, to edit the map with classic tools
- NEW: Fences/Walls/Hedges can use randomized segments
- NEW: Fences/Walls can have corner objects such as columns
- NEW: Hedges can have a natural render using random oriented bushes or small trees
- NEW: World-wide support (including above latitude 60° North and below 60° South using JAXA data)
- NEW: An error report can be generated from the Help menu to ease diagnostics (generate a zip file)
- FIXED: Long bridges now works, they can now be built with more than one middle element
- FIXED: Error popups show the underlying error instead of a generic message
- FIXED: Stripes appeared on some maps due to an internal computation error
- TWEAKED: OpenStreetMap data download timeout have been increased to 5 minutes (instead of 3 minutes and 15 seconds)
Ocean/sea is now supported, that allow to create island or coastline maps.
Ocean depth is based on SRTM15+ that includes data from various public domain sources.
Land surface remains based on SRTM1 from NASA for most areas. Regions with no SRTM1 data now use AW3D 30 from JAXA.
Coastline is extracted from OpenStreeMap, to determines whenever land or ocean depth should be used for elevation.
A specific texture is used for ocean ground / sea bed. A sand texture is used for coastline (both water side and land side). Those textures can be changed with a custom asset configuration.
Preview #1 | Preview #2 |
---|---|
You can now generate a map to import it in Terrain Builder, and then edit it with classic tools. See Terrain Builder Export for more information.
Wall corner (with angle larger than 45°) use to have a poor render due to the gap between objects. Now a corner object have been defined, and can be changed, to hide the gap.
Beta 3, without corner object | Beta 4, with corner object |
---|---|
Natural hedge was not possible to achieve in previous version. Now you can set a list of objects that will be placed with random orientation. Anyway, this is not included in a builtin asset configuration, you can use it with our own configurations.