-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
123 lines (96 loc) · 3.29 KB
/
readme.txt
File metadata and controls
123 lines (96 loc) · 3.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
FFR Map Editor v1.08
Credits ........... [S01]
Version Changes ... [S02]
Controls .......... [S03]
Settings .......... [S04]
*** Credits *** [S01]
Main Developer
wildham
Icons Designer
DarkmoonEx
Based on the work of
tetron (Overworld Map Format)
madmartin (Enabling Logic)
Beta Tester
shoombabi
Source code at
https://github.com/wildham0/FFRMapEditorMono
*** Version Change *** [S02]
1.08: - Fix Smart Brush smoothing tiles on hovering
1.07: - Fix Save As bug.
- Fix file corruption bug.
1.06: - Fix Undo/Redo options.
- Fix crash on saving.
1.05: - Add Selection and Copy/Paste.
1.04: - Add Gridlines and Coordinates options.
1.03: - Fixed FFR locations error at import.
1.02: - Added Undo/Redo options for painting actions on the map.
- Added automatic backup ("backupowmap.json" in root folder)
1.01: - Added safeguards to New Map and Load Map functions.
- New Map now clear Map Objects.
1.00: - Initial Release
*** Controls *** [S03]
Main Map:
Left-click: Use selected tool
Right-click: Select current tile
Mousewheel: Zoom-in/zoom-out
New File:
Create a new map of sea tiles only.
Load File:
Load a FFR Map (json) or a FFHackster map (ffm).
Save File/Save File As:
Save the current map as a FFR Map (json) or a FFHackster map (ffm).
Note: FFHackster map files won't include domains, docks and objects info.
Pencil Tool:
Right-click: Show the tile picker.
X: The tile isn't found on the map.
Arrow Down: The tile is found on the map.
On Map: Place a single tile of the current selected tile.
Smart Brush Tool:
Right-click: Show the brush picker.
Left-click: Increase brush size.
On Map: Place an area of the current selected tile, adjusting the borders to match the surrounding tiles.
LCTRL+Mousewheel: Increase/decrease brush size.
Templates Tool:
Select a predrawn template.
On Map: Place the template.
Domains Overlay:
Select an encounter domain.
On Map: Set selected zone to the selected domain.
Docks Overlay:
Select a dock location (if the ship is found at that location, the ship will spawn at that dock).
X: The dock isn't placed.
Arrow Down: The dock is placed.
On Map: Set selected dock at location.
Map Objects Overlay:
Select a map object location. The Ship object isn't used (see Docks Overlay).
X: The object isn't placed.
Arrow Down: The object is placed.
On Map: Set selected object at location.
Undo:
Cancel the previous painting action on the map.
Keyboard shortcut: LCTRL+Z
Redo:
If undo was used, go forward to current actions.
Keyboard shortcut: LSHIFT+LCTRL+Z
Selection:
Enable selection mode.
Left-click and hold: Select tiles.
LCTRL+C: Copy selection.
LCTRL+V: Paste selection.
Gridelines:
Right-click: Toggle gridelines.
Left-click: Change gridelines spacing.
Keyboard shortcut: G
Coordinates:
Right-click: Toggle coordinates display in the left corner.
Keyboard shortcut: I
Exit:
Exit Program
Info:
Show credits, version, urls.
*** Settings *** [S04]
These settings can be modified in the settings.json file in the root folder. If the file isn't there, running and quitting the map editor will create it.
Resolution X/Y: Default window size.
Undo Depth: How many actions back that can be undone. Default is 4, higher count means higher memory usage.
Backup Delay: How often the backup map is saved. Default is 5 minutes.