mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 04:39:18 +02:00
build 200914. articulated coupler parameters change, driver aid logic tweak, sound overrides support, combined rain sound support
This commit is contained in:
@@ -9904,7 +9904,7 @@ void TMoverParameters::LoadFIZ_BuffCoupl( std::string const &line, int const Ind
|
||||
coupler->beta = 0.3;
|
||||
}
|
||||
else if( coupler->CouplerType == TCouplerType::Articulated ) {
|
||||
|
||||
/*
|
||||
coupler->SpringKC = 60.0 * Mass + 1000;
|
||||
coupler->DmaxC = 0.05;
|
||||
coupler->FmaxC = 20000000.0 + 2.0 * Ftmax;
|
||||
@@ -9912,6 +9912,14 @@ void TMoverParameters::LoadFIZ_BuffCoupl( std::string const &line, int const Ind
|
||||
coupler->DmaxB = 0.05;
|
||||
coupler->FmaxB = 4000000.0 + 2.0 * Ftmax;
|
||||
coupler->beta = 0.55;
|
||||
*/
|
||||
coupler->SpringKC = 4500 * 1000;
|
||||
coupler->DmaxC = 0.05;
|
||||
coupler->FmaxC = 850 * 1000;
|
||||
coupler->SpringKB = 9200 * 1000;
|
||||
coupler->DmaxB = 0.05;
|
||||
coupler->FmaxB = 320 * 1000;
|
||||
coupler->beta = 0.55;
|
||||
}
|
||||
|
||||
if( Index == 0 ) {
|
||||
|
||||
Reference in New Issue
Block a user