Steven Luppino
New Member
- Joined
- Jun 15, 2016
- Messages
- 15
- Thread Author
-
- #1
Hello,
Im trying to read a notepad that is in hex format in normal text. I have downloaded the program notepad++, but cant follow the tutorials very well. I tried typing the exact words from the title and couldnt find a tutorial to match, nor do I necessarily wish to learn too much about hex figures.
I was wondering if anyone knew of a simple tutorial that showed how to perform this function, if there was one, or could drop a few lines showing steps how to do this.
Thanks.
Im trying to read a notepad that is in hex format in normal text. I have downloaded the program notepad++, but cant follow the tutorials very well. I tried typing the exact words from the title and couldnt find a tutorial to match, nor do I necessarily wish to learn too much about hex figures.
I was wondering if anyone knew of a simple tutorial that showed how to perform this function, if there was one, or could drop a few lines showing steps how to do this.
Thanks.
Solution
- Open the hex file in notepad++
- Select all the text
- Click Plugins > Converters HEX > ASCII
Steven Luppino
New Member
- Joined
- Jun 15, 2016
- Messages
- 15
- Thread Author
-
- #3
Thanks.
I still get this error.
I still get this error.
Last edited by a moderator:
Steven Luppino
New Member
- Joined
- Jun 15, 2016
- Messages
- 15
- Thread Author
-
- #5
No idea what?
Steven Luppino
New Member
- Joined
- Jun 15, 2016
- Messages
- 15
- Thread Author
-
- #7
Its just a game save file that Id like to alter a bit, but it has only the name "file" for the extension.
I dont know what it is myself, but then I dont know much about computers anyway.
I dont know what it is myself, but then I dont know much about computers anyway.
zirkoni
Extraordinary Member
- Joined
- Oct 8, 2009
- Messages
- 230
Then it's probably some custom format and that's why Notepad++ can't convert it to text. You could try a hex editor instead but it will probably be difficult/impossible to figure out what to change and how. Maybe create several save game files each with small changes in the game state and compare them???Its just a game save file