Skip to content

Commit b8c540a

Browse files
authored
Update README.md
1 parent 7ce40bc commit b8c540a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# HexString
2-
HexString is a text dumper that creates a binary file which you can edit with your favorite text editor. It also allows automatic pointer calculation, making it much easier and faster to translate a ROM. It supports compression different pointers lenght and formats, also support compression via DTE/MTE.
2+
HexString is a text dumper that lets you extract text from a ROM using a simple and friendly user interface, which you can then edit with your favorite text editor. It also allows for automatic pointer computation, making translation to ROM faster and easier. It supports compression of pointers of different lengths and formats, as well as compression using DTE/MTE.
33

44
## Requirements
55
To compile you can use pyinstaller library.
@@ -25,19 +25,22 @@ build.bat
2525
To export script:
2626
1. Open ROM file and tbl file
2727
2. Select pointers format (lenght and endiannes)
28-
3. Fill all space in "Set Offsets"
28+
3. Fill all spaces in "Set Offsets"
2929
4. Press "Extract script and save", a window'll appear,
3030
select output file and save
3131
5. Edit the file with you favorite text editor, I
3232
recomment use Notepad++, always use UTF-8
3333

3434
To insert Script:
3535
1. Import Script in Select Files
36-
2. Refill all onformation or use open config in file
36+
2. Refill all spaces or use open config in file
3737
tab
3838
3. Press insert Script to ROM
3939

40+
More information in README.txt
41+
4042
## Console
43+
HexString allows the use of console commands for script creation using the included "console.exe"
4144
```
4245
console.exe [extract | insert] inFileName outFileName
4346
```
@@ -66,8 +69,8 @@ List of pointer format supported:
6669
4b 4 bytes little endian
6770
4bb 4 bytes big endian
6871
```
69-
Watch cli_commands.txt for detailed commands.
70-
Command lines don't handle to much exception, try to avoid using correct commands.
72+
See cli_commands.txt for detailed commands.
73+
Note: Command lines don't handle to much exception, try to avoid using correct commands.
7174

7275
## Frecuency Answer Questions
7376

0 commit comments

Comments
 (0)