Jump to content

1 Screenshot

About This File

This is yet another small software written in C#. Like the filename says, it will convert HEX values to String (read Restrictions) . The application will also accept gravity dumps.

hex2strscreenshot.png

How to Use

No buttons to click, no menus to go through. Paste your hex in the input box and then press "tab" or shift focus to the output area.

What is the Use ?

  • Convert Hex to String.
  • Try to figure out what could have caused the gravity error. (Though the output is not always helpful)

Restrictions

Only accepts the following inputs:

  • Gravity Dumps (only the hex part like in the screenshot - multi-line and single-line)
  • Space delimited or non-separated Hex strings (multi-line and single-line) eg.: 0505550500 or 05 05 05 05 00.

If there is an error in the input, it throws the error in a Dialog box. Click Ok to ignore it. You can google the error to find what was wrong with the input.

Platform

Compiled using VS11 Beta on Win7 x64.

Is the source available ?

Yes. It is. You can get it from here.

Can I modify it ?

Yes. Go crazy.

PS:The gravity error was taken from a support thread at eA about custom items.


What's New in Version 1.0

Released

  • Parse Gravity Dumps
  • Parse Space delimited and contiguous Hex strings
  • Parse multi-line and single-line inputs

×
×
  • Create New...