The texture changes for those items aren't set up as standard, so you will need to modify the model cfg files.
For example, if you want to mod the floor for the D92 here's what you need to do:
Navigate to model_D92.cfg (Omsi\Vehciles\MAN_SD202\Model)
Open the file in Notepad and change the Textur-Changes section to look like the following:
- Code:
-
########################################
Textur-Changes
########################################
[CTC]
Colorscheme
Texture\Werbung_D92
0
[CTCTexture]
farbschema_tex1
D92_01.tga
[CTCTexture]
farbschema_tex2
D90-92_02.bmp
[CTCTexture]
farbschema_tex3
D92_03.bmp
[CTCTexture]
farbschema_tex4
D90-92_04.bmp
[CTCTexture]
farbschema_tex5
SD_Neu_Fahrersitz.bmp
[CTCTexture]
farbschema_tex6
D92_Rad_h.bmp
[CTCTexture]
farbschema_tex7
D_Rad_v.bmp
[CTCTexture]
farbschema_trans
D86_trans.tga
You can now add the repaints in the werbungen1_zugelassen.cti (Omsi\Vehicles\MAN_SD202\Textures\Werbung_D92) file as per the following example:
- Code:
-
***************************************
Rotherham Mainline v3
***************************************
[item]
Rotherham Mainline v3
farbschema_tex1
D92_01_Roth_Mainline_v3.dds
[item]
Rotherham Mainline v3
farbschema_tex2
D92_02_Shef_Mainline.dds
[item]
Rotherham Mainline v3
farbschema_tex3
D92_03_SYT.bmp
[item]
Rotherham Mainline v3
farbschema_tex4
D90-92_04_SYT.bmp
[item]
Rotherham Mainline v3
farbschema_tex5
SD_Neu_Fahrersitz_SYT.bmp
[item]
Rotherham Mainline v3
farbschema_tex6
D92_Rad_h_Mainline.bmp
[item]
Rotherham Mainline v3
farbschema_tex7
D_Rad_v_Mainline.bmp
Same principles apply to all the other bus types.
Hope that helps.