Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobharder committed Jun 19, 2022
1 parent 4f4fe1e commit d49afc9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AnnoMapEditor/UI/ExportAsMod.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<RowDefinition Height="*" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<TextBlock Grid.Row="0" Grid.Column="0" Style="{StaticResource DefaultLabelStyle}" Text="Map Type:" />
<TextBlock Grid.Row="0" Grid.Column="0" Style="{StaticResource DefaultLabelStyle}" Text="Replace:" />
<ComboBox Grid.Row="0" Grid.Column="1" IsReadOnly="True"
ItemsSource="{Binding AllowedMapTypes}"
SelectedItem="{Binding SelectedMapType, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
Expand Down
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project is not affiliated in any way with Ubisoft.
Anno 1800 is a trademark of Ubisoft Entertainment in the US and/or other countries.
Anno is a trademark of Ubisoft GmbH in the US and/or other countries.

![](./doc/screenshot-1.jpg)
![](./doc/export-as-mod.gif)

The current version of the map editor is only useful if you know how to mod and work with extracted RDA files.

Expand All @@ -19,25 +19,29 @@ If it didn't find it, you'll need to set the path manually to your game or a fol

## Features

- open, view and save map templates (`.a7tinfo` and [FileDBReader](https://github.com/anno-mods/FileDBReader) `.xml`)
- open map templates directly from the `.rda` game archives
- move islands
- save as playable mod
- open map templates from the game, or extracted files (`.a7tinfo` and [FileDBReader](https://github.com/anno-mods/FileDBReader) `.xml`)
- rearrange islands
- save as ready-to-play mod (Old World in Sandbox mode only)
- save as map template for manual modding

## Roadmap

- move, change islands
- add, remove islands
- change islands type
- resize session
- fertilities, mine slots
- save as playable mod for other regions
- save Cap Trelawney, Arctic, Enbesa as mod
- save New World as mod mod after DLC12

There won't be a save as new region.
It's not reliable to do so without manual editing.

## Changelog

### [Unreleased]
### 0.4

- Move islands
- Save as playable mod
- Save as playable mod (Old World only)

### 0.3

Expand Down
Binary file added doc/export-as-mod.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d49afc9

Please sign in to comment.