Enfin, le BR 111 comme j’aime: Q Buffer, pas trop sale, à coups de ciseaux et sans ZZA. C’est une maison ! ![]()
How to remove ZZA ?
I dont like ZZA so I remove it from all BR 111 2020. This tuto will explain how to do it.
First, copy the folder VirtualRailroads\vR_BR111_VRot_2020 to a safe location to have a backup.
1/ Outside view
Step 1
- Go to folder VirtualRailroads\vR_BR111_VRot_2020\ZZA and edit ZZA_device.bin with RWtools.
- Change the line from :
< GeometryID d:type="cDeltaString " > virtualRailroads\vR_BR111_VRot_2020\ZZA\[00] ZZA_device/GeometryID>
to :
< GeometryID d:type="cDeltaString » ></ GeometryID >
- Save the file.
Step 2
- Go to folder VirtualRailroads \vR_BR111_VRot_2020\Elloks\BR111 and edit the GeoPcDx of the engine (exemple : BR111-066-7. GeoPcDx) avec RWtools.
- Use CRTL + F to locate the name : zza_vrot (the goal is to change his shader).
< ShaderName d:type="cDeltaString " >TrainBasicObjectDiffuse. fx</ ShaderName >
< TextureByName>
<e d:type="cDeltaString">textures\[00]zza_vrot</e>
- Change the shader
< ShaderName d:type="cDeltaString " >LoftBlendTexDiffTrans.fx</ ShaderName >
< TextureByName>
<e d:type="cDeltaString">textures\[00]zza_vrot</e>
- Save
- You need to repeat Step 2 for all engines.
Step 3
- Copy the ZZA_VRot.TgPcDx from the attached file to the folder VirtualRailroads\vR_BR111_VRot_2020\Elloks\BR111\Textures.
- Replace when prompted.
ZZA is riped from external view.
2/ Inside
Step 1
- Go to folder VirtualRailroads \vR_BR111_VRot_2020\Elloks \BR111-CabSimAudio\Cab and edit the Cab.GeoPcDx
- Use CRTL + F to locate the name : zza_rgb_a (the goal is to change his shader).
< ShaderName d:type="cDeltaString " >TrainBasicObjectDiffuse. fx</ ShaderName >
< TextureByName>
<e d:type="cDeltaString">textures\[00]zza_rgb_a</e>
- Change the shader
< ShaderName d:type="cDeltaString " >LoftBlendTexDiffTrans.fx</ ShaderName >
< TextureByName>
<e d:type="cDeltaString">textures\[00]zza_rgb_a</e>
- Save
- This change the cab used by all engines.
Step 2
- Copy the zza_rgb_a.TgPcDx from the attached file to the folder VirtualRailroads \vR_BR111_VRot_2020 \Elloks\BR111-CabSimAudio\Cab\Textures
- Replace when prompted.
ZZA is riped from internal view.
3/ Enjoy BR 111 without ZZA
PS : zza_rgb_a and zza_vrot are the same transparent texture. If you know how TS works (need some skill), you can use an other name for the texture like No_ZZA, store it at one place, and change all path in GeoPcDx files. It’s also possible to preserve ZZA by not doing 1 Step 1 and remove the childitem pointing to ZZA_device.bin. But you have to edit the bin file of all engin in addition to the GeoPcDx.
PPS : Feel free to translate it into german and to improove my poor english explanation !