View Single Post
Old 03-26-07, 07:14 AM   #2
nvdrifter
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by AOTD_Rhonen
Can someone post a Cameras.dat Tweak File ? I have tried to edit the SH3 Cameras.dat Tweak file for using in SH4 but does not realy work

pls help
It's really not that hard (just time consuming). You have to find the new absolute numbers for each line with a hex editor. The old Cameras.dat tweak file will only work with SH3.

Here is an example from the cameras.dat file:

[1]
DropDownName=UZO RestrictedRotation
absolute,long,1A3,Azimunth
absolute,single,1AB,Min
absolute,single,1B7,Max


The yellow info are the lines you have to search for with a hex editor. Look for the correct line in the hex editor by searching for a blank space between the name Azimunth and the strange looking text in the file. The strange looking text in the file is the encripted number you are trying to change.

For example in the hex editor: Azimuth (search here) $%$#

The orange characters are the encrypted numbers.

This isn't a very good explanation. But you can figure it out with some experimentation.

I might try to write up a better explanation soon.
  Reply With Quote