Skip to content

Commit

Permalink
Из актуальной сборки перенесены из тестовой версии
Browse files Browse the repository at this point in the history
  • Loading branch information
maisvendoo committed Sep 8, 2019
1 parent 5eb5dbd commit 0f8b250
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 28 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
��������� � ������ 1.0.2

1. ���������� �������������� ������ ��������� �������� �������� � device.dll � ����� ��������� ������� ������������ ������ ������� � ������.
2. ������������ �������� ��������� �������� �������� ��� ������������ ������� � ����������� ��60 ���������� � ���������� ���������.
3. ���������� ������ ����������� ��60��-1543: �������� ����� �-9.
2 changes: 1 addition & 1 deletion cfg/devices/carbrakes-mech-composite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<CylNum>1</CylNum>
<DeadVolume>0.0</DeadVolume>
<CylinderDiameter>0.356</CylinderDiameter>
<MechCoeff>15.0</MechCoeff>
<MechCoeff>10.0</MechCoeff>
<StockOut>0.085</StockOut>
<SpringForce>1649.0</SpringForce>
<InitPressure>0.0</InitPressure>
Expand Down
10 changes: 10 additions & 0 deletions cfg/main-resist/loco-resist.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Config>
<MainResist>
<b0>0.0</b0>
<b1>1.9</b1>
<b2>0.008</b2>
<b3>0.00025</b3>
<q0>1.0</q0>
</MainResist>
</Config>
2 changes: 1 addition & 1 deletion cfg/vehicles/vl60pk-1543/bwd-trolley-brake-mech.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<CylNum>2</CylNum>
<DeadVolume>0.0</DeadVolume>
<CylinderDiameter>0.356</CylinderDiameter>
<MechCoeff>10</MechCoeff>
<MechCoeff>4.7</MechCoeff>
<StockOut>0.08</StockOut>
<SpringForce>1649.0</SpringForce>
<InitPressure>0.0</InitPressure>
Expand Down
2 changes: 1 addition & 1 deletion cfg/vehicles/vl60pk-1543/fwd-trolley-brake-mech.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<CylNum>2</CylNum>
<DeadVolume>0.0</DeadVolume>
<CylinderDiameter>0.356</CylinderDiameter>
<MechCoeff>10</MechCoeff>
<MechCoeff>4.7</MechCoeff>
<StockOut>0.1</StockOut>
<SpringForce>1649.0</SpringForce>
<InitPressure>0.0</InitPressure>
Expand Down
48 changes: 23 additions & 25 deletions cfg/vehicles/vl60pk-1543/vl60pk-1543.xml
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<Config>
<Vehicle>
<EmptyMass>130000</EmptyMass>
<PayloadMass>2000</PayloadMass>
<Length>21.0</Length>
<WheelDiameter>1.236</WheelDiameter>
<MainResist>default</MainResist>
<NumAxis>6</NumAxis>
<DegreesOfFreedom>7</DegreesOfFreedom>
<WheelInertia>2.0</WheelInertia>

<EmptyMass>130000</EmptyMass>
<PayloadMass>2000</PayloadMass>
<Length>21.0</Length>
<WheelDiameter>1.236</WheelDiameter>
<MainResist>loco-resist</MainResist>
<NumAxis>6</NumAxis>
<DegreesOfFreedom>7</DegreesOfFreedom>
<WheelInertia>2.0</WheelInertia>

<ExtModelName>VL60pk-1543/VL60pk-1543.osgt</ExtModelName>
<ModelShift>0.0 0.0 0.312</ModelShift>

<CabineModel>VL60pk-1543/VL60pk-cabview.osgt</CabineModel>
<CabineShift>0.0 0.0 0.317</CabineShift>
<ReguctorCoeff>2.73</ReguctorCoeff>

<BrakeCraneModule>krm395</BrakeCraneModule>
<BrakeCraneConfig>krm395</BrakeCraneConfig>
<ExtModelName>VL60pk-1543/VL60pk-1543.osgt</ExtModelName>
<ModelShift>0.0 0.0 0.312</ModelShift>

<CabineModel>VL60pk-1543/VL60pk-cabview.osgt</CabineModel>
<CabineShift>0.0 0.0 0.317</CabineShift>

<LocoCraneModule>kvt254</LocoCraneModule>
<LocoCraneConfig>kvt254</LocoCraneConfig>
<BrakeCraneModule>krm395</BrakeCraneModule>
<BrakeCraneConfig>krm395</BrakeCraneConfig>

<BrakeMechModule>carbrakes-mech</BrakeMechModule>
<BrakeMechConfig>tep70bs-mech</BrakeMechConfig>
<LocoCraneModule>kvt254</LocoCraneModule>
<LocoCraneConfig>kvt254</LocoCraneConfig>

<AirDistModule>vr242</AirDistModule>
<AirDistConfig>vr242</AirDistConfig>
<BrakeMechModule>carbrakes-mech</BrakeMechModule>
<BrakeMechConfig>tep70bs-mech</BrakeMechConfig>

<DriverPos>0.8 8.4 3.6</DriverPos>
<AirDistModule>vr242</AirDistModule>
<AirDistConfig>vr242</AirDistConfig>

<ReductorCoeff>3.83</ReductorCoeff>

<DriverPos>0.8 8.4 3.6</DriverPos>
</Vehicle>
</Config>

0 comments on commit 0f8b250

Please sign in to comment.