View Single Post
Old 08-04-07, 07:36 PM   #29
Ducimus
Rear Admiral
 
Ducimus's Avatar
 
Join Date: May 2005
Posts: 12,987
Downloads: 67
Uploads: 2


Default

Well, its whatever visual you want to call it in a tweak file. I made a dynamic tweak file one day when the hex addresses changed.

duplicate this 20 times in proper sequence
Code:
[4]
DropDownName=unknown
search,SensorType,4,byte,>2,SensorType
search,PreciseRange,4,single,>2,PreciseRange
search,MaxRange,4,single,>2,MaxRange
search,MinHeight,4,single,>2,MinHeight
search,MaxHeight,4,single,>2,MaxHeight
search,MinSensorHeight,4,single,>2,MinSensorHeight
search,MaxSensorHeight,4,single,>2,MaxSensorHeight
search,Surface,4,single,>2,Surface
search,RPMDetLevel,4,single,>2,RPMDetLevel
search,SweepPeriod,4,single,>2,SweepPeriod
search,SweepArc,4,single,>2,SweepArc
search,ProbInsideArc,4,single,>2,ProbInsideArc
search,Revolving,4,byte,>2,Revolving
search,SkipSweep,4,byte,>2,SkipSweep
search,BearingMin,4,single,>2,BearingMin
search,BearingMax,4,single,>2,BearingMax
search,ElevationMin,4,single,>2,ElevationMin
search,ElevationMax,4,single,>2,ElevationMax
And it will be the 16th item/instance of that block.
Ducimus is offline   Reply With Quote