Forum Overview >>
Farming Simulator 17
Category | Farming Simulator 17
|
Created | 23.05.2018 02:54 |
Jack Wang (Unknown) |
23.05.2018 02:54 |
I want to make a high-powered tractor, such as 2000 horsepower. I would like to ask how to do it. Who can tell me, thanks?
|
Jack Wang (Unknown) |
23.05.2018 13:49 |
everyone there
|
Alex Montgomery (Unknown) |
24.05.2018 16:46 |
Use a tractor in-game. Go to it's xml file and change the horsepower parameter. Use notepad or notepad++.
|
Jack Wang (Unknown) |
27.05.2018 12:30 |
Thank you. There is a row of <motor torqueScale= "4.165" hp= "682" in the XML file. I want to ask what is the relationship between the two data. For example, hp= "5000", how much is torqueScale equal to
|
Bilbo Beutlin (BBeutlin) |
27.05.2018 14:56 |
Important is only torqueScale="..", the attribute hp=".." is merely for display in shop.
Provided the motor has <torque normRpm="0.72" torque="1"/>, then torqueScale = hp / 225.5
|
Jack Wang (Unknown) |
31.05.2018 03:15 |
<torque normRpm="0.72" torque="1"/>hp / 225.5.Can you elaborate on what each data means? And how do they convert between them, how do you get 225.5 from the previous data.
|
Bilbo Beutlin (BBeutlin) |
01.06.2018 11:25 |
See the LUA documentation -> Vehicles -> VehicleMotor to understand the relationship between "torqueScale" and the torque curve/table <torque normRpm ... torque ...>
See also notes of Stefan Geiger: https://forum.giants-software.com/viewtopic.php?f=825&t=70495&p=560514#p560514
|
Jack Wang (Unknown) |
05.06.2018 13:06 |
Thank you for such a detailed answer. I'll go and look at the document. If I don't understand it, I'll ask you again.
|
Note: Log in to post. Create a new account
here.