Bus Mods Krueger++ mod for London Citybus 400 Regional (1 Viewer)

Hi, is there a fix to the black seats using this mod?
1537641578722.png


Thanks in advance.
 

Advertisement

Yes, I have the same issue atm and would also like to know if there is a way to fix it...?
Same with me too. I asked about this problem months ago I never really got a reply so I'm having to stick with the old version of C400 for now.
It is due to the fact that the latest c400 update uses different seat models and configuration. This mod was never updated to include the new seat config.
 
Jun 17, 2018
15
9
I've had this problem as well. Your best bet is to uninstall the C400R (or move or rename the folder), install version 1.4c instead (the K++ mod is compatible with that one), and then install this mod. That should sort out your problems - just tried it myself :) Hope this helps!
 

btv

Jan 15, 2016
398
4,003
Cardiff
It's quite simple to fix. You need to open the relevant model config file, search for '# Seats' and replace the following:
Code:
# Seats

[mesh]
ADL_2010\ADL_Seatbacks_upper.o3d

[illumination_interior]
-1
-1
-1
-1

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_Seatfabric_upper.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_Seatbacks_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_Seatfabric_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck
with:
Code:
# Seats

[mesh]
ADL_2010\ADL_SeatFabricMoulded_upper.o3d

[illumination_interior]
-1
-1
-1
-1

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_SeatBacks_upper.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_SeatFabric_upper.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_SeatFabricMoulded_lower.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatFabric_wheelchair_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatBacks_wheelchair_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatBacks_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatFabric_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck
 
D

Deleted member 7744

It's quite simple to fix. You need to open the relevant model config file, search for '# Seats' and replace the following:
Code:
# Seats

[mesh]
ADL_2010\ADL_Seatbacks_upper.o3d

[illumination_interior]
-1
-1
-1
-1

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_Seatfabric_upper.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_Seatbacks_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_Seatfabric_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck
with:
Code:
# Seats

[mesh]
ADL_2010\ADL_SeatFabricMoulded_upper.o3d

[illumination_interior]
-1
-1
-1
-1

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_SeatBacks_upper.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_SeatFabric_upper.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_SeatFabricMoulded_lower.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatFabric_wheelchair_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatBacks_wheelchair_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatBacks_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatFabric_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

It worked, Thank you very much my friend :)
 
  • Like
Reactions: btv
Apr 12, 2017
55
2
3
It's quite simple to fix. You need to open the relevant model config file, search for '# Seats' and replace the following:
Code:
# Seats

[mesh]
ADL_2010\ADL_Seatbacks_upper.o3d

[illumination_interior]
-1
-1
-1
-1

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_Seatfabric_upper.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_Seatbacks_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_Seatfabric_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck
with:
Code:
# Seats

[mesh]
ADL_2010\ADL_SeatFabricMoulded_upper.o3d

[illumination_interior]
-1
-1
-1
-1

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_SeatBacks_upper.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_SeatFabric_upper.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_oberdeck

[mesh]
ADL_2010\ADL_SeatFabricMoulded_lower.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatFabric_wheelchair_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatBacks_wheelchair_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatBacks_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

[mesh]
ADL_2010\ADL_SeatFabric_lower_R.o3d

[matl]
seats.dds
0

[matl_lightmap]
seats_LM.dds
lights_beleuchtung_unterdeck

Thank you, working perfectly now :)
 
  • Like
Reactions: btv

Advertisement

Yuki7144

Announcement Pack-er
Apr 21, 2017
248
12
219
20
London, United Kingdom
Just to further btv's post, if you dont understand what he means or you've tried but you've changed something else by accident and it no longer works, then please move the file inside the attached zip file into the "OMSI 2/Vehicles/London Citybus C400R/model/"
 

Attachments

  • modelfix.zip
    7.2 KB · Views: 6
Apr 12, 2017
55
2
3
Is it likely that an update to this mod may be created to support the updated version of the C400 and now the open top version too as I tried getting this mod to work on the open top version earlier but unfortunately I didn't have any luck with it?
 

Advertisement

Road-hog123

An Orange Bus
FF Council
UKDT
Add-on London Team
Dec 10, 2015
2,287
109
3,158
Kent, UK
roadhog123.co.uk
Pronouns
He/Him
It says on the main page to download it from the 'Update' tab but I can't seem to find that, all I can see is the 'History' tab which only contains the versions for the standard C400R...?

It might just be me being stupid though ????
OP edited the description prior to their update being approved, once a new version is approved it'll be available through the download button as usual.
 

Advertisement

This thread is more than 3 years old.

Your message may be considered spam for the following reasons:

Users who are viewing this thread