Baureihe 423

General discussion about Train Simulator, your thoughts, questions, news and views!

Moderator: Moderators

User avatar
windberg
Established Forum Member
Posts: 389
Joined: Sun Dec 30, 2007 11:56 am

Baureihe 423

Post by windberg »

The DB Baureihe 423 is out now. A usefull addition for the Munich Augsburg route.
chrisreb
Very Active Forum Member
Posts: 3134
Joined: Fri Oct 17, 2008 10:48 am
Location: Southampton UK

Re: Baureihe 423

Post by chrisreb »

Available where?

Regards
User avatar
ckmemphis
Well Established Forum Member
Posts: 948
Joined: Thu Oct 01, 2009 6:09 am
Location: Cape Town, South Africa

Re: Baureihe 423

Post by ckmemphis »

Steam Store... I looks nice, but what cool features does it have...?

I want to know how good the PZB, and LZB systems work, and Sifa...?
Regards,
Craig K
User avatar
windberg
Established Forum Member
Posts: 389
Joined: Sun Dec 30, 2007 11:56 am

Re: Baureihe 423

Post by windberg »

SIFA, PZB and LZB is on board. I am not a real driver and no fan of the modern German railway. I can not compare the systems in TS2013 with the real ones.
User avatar
iceman2117
Very Active Forum Member
Posts: 3287
Joined: Thu Dec 27, 2007 1:45 pm
Location: Western Germany

Re: Baureihe 423

Post by iceman2117 »

hi, ...

The Br423 looks very nice and the cockpit has become very beautiful.
There is also a passenger view.
Good work for a fair price.
Can I recommend to buy clear.

g'ice
User avatar
holzroller
Very Active Forum Member
Posts: 4421
Joined: Sat Jun 13, 2009 11:00 am
Location: NE Scotland

Re: Baureihe 423

Post by holzroller »

Substituting the ttb sounds also works quite nicely. Simply rename the original sound bin, copy across the ttb sound bin and change name to match the original sound bin. Courtesy of the German forum
User avatar
iceman2117
Very Active Forum Member
Posts: 3287
Joined: Thu Dec 27, 2007 1:45 pm
Location: Western Germany

Re: Baureihe 423

Post by iceman2117 »

hi, ...

Houston, we have a Problem, ...

Unfortunately I could not find a switch or a link for the keyboard speedometer illumination.
What have the beta testers last night actually made ​​... sleep? :black:

g'ice
User avatar
windberg
Established Forum Member
Posts: 389
Joined: Sun Dec 30, 2007 11:56 am

Re: Baureihe 423

Post by windberg »

hi ice,

I think there are no instrument lights. Or do you know more about this model?
User avatar
holzroller
Very Active Forum Member
Posts: 4421
Joined: Sat Jun 13, 2009 11:00 am
Location: NE Scotland

Re: Baureihe 423

Post by holzroller »

Patch to use ttb sounds with this unit now available here http://rail-sim.de/railsimnew/index.php ... -ttb-sound
User avatar
DaveDewhurst
Very Active Forum Member
Posts: 1994
Joined: Wed Nov 28, 2007 10:21 am
Location: Birkenhead
Contact:

Re: Baureihe 423

Post by DaveDewhurst »

Which TTB pack do you need for this to work?

Thanks

Dave
User avatar
iceman2117
Very Active Forum Member
Posts: 3287
Joined: Thu Dec 27, 2007 1:45 pm
Location: Western Germany

Re: Baureihe 423

Post by iceman2117 »

hi, ...


TTB BR143 Plus Pack
and also with this Pack ... TTB BR294 Plus Pack
All two Packs are functionable.

g'ice
User avatar
johnmckenzie
Well Established Forum Member
Posts: 695
Joined: Wed Jan 05, 2011 9:57 pm

Re: Baureihe 423

Post by johnmckenzie »

Is it true that the wheels on the pantograph vehicle don't rotate?
User avatar
DaveDewhurst
Very Active Forum Member
Posts: 1994
Joined: Wed Nov 28, 2007 10:21 am
Location: Birkenhead
Contact:

Re: Baureihe 423

Post by DaveDewhurst »

johnmckenzie wrote:Is it true that the wheels on the pantograph vehicle don't rotate?
I did have a quick look but I was on a scenario which was so dark I couldnt see either way.

Looking at the bin file though I think I see why, if indeed it is, its happening.
It looks like the same issue that affected the 377.

Open ..\RailWorks\Assets\RSC\BR423Pack01\Elloks\BR433\433a.bin

And find the second bogey

Code: Select all

						<cRailVehicleComponentBlueprint-tag_sBogey d:id="58360232">
							<BogeyPivotX d:type="sFloat32" d:alt_encoding="00000000008016C0" d:precision="string">-5.625</BogeyPivotX>
							<BogeyPivotY d:type="sFloat32" d:alt_encoding="000000000000E03F" d:precision="string">0.5</BogeyPivotY>
							<BogeyBlueprint>
								<iBlueprintLibrary-cAbsoluteBlueprintID>
									<BlueprintSetID>
										<iBlueprintLibrary-cBlueprintSetID>
											<Provider d:type="cDeltaString">RSC</Provider>
											<Product d:type="cDeltaString">BR423Pack01</Product>
										</iBlueprintLibrary-cBlueprintSetID>
									</BlueprintSetID>
									<BlueprintID d:type="cDeltaString">Elloks\BR433\433_bogey 01.xml</BlueprintID>
								</iBlueprintLibrary-cAbsoluteBlueprintID>
							</BogeyBlueprint>
						</cRailVehicleComponentBlueprint-tag_sBogey>
And change it to

Code: Select all

						<cRailVehicleComponentBlueprint-tag_sBogey d:id="58360232">
							<BogeyPivotX d:type="sFloat32" d:alt_encoding="00000000008016C0" d:precision="string">-5.625</BogeyPivotX>
							<BogeyPivotY d:type="sFloat32" d:alt_encoding="000000000000E03F" d:precision="string">0.5</BogeyPivotY>
							<BogeyBlueprint>
								<iBlueprintLibrary-cAbsoluteBlueprintID>
									<BlueprintSetID>
										<iBlueprintLibrary-cBlueprintSetID>
											<Provider d:type="cDeltaString">RSC</Provider>
											<Product d:type="cDeltaString">BR423Pack01</Product>
										</iBlueprintLibrary-cBlueprintSetID>
									</BlueprintSetID>
									<BlueprintID d:type="cDeltaString">Elloks\BR433\433b_bogey 01.xml</BlueprintID>    <<<<<THIS LINE HAS CHANGED
								</iBlueprintLibrary-cAbsoluteBlueprintID>
							</BogeyBlueprint>
						</cRailVehicleComponentBlueprint-tag_sBogey>
No guarantees, so make a back up first but that should do it

Dave
Clemmo47
Very Active Forum Member
Posts: 1562
Joined: Tue Apr 20, 2010 3:27 am

Re: Baureihe 423

Post by Clemmo47 »

Thanks I'll try that

For the sound updates you unfortunately need the TTB 143 plus pack from Halcyon which is another £12 +
http://rail-sim.de/railsimnew/index.php ... ad/40/1601
There is another update which adds a few extras
http://rail-sim.de/railsimnew/index.php ... ad/64/1603
User avatar
iceman2117
Very Active Forum Member
Posts: 3287
Joined: Thu Dec 27, 2007 1:45 pm
Location: Western Germany

Re: Baureihe 423

Post by iceman2117 »

hi, ...
:wink:
g'ice

..a Testpaint for used Variant...
Image

Image


Bigger Image size 1440x 900 pix
http://img3.fotos-hochladen.net/uploads ... cwdir8.jpg

http://img3.fotos-hochladen.net/uploads ... 9208al.jpg
Locked

Return to “[TS] General Discussion”