Lump Analyzer
From NFBSP
| Lump Analyzer | |
|---|---|
| Author(s) | FordGT90Concept |
| Size | 17.0 KiB |
| Release Date | 20 Feb 2008 |
| Current Version | 1.0.2 |
| Prerequisites | .NET Framework 2.0 |
| CLR Compliant | No |
| Download | |
Assists in understanding binary tables like those produced by Lump Separator. It can also easily modify entire rows of values.
[edit]
Usage
Double-click the extracted application to run it. Some tips on how to use it:
- Right click the column header to change the column type (signed, unsigned, floating point decimals, and strings), set all values to zero, maximum, or minimum, or view column details.
- Double left-click in a field to modify it's value. If you modify something, make sure to save it or changes will be lost.
- You can use Ctrl+C to copy selected columns/rows and paste it in another application. It is very helpful to copy and paste data into a spreadsheet program like Microsoft's Excel in order to use your own formulas on the data.
- A red circle with a white "X" will appear in the very last column if the final row is incomplete and therefore omitted.
[edit]
Version History
- 1.0.2 - Automatically saves and loads column type information. Also allows you to change all values in a column to a custom value instead of just min, max, or zero.
- 1.0.1 - Fixed a bug where changing the type to string under certain circumstances would cause a crash. The first public release.
- 1.0.0 - The initial version for internal use only.
