View Single Post
Old 07-25-07, 09:50 AM   #2
Redwine
Sea Lord
 
Join Date: Jan 2002
Location: San Martin de los Andes, Neuquen, , Argentina.
Posts: 1,962
Downloads: 10
Uploads: 0
Default

Quote:
Originally Posted by mavmcleod
Hi everyone,

as I'm working with a lot of different mods I would like to implement some changes made in scene.dat from mod1 in scene.dat in mod2 (e.g. Improved Underwater Visibility Mod & 9km Visibility Mod).

Is there any tool (like winmerge for .cfg files) to compare two different .dat files and move the changes from one to the other?

Have to say that I'm not very experienced in hex-files.

Good hunting!
Maverick
You do not need too much skill, just open the .dat files using a Hexagecimnal Editor and click on number and change it.

Just open the 9km visibility mod files and add my changes manually.


Manual Editing :

Abrir el archivo Scene.dat con un editor hexagecimal, y modificar lo siguiente :

Open the Scene.dat file using a hexadecimal editor and modify the following :


1]
Valor Original/ Original Value : (-4)
0003da 6F 67 00 00 00 80 C0 00 @@....Fog....A.

Valor Visibilidad Bajo el Agua Mejorada/ Improved Underwater Visibility : (-3)
0003da 6F 67 00 00 00 40 C0 00 @@....Fog...@A.


2]
Valor Original/ Original value : (18)
0003da 6F 67 00 00 00 80 C0 00 00 90 41 00 ..A.PF<....UpLight

Valor Visibilidad Bajo el Agua Mejorada/ Improved Underwater Visibility : (30 m)
0003da 6F 67 00 00 00 40 C0 00 00 f0 41 00

Valor Visibilidad Bajo el Agua Mejorada/ Improved Underwater Visibility : (60 m)
0003da 6F 67 00 00 00 40 C0 00 00 70 42

Valor Visibilidad Bajo el Agua Mejorada/ Improved Underwater Visibility : (70 m)
0003da 6F 67 00 00 00 40 C0 00 00 8c 42

Valor Visibilidad Bajo el Agua Mejorada/ Improved Underwater Visibility : (100 m)
0003da 6F 67 00 00 00 40 C0 00 00 c8 42


3]
Valor Original/ Original Value : (120 m)
001b6a 00 00 f0 42 ..öB



4]
Valor Original/Original Value : (180 m)
001b6a 73 74 61 6e 63 65 00 00 00 34 43 MaxDistance…4C

Valor Visibilidad Bajo el Agua Mejorada/ Improved Underwater : (300 m)
001b6a 73 74 61 6e 63 65 00 00 00 96 43 MaxDistance….C
Redwine is offline   Reply With Quote