v1.91

This is where topics get moved that aren't caused by bugs in our mod
Post Reply
qfrijters
Posts: 29
Joined: 25 Feb 2015 13:51
Donation rank:

11 Aug 2015 07:47

Well, how do i say it :?
I don't wanted to have damage on trailer but my promods def 1.91 was with damage
so i changed the def
problem now
i can't play ets2 with promods anymore
I changed it back but still , my game keeps crashing
I know that it is my own fault but is there a way to download v1.91 again?
I don't have the Scandinavia dlc

User avatar
plykkegaard
Posts: 2551
Joined: 19 Sep 2014 19:18
Donation rank:
Location: Jylland
Contact:

11 Aug 2015 08:36

You can get a standard def through the compatibility page
http://www.promods.net/compat.php

If you post your current def file and the game log we might be able to sort it out
3D Artist - Moderator - Beta tester

qfrijters
Posts: 29
Joined: 25 Feb 2015 13:51
Donation rank:

11 Aug 2015 08:39

ow wauw thanks :D`

Code: Select all

SiiNunit
{
game_data : .game.data {

	# ProMods GameData Generator.
	# Definition files generated by user 140921.
	#
	# Version of the structure used by the game to reduce some mod compatibility issues.

	version: 1

	road_color:		0xFF707070 	//Advisor undiscovered route
	discovered_color:	0xFF4CC6FF	//Advisor discovered route
	outline_color:		0xFF000000	//Advisor route outline
	navigation_color:	0xFF0C0CCF	//Navigation path color
	navigation_arrow_color:	0xFF06FB11	//Navigation crossroad arrows color
	job_road_color:		0xFF353535	//JobMarket map route
	job_discovered_color:	0xFF2B3436	//JobMarket map discovered route
	world_road_color:	0xFF707070	//Main Map undiscovered route
	world_discovered_color:	0xFF4CC6FF 	//Main Map discovered route

	zoom_uplift[0]: 50.0		// close zoom for 3d map
	zoom_uplift[1]: 220.0		// far zoom for 3d map
	zoom_uplift[2]: 900.0		// close zoom for minimap
	zoom_uplift[3]: 4000.0		// far zoom for minimap
	zoom_uplift[4]: 1000.0		// city detail zoom for world map
	zoom_uplift[5]: 5000.0		// closest zoom for world map
	zoom_uplift[6]: 18500.0		// middle zoom for world map
	zoom_uplift[7]: 50000.0    	// whole world map zoom

	player_size[0]: 15.0
	player_size[1]: 35.0
	player_size[2]: 120.0
	player_size[3]: 500.0
	player_size[4]: 90.0
	player_size[5]: 350.0
	player_size[6]: 900.0
	player_size[7]: 2200.0

	road_size_factor[0]: 1.0
	road_size_factor[1]: 1.0
	road_size_factor[2]: 1.5
	road_size_factor[3]: 3.0
	road_size_factor[4]: 1.0
	road_size_factor[5]: 1.5
	road_size_factor[6]: 4.5
	road_size_factor[7]: 8.0
	
	full_detail[0]: true
	full_detail[1]: true
	full_detail[2]: true
	full_detail[3]: true
	full_detail[4]: true
	full_detail[5]: true
	full_detail[6]: false
	full_detail[7]: false

	icon_size[0]: (13.0, 13.0)
	icon_size[1]: (10.0, 10.0)
	icon_size[2]: (7.0, 7.0)
	icon_size[3]: (7.0, 7.0)
	icon_size[4]: (17.0, 17.0)
	icon_size[5]: (13.0, 13.0)
	icon_size[6]: (11.0, 11.0)
	icon_size[7]: (13.0, 13.0)

	company_icon_size[0]: (32.0, 8.0)
	company_icon_size[1]: (20.0, 5.0)
	company_icon_size[2]: (0.0, 0.0)
	company_icon_size[3]: (0.0, 0.0)
	company_icon_size[4]: (60.0, 15.0)
	company_icon_size[5]: (40.0, 10.0)
	company_icon_size[6]: (16.0, 4.0)
	company_icon_size[7]: (16.0, 4.0)

	camera_limits_min[0]: (-1400000.0, -1400000.0)
	camera_limits_min[1]: (-1400000.0, -1400000.0)
	camera_limits_min[2]: (-1400000.0, -1400000.0)
	camera_limits_min[3]: (-1400000.0, -1400000.0)
	camera_limits_min[4]: (-100000.0, -105000.0)  // -100000 instead of -65000 / -105000 instead of -65000 for NORTHERN FINLAND AND ICELAND
	camera_limits_min[5]: (-90000.0, -105000.0)   // -90000 instead of -59000 / -105000 instead of -65000 for NORTHERN FINLAND AND ICELAND
	camera_limits_min[6]: (-80000.0, -100000.0)   // -80000 instead of -65000 / -105000 instead of -65000 for NORTHERN FINLAND AND ICELAND
	camera_limits_min[7]: (-70000.0, -80000.0)    // -70000 instead of -45000 / -80000 instead of -45000 for NORTHERN FINLAND AND ICELAND
	
	camera_limits_max[0]: (1000000.0, 1000000.0)
	camera_limits_max[1]: (1000000.0, 1000000.0)
	camera_limits_max[2]: (1000000.0, 1000000.0)
	camera_limits_max[3]: (1000000.0, 1000000.0)
	camera_limits_max[4]: (60000.0, 42000.0) // 60000 instead of 50000 for FINLAND
	camera_limits_max[5]: (55000.0, 40000.0) // 55000 instead of 45000 for FINLAND
	camera_limits_max[6]: (40000.0, 40000.0) // 40000 instead of 30000 for FINLAND
	camera_limits_max[7]: (1000.0, 10000.0)

	map_items_flags[0]: 0x1FFF
	map_items_flags[1]: 0x1FFF
	map_items_flags[2]: 0x1F7F  // no parkings
	map_items_flags[3]: 0x1F7F  // no parkings
	map_items_flags[4]: 0x1FAF	// target, cities, roads, gas stations, dealers, recruitments, garages, companies, parkings, services
	map_items_flags[5]: 0x1F27	// target, cities, roads, gas stations, dealers, recruitments, garages, companies
	map_items_flags[6]: 0x1407	// target, cities, roads, gas stations
	map_items_flags[7]: 0x1402	// target, cities


	map_3d_camera_pitch: 40.0      // camera pitch in 3d map

	refund_coef: 0.6

	interior_sound_volume:	0.05	// Interior sound attenuation value (the outside sounds will have 5% of original volume)
	interior_sound_pitch:	0.6	// Sound pitch for outside sound group when camera is in interior
	blinker_auto_off_limit: 0.27	// 27% of maximum angle of steering wheel
	
	hud_bright_att:		0.7	// the hud opacity during night (70%)
	hud_bright_att_start:	1260	// it starts hud brightness attenuation at 21:00
	hud_bright_att_end:	300	// it ends hud brightness attenuation at 5:00
	hud_bright_att_delay:	120	// hud brightness attenuation transition takes 2 hours
	
	mirror_fov[]:		55.0f 	// close mirror
	mirror_fov[]:		90.0f 	// close small mirror
	mirror_fov[]:		55.0f 	// far mirror
	mirror_fov[]:		90.0f 	// far small mirror
	mirror_fov[]:		60.0f 	// side mirror
	mirror_fov[]:		100.0f 	// front mirror

	tiny_garages[]: 	prefab.poor_garage
	tiny_garages[]: 	prefab.279
	small_garages[]: 	prefab.81
	small_garages[]: 	prefab.280
	large_garages[]: 	prefab.82
	large_garages[]: 	prefab.281

	truck_damage_coef:	0.0007  // truck damage coef per hit, impact speed squared modified by weights
	trailer_damage_coef:	0.0007 
	truck_to_trailer_dmg: 	0.2 	// how much damage is transferred from truck to trailer (and vice versa)

	used_truck_odometer_min: 500000
	used_truck_odometer_max: 600000

#				  R    G    B				
	truck_tex_normal_bcg:   (255, 255, 255)
	truck_tex_selected_bcg: (255, 194,  77)

	world_to_ui_off:	(16820.431472081218274111675126904, 25202.148809523809523809523809524) // float2(3313625.0f / 197.0f, 4233961.0f / 168.0f);
	world_to_ui_coef:	(0.012278733482921964597357267514336, 0.012460134984795668619743380553289) // float2(197.0f / 16044.0f, 168.0f / 13483.0f);

#	ui_map_center:	(-29000.0, 4500.0)	// in game units 		// Changed for FINLAND AND ICELAND
#	ui_map_size:	(217800.0, 210000.0)	// map texture in real km 	// Changed for FINLAND AND ICELAND

	ui_map_center:	(-14800.0, -8600.0)	// in game units
	ui_unit_to_km:	1.0	// number of real km per game unit
	ui_map_size:	(244600.0, 240000.0)	// map texture in real km

#	ui_map_camera_min: (-19000.0, -28000.0) // Changed for FINLAND AND ICELAND
#	ui_map_camera_max: (12000.0, 16500.0)   // Changed for FINLAND AND ICELAND
	ui_map_camera_min: (-60000.0, -85000.0)
	ui_map_camera_max: (33000.0, 16500.0)

	
	discount_truck_offers: 14
	discount_truck_offers[0]: .employee.data.truck.discount.01
	discount_truck_offers[1]: .employee.data.truck.discount.02
	discount_truck_offers[2]: .employee.data.truck.discount.03
	discount_truck_offers[3]: .employee.data.truck.discount.04
	discount_truck_offers[4]: .employee.data.truck.discount.05
	discount_truck_offers[5]: .employee.data.truck.discount.06
	discount_truck_offers[6]: .employee.data.truck.discount.07
	discount_truck_offers[7]: .employee.data.truck.discount.08
	discount_truck_offers[8]: .employee.data.truck.discount.09
	discount_truck_offers[9]: .employee.data.truck.discount.10
	discount_truck_offers[10]: .employee.data.truck.discount.11
	discount_truck_offers[11]: .employee.data.truck.discount.12
	discount_truck_offers[12]: .employee.data.truck.discount.13
	discount_truck_offers[13]: .employee.data.truck.discount.14

	blur_effect_name[0]: blur
	blur_effect_name[1]: blur
	blur_effect_name[2]: blur
	blur_effect_name[3]: desaturate
	blur_effect_name[4]: brightness
	blur_effect_name[5]: levels

	blur_effect_values[0]: (2, 0, 0)
	blur_effect_values[1]: (5, 0, 0)
	blur_effect_values[2]: (6,0, 0)
	blur_effect_values[3]: (0.2, 0, 0)
	blur_effect_values[4]: (17, 0, 0)
	blur_effect_values[5]: (0, 0.5, 120)
	
	#          stream volume | stream path
	city_loops[]: "0.5|/sound/environment/city_loop_1.ogg"
	city_loops[]: "0.5|/sound/environment/city_loop_2.ogg"
	city_loops[]: "0.5|/sound/environment/city_loop_3.ogg"
	
	country_loops[]: "0.75|/sound/environment/forest_2.ogg"

	# Currently we use only first lod class for trees.
	leaves_lod_start: (240.0, 400.0, 50.0)
	leaves_lod_end:   (300.0, 460.0, 100.0)

	rain_cube_strength: 0.16
	rain_planar_strength: 0.16
	rain_fake_shadow_scale: 1.25

	no_hdr_truck_light_boost: 3.3

	glass_config: .glass.config

	default_truck_front_wheels: "/def/vehicle/f_wheel/steel.sii"
	default_truck_rear_wheels: "/def/vehicle/r_wheel/steel.sii"

	# navigation params
	navigation_city_penalty: 3.0
	navigation_slow_road_penalty: 5.0

	cargo_groups[]: machinery
	cargo_groups[]: adr
	cargo_groups[]: containers
	cargo_groups[]: refrigerated
	cargo_groups[]: liquid
	cargo_groups[]: fragile
	cargo_groups[]: construction
	cargo_groups[]: bulk
}

truck_discount_offer : .employee.data.truck.discount.01 {

	truck_ref: "vehicle.man.tgx.c"
	price: 10550
	city: dortmund
	new_truck: false
}

truck_discount_offer : .employee.data.truck.discount.02 {

	truck_ref: "vehicle.scania.rcab.c"
	price: 11200
	city: rostock
	new_truck: false
}

truck_discount_offer : .employee.data.truck.discount.03 {

	truck_ref: "vehicle.mercedes.actros.c"
	price: 10800
	city: nurnberg
	new_truck: false
}

truck_discount_offer : .employee.data.truck.discount.04 {

	truck_ref: "vehicle.man.tgx.c"
	price: 0.90
	city: stuttgart
}

truck_discount_offer : .employee.data.truck.discount.05 {

	truck_ref: "vehicle.iveco.stralis.c"
	price: 0.85
	city: dortmund
}

truck_discount_offer : .employee.data.truck.discount.06 {

	truck_ref: "vehicle.daf.xf.c"
	price: 0.90
	city: berlin
}

truck_discount_offer : .employee.data.truck.discount.07 {

	truck_ref: "vehicle.mercedes.actros.b"
	price: 0.80
	city: rostock
}

truck_discount_offer : .employee.data.truck.discount.08 {

	truck_ref: "vehicle.scania.rcab.a"
	price: 0.85
	city: frankfurt
}

truck_discount_offer : .employee.data.truck.discount.09 {

	truck_ref: "vehicle.renault.magnum.b"
	price: 0.90
	city: bremen
}

truck_discount_offer : .employee.data.truck.discount.10 {

	truck_ref: "vehicle.man.tgx.a"
	price: 0.95
	city: berlin
}

truck_discount_offer : .employee.data.truck.discount.11 {

	truck_ref: "vehicle.volvo.fh16.a"
	price: 0.90
	city: munchen
}

truck_discount_offer : .employee.data.truck.discount.12 {

	truck_ref: "vehicle.daf.xf.a"
	price: 0.85
	city: stuttgart
}

truck_discount_offer : .employee.data.truck.discount.13 {

	truck_ref: "vehicle.iveco.stralis.a"
	price: 0.95
	city: frankfurt
}

truck_discount_offer : .employee.data.truck.discount.14 {

	truck_ref: "vehicle.mercedes.actros.a"
	price: 0.80
	city: hannover
}

core_interior_glass_config : .glass.config {
	drop_count_per_meter: 5000

	initial_splash_scale: 3.333
	splash_duration: 0.2

	minimal_lifetime: 1
	maximal_lifetime: 8

	minimal_fadeout: 0.3
	maximal_fadeout: 2.0

	distortion_strength: 1.0
	blur_strength: 1.0

	deformation_duration: 0.8
	maximal_deformation: 3.0

	moving_size_threshold: 0.5
	vertical_acceleration_factor: -0.1
	movement_acceleration_factor: 0.01
	min_adhesion_factor: 0.2
	max_adhesion_factor: 0.9

	min_speed_effect_mps: 0.83
	max_speed_effect_mps: 5.55

	min_angle_cosine: 0.05
	max_angle_cosine: 0.5
	min_angle_factor: 0.12
	max_angle_factor: 0.8
}

}
this is what i changed
Last edited by cashtime2013 on 11 Aug 2015 08:43, edited 1 time in total.
Reason: Put data into Code. Please do this each time. It's easier to read!

qfrijters
Posts: 29
Joined: 25 Feb 2015 13:51
Donation rank:

11 Aug 2015 08:43

and for some reason , it keeps crashing. I think I am going to download the whole map again

qfrijters
Posts: 29
Joined: 25 Feb 2015 13:51
Donation rank:

11 Aug 2015 08:46

Code: Select all

************ : log created on : Tuesday August 11 2015 @ 09:42:59
00:00:00.000 : [sys] running on x86_64 / Windows 8 x64 (version 6.2)
00:00:00.000 : [sys] DirectX version : 4.09.00.0904
00:00:00.000 : [sys] Command line:  D:\Steam\steamapps\common\Euro Truck Simulator 2\bin\win_x64\eurotrucks2.exe mm_pool_size
00:00:00.000 : [cpu] CPU0: GenuineIntel [        Intel(R) Pentium(R) CPU 2020M @ 2.40GHz] with 2 cores (2 threads) at ~2395MHz.
00:00:00.000 : [sys] using 1 worker thread(s)
00:00:00.000 : [sys] and 3 worker threads for IO.
00:00:00.000 : [sys] using QPC / TSC invariant timer, frequency 2338449Hz
00:00:00.000 : [mem] physical total: 8077M
00:00:00.000 : [mem] physical avail: 3657M
00:00:00.000 : [mem] virtual total: 134217727M
00:00:00.000 : [mem] virtual avail: 134217120M
00:00:00.000 : [mem] Trying to allocate memory pool (819200K)
00:00:00.000 : [mem] Allocated 5 temporary loading buffer(s)
00:00:00.008 : [steamctrl] Initialized Steam controller subsystem with config (D:/Steam/steamapps/common/Euro Truck Simulator 2/controller.vdf)
00:00:00.057 : [hashfs] base.scs: Mounted and validated, 49078 entries (FA2A56BB44F6214E16BFE89DC6C138A92840880E32537B9A68A4A42AB822FE7)
00:00:00.058 : [hashfs] core.scs: Mounted and validated, 5 entries (DDB8C2A088692928DC8BC93CF6FEB9698627FA747E6A4207FDB4317AC7619BD)
00:00:00.142 : [hashfs] def.scs: Mounted and validated, 6357 entries (C01A4DF9327CA698CD99C4E4F5A5F7A9AC4E1F28C003E391F194821142A54A0)
00:00:00.217 : [hashfs] locale.scs: Mounted and validated, 168 entries (4484B98684D283C8AF59117F00F2D5A89391663E6ED620382A043EBF4ABB174)
00:00:00.218 : [hashfs] base_cfg.scs: Mounted and validated, 1 entries (DE1FC9DF68BDD5C20DFF47A4F0EEE76EB79BD0E87DB96D548E68B170672F1AD)
00:00:00.218 : [ufs] Home directory: 'C:/Users/Quinten/Documents/Euro Truck Simulator 2'.
00:00:00.219 : <WARNING> [mod] Mod package 'logs' does not contain a manifest file 'manifest.sii', creating default information set.
00:00:00.220 : <WARNING> [mod] Mod package 'mod' does not contain a manifest file 'manifest.sii', creating default information set.
00:00:00.220 : [zipfs] 7UP_Combo_Pack.zip: read ok, 2 entries [0xb6760313]
00:00:00.221 : <WARNING> [mod] Mod package '7UP_Combo_Pack' does not contain a manifest file 'manifest.sii', creating default information set.
00:00:00.221 : [zipfs] ets2_modpack_by_topgear.zip: read ok, 5 entries [0]
00:00:00.221 : <WARNING> [mod] Mod package 'ets2_modpack_by_topgear' does not contain a manifest file 'manifest.sii', creating default information set.
00:00:00.224 : [zipfs] promods-def-v191.scs: read ok, 2623 entries [0]
00:00:00.224 : <WARNING> [mod] Mod package 'promods-def-v191' does not contain a manifest file 'manifest.sii', creating default information set.
00:00:00.230 : [zipfs] promods-def-v196.scs: read ok, 5460 entries [0x2b9d20ed]
00:00:00.232 : [zipfs] promods-map-v191.scs: read ok, 1344 entries [0]
00:00:00.232 : <WARNING> [mod] Mod package 'promods-map-v191' does not contain a manifest file 'manifest.sii', creating default information set.
00:00:00.259 : [zipfs] promods-v191.scs: read ok, 29554 entries [0xe6e6eef6]
00:00:00.259 : <WARNING> [mod] Mod package 'promods-v191' does not contain a manifest file 'manifest.sii', creating default information set.
00:00:00.260 : [zipfs] trans_1_19.scs: read ok, 123 entries [0x323a3a3a]
00:00:00.262 : [zipfs] z_promods-v191-patch_compatibility_117.scs: read ok, 1529 entries [0]
00:00:00.262 : <WARNING> [mod] Mod package 'z_promods-v191-patch_compatibility_117' does not contain a manifest file 'manifest.sii', creating default information set.
00:00:00.262 : exec /home/config.cfg
00:00:00.262 : [sys] Executing /home/config.cfg ...
00:00:00.263 : uset inst_flags "0"
00:00:00.263 : uset inst_noupg "0"
00:00:00.263 : uset r_full_resolution_corrections "0"
00:00:00.263 : uset r_force_color_shadowmaps "0"
00:00:00.263 : uset g_mm_help_shown "1"
00:00:00.263 : uset g_hw_info "1"
00:00:00.263 : uset g_line_sort "0"
00:00:00.263 : uset g_cargo_sort "1"
00:00:00.263 : uset g_tooltip_delay "0.4"
00:00:00.263 : uset g_global_force_load_selector "0"
00:00:00.263 : uset g_desktop_fadeout "60"
00:00:00.263 : uset g_show_game_elements "1"
00:00:00.263 : uset r_wireframe "0"
00:00:00.263 : uset g_interior_camera_zero_pitch "0"
00:00:00.263 : uset r_segment_buffer_size "128"
00:00:00.263 : uset r_multimon_exterior_in_aux "0"
00:00:00.263 : uset r_multimon_interior_in_main "1"
00:00:00.263 : uset r_multimon_rotation_aux "0"
00:00:00.263 : uset r_multimon_rotation_right "0"
00:00:00.263 : uset r_multimon_rotation_left "0"
00:00:00.263 : uset r_multimon_rotation_center "0"
00:00:00.263 : uset r_multimon_vert_offset_right "0"
00:00:00.263 : uset r_multimon_vert_offset_left "0"
00:00:00.264 : uset r_multimon_border_fov_right "0"
00:00:00.264 : uset r_multimon_border_fov_left "0"
00:00:00.264 : uset r_multimon_fov_vertical "0"
00:00:00.264 : uset r_multimon_fov_horizontal "50"
00:00:00.264 : uset r_multimon_mode "0"
00:00:00.264 : uset r_use_depth_bounds "1"
00:00:00.264 : uset r_show_light_pixel_coverage "0"
00:00:00.264 : uset r_deferred_debug "0"
00:00:00.264 : uset r_mirror_scale_y "1"
00:00:00.264 : uset r_mirror_scale_x "1"
00:00:00.264 : uset r_scale_y "1"
00:00:00.264 : uset r_scale_x "0.75"
00:00:00.264 : uset r_normal_maps "1"
00:00:00.264 : uset r_sunshafts "1"
00:00:00.264 : uset r_color_saturation "1.0"
00:00:00.264 : uset r_color_yellow_blue "0.0"
00:00:00.264 : uset r_color_magenta_green "0.0"
00:00:00.264 : uset r_color_cyan_red "0.0"
00:00:00.264 : uset r_color_correction "1"
00:00:00.264 : uset r_cloud_shadows "1"
00:00:00.264 : uset r_dof_filter_size "0.5"
00:00:00.264 : uset r_dof_transition "400.0"
00:00:00.264 : uset r_dof_start "200.0"
00:00:00.264 : uset r_dof "1"
00:00:00.264 : uset r_mlaa_threshold "1.0"
00:00:00.264 : uset r_mlaa "0"
00:00:00.264 : uset r_hdr "0"
00:00:00.264 : uset r_fake_shadows "2"
00:00:00.265 : uset r_sun_shadow_texture_size "2048"
00:00:00.265 : uset r_sun_shadow_quality "2"
00:00:00.265 : uset r_mirror_view_distance "160"
00:00:00.265 : uset r_deferred_mirrors "1"
00:00:00.265 : uset r_deferred "1"
00:00:00.265 : uset r_nowmi "0"
00:00:00.265 : uset r_startup_progress "0"
00:00:00.265 : uset r_setup_done "1"
00:00:00.265 : uset r_gamma "1"
00:00:00.265 : uset r_manual_stereo_buffer_scale "1.0"
00:00:00.265 : uset r_manual_stereo_ui_fov_game "100"
00:00:00.265 : uset r_manual_stereo_ui_fov "80"
00:00:00.265 : uset r_manual_stereo_ui_dist_game "0.5"
00:00:00.265 : uset r_manual_stereo_ui_dist "0.8"
00:00:00.265 : uset r_manual_stereo_in_menu "1"
00:00:00.265 : uset r_nv_stereo_mode "2"
00:00:00.265 : uset r_minimal_unfinished_frames "0"
00:00:00.265 : uset r_no_frame_tracking "0"
00:00:00.265 : uset r_msaa "0"
00:00:00.265 : uset r_fullscreen "0"
00:00:00.265 : uset r_mode "1600x900x32x0"
00:00:00.265 : uset r_path ""
00:00:00.265 : uset r_device "dx9"
00:00:00.265 : uset i_virtual_cursor_speed "500.0"
00:00:00.265 : uset g_trackir "1"
00:00:00.265 : uset g_pedestrian "1"
00:00:00.266 : uset g_light_span_factor "1"
00:00:00.266 : uset g_light_distance_factor "1"
00:00:00.266 : uset g_vehicle_flare_lights "1"
00:00:00.266 : uset g_auto_traffic_headlights "1"
00:00:00.266 : uset g_traffic "1"
00:00:00.266 : uset g_kdop_preview "0"
00:00:00.266 : uset g_screenshot_on_bug "0"
00:00:00.266 : uset g_city_name_move "0"
00:00:00.266 : uset g_developer "0"
00:00:00.266 : uset g_steam_rich_presence "1"
00:00:00.266 : uset g_steam_browser "1"
00:00:00.266 : uset g_steam_screenshots "2"
00:00:00.266 : uset g_artist_id "0"
00:00:00.266 : uset g_save_format "0"
00:00:00.266 : uset g_flyspeed "100.0"
00:00:00.266 : uset g_news "1"
00:00:00.266 : uset g_colbox "0"
00:00:00.266 : uset g_radio_mode "2"
00:00:00.266 : uset g_ignore_low_fps "0"
00:00:00.266 : uset g_truck_light_quality "1"
00:00:00.266 : uset g_truck_light_specular "1"
00:00:00.266 : uset g_gfx_all_scales "0"
00:00:00.266 : uset g_gfx_advanced "1"
00:00:00.266 : uset g_gfx_quality "-1"
00:00:00.266 : uset g_hq_3d_scale "0.0"
00:00:00.266 : uset g_hq_3d_screenshot "0"
00:00:00.267 : uset g_menu_aa_limit "8"
00:00:00.267 : uset g_additional_water_fov "20.0f"
00:00:00.267 : uset g_rain_reflect_hookups "0"
00:00:00.267 : uset g_rain_reflect_actor "0"
00:00:00.267 : uset g_rain_reflect_traffic "0"
00:00:00.267 : uset g_rain_reflect_cache "0"
00:00:00.267 : uset g_rain_reflection "1"
00:00:00.267 : uset g_reflection "0"
00:00:00.267 : uset g_grass_density "2"
00:00:00.267 : uset g_veg_detail "0"
00:00:00.267 : uset g_minicon "0"
00:00:00.267 : uset g_console "0"
00:00:00.267 : uset g_texture_usage_stats "0"
00:00:00.267 : uset g_fps "0"
00:00:00.267 : uset g_stream_exts ".ogg;.mp3"
00:00:00.267 : uset r_vsync "1"
00:00:00.267 : uset r_anisotropy_factor "0"
00:00:00.267 : uset r_texture_detail "0"
00:00:00.267 : uset t_averaging_window_length "20"
00:00:00.278 : [lang] Language autodetection: 413
00:00:00.291 : Selected language: nl_nl
00:00:00.291 : Euro Truck Simulator 2 init ver.1.19.2.1s (rev. 2e52d93b9138)
00:00:00.298 : [net]  LOG INFO: Started
00:00:00.311 : Setting UI reference mode to: 1440x900...
00:00:00.311 : [gfx] Selected rendering device: dx9
00:00:00.315 : [dx9] NVAPI not detected. (-2)
00:00:00.315 : [dx9] Direct3D9Ex detected.
00:00:00.315 : [dx9] Number of adapters found: 1
00:00:00.420 : [dx9] Adapter #0: Intel(R) HD Graphics / 32 (2048) MB (igdumdim64.dll, 10.18.10.4252, 20150710)
00:00:00.422 : [dx9] Using SM3X rendering path
00:00:00.423 : [gfx] Trying to set 1600x900 32bpp (windowed)
00:00:00.430 : [dx9] D3D9 device sucessfully created [HWVP]
00:00:00.613 : [al] device: OpenAL Soft
00:00:00.613 : [al] context extensions: ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE ALC_EXT_DEDICATED ALC_EXT_disconnect ALC_EXT_EFX ALC_EXT_thread_local_context ALC_SOFT_loopback
00:00:00.627 : [al] vendor: OpenAL Community
00:00:00.627 : [al] version: 1.1 ALSOFT 1.14
00:00:00.627 : [al] renderer: OpenAL Soft
00:00:00.628 : [al] extensions: AL_EXT_ALAW AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_MULAW AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model AL_LOKI_quadriphonic AL_SOFT_buffer_samples AL_SOFT_buffer_sub_data AL_SOFTX_deferred_updates AL_SOFT_direct_channels AL_SOFT_loop_points
00:00:00.628 : [snd] Started sound update thread
00:00:00.635 : [di8] Initializing device '@@keyboard@@' as 'keyboard'
00:00:00.637 : [di8] Initializing device '@@i_mouse@@' as 'mouse'
00:00:00.780 : [hashfs] dlc_christmas.scs: Mounted and validated, 357 entries (DA6EE0F7538F92F3732BD7FE9B635B6526558E97DE5C60B4B2EEF540E20756D)
00:00:00.953 : [hashfs] dlc_east.scs: Mounted and validated, 863 entries (A98640C5FED62D9414D7E657107B9FFD2F4C97D2DC24BB8E40658CD5F597CDF)
00:00:00.956 : [hashfs] dlc_fantasy.scs: Mounted and validated, 296 entries (A6ED9AA637302A0497AB5A68CF642769F9EA715A720DDDDE8EC6C4F24991A8F)
00:00:00.959 : [hashfs] dlc_flags_de.scs: Mounted and validated, 247 entries (2DAFC42AF809EA6C2A8A3D227AD672600E0FA3C8CF8E158CC59D0F37E6EDBB9)
00:00:00.963 : [hashfs] dlc_halloween.scs: Mounted and validated, 358 entries (B923559987229A77A7A07879923EAF7B0D150EA33F6A82D958040A2F0637F96)
00:00:00.967 : [hashfs] dlc_metallics.scs: Mounted and validated, 214 entries (E0F542DF8982B619EB855B5617B963A65250DBC104D9C385F97DB2A360BF670)
00:00:00.970 : [hashfs] dlc_metallics2.scs: Mounted and validated, 248 entries (AFA7B01F637F680115845BFA4B47AE66714BCF5FCDFCF41E362DF720D8399ED)
00:00:00.975 : [hashfs] dlc_nature.scs: Mounted and validated, 463 entries (40BAB682841B42FE89D64DD80448EF16AE0462FEC416C8760F729F3288140B3)
00:00:01.050 : [hashfs] dlc_trailers.scs: Mounted and validated, 604 entries (1735931492D4F4D852A8D566FAC52D4D8D47A834F1534892AC24A837EDAF6CA)
00:00:01.055 : [hashfs] dlc_winter.scs: Mounted and validated, 461 entries (9F19D480CD886CC83417C2FE4A067DDEC96B4DB23CBB3ED83D56F79C73193C2)
00:00:01.076 : dispatch
00:00:01.076 : exit
00:00:04.451 : [ui] Controller setup start
00:00:04.453 : [inp] Classifying devices
00:00:04.454 : [ui] Controller setup done
00:00:04.619 : [hashfs] dlc_christmas.scs: Mounted and validated, 357 entries (DA6EE0F7538F92F3732BD7FE9B635B6526558E97DE5C60B4B2EEF540E20756D)
00:00:04.792 : [hashfs] dlc_east.scs: Mounted and validated, 863 entries (A98640C5FED62D9414D7E657107B9FFD2F4C97D2DC24BB8E40658CD5F597CDF)
00:00:04.795 : [hashfs] dlc_fantasy.scs: Mounted and validated, 296 entries (A6ED9AA637302A0497AB5A68CF642769F9EA715A720DDDDE8EC6C4F24991A8F)
00:00:04.798 : [hashfs] dlc_flags_de.scs: Mounted and validated, 247 entries (2DAFC42AF809EA6C2A8A3D227AD672600E0FA3C8CF8E158CC59D0F37E6EDBB9)
00:00:04.802 : [hashfs] dlc_halloween.scs: Mounted and validated, 358 entries (B923559987229A77A7A07879923EAF7B0D150EA33F6A82D958040A2F0637F96)
00:00:04.806 : [hashfs] dlc_metallics.scs: Mounted and validated, 214 entries (E0F542DF8982B619EB855B5617B963A65250DBC104D9C385F97DB2A360BF670)
00:00:04.810 : [hashfs] dlc_metallics2.scs: Mounted and validated, 248 entries (AFA7B01F637F680115845BFA4B47AE66714BCF5FCDFCF41E362DF720D8399ED)
00:00:04.815 : [hashfs] dlc_nature.scs: Mounted and validated, 463 entries (40BAB682841B42FE89D64DD80448EF16AE0462FEC416C8760F729F3288140B3)
00:00:04.869 : [hashfs] dlc_trailers.scs: Mounted and validated, 604 entries (1735931492D4F4D852A8D566FAC52D4D8D47A834F1534892AC24A837EDAF6CA)
00:00:04.874 : [hashfs] dlc_winter.scs: Mounted and validated, 461 entries (9F19D480CD886CC83417C2FE4A067DDEC96B4DB23CBB3ED83D56F79C73193C2)
00:00:04.971 : <ERROR> [fs] Failed to open file "/home/profiles/5175696E74656E/profile.sii" in the read_only mode
00:00:04.971 : <ERROR> load_unit_tree() - Failed to open file (/home/profiles/5175696E74656E/profile.sii)
00:00:04.972 : <ERROR> [fs] Failed to open file "/home/profiles/5175696E74656E/profile.bak.sii" in the read_only mode
00:00:04.972 : <ERROR> load_unit_tree() - Failed to open file (/home/profiles/5175696E74656E/profile.bak.sii)
00:00:04.977 : uset s_sfx_enabled "1"
00:00:04.977 : uset s_music_enabled "1"
00:00:04.977 : uset s_sfx_volume "1"
00:00:04.977 : uset s_radio_volume "0.841958"
00:00:04.977 : uset s_music_volume "0"
00:00:04.977 : uset s_master_volume "1"
00:00:04.977 : uset s_reverse_stereo "0"
00:00:04.977 : uset g_force_economy_reset "0"
00:00:04.977 : uset g_force_load_selector "0"
00:00:04.977 : uset g_autoload_ignore_autosave "0"
00:00:04.977 : uset g_start_in_truck "0"
00:00:04.977 : uset g_input_configured "1"
00:00:04.977 : uset g_income_factor "1.0"
00:00:04.977 : uset g_currency "0"
00:00:04.977 : uset g_bad_weather_factor "0"
00:00:04.977 : uset g_save_idx "1"
00:00:04.977 : uset g_adviser "1"
00:00:04.977 : uset g_desktop_tutorial "1"
00:00:04.977 : uset g_tutorial "1"
00:00:04.977 : uset g_fatigue "0"
00:00:04.977 : uset g_police "0"
00:00:04.977 : uset g_subtitles "0"
00:00:04.977 : uset g_clock_24 "1"
00:00:04.977 : uset g_hmd_no_3d_background "0"
00:00:04.977 : uset g_hmd_no_special_menu "0"
00:00:04.977 : uset g_hmd_reduced_cabin_movement "1"
00:00:04.978 : uset g_hmd_no_artifical_movement "0"
00:00:04.978 : uset i_oculus_eye_protrusion "0.09"
00:00:04.978 : uset i_oculus_eye_height "0.15"
00:00:04.978 : uset i_hmd_max_prediction "0.1"
00:00:04.978 : uset i_hmd_min_prediction "0.0"
00:00:04.978 : uset s_interior_volume "3"
00:00:04.978 : uset s_rumble_enabled "1"
00:00:04.978 : uset s_reverse_enabled "1"
00:00:04.978 : uset g_cam_blinker "0"
00:00:04.978 : uset g_cam_physics_value "1.0"
00:00:04.978 : uset g_cam_physics "1"
00:00:04.978 : uset g_cam_steering_reverse "1.0"
00:00:04.978 : uset g_cam_steering_value "1.0"
00:00:04.978 : uset g_cam_steering "0"
00:00:04.978 : uset g_cruise_control_smart "-1"
00:00:04.978 : uset g_cruise_control_grid "5.0"
00:00:04.978 : uset g_throttle_auto_shift "0"
00:00:04.978 : uset g_pedal_clutch_range "1.0"
00:00:04.978 : uset g_fuel_simulation "1"
00:00:04.978 : uset g_hardcore_simulation "1"
00:00:04.978 : uset g_reg_setting "reg_setting.europe"
00:00:04.978 : uset g_brake_light_all "1"
00:00:04.978 : uset g_use_speed_limiter "0"
00:00:04.978 : uset g_hud_speed_limit "1"
00:00:04.978 : uset g_axle_drop_auto "0"
00:00:04.978 : uset g_engine_start_auto "1"
00:00:04.979 : uset g_motor_brake_auto "0"
00:00:04.979 : uset g_retarder_auto "0"
00:00:04.979 : uset g_trailer_stability "1"
00:00:04.979 : uset g_brake_intensity "2.2056"
00:00:04.979 : uset g_steer_autocenter "1"
00:00:04.979 : uset g_gallon "0"
00:00:04.979 : uset g_fahrenheit "0"
00:00:04.979 : uset g_pounds "kg"
00:00:04.979 : uset g_mph "0"
00:00:04.979 : uset g_hshifter_synchronized "1"
00:00:04.979 : uset g_hshifter_layout_shifting "1"
00:00:04.979 : uset g_hshifter_layout "0"
00:00:04.979 : uset g_trans "3"
00:00:04.979 : uset g_lang_set "1"
00:00:04.979 : uset g_lang "nl_nl"
00:00:04.979 : uset g_cutscenes "1"
00:00:05.800 : <ERROR> [fs] Failed to open file "/home/profiles/5175696E74656E/profile.sii" in the read_only mode
00:00:05.800 : <ERROR> load_unit_tree() - Failed to open file (/home/profiles/5175696E74656E/profile.sii)
00:00:05.800 : <ERROR> [fs] Failed to open file "/home/profiles/5175696E74656E/profile.bak.sii" in the read_only mode
00:00:05.800 : <ERROR> load_unit_tree() - Failed to open file (/home/profiles/5175696E74656E/profile.bak.sii)
00:00:08.254 : [zipfs] promods-def-v196.scs: read ok, 5460 entries [0x2b9d20ed]
00:00:08.254 : [mods] promods-def-v196 mount for mod manager purpose.
00:00:08.254 : [zipfs] trans_1_19.scs: read ok, 123 entries [0x323a3a3a]
00:00:08.254 : [mods] trans_1_19 mount for mod manager purpose.
00:00:26.485 : <ERROR> [fs] Failed to open file "/home/profiles/5175696E74656E/profile.sii" in the read_only mode
00:00:26.485 : <ERROR> load_unit_tree() - Failed to open file (/home/profiles/5175696E74656E/profile.sii)
00:00:26.485 : <ERROR> [fs] Failed to open file "/home/profiles/5175696E74656E/profile.bak.sii" in the read_only mode
00:00:26.486 : <ERROR> load_unit_tree() - Failed to open file (/home/profiles/5175696E74656E/profile.bak.sii)
00:00:26.487 : uset s_sfx_enabled "1"
00:00:26.487 : uset s_music_enabled "1"
00:00:26.487 : uset s_sfx_volume "1"
00:00:26.488 : uset s_radio_volume "0.841958"
00:00:26.488 : uset s_music_volume "0"
00:00:26.488 : uset s_master_volume "1"
00:00:26.488 : uset s_reverse_stereo "0"
00:00:26.488 : uset g_force_economy_reset "0"
00:00:26.488 : uset g_force_load_selector "0"
00:00:26.488 : uset g_autoload_ignore_autosave "0"
00:00:26.488 : uset g_start_in_truck "0"
00:00:26.488 : uset g_input_configured "1"
00:00:26.488 : uset g_income_factor "1.0"
00:00:26.488 : uset g_currency "0"
00:00:26.488 : uset g_bad_weather_factor "0"
00:00:26.488 : uset g_save_idx "1"
00:00:26.488 : uset g_adviser "1"
00:00:26.488 : uset g_desktop_tutorial "1"
00:00:26.488 : uset g_tutorial "1"
00:00:26.488 : uset g_fatigue "0"
00:00:26.488 : uset g_police "0"
00:00:26.488 : uset g_subtitles "0"
00:00:26.488 : uset g_clock_24 "1"
00:00:26.488 : uset g_hmd_no_3d_background "0"
00:00:26.488 : uset g_hmd_no_special_menu "0"
00:00:26.488 : uset g_hmd_reduced_cabin_movement "1"
00:00:26.488 : uset g_hmd_no_artifical_movement "0"
00:00:26.488 : uset i_oculus_eye_protrusion "0.09"
00:00:26.488 : uset i_oculus_eye_height "0.15"
00:00:26.488 : uset i_hmd_max_prediction "0.1"
00:00:26.488 : uset i_hmd_min_prediction "0.0"
00:00:26.488 : uset s_interior_volume "3"
00:00:26.488 : uset s_rumble_enabled "1"
00:00:26.489 : uset s_reverse_enabled "1"
00:00:26.489 : uset g_cam_blinker "0"
00:00:26.489 : uset g_cam_physics_value "1.0"
00:00:26.489 : uset g_cam_physics "1"
00:00:26.489 : uset g_cam_steering_reverse "1.0"
00:00:26.489 : uset g_cam_steering_value "1.0"
00:00:26.489 : uset g_cam_steering "0"
00:00:26.489 : uset g_cruise_control_smart "-1"
00:00:26.489 : uset g_cruise_control_grid "5.0"
00:00:26.489 : uset g_throttle_auto_shift "0"
00:00:26.489 : uset g_pedal_clutch_range "1.0"
00:00:26.489 : uset g_fuel_simulation "1"
00:00:26.489 : uset g_hardcore_simulation "1"
00:00:26.489 : uset g_reg_setting "reg_setting.europe"
00:00:26.489 : uset g_brake_light_all "1"
00:00:26.489 : uset g_use_speed_limiter "0"
00:00:26.489 : uset g_hud_speed_limit "1"
00:00:26.489 : uset g_axle_drop_auto "0"
00:00:26.489 : uset g_engine_start_auto "1"
00:00:26.489 : uset g_motor_brake_auto "0"
00:00:26.489 : uset g_retarder_auto "0"
00:00:26.489 : uset g_trailer_stability "1"
00:00:26.489 : uset g_brake_intensity "2.2056"
00:00:26.489 : uset g_steer_autocenter "1"
00:00:26.489 : uset g_gallon "0"
00:00:26.489 : uset g_fahrenheit "0"
00:00:26.489 : uset g_pounds "kg"
00:00:26.489 : uset g_mph "0"
00:00:26.489 : uset g_hshifter_synchronized "1"
00:00:26.490 : uset g_hshifter_layout_shifting "1"
00:00:26.490 : uset g_hshifter_layout "0"
00:00:26.490 : uset g_trans "3"
00:00:26.490 : uset g_lang_set "1"
00:00:26.490 : uset g_lang "nl_nl"
00:00:26.490 : uset g_cutscenes "1"
00:00:27.312 : <ERROR> [fs] Failed to open file "/home/profiles/5175696E74656E/profile.sii" in the read_only mode
00:00:27.312 : <ERROR> load_unit_tree() - Failed to open file (/home/profiles/5175696E74656E/profile.sii)
00:00:27.313 : <ERROR> [fs] Failed to open file "/home/profiles/5175696E74656E/profile.bak.sii" in the read_only mode
00:00:27.313 : <ERROR> load_unit_tree() - Failed to open file (/home/profiles/5175696E74656E/profile.bak.sii)
00:00:28.199 : uset s_sfx_enabled "1"
00:00:28.199 : uset s_music_enabled "1"
00:00:28.199 : uset s_sfx_volume "1"
00:00:28.199 : uset s_radio_volume "0.841958"
00:00:28.199 : uset s_music_volume "0"
00:00:28.199 : uset s_master_volume "1"
00:00:28.199 : uset s_reverse_stereo "0"
00:00:28.199 : uset g_force_economy_reset "0"
00:00:28.199 : uset g_force_load_selector "0"
00:00:28.200 : uset g_autoload_ignore_autosave "0"
00:00:28.200 : uset g_start_in_truck "0"
00:00:28.200 : uset g_input_configured "1"
00:00:28.200 : uset g_income_factor "1.0"
00:00:28.200 : uset g_currency "0"
00:00:28.200 : uset g_bad_weather_factor "0"
00:00:28.200 : uset g_save_idx "1"
00:00:28.200 : uset g_adviser "1"
00:00:28.200 : uset g_desktop_tutorial "1"
00:00:28.200 : uset g_tutorial "1"
00:00:28.200 : uset g_fatigue "0"
00:00:28.200 : uset g_police "0"
00:00:28.200 : uset g_subtitles "0"
00:00:28.200 : uset g_clock_24 "1"
00:00:28.200 : uset g_hmd_no_3d_background "0"
00:00:28.200 : uset g_hmd_no_special_menu "0"
00:00:28.200 : uset g_hmd_reduced_cabin_movement "1"
00:00:28.200 : uset g_hmd_no_artifical_movement "0"
00:00:28.200 : uset i_oculus_eye_protrusion "0.09"
00:00:28.200 : uset i_oculus_eye_height "0.15"
00:00:28.200 : uset i_hmd_max_prediction "0.1"
00:00:28.200 : uset i_hmd_min_prediction "0.0"
00:00:28.200 : uset s_interior_volume "3"
00:00:28.200 : uset s_rumble_enabled "1"
00:00:28.200 : uset s_reverse_enabled "1"
00:00:28.200 : uset g_cam_blinker "0"
00:00:28.200 : uset g_cam_physics_value "1.0"
00:00:28.200 : uset g_cam_physics "1"
00:00:28.200 : uset g_cam_steering_reverse "1.0"
00:00:28.201 : uset g_cam_steering_value "1.0"
00:00:28.201 : uset g_cam_steering "0"
00:00:28.201 : uset g_cruise_control_smart "-1"
00:00:28.201 : uset g_cruise_control_grid "5.0"
00:00:28.201 : uset g_throttle_auto_shift "0"
00:00:28.201 : uset g_pedal_clutch_range "1.0"
00:00:28.201 : uset g_fuel_simulation "1"
00:00:28.201 : uset g_hardcore_simulation "1"
00:00:28.201 : uset g_reg_setting "reg_setting.europe"
00:00:28.201 : uset g_brake_light_all "1"
00:00:28.201 : uset g_use_speed_limiter "0"
00:00:28.201 : uset g_hud_speed_limit "1"
00:00:28.201 : uset g_axle_drop_auto "0"
00:00:28.201 : uset g_engine_start_auto "1"
00:00:28.201 : uset g_motor_brake_auto "0"
00:00:28.201 : uset g_retarder_auto "0"
00:00:28.201 : uset g_trailer_stability "1"
00:00:28.201 : uset g_brake_intensity "2.2056"
00:00:28.201 : uset g_steer_autocenter "1"
00:00:28.201 : uset g_gallon "0"
00:00:28.201 : uset g_fahrenheit "0"
00:00:28.201 : uset g_pounds "kg"
00:00:28.201 : uset g_mph "0"
00:00:28.201 : uset g_hshifter_synchronized "1"
00:00:28.201 : uset g_hshifter_layout_shifting "1"
00:00:28.201 : uset g_hshifter_layout "0"
00:00:28.201 : uset g_trans "3"
00:00:28.202 : uset g_lang_set "1"
00:00:28.202 : uset g_lang "nl_nl"
00:00:28.202 : uset g_cutscenes "1"
00:00:28.222 : New profile selected: 'Dikkie dik'
00:00:28.223 : [zipfs] 7UP_Combo_Pack.zip: read ok, 2 entries [0xb6760313]
00:00:28.223 : [zipfs] ets2_modpack_by_topgear.zip: read ok, 5 entries [0x2fce586d]
00:00:28.848 : [zipfs] promods-v191.scs: read ok, 29554 entries [0xc73bb99b]
00:00:28.873 : [zipfs] z_promods-v191-patch_compatibility_117.scs: read ok, 1529 entries [0x6516a9a]
00:00:28.876 : [zipfs] trans_1_19.scs: read ok, 123 entries [0x72a25a6a]
00:00:28.911 : [zipfs] promods-map-v191.scs: read ok, 1344 entries [0xf010cfc3]
00:00:28.947 : [zipfs] promods-def-v191.scs: read ok, 2623 entries [0x2f51def6]
00:00:31.097 : game
00:00:31.348 : <ERROR> [unit] File '/unit/hookup/wheel_particle_rain.sii', line 37:
00:00:31.348 : <ERROR> [unit] The unit '_nameless.0BBB.4018' of type 'particle_gen' has no attribute named 'model'.
00:00:31.368 : [bullet] Starting physics server: Bullet
00:00:31.616 : Loaded trailers: 81
00:00:31.623 : Loaded traffic vehicles of type 'car': 29
00:00:31.629 : Loaded traffic vehicles of type 'truck': 22
00:00:31.630 : Loaded traffic vehicles of type 'bus': 1
00:00:31.631 : <WARNING> [traffic_trailer_type] Loaded legacy trailer storage from '/def/vehicle/trailer_traffic_storage.sii'. Please use the new storage definition files to take advantage of all new features!
00:00:31.631 : <WARNING> [traffic_trailer_type] Converting old trailer definition 'traffic.trailer.forklift' to type 'traffic_trailer'. Please update to the new type.
00:00:31.631 : <WARNING> [traffic_trailer_type] Converting old trailer definition 'traffic.trailer.volvo' to type 'traffic_trailer'. Please update to the new type.
00:00:31.631 : <WARNING> [traffic_trailer_type] Converting old trailer definition 'traffic.trailer.scania' to type 'traffic_trailer'. Please update to the new type.
00:00:31.632 : Loaded traffic trailers of type 'semi_trailer': 3
00:00:31.634 : Loaded addon hookups: 16
00:00:31.637 : Loading resource server data ....
00:00:31.637 : Loading vegetation data ....
00:00:31.652 : Loading road data ....
00:00:31.663 : <WARNING> [road_look] Converting obsolete attribute 'lane_count_left' and 'ai_speed_type'. Please use attribute 'lanes_left' instead (rl 2 double 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'lane_count_right' and 'ai_speed_type'. Please use attribute 'lanes_right' instead (rl 2 double 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'lane_count_left' and 'ai_speed_type'. Please use attribute 'lanes_left' instead (rl 2 single 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'lane_count_right' and 'ai_speed_type'. Please use attribute 'lanes_right' instead (rl 2 single 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (rl 2 broken 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'lane_count_left' and 'ai_speed_type'. Please use attribute 'lanes_left' instead (rl 2 broken 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'lane_count_right' and 'ai_speed_type'. Please use attribute 'lanes_right' instead (rl 2 broken 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (rl 2 no center 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'lane_count_left' and 'ai_speed_type'. Please use attribute 'lanes_left' instead (rl 2 no center 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'lane_count_right' and 'ai_speed_type'. Please use attribute 'lanes_right' instead (rl 2 no center 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'lane_count_left' and 'ai_speed_type'. Please use attribute 'lanes_left' instead (Hw 2b 2m 2)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'lane_count_right' and 'ai_speed_type'. Please use attribute 'lanes_right' instead (Hw 2b 2m 2)
00:00:31.664 : <WARNING> [road_look] Converting more obsolete attributes...
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (rl 2 no lines 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (rl 2 broken no outer 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (rl 1 broken 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (rl 1 no lines 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (rl 1 broken no outer 1)
00:00:31.664 : <WARNING> [road_look] Ignoring obsolete attribute 'ai_speed_type' (sidewalk)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (rl 0 broker no outer 1)
00:00:31.664 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (rl 0 no lines 1)
00:00:31.665 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (rl 1 broken 0)
00:00:31.665 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (rl 2 broken 0)
00:00:31.666 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (narrow road driveway)
00:00:31.668 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 1 lane double norway)
00:00:31.668 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road democentre)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 1 broken 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 1 double move 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 1 double 2m 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 1 double 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 1 single 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 1 no lines 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 1 broken no outer 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (sidewalk)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 0 broker no outer 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 0 no lines 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 0 no lines move 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 0 no lines 2m 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 0 broker no outer move 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 0 broker no outer 2m 1)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 1 broken 0)
00:00:31.669 : <WARNING> [road_look] Converting obsolete attribute 'no_wrong_way'. Please use attribute 'allow_wrong_way' instead (Road 1 single 0)
00:00:31.674 : Loading terrain data ....
00:00:31.695 : Loading railing data ....
00:00:31.712 : Loading building data ....
00:00:31.737 : Loading model data ....
00:00:31.808 : Loading prefab data ....
00:00:31.961 : Loading traffic rule data ....
00:00:31.978 : Loading sign data ....
00:00:32.301 : Loading city data ....
00:00:32.337 : Loading traffic semaphore data ....
00:00:32.341 : <ERROR> [unit] File '/def/world/semaphore_model.promods.sii', line 232:
00:00:32.341 : <ERROR> [unit] The unit name 'tr_sem_mdl.ab_toll.s' is already taken by an existing unit (of type 'tr_semaphore_model').
00:00:32.341 : <ERROR> load_filtered_unit_array() - Failed to load units from file (/def/world/semaphore_model.promods.sii)
00:00:32.341 : <ERROR> management\core_resource_server.cpp(535): ?init_full@core_resource_server_u@prism@@UEAAXXZ: Data error.

(I hope you ment this)

User avatar
cashtime2013
Developer
Posts: 1270
Joined: 08 Aug 2013 08:01
Donation rank:
Location: Essex coast, England

11 Aug 2015 08:59

Yep, that's better ;) . Putting data, logs etc. into the Code tags makes for easier reading!

I suggest you generate another def file. It looks like you've got issues with game saves, so try creating a new profile, and see how that goes.
British Isles Developer

Windows 10 64-bit, 16GB RAM, Intel i5 quad-core CPU, nvidia Geforce GTX 1650, ASUS VZ249HE 24" monitor, 750watt PSU, ETS2 & ATS 64bit

qfrijters
Posts: 29
Joined: 25 Feb 2015 13:51
Donation rank:

11 Aug 2015 09:01

oh no
not a new profile
i am level 300 :(
i'll look if i can load a older save

qfrijters
Posts: 29
Joined: 25 Feb 2015 13:51
Donation rank:

11 Aug 2015 09:13

first
I deleted promods
After that , I started the game and loaded a save.
Then I closed the game and put promods back
I set the mods on
GAME CRASHED
I looked
and I forgot to set compatibility back on
IT WORKS :D
THANKS :D

User avatar
plykkegaard
Posts: 2551
Joined: 19 Sep 2014 19:18
Donation rank:
Location: Jylland
Contact:

11 Aug 2015 10:00

The game log indicates you're using latest 1.19.1 version of ETS2
You will have severe problems to the southeast around the two new SCS cities
Please revert to ETS2 1.18
Easy done on Steam
3D Artist - Moderator - Beta tester



Post Reply

Return to “Not a bug ETS2”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 0 guests