|
发表于 2007-7-3 18:52:03
|
显示全部楼层
Radar Scope Lenses :
You can put any \"lens\" texture as radar texture on your cockpit, you must mod aircraft_avionics.ini file :
--------------------------------------------
make copy of your oryginal avionics.ini file
--------------------------------------------
1. Copy and paste BMP texture you want into your aircraft Cockpit directory
2. Open avionics.ini file palced in you aircraft directory and change these lines :
[TextureData]
RadarTexture=cockpit\\radar_lens.bmp
Thats all for radar display scope
If you wanna change TV display change copy and paste BMP texture you want into your Cockpit directory and add these lines in avionisc.ini file :
// TV SCREEN
[TVDisplayData]
UseRadarTexture=TRUE
DisplayLimitLeft=4
DisplayLimitRight=128
DisplayLimitTop=9
DisplayLimitBottom=128
ApplyFilter=TRUE
FilterMaterial=DTVFilterMaterial
OverlayTexture=
[DTVFilterMaterial]
DepthBufferCheck=FALSE
DepthBufferWrite=FALSE
RenderedInOrder=FALSE
AlphaTestEnabled=FALSE
CullMode=NO_CULL
LightEnabled=FALSE
SpecularEnabled=FALSE
EmissiveEnabled=FALSE
FogEnabled=FALSE
AmbientColor=1.000000,1.000000,1.000000,1.000000
DiffuseColor=1.000000,1.000000,1.000000,1.000000
ZBufferOffset=0.000000
PriorityLevel=1
BlendOp=MODULATE
NumTextureStages=1
// Below choice the texture name
TextureStage[01].TextureName=cockpit\\GREENTVlines2lens.bmp
TextureStage[01].MipMap=FALSE
TextureStage[01].FilterEnabled=FALSE
TextureStage[01].StageColorOp=TEXTURE
TextureStage[01].StageAlphaOp=DIFFUSE
Notice - to make the TVDisplay texture visible, the weapon must use a IIR or TV homing guidance and in weapon editor the \"Bypass TV filter Color \" MUST BE DISABLE ( UNCHECKED ) !!!
If the aircraft has separate RWR instrument you can change texture of RWR too. In Avionics.ini file change these lines :
[TextureData]
RWRTexture=cockpit\\blackdarkglassy_rwr.bmp or antoher name of texture you want to try. And remember - all texture you want to use must be palced in your aircraft Cockpit directory !
::::::: Some aircrafts use multiple textures for radar display - you must change the main texture only
*******************************************
Konrad Regula 2007 any questions : closterman@wp.pl
************************************************************************************************************************** |
|