<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Addon for the Chris45 Trailer Pack 9.08	</title>
	<atom:link href="https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/feed/" rel="self" type="application/rss+xml" />
	<link>https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/</link>
	<description>Euro Truck Simulator 2 mods</description>
	<lastBuildDate>Fri, 02 Feb 2018 01:06:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Chris45UK		</title>
		<link>https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3331171</link>

		<dc:creator><![CDATA[Chris45UK]]></dc:creator>
		<pubDate>Fri, 02 Feb 2018 01:06:26 +0000</pubDate>
		<guid isPermaLink="false">https://ets2.lt/?p=179891#comment-3331171</guid>

					<description><![CDATA[There is an error causing game crash.
def/vehicle/trailer/livestock/chassis.sii

SiiNunit
{
accessory_chassis_data : .chassis
{
	
model: &quot;/vehicle/trailer_cs/livestock/livestock_cs.pmd&quot;
	
lods[]: &quot;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&quot;
	
lods[]: &quot;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmd&quot;	

	
collision: &quot;/vehicle/trailer_cs/livestock/livestock_cs.pmc&quot;



trailer_brace_model: &quot;/vehicle/trailer_eu/livestock/livestock_brace.pmd&quot;
	trailer_brace_anim: &quot;/vehicle/trailer_eu/livestock/livestock_brace.pma&quot;

	trailer_brace_up_sound: &quot;/sound/truck/trailer_brace_hydro_up.ogg&quot;
	trailer_brace_down_sound: &quot;/sound/truck/trailer_brace_hydro_down.ogg&quot;





		residual_travel[]: 0.12 	# 1st axle
	
		residual_travel[]: 0.12 	# 2nd axle
	
		residual_travel[]: 0.12 	# 3rd axle
 
	

trailer_mass: 6000.0

	
variant: default
	look: default
	
	
	


extended_shadow_texture: &quot;/vehicle/trailer_eu/food_cistern/shadow.tobj&quot;
	extended_shadow_intensity: 1.45
	extended_shadow_fadeout_start: 10
	extended_shadow_fadeout_length: 0

	ui_shadow: &quot;/vehicle/trailer_eu/food_cistern/ui_shadow.pmd&quot;
}
}

It should read be like this.......
SiiNunit
{
accessory_chassis_data : .chassis
{
	
model: &quot;/vehicle/trailer_cs/livestock/livestock_cs.pmd&quot;
	
lods[]: &quot;/vehicle/trailer_cs/livestock/livestock_cs_lod.pmd&quot;
		

	
collision: &quot;/vehicle/trailer_cs/livestock/livestock_cs.pmc&quot;



trailer_brace_model: &quot;/vehicle/trailer_eu/livestock/livestock_brace.pmd&quot;
	trailer_brace_anim: &quot;/vehicle/trailer_eu/livestock/livestock_brace.pma&quot;

	trailer_brace_up_sound: &quot;/sound/truck/trailer_brace_hydro_up.ogg&quot;
	trailer_brace_down_sound: &quot;/sound/truck/trailer_brace_hydro_down.ogg&quot;





		residual_travel[]: 0.12 	# 1st axle
	
		residual_travel[]: 0.12 	# 2nd axle
	
		residual_travel[]: 0.12 	# 3rd axle
 
	

trailer_mass: 6000.0

	
variant: default
	look: default
	
	
	


extended_shadow_texture: &quot;/vehicle/trailer_eu/food_cistern/shadow.tobj&quot;
	extended_shadow_intensity: 1.45
	extended_shadow_fadeout_start: 10
	extended_shadow_fadeout_length: 0

	ui_shadow: &quot;/vehicle/trailer_eu/food_cistern/ui_shadow.pmd&quot;
}
}]]></description>
			<content:encoded><![CDATA[<p>There is an error causing game crash.<br />
def/vehicle/trailer/livestock/chassis.sii</p>
<p>SiiNunit<br />
{<br />
accessory_chassis_data : .chassis<br />
{</p>
<p>model: &#8220;/vehicle/trailer_cs/livestock/livestock_cs.pmd&#8221;</p>
<p>lods[]: &#8220;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&#8221;</p>
<p>lods[]: &#8220;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmd&#8221;	</p>
<p>collision: &#8220;/vehicle/trailer_cs/livestock/livestock_cs.pmc&#8221;</p>
<p>trailer_brace_model: &#8220;/vehicle/trailer_eu/livestock/livestock_brace.pmd&#8221;<br />
	trailer_brace_anim: &#8220;/vehicle/trailer_eu/livestock/livestock_brace.pma&#8221;</p>
<p>	trailer_brace_up_sound: &#8220;/sound/truck/trailer_brace_hydro_up.ogg&#8221;<br />
	trailer_brace_down_sound: &#8220;/sound/truck/trailer_brace_hydro_down.ogg&#8221;</p>
<p>		residual_travel[]: 0.12 	# 1st axle</p>
<p>		residual_travel[]: 0.12 	# 2nd axle</p>
<p>		residual_travel[]: 0.12 	# 3rd axle</p>
<p>trailer_mass: 6000.0</p>
<p>variant: default<br />
	look: default</p>
<p>extended_shadow_texture: &#8220;/vehicle/trailer_eu/food_cistern/shadow.tobj&#8221;<br />
	extended_shadow_intensity: 1.45<br />
	extended_shadow_fadeout_start: 10<br />
	extended_shadow_fadeout_length: 0</p>
<p>	ui_shadow: &#8220;/vehicle/trailer_eu/food_cistern/ui_shadow.pmd&#8221;<br />
}<br />
}</p>
<p>It should read be like this&#8230;&#8230;.<br />
SiiNunit<br />
{<br />
accessory_chassis_data : .chassis<br />
{</p>
<p>model: &#8220;/vehicle/trailer_cs/livestock/livestock_cs.pmd&#8221;</p>
<p>lods[]: &#8220;/vehicle/trailer_cs/livestock/livestock_cs_lod.pmd&#8221;</p>
<p>collision: &#8220;/vehicle/trailer_cs/livestock/livestock_cs.pmc&#8221;</p>
<p>trailer_brace_model: &#8220;/vehicle/trailer_eu/livestock/livestock_brace.pmd&#8221;<br />
	trailer_brace_anim: &#8220;/vehicle/trailer_eu/livestock/livestock_brace.pma&#8221;</p>
<p>	trailer_brace_up_sound: &#8220;/sound/truck/trailer_brace_hydro_up.ogg&#8221;<br />
	trailer_brace_down_sound: &#8220;/sound/truck/trailer_brace_hydro_down.ogg&#8221;</p>
<p>		residual_travel[]: 0.12 	# 1st axle</p>
<p>		residual_travel[]: 0.12 	# 2nd axle</p>
<p>		residual_travel[]: 0.12 	# 3rd axle</p>
<p>trailer_mass: 6000.0</p>
<p>variant: default<br />
	look: default</p>
<p>extended_shadow_texture: &#8220;/vehicle/trailer_eu/food_cistern/shadow.tobj&#8221;<br />
	extended_shadow_intensity: 1.45<br />
	extended_shadow_fadeout_start: 10<br />
	extended_shadow_fadeout_length: 0</p>
<p>	ui_shadow: &#8220;/vehicle/trailer_eu/food_cistern/ui_shadow.pmd&#8221;<br />
}<br />
}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tornado		</title>
		<link>https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3328552</link>

		<dc:creator><![CDATA[Tornado]]></dc:creator>
		<pubDate>Sat, 13 Jan 2018 10:38:30 +0000</pubDate>
		<guid isPermaLink="false">https://ets2.lt/?p=179891#comment-3328552</guid>

					<description><![CDATA[Here is the fixed version. 3 days tested - there were no crashes of the game.

ets2.lt/en/addon-for-the-chris45-trailer-pack-v-9-08-fixed/#more-180506

If you find errors – write. It is desirable that there was a piece of log file(from game.log.txt) with a description of the error.]]></description>
			<content:encoded><![CDATA[<p>Here is the fixed version. 3 days tested &#8211; there were no crashes of the game.</p>
<p>ets2.lt/en/addon-for-the-chris45-trailer-pack-v-9-08-fixed/#more-180506</p>
<p>If you find errors – write. It is desirable that there was a piece of log file(from game.log.txt) with a description of the error.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tornado		</title>
		<link>https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327926</link>

		<dc:creator><![CDATA[Tornado]]></dc:creator>
		<pubDate>Mon, 08 Jan 2018 14:45:50 +0000</pubDate>
		<guid isPermaLink="false">https://ets2.lt/?p=179891#comment-3327926</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327914&quot;&gt;Dennis_GER&lt;/a&gt;.

I already know about this error. I&#039;m working on it. As a temporary solution to the problem - disable traffic. I will publish a revised version of this add-on soon. Thank you for understanding.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327914">Dennis_GER</a>.</p>
<p>I already know about this error. I&#8217;m working on it. As a temporary solution to the problem &#8211; disable traffic. I will publish a revised version of this add-on soon. Thank you for understanding.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dennis_GER		</title>
		<link>https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327914</link>

		<dc:creator><![CDATA[Dennis_GER]]></dc:creator>
		<pubDate>Mon, 08 Jan 2018 13:56:33 +0000</pubDate>
		<guid isPermaLink="false">https://ets2.lt/?p=179891#comment-3327914</guid>

					<description><![CDATA[Game crash randomly with this errors:
00:43:39.701 :  [fs] Failed to open file &quot;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&quot; in the read_only mode
00:43:39.702 :  [resource_task] Can not open &#039;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&#039;
00:43:39.717 :  [model] Model descriptor &#039;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&#039; is malformed.
00:43:39.718 :  [fs] Failed to open file &quot;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmd&quot; in the read_only mode
00:43:39.718 :  [resource_task] Can not open &#039;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmd&#039;
00:43:39.718 :  [fs] Failed to open file &quot;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmg&quot; in the read_only mode
00:43:39.718 :  [resource_task] Can not open &#039;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmg&#039;
00:43:39.718 :  [fs] Failed to open file &quot;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmg&quot; in the read_only mode
00:43:39.718 :  [resource_task] Can not open &#039;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmg&#039;
00:43:39.739 :  [model] Model geometry &#039;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmg&#039; is malformed.
00:43:39.739 :  [model] Model descriptor &#039;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmd&#039; is malformed.
00:43:39.739 :  [model] Model geometry &#039;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmg&#039; is malformed.
00:43:39.739 :  [fs] Failed to open file &quot;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&quot; in the read_only mode
00:43:39.740 :  [ld] Failed to open &#039;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&#039;.
00:43:39.740 :  model_template.cpp(590): ?cache_data_handler@model_template_u@prism@@UEAAXXZ: Failed to load model descriptor (.pmd) or model geometry (.pmg) for &#039;/vehicle/trailer_cs/livestock/livestock_cs_lod_

Without the addon no crashes.]]></description>
			<content:encoded><![CDATA[<p>Game crash randomly with this errors:<br />
00:43:39.701 :  [fs] Failed to open file &#8220;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&#8221; in the read_only mode<br />
00:43:39.702 :  [resource_task] Can not open &#8216;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&#8217;<br />
00:43:39.717 :  [model] Model descriptor &#8216;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&#8217; is malformed.<br />
00:43:39.718 :  [fs] Failed to open file &#8220;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmd&#8221; in the read_only mode<br />
00:43:39.718 :  [resource_task] Can not open &#8216;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmd&#8217;<br />
00:43:39.718 :  [fs] Failed to open file &#8220;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmg&#8221; in the read_only mode<br />
00:43:39.718 :  [resource_task] Can not open &#8216;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmg&#8217;<br />
00:43:39.718 :  [fs] Failed to open file &#8220;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmg&#8221; in the read_only mode<br />
00:43:39.718 :  [resource_task] Can not open &#8216;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmg&#8217;<br />
00:43:39.739 :  [model] Model geometry &#8216;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmg&#8217; is malformed.<br />
00:43:39.739 :  [model] Model descriptor &#8216;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmd&#8217; is malformed.<br />
00:43:39.739 :  [model] Model geometry &#8216;/vehicle/trailer_cs/livestock/livestock_cs_lod_02.pmg&#8217; is malformed.<br />
00:43:39.739 :  [fs] Failed to open file &#8220;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&#8221; in the read_only mode<br />
00:43:39.740 :  [ld] Failed to open &#8216;/vehicle/trailer_cs/livestock/livestock_cs_lod_01.pmd&#8217;.<br />
00:43:39.740 :  model_template.cpp(590): ?cache_data_handler@model_template_u@prism@@UEAAXXZ: Failed to load model descriptor (.pmd) or model geometry (.pmg) for &#8216;/vehicle/trailer_cs/livestock/livestock_cs_lod_</p>
<p>Without the addon no crashes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tornado		</title>
		<link>https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327844</link>

		<dc:creator><![CDATA[Tornado]]></dc:creator>
		<pubDate>Sun, 07 Jan 2018 21:00:58 +0000</pubDate>
		<guid isPermaLink="false">https://ets2.lt/?p=179891#comment-3327844</guid>

					<description><![CDATA[The cause of the crash of the game found. Sort of ...
  The reason for the fact that the game does not fly out from me, too, found (I have disabled traffic - it prevents me to test trucks) .. In the very near future I&#039;ll fix. Have patience and please do not be indignant. Humans tend to make mistakes.

P.S. I wonder why in the ATS everything works (there traffic is included)??? ....

Причину краша игры нашёл. Вроде...
 Причину того что игра не вылетает у меня тоже нашёл (у меня отключен траффик - он мне мешает тестировать грузовики).. В самое ближайшее время сделаю фикс Наберитесь терпения и пожалуйста не возмущайтесь. Человеку свойственно ошибаться.

П.С. Интересно почему в АТС всё работает (там траффик включен).... 

Die Ursache des Absturzes des Spiels gefunden. Wie ...
  Der Grund für die Tatsache, dass das Spiel auch nicht von mir herausfliegt, hat gefunden (ich habe den Verkehr behindert - es verhindert, dass ich die Lastwagen teste) .. In sehr naher Zukunft werde ich beheben. Haben Sie Geduld und bitte seien Sie nicht empört. Der Mensch neigt dazu, Fehler zu machen.

P.S. Ich frage mich, warum in der ATS alles funktioniert (da Verkehr ist inklusive) ....]]></description>
			<content:encoded><![CDATA[<p>The cause of the crash of the game found. Sort of &#8230;<br />
  The reason for the fact that the game does not fly out from me, too, found (I have disabled traffic &#8211; it prevents me to test trucks) .. In the very near future I&#8217;ll fix. Have patience and please do not be indignant. Humans tend to make mistakes.</p>
<p>P.S. I wonder why in the ATS everything works (there traffic is included)??? &#8230;.</p>
<p>Причину краша игры нашёл. Вроде&#8230;<br />
 Причину того что игра не вылетает у меня тоже нашёл (у меня отключен траффик &#8211; он мне мешает тестировать грузовики).. В самое ближайшее время сделаю фикс Наберитесь терпения и пожалуйста не возмущайтесь. Человеку свойственно ошибаться.</p>
<p>П.С. Интересно почему в АТС всё работает (там траффик включен)&#8230;. </p>
<p>Die Ursache des Absturzes des Spiels gefunden. Wie &#8230;<br />
  Der Grund für die Tatsache, dass das Spiel auch nicht von mir herausfliegt, hat gefunden (ich habe den Verkehr behindert &#8211; es verhindert, dass ich die Lastwagen teste) .. In sehr naher Zukunft werde ich beheben. Haben Sie Geduld und bitte seien Sie nicht empört. Der Mensch neigt dazu, Fehler zu machen.</p>
<p>P.S. Ich frage mich, warum in der ATS alles funktioniert (da Verkehr ist inklusive) &#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Remko		</title>
		<link>https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327840</link>

		<dc:creator><![CDATA[Remko]]></dc:creator>
		<pubDate>Sun, 07 Jan 2018 20:38:29 +0000</pubDate>
		<guid isPermaLink="false">https://ets2.lt/?p=179891#comment-3327840</guid>

					<description><![CDATA[It seems like the mod is crashing on other truck mods, i have disabled all mods and start a new profile for testing with only your mod enabled and the game does not crash anymore.]]></description>
			<content:encoded><![CDATA[<p>It seems like the mod is crashing on other truck mods, i have disabled all mods and start a new profile for testing with only your mod enabled and the game does not crash anymore.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tornado		</title>
		<link>https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327818</link>

		<dc:creator><![CDATA[Tornado]]></dc:creator>
		<pubDate>Sun, 07 Jan 2018 18:36:56 +0000</pubDate>
		<guid isPermaLink="false">https://ets2.lt/?p=179891#comment-3327818</guid>

					<description><![CDATA[Вы все пишете про ошибку. Да, возможно она по моей вине, но я не волшебник, мне нужна конкретика, мне нужен лог файл, я не телепат! Прежде чем публиковать я всегда тщательно проверяю с немецкой педантичностью и скурпулёзностью. У меня всё работает. Я проехал 3000 км.

You all write about the mistake. Yes, maybe it&#039;s my fault, but I&#039;m not a magician, I need a specific, I need a log file, I&#039;m not a telepath! Before publishing, I always carefully check with German pedantry and meticulousness. Everything works. I drove 3000 km.

В даный момент я тестирую это дополнение в АТС. Доставил 3 разных груза, проехал 2000 км. - игра не вылетает. Я не знаю в чём проблема. Лог чистый.

At the moment, I&#039;m testing this add-on in the ATS. Delivered 3 different cargo, drove 2000 km. - The game does not crash. I do not know what the problem is. The log is clean.]]></description>
			<content:encoded><![CDATA[<p>Вы все пишете про ошибку. Да, возможно она по моей вине, но я не волшебник, мне нужна конкретика, мне нужен лог файл, я не телепат! Прежде чем публиковать я всегда тщательно проверяю с немецкой педантичностью и скурпулёзностью. У меня всё работает. Я проехал 3000 км.</p>
<p>You all write about the mistake. Yes, maybe it&#8217;s my fault, but I&#8217;m not a magician, I need a specific, I need a log file, I&#8217;m not a telepath! Before publishing, I always carefully check with German pedantry and meticulousness. Everything works. I drove 3000 km.</p>
<p>В даный момент я тестирую это дополнение в АТС. Доставил 3 разных груза, проехал 2000 км. &#8211; игра не вылетает. Я не знаю в чём проблема. Лог чистый.</p>
<p>At the moment, I&#8217;m testing this add-on in the ATS. Delivered 3 different cargo, drove 2000 km. &#8211; The game does not crash. I do not know what the problem is. The log is clean.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tornado		</title>
		<link>https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327816</link>

		<dc:creator><![CDATA[Tornado]]></dc:creator>
		<pubDate>Sun, 07 Jan 2018 18:29:34 +0000</pubDate>
		<guid isPermaLink="false">https://ets2.lt/?p=179891#comment-3327816</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327791&quot;&gt;popy112&lt;/a&gt;.

Sie alle schreiben über den Fehler. Ja, vielleicht ist es meine Schuld, aber ich bin kein Magier, ich brauche eine bestimmte, ich brauche eine Log-Datei, ich bin kein Telepath! Vor der Veröffentlichung überprüfe ich immer sorgfältig mit deutscher Pedanterie und Akribie. Bei mir arbeitet alles. Ich bin 3000 km gefahren.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327791">popy112</a>.</p>
<p>Sie alle schreiben über den Fehler. Ja, vielleicht ist es meine Schuld, aber ich bin kein Magier, ich brauche eine bestimmte, ich brauche eine Log-Datei, ich bin kein Telepath! Vor der Veröffentlichung überprüfe ich immer sorgfältig mit deutscher Pedanterie und Akribie. Bei mir arbeitet alles. Ich bin 3000 km gefahren.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tornado		</title>
		<link>https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327814</link>

		<dc:creator><![CDATA[Tornado]]></dc:creator>
		<pubDate>Sun, 07 Jan 2018 18:22:26 +0000</pubDate>
		<guid isPermaLink="false">https://ets2.lt/?p=179891#comment-3327814</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327786&quot;&gt;Remko&lt;/a&gt;.

Please write exactly what kind of file can not be opened.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327786">Remko</a>.</p>
<p>Please write exactly what kind of file can not be opened.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: popy112		</title>
		<link>https://ets2.lt/en/addon-for-the-chris45-trailer-pack-9-08/#comment-3327791</link>

		<dc:creator><![CDATA[popy112]]></dc:creator>
		<pubDate>Sun, 07 Jan 2018 15:14:29 +0000</pubDate>
		<guid isPermaLink="false">https://ets2.lt/?p=179891#comment-3327791</guid>

					<description><![CDATA[das problem ist das dein addon ein fehler haben muss wie es andere hier schon beschreiben jedesmal wenn ich eine tour starte fahre ich 2-3kilometer und das spiel stürzt ab fahre ich ohne dieses addon läuft das spiel klasse]]></description>
			<content:encoded><![CDATA[<p>das problem ist das dein addon ein fehler haben muss wie es andere hier schon beschreiben jedesmal wenn ich eine tour starte fahre ich 2-3kilometer und das spiel stürzt ab fahre ich ohne dieses addon läuft das spiel klasse</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: ets2.lt @ 2026-07-29 03:21:49 by W3 Total Cache
-->