File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 3
3
A MapleStory .wz visualizer written in C#
4
4
Also known as a GM Handtool!
5
5
6
- # Features
6
+ ## Features
7
7
- Each cell automatically have their contents copied to the clipboard
8
8
- Click and drag to select cells, rows and/or columns and use ` CTRL+C ` to copy
9
9
- Also works for images!
10
-
11
10
- Double click the ID column to copy an !item command (mainly useful for private servers)
12
-
13
11
- Saves data into binary files allowing for faster startup/load times as you no longer have to wait for .wz decryption
14
-
15
12
- Supports ` .img ` and ` .wz ` files
16
13
17
- - Hold ` SHIFT ` when loading or saving to process all tabs (** Warning** : High memory usage!)
18
-
19
14
- Double click a ` Properties ` cell to view data
20
15
![ application screenshot] ( ./WzVisualizer/Resources/main.png )
21
16
22
17
- Double click an image to auto adjust column and row size to match the image
23
18
![ application screenshot] ( ./WzVisualizer/Resources/auto-size.gif )
24
19
25
20
- Search box uses each word (separated by spaces) as indivudual search queries
26
- ![ application screenshot] ( ./WzVisualizer/Resources/search.png )
21
+ ![ application screenshot] ( ./WzVisualizer/Resources/search.png )
22
+
23
+ - Export tabs into CSV data
24
+ ![ application screenshot] ( ./WzVisualizer/Resources/csv.png )
You can’t perform that action at this time.
0 commit comments