View Single Post
  #17  
Old 01-01-2010, 12:11 PM
Mr luder Mr luder is offline
Approved Member
 
Join Date: Oct 2007
Location: World - Europe - Germany - Kassel
Posts: 30
Default

Quote:
Originally Posted by pook View Post
I hate games SCS. This series of games are completely free of physics
uhm... You sure about that?


Pacejka Settings (included since 18 WoS Haulin):
Code:
SiiNunit
{

# Level 0
pacejka_data: pacejka.lateral.default
{
		a[0]: 0.000
		a[1]: 1.2

		a[2]: 1.37
		a[3]: 120.0

		a[4]: 1.3

		a[5]: -0.08
		a[6]: -0.01
}

pacejka_data: pacejka.longitudinal.default
{
		a[0]: 0.05
		a[1]: 1.37

		a[2]: 1.37
		a[3]: 120.0

		a[4]: 1.3

		a[5]: -0.08
		a[6]: -0.01
}
}
Air resistance and suspension parameters (included since 18 WoS Haulin):
Code:
SiiNunit
{
chasis_data: chasis.0
{
	# The air resistance and the wheel rolling resistance force constant
	cdrag: 1.0

	ccr: 50
	
	# The frontal area of the vehicle for the resistance force computing
	frontal_area: 100.0
	

	# suspension parameters for rear wheels
	rear_cfm: 0.0006
	rear_erp: 0.7
	rear_uplift:-0.1
	
	# suspension parameters for front wheels
	front_cfm: 0.001
	front_erp: 0.5
	front_uplift: -0.15
}
}

Oh to get you up to the state of knowledge about SCS Games:
Thats what Pacejka is!

And now tell me again that SCS Games aint have physics.
Reply With Quote