Download
Update 1.0.1: fixed a tiny bug with line ending with symbol right after hex number.
This simple program serves its purpose - it converts all numbers in given code from hexademical (base 16) to 'normal' (base 10) system.
As you may already know, hexademical numbers are harder to read, and cause compilation errors when saving from world editor.
Code is replaced with 'smart' behaviour. It will not convert numbers withing strings, or mis-interpret numbers.
As you see, the 'interface' of the program is presented as 4 buttons:
» Proc. Field - convert all text from the left textbox and show the output in the right textbox.
» Proc. File - choose input and output files for processing.
This works much faster than field processing and does not have code length limitations.
Attention: this function uses stream processing. Do not choose the same file for input and output.
» About - show (un)important information about the author of the program.
» Exit - Quit the program.
Motivated by this topic