Quote:
curosity setting in....what prog are you using to open the .sim files please?
thanks in advance
|
TimeTraveler's FileAnalyzer, if it has the appropriate text files pre-created for the relevant data files. This provides very secure input, since data positions and values are defined by their relationship to the nearest preceding key text words.
TimeTraveler's TweakFile program is very competent, and has a wider range of pre-defined text files for different data files, but data positions seem to be defined relative to the first byte of the data file. If the size of the file changes, you may find that you get access to irrelevant data bytes. Most variables used in SH3 are, for some reason, single floating point (four-byte) variables.
If these fail (i.e. lack of appropriate pre-written text files to access the SH3 data), I shall use a simple hex editor. Usually I use that provided with Microsoft's Visual C++ compiler.
At the time of writing, family commitments prevent me from trying out any of these choices.
Stiebler.