NWH Vehicle Physics 2 Documentation
Admin » NWH:VehiclePhysics2:Powertrain:TransmissionGearingProfile

Differences

This shows you the differences between two versions of the page.


—NWH:VehiclePhysics2:Powertrain:TransmissionGearingProfile [2023/04/08 23:55] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +<wrap round important>Deprecated since v11.</wrap>
  
 +{{ :NWH:VehiclePhysics2:pasted:20200214-231542.png }}
 +
 +''TransmissionGearingProfile'' is a ''ScriptableObject'' that determines the gear ratios for the [[NWH:VehiclePhysics2:Powertrain:TransmissionComponent|TransmissionComponent]].
 +
 +  * ''Forward Gears'' list contains all forward gear ratios in order from 1st gear up. In the example above:
 +    * 1st gear = 3.25 ratio
 +    * 2nd gear = 2.23 ratio
 +    * 3rd gear = 1.66 ratio
 +    * ...
 +  * ''Reverse Gears'' list contains all reverse gear ratios. Multiple reverse gears can be added, e.g.
 +    * 1st reverse gear = -3.79 ratio
 +    * 2nd reverse gear = -2.61 ratio
 +    * ...
 +  * ''Final Gear Ratio'' is the coefficient by which all the gears are multiplied. This is very similar to differential gear ratio and can be used to tune the gearing without having to adjust the gearing between individual ratios.
NWH Vehicle Physics 2 Documentation

Table of Contents

  • About
  • Setup
  • Input
  • Vehicle Controller
  • Wheel Controller
  • NWH Common Scripts
  • Trailers
  • GUI
  • Multiplayer
  • Render Pipelines
  • Add-ons
  • FAQ
  • Troubleshooting
  • Demos
  • Changelog
  • Upgrade Notes
  • Support