Skip to content

Commit 9cf9890

Browse files
committed
readme
1 parent a2b47c8 commit 9cf9890

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,11 @@ All images displayed in MMCheat are read directly from the game's memory, except
8484

8585
Right-click on the map image to save it as a BMP/SVG file or view image information. Outdoor maps are saved as BMP files, while indoor maps can be saved as either SVG or BMP files. The "image info" window displays the file name, width, height, map coordinate (X, Y) range, and map size.
8686

87+
#### Hidden feature: Batch save all maps
88+
8789
![Map Tab (Save Image)](intro_imgs/1.3.png)
8890

89-
**Hidden feature: Batch save all maps.** To save all maps at once, select any _NWC_ dungeon map (one NWC map exists in each of MM6, 7, and 8, MMMerge has all three NWC maps), right-click and choose save image, then type one of the following as the filename:
91+
To save all maps at once, select any _NWC_ dungeon map (one NWC map exists in each of MM6, 7, and 8, MMMerge has all three NWC maps), right-click and choose save image, then type one of the following as the filename:
9092

9193
- `@allindoorsvg` - Save all indoor maps as SVG files
9294
- `@allindoorbmp` - Save all indoor maps as BMP files
@@ -101,7 +103,7 @@ MMCheat will save all maps in the selected format to your chosen directory.
101103
```
102104

103105
- **STROKE_WIDTH**: Thickness of the SVG lines (default: 10)
104-
- **MAX_NOMINAL_SIZE**: Fixed maximum width or height of the SVG output in pixels. If ≤ 0, uses the actual coordinate width and height (default: 1024)
106+
- **MAX_NOMINAL_SIZE**: Fixed maximum width or height of the SVG output in pixels. If ≤ 0, uses the actual coordinate width and height (default: 1024) (note that it's just a nominal size, SVG is a vector format and can be scaled to any size)
105107
- **PADDING**: Border padding in game coordinate units (default: 100)
106108

107109
```
@@ -213,7 +215,7 @@ The 3 levels of Poison and Diseased can be considered different conditions shari
213215

214216
![Party Tab](intro_imgs/4.png)
215217

216-
Fame is _floor(total_experience / 1000)_ in MM6 and 7, and _floor(main_character_experience / 250)_ in MM8. You need to change characters' experience to change the fame value, so it is not listed in MMMerge.
218+
Fame is _floor(total_experience / 1000)_ in MM6 and 7, and _floor(main_character_experience / 250)_ in MM8. You need to change characters' experience to change the fame value, so it is not listed in MMCheat.
217219

218220
Attack recovery time change is not persistent; it will be reset after game reload or exit. "Use minimum for melee & shooting" is for all characters (in the party). Shooting minimum recovery time is fixed at 0; only Melee minimum recovery time is changeable.
219221

0 commit comments

Comments
 (0)