Page 1 of 1

ProMods Canada 1.2.5a - outdated file: damage_data.sii

Posted: 13 Dec 2023 14:38
by Cladun
def\damage_data.sii - outdated file

Code: Select all

	# damage dealt to truck and trailer

	truck_damage_coef:	0.0014  // truck damage coef per hit, impact speed squared modified by weights
	trailer_damage_coef:	0.0014 
	dragged_trailer_damage_coef: 0.00002	//damage coef for dragging improperly connected trailer
	truck_to_trailer_dmg: 	0.4 	// how much damage is transferred from truck to trailer (and vice versa)

	side_damage_factor:	6.0
	roof_damage_factor:	11.0

	# damage distribution to truck parts	

	cabin_damage_ratio:	0.8
	chassis_damage_ratio:	1.0
	engine_damage_ratio:	0.5
	transmission_damage_ratio: 0.3
	wheel_damage_ratio:	0.15

	# truck wear per km of drive

	cabin_wear:		0.0
	chassis_wear:		0.0
	engine_wear:		2e-6
	transmission_wear:	2e-6
	wheel_wear:		2e-5

	# damage distribution to trailer and cargo

	trailer_body_damage_ratio: 0.8
	trailer_chassis_damage_ratio: 1.0
	trailer_wheel_damage_ratio: 0.15
	cargo_damage_ratio: 1.0
the new file should be like this

Code: Select all

	# damage dealt to truck and trailer

	truck_damage_coef:	0.0007		# truck damage coef per hit, impact speed squared modified by weights
	trailer_damage_coef:	0.0007
	dragged_trailer_damage_coef: 0.00002	# damage coef for dragging improperly connected trailer
	truck_to_trailer_dmg: 	0.2		# how much damage is transferred from truck to trailer (and vice versa)

	side_damage_factor:	6.0
	roof_damage_factor:	11.0

	# damage distribution to truck parts

	cabin_damage_ratio:	0.8
	chassis_damage_ratio:	1.0
	engine_damage_ratio:	0.5
	transmission_damage_ratio: 0.3
	wheel_damage_ratio:	0.15

	cabin_unfixable_damage_ratio:	0.04
	chassis_unfixable_damage_ratio:	0.05
	engine_unfixable_damage_ratio:	0.02
	transmission_unfixable_damage_ratio: 0.01
	wheel_unfixable_damage_ratio:	0.01

	# damage distribution to trailer parts and cargo

	trailer_body_damage_ratio:	0.8
	trailer_chassis_damage_ratio:	1.0
	trailer_wheel_damage_ratio:	0.15

	trailer_body_unfixable_damage_ratio:	0.04
	trailer_chassis_unfixable_damage_ratio:	0.05
	trailer_wheel_unfixable_damage_ratio:	0.01

	cargo_damage_ratio: 1.0

	# truck wear per km of drive

	cabin_wear:		0.0
	chassis_wear:		0.0
	engine_wear:		2e-6
	transmission_wear:	2e-6
	wheel_wear:		2e-6

	cabin_wear_unfixable:		0.0
	chassis_wear_unfixable:		0.0
	engine_wear_unfixable:		2e-7
	transmission_wear_unfixable:	2e-7
	wheel_wear_unfixable:		2e-5

	# trailer wear per km of drive

	trailer_body_wear:	0.0
	trailer_chassis_wear:	0.0
	trailer_wheel_wear:	2e-6

	trailer_body_wear_unfixable:		0.0
	trailer_chassis_wear_unfixable:		0.0
	trailer_wheel_wear_unfixable:		2e-5

Re: ProMods Canada 1.2.5a - outdated file: damage_data.sii

Posted: 24 Jan 2024 15:00
by Granite
I have noticed weird tyre wear behaviour on my singleplayer profiles using Promods (both ETS2 and ATS), basically tyres get worn and damaged at the same time, or the damage that should go into wear is added to both unrepairable wear and repairable damage evenly, so whenever tyres wear goes up one percent, so does the damage. Trailer wheels seem to be unaffected, only happens with truck.

I have tested this in ATS singleplayer by driving 250-300 miles, then checking the damage report, removing any other possible mod (there were only few) until the only option remaining was Promods, removing it
fixed the problem.

Strangely, this does not happen in TMP, so the file they are using must be up to date.

Surprised, this hasn't been noticed yet, more than month after a report, when the fix should be an easy one.
Anyone who wants to fix this on their own, you can extract promods def file with 7zip, delete the damage_data.sii and repack it as zip, then change extension to scs.

Re: ProMods Canada 1.2.5a - outdated file: damage_data.sii

Posted: 26 Jan 2024 12:10
by ScuL
Sometimes SCS do updates to these files without documenting them and we do not always notice them.
We will ensure that these new configuration strings will be copied in the next versions of ProMods.