<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized &#8211; Finding Seconds</title>
	<atom:link href="https://www.findingseconds.com/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.findingseconds.com</link>
	<description>Making cars and bikes faster for 25 years. Follow to discover what works and what does not!</description>
	<lastBuildDate>Thu, 04 Apr 2024 12:21:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.4</generator>

<image>
	<url>https://www.findingseconds.com/wp-content/uploads/2023/09/cropped-FS-Logo-512-1-32x32.png</url>
	<title>Uncategorized &#8211; Finding Seconds</title>
	<link>https://www.findingseconds.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Track Mania Scripting Quickstart</title>
		<link>https://www.findingseconds.com/track-mania-scripting-quickstart/</link>
					<comments>https://www.findingseconds.com/track-mania-scripting-quickstart/#respond</comments>
		
		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Tue, 17 Oct 2023 16:20:58 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Track Mania]]></category>
		<guid isPermaLink="false">https://www.findingseconds.com/?p=419</guid>

					<description><![CDATA[<p>Track Mania Scripting How-To Recently, I was sent a link to an outstanding YouTube video about someone who trained an AI to outpace them in a racing game. My curiosity</p>
<div class="read-more"><a class="btn button-secondary" href="https://www.findingseconds.com/track-mania-scripting-quickstart/">Read More</a></div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/track-mania-scripting-quickstart/">Track Mania Scripting Quickstart</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[<div class="boldgrid-section">
<div class="container">
<div class="row" style="padding-bottom: 0px;">
<div class="col-md-12 col-xs-12 col-sm-12 col-lg-12">
<h1 class="color1-color">Track Mania Scripting How-To</h1>
<p class="">Recently, I was sent a link to an outstanding YouTube video about someone who trained an AI to outpace them in a racing game. My curiosity was immediately piqued, and I began to wonder if this could serve as a viable platform for prototyping my AI racing driver algorithms. In this post, I&#8217;ll provide a concise guide on setting up TrackMania with a script, focusing on the one detailed in the video: <a href="https://www.youtube.com/watch?v=Dw3BZ6O_8LY&amp;t=1s" target="_blank" rel="noopener">Training an unbeatable AI in TrackMania</a></p>
<h2 class="">Track Mania Nations Forever Installation</h2>
<p class="">From my research, TrackMania&#8217;s legacy goes back almost 20 years, to 2003. We will be using the completely free version titled &#8220;TrackMania Nations Forever.&#8221; While this version has its constraints, it&#8217;s ideal for our needs. To delve deeper into the game&#8217;s history, consult this informative Wikipedia article: <a href="https://en.wikipedia.org/wiki/TrackMania" target="_blank" rel="noopener">Track Mania</a></p>
<p class=""><span style="color: var(--color-neutral-text-contrast);">The game can be downloaded from: &nbsp;</span><a href="http://files.trackmaniaforever.com/tmnationsforever_setup.exe" target="_blank" rel="noopener">Track Mania Nations Forever</a>.</p>
<p class="">The installation process is straightforward, and unless necessary, I&#8217;d suggest sticking with the default settings in the installer.</p>
<p class="">&nbsp;</p>
<h2 class="">TMUnlimiter</h2>
<p class="">Introduced in 2010, TMUnlimiter added innovative features to the track editor, such as the ability to create oversized maps. If you&#8217;re keen on experiencing the three levels showcased in the aforementioned video, you&#8217;ll need to install TMUnlimiter along with TrackMania and another tool known as TMInterface by Donadigo.</p>
<p class="">Download TMUnlimiter from this link: <a href="https://unlimiter.net/download" target="_blank" rel="noopener">TMUnlimiter Download</a>.</p>
<p class="">Post extraction, there&#8217;s a readme that guides you through the installation.</p>
<p class="">It&#8217;s worth noting that TMUnlimiter necessitates the x86 version of the 2010 C++ redistributable package. If you encounter an error stating it can&#8217;t find &#8220;MSVCR100.dll&#8221;, it means you may have the x64 version and will need to procure the x86 version from Microsoft&#8217;s site: <a href="https://www.microsoft.com/en-us/download/details.aspx?id=26999" target="_blank" rel="noopener">Microsoft Visual C++ 2010 Redistributable Package Service Pack 1</a></p>
<h2 class="">Donadigo TMInterface</h2>
<p class="">Next, we have TMInterface, a TAS (Tool Assisted Speedrun) tool for TrackMania. Essentially, it allows users to script everything from car controls to UI enhancements. For a more satirical take, you can check this video: [Warning Satire] <a href="https://www.youtube.com/watch?v=WgJ3ayo1xwI" target="_blank" rel="noopener">[TUTORIAL] How to make TAS (Tool-Assisted Speedruns) in Track Mania</a></p>
<p class="">Downloaded from this link: <a href="https://donadigo.com/tminterface/" target="_blank" rel="noopener">Donadigo&#8217;s TMInterface website</a>.</p>
<p class="">Follow the<a href="https://donadigo.com/tminterface/installation" target="_blank" rel="noopener"> installation instructions on the website</a>, taking note that the process slightly differs for Steam installations compared to standalone ones.</p>
<h2 class="">Running TMInterface alongside TMUnlimiter</h2>
<p class="">Figuring out how to operate TMInterface in tandem with TMUnlimiter took a bit, but I chanced upon a tip on <a href="https://donadigo.com/tminterface/playing-with-infinity" target="_blank" rel="noopener">TMInterface website</a>.</p>
<p class="">Start TMInterface (execute TMInterface.exe) to launch TrackMania Nations Forever. Before selecting your driver profile, input &#8220;load_infinity&#8221; in the TMInterface console. Afterward, you can pick your driver profile and access both TMInterface and TMUnlimiter.</p>
<h2 class="">Sai-Moen Wallhugger Install</h2>
<p class="">Upon setting up the above, I sought ways to exploit the API for vehicle control beyond the scripting facilitated by TMInterface. In my quest, I discovered a YouTube video demonstrating a wallhugger script. <a href="https://github.com/Sai-Moen" target="_blank" rel="noopener">Sai-Moen&#8217;s GitHub</a> page has the Angel Script version, a direct adaptation from his original <a href="https://github.com/Sai-Moen/TMInterfaceClientPython" target="_blank" rel="noopener">Python Wallhugger</a> script, which is no longer supported or maintained (in the latest version of TMInterface).</p>
<p class="">To install the Angel Scripts, download a copy of <a href="https://github.com/Sai-Moen/TMInterface-AS-SaiMoen" target="_blank" rel="noopener">Sai-Moen&#8217;s TMInterface-AS module</a> (click on Code -&gt; Download ZIP), which contains a module as well as some other standalone scripts. There are instructions in the README.md but when I did this it was simply a case of copying the Incremental folder and the individual .as script files to the following location: C:\Users\&lt;username&gt;\OneDrive\Documents\TMInterface\Plugins. Substitute your username as appropriate and if you don&#8217;t use OneDrive just find your Documents folder. Basically you&#8217;ll need to hunt down where your TMInterface\Plugins folder lives.</p>
<h2 class="">Running the Wallhugger Bruteforce</h2>
<p class="">To execute a Bruteforce run, complete a run on the track and save a replay (alternatively you can download a replay from the internet).</p>
<p class="">Example: To save a replay of one of the levels seen in the video, make sure they are installed in the correct location and then:</p>
<ol class="">
<li>From the main menu</li>
<li class="">Play Solo</li>
<li>Browse</li>
<li>Challenges</li>
<li>My Challenges (assuming this is where you installed them)</li>
<li>Level 1 (or whichever you want)</li>
<li>Play</li>
<li>[Execute a run on the keyboard]</li>
<li>Save Replay</li>
</ol>
<p class="">Next, from the TMInterface console, go to the Settings tab and down to the Plugins section. You can disable everything except for the &#8220;Incremental Module&#8221;.</p>
<p class="">Still in the settings, find the Bruteforce section and select SaiMoen&#8217;s Incremental module. Check a few of the settings here including &#8220;Maximum evaluation time&#8221;. Expand the modes section and make sure wallhugger is selected. Change the other settings as appropriate.</p>
<p class="">Finally run the bruteforce by:</p>
<ul class="">
<li>From the main menu</li>
<li>Editors</li>
<li>Edit a Replay</li>
<li>Select the replay you want to bruteforce</li>
<li>Launch</li>
<li>Sai Moen&#8217;s Incremental module</li>
</ul>
<p class="">If everything is installed and running correctly, a new console window appears and it will start streaming. This will continue until one of three things happen:</p>
<ul class="">
<li>The finish line is reached</li>
<li>The Maximum evaluation time is reached</li>
<li>You hit escape</li>
</ul>
<p class="">If a faster time is found, you should have a results.txt to load back into the console (&#8220;load results.txt&#8221;). Now when you attempt to drive the track again, you will see the bot drive 🙂 Happy TM&#8217;ing!</p>
<p class=""><img fetchpriority="high" decoding="async" class="bg-img alignnone wp-image-424 size-large" style="color: var(--color-neutral-text-contrast);" src="https://www.findingseconds.com/wp-content/uploads/2023/10/TMScreenshot-1024x640.jpg" alt="" width="1024" height="640" srcset="https://www.findingseconds.com/wp-content/uploads/2023/10/TMScreenshot-1024x640.jpg 1024w, https://www.findingseconds.com/wp-content/uploads/2023/10/TMScreenshot-300x188.jpg 300w, https://www.findingseconds.com/wp-content/uploads/2023/10/TMScreenshot-768x480.jpg 768w, https://www.findingseconds.com/wp-content/uploads/2023/10/TMScreenshot-1536x960.jpg 1536w, https://www.findingseconds.com/wp-content/uploads/2023/10/TMScreenshot-2048x1280.jpg 2048w, https://www.findingseconds.com/wp-content/uploads/2023/10/TMScreenshot-250x156.jpg 250w, https://www.findingseconds.com/wp-content/uploads/2023/10/TMScreenshot-550x344.jpg 550w, https://www.findingseconds.com/wp-content/uploads/2023/10/TMScreenshot-800x500.jpg 800w, https://www.findingseconds.com/wp-content/uploads/2023/10/TMScreenshot-288x180.jpg 288w, https://www.findingseconds.com/wp-content/uploads/2023/10/TMScreenshot-480x300.jpg 480w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
</div>
</div>
</div>
</div>
<div class="boldgrid-section">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-xs-12 col-sm-12"></div>
</div>
</div>
</div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/track-mania-scripting-quickstart/">Track Mania Scripting Quickstart</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.findingseconds.com/track-mania-scripting-quickstart/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Channel update: New vehicles, format improvement</title>
		<link>https://www.findingseconds.com/channel-update-new-vehicles-format-improvement-future-giveaway/</link>
					<comments>https://www.findingseconds.com/channel-update-new-vehicles-format-improvement-future-giveaway/#respond</comments>
		
		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Sun, 30 Oct 2022 15:00:56 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Audi]]></category>
		<category><![CDATA[BMW]]></category>
		<category><![CDATA[M5]]></category>
		<category><![CDATA[RS5]]></category>
		<category><![CDATA[S85]]></category>
		<category><![CDATA[V10]]></category>
		<guid isPermaLink="false">https://www.findingseconds.com/?p=249</guid>

					<description><![CDATA[<p>Time to get serious! The plan from here on out is to try and be good about recording, editing and uploading at least a video a week. In order to</p>
<div class="read-more"><a class="btn button-secondary" href="https://www.findingseconds.com/channel-update-new-vehicles-format-improvement-future-giveaway/">Read More</a></div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/channel-update-new-vehicles-format-improvement-future-giveaway/">Channel update: New vehicles, format improvement</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[<div class="boldgrid-section">
<div class="container">
<div class="row" style="padding-bottom: 0px;">
<div class="col-md-12 col-xs-12 col-sm-12 col-lg-12">
<h2 class="color1-color">Time to get serious!</h2>
<p class=""><a href="https://youtu.be/rtTz9Zd0LQs" target="_blank" rel="noopener"><img decoding="async" class="bg-img alignnone wp-image-251 size-full" src="https://www.findingseconds.com/wp-content/uploads/2022/11/Addicted-Large-Medium.jpeg" alt="" width="640" height="360" srcset="https://www.findingseconds.com/wp-content/uploads/2022/11/Addicted-Large-Medium.jpeg 640w, https://www.findingseconds.com/wp-content/uploads/2022/11/Addicted-Large-Medium-300x169.jpeg 300w, https://www.findingseconds.com/wp-content/uploads/2022/11/Addicted-Large-Medium-250x141.jpeg 250w, https://www.findingseconds.com/wp-content/uploads/2022/11/Addicted-Large-Medium-550x309.jpeg 550w, https://www.findingseconds.com/wp-content/uploads/2022/11/Addicted-Large-Medium-320x180.jpeg 320w, https://www.findingseconds.com/wp-content/uploads/2022/11/Addicted-Large-Medium-533x300.jpeg 533w" sizes="(max-width: 640px) 100vw, 640px" /></a></p>
<p class="">The plan from here on out is to try and be good about recording, editing and uploading at least a video a week. In order to do that (and stand a chance of keeping up with things), it&#8217;s time to bring everyone up to speed with the garage 🙂</p>
<p class="">Quick intro to a couple of new vehicles and then updates on platforms you have seen before. After this I will feel good about going forward!</p>
<p class="">Video <a href="https://youtu.be/rtTz9Zd0LQs" target="_blank" rel="noopener">link</a>&nbsp;</p>
</div>
</div>
</div>
</div>
<div class="boldgrid-section">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-xs-12 col-sm-12"></div>
</div>
</div>
</div>
<div class="boldgrid-section">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-xs-12 col-sm-12"></div>
</div>
</div>
</div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/channel-update-new-vehicles-format-improvement-future-giveaway/">Channel update: New vehicles, format improvement</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.findingseconds.com/channel-update-new-vehicles-format-improvement-future-giveaway/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Installing ISTA/P &#8211; Installation Woes</title>
		<link>https://www.findingseconds.com/installing-ista-p-unknown-error/</link>
					<comments>https://www.findingseconds.com/installing-ista-p-unknown-error/#respond</comments>
		
		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Tue, 23 Aug 2022 02:18:10 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ISTA]]></category>
		<guid isPermaLink="false">https://www.findingseconds.com/?p=218</guid>

					<description><![CDATA[<p>ISTA/P Installation Unknown Error TLDR: I received an &#8220;Unknown Error&#8221; shortly after kicking off an ISTA/P installation. Ended up finding the install log file and discovered that the Visual C++</p>
<div class="read-more"><a class="btn button-secondary" href="https://www.findingseconds.com/installing-ista-p-unknown-error/">Read More</a></div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/installing-ista-p-unknown-error/">Installing ISTA/P &#8211; Installation Woes</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[<div class="tmpl-blog-13 boldgrid-section dynamic-gridblock">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-12 col-xs-12 col-lg-5">
<h1 class="color2-color">ISTA/P Installation Unknown Error</h1>
<p class="">TLDR: I received an &#8220;Unknown Error&#8221; shortly after kicking off an ISTA/P installation. Ended up finding the install log file and discovered that the Visual C++ Redistributable package didn&#8217;t install correctly. Uncovered the download address from the same log file, installed it manually, and the world was right.&nbsp;</p>
<p class=""><span style="color: var(--color-neutral-text-contrast);">I must have spent at least a few days trying to getting ISTA/P to install! ISTA worked like a charm, but ISTA/P kept generating &#8220;unknown errors&#8221; (shortly after installation started). I tried everything! Disabling firewalls and UAC, uninstalling other programs, trying with elevated privileges, running the install from the command line&#8230; you name it I tried it.</span></p>
<p class="">After a couple of evenings I gave up trying things and decided to go hunting for the log files (they must exist right?). Eventually I tracked them down to C:\ProgramData\BMW\ISPI\logs\TRIC\BDR\ISTA-P. Inside I found all of my miserable failed attempts (there were 72!). From that point it was a case of going through all 2658 lines of the log to try and work out what had happened.</p>
<p class="">Saving you some of the boring details I worked out that the vc_redist.x86.exe was failing with an error code of -2147023728 (Status code in the log files). Now the hunt was on, where was it getting this from? Going back to the top and working my way down I eventually found (199 lines in) that the installer was downloading it from Microsoft:</p>
<ul>
<li>https://aka.ms/vs/17/release/vc_redist.x86.exe</li>
</ul>
<p class="">This will be subject to change with each version so always best to check your log file. I downloaded the file, uninstalled other versions of the package, and ran the installer with elevated privileges&#8230; and &#8220;voila&#8221;. Bob&#8217;s your uncle and fanny is your aunt &#8211; it installed. After that, the following installation attempt of ISTA/P went through like a charm!</p>
</div>
<div class="col-md-7 col-sm-12 col-xs-12 col-lg-7">
<div class="bg-box">
<p class="" style="margin-bottom: 25px;"><img decoding="async" class="bg-img alignnone wp-image-220 size-medium" src="https://www.findingseconds.com/wp-content/uploads/2022/08/0_0_458_286.12581344902_IMG_3318-1024x576.png" alt="" width="458" height="286"></p>
<p class="" style="margin-bottom: 25px;"><img decoding="async" class="bg-img alignnone wp-image-221 size-medium" src="https://www.findingseconds.com/wp-content/uploads/2022/08/51_0_458_286.1028277635_IMG_3319-1024x576.png" alt="" width="458" height="286"></p>
<blockquote class="color5-color bg-blockquote"><p>&#8220;Never give up&#8221;</p></blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="boldgrid-section">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-xs-12 col-sm-12">
<p class="">&nbsp;</p>
</div>
</div>
</div>
</div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/installing-ista-p-unknown-error/">Installing ISTA/P &#8211; Installation Woes</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.findingseconds.com/installing-ista-p-unknown-error/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>335xi Dyno Runs</title>
		<link>https://www.findingseconds.com/335xi-dyno-runs/</link>
					<comments>https://www.findingseconds.com/335xi-dyno-runs/#respond</comments>
		
		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Sat, 12 Mar 2022 09:00:34 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[335xi]]></category>
		<category><![CDATA[BMW]]></category>
		<category><![CDATA[Dyno]]></category>
		<guid isPermaLink="false">https://www.findingseconds.com/?p=232</guid>

					<description><![CDATA[<p>E9x 335xi Dyno Results: 15 years old and 174K Miles! Hopefully the first of many dyno runs at Chicane. What better way to test out their 4WD dyno with BMWs</p>
<div class="read-more"><a class="btn button-secondary" href="https://www.findingseconds.com/335xi-dyno-runs/">Read More</a></div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/335xi-dyno-runs/">335xi Dyno Runs</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[<div class="boldgrid-section">
<div class="container">
<div class="row" style="padding-bottom: 0px;">
<div class="col-md-12 col-xs-12 col-sm-12 col-lg-12">
<h1 class="color1-color">E9x 335xi Dyno Results: 15 years old and 174K Miles!</h1>
<p class=""><a href="https://youtu.be/CXRtoYcdKNM" target="_blank" rel="noopener"><img decoding="async" class="bg-img alignnone wp-image-233 size-full" src="https://www.findingseconds.com/wp-content/uploads/2022/10/3EE293E2-A6B4-42DB-BFC4-5133B93725D7.jpeg" alt="" width="1280" height="720" srcset="https://www.findingseconds.com/wp-content/uploads/2022/10/3EE293E2-A6B4-42DB-BFC4-5133B93725D7.jpeg 1280w, https://www.findingseconds.com/wp-content/uploads/2022/10/3EE293E2-A6B4-42DB-BFC4-5133B93725D7-300x169.jpeg 300w, https://www.findingseconds.com/wp-content/uploads/2022/10/3EE293E2-A6B4-42DB-BFC4-5133B93725D7-1024x576.jpeg 1024w, https://www.findingseconds.com/wp-content/uploads/2022/10/3EE293E2-A6B4-42DB-BFC4-5133B93725D7-768x432.jpeg 768w, https://www.findingseconds.com/wp-content/uploads/2022/10/3EE293E2-A6B4-42DB-BFC4-5133B93725D7-250x141.jpeg 250w, https://www.findingseconds.com/wp-content/uploads/2022/10/3EE293E2-A6B4-42DB-BFC4-5133B93725D7-550x309.jpeg 550w, https://www.findingseconds.com/wp-content/uploads/2022/10/3EE293E2-A6B4-42DB-BFC4-5133B93725D7-800x450.jpeg 800w, https://www.findingseconds.com/wp-content/uploads/2022/10/3EE293E2-A6B4-42DB-BFC4-5133B93725D7-320x180.jpeg 320w, https://www.findingseconds.com/wp-content/uploads/2022/10/3EE293E2-A6B4-42DB-BFC4-5133B93725D7-533x300.jpeg 533w, https://www.findingseconds.com/wp-content/uploads/2022/10/3EE293E2-A6B4-42DB-BFC4-5133B93725D7-889x500.jpeg 889w" sizes="(max-width: 1280px) 100vw, 1280px" /></a></p>
<p class="">Hopefully the first of many dyno runs at Chicane. What better way to test out their 4WD dyno with BMWs first turbo charged car.&nbsp;</p>
<p class="">If you have watched the M5 PPI video you already know some of the guys at the shop. They are a fantastic bunch and do not disappoint here.&nbsp;</p>
<p class="">Now the real question is… will the car survive? 🙂</p>
<p class="">Video <a href="https://youtu.be/joqQxbjy13Y" target="_blank" rel="noopener">link</a>&nbsp;</p>
</div>
</div>
</div>
</div>
<div class="boldgrid-section">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-xs-12 col-sm-12"></div>
</div>
</div>
</div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/335xi-dyno-runs/">335xi Dyno Runs</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.findingseconds.com/335xi-dyno-runs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>2008 BMW 335xi</title>
		<link>https://www.findingseconds.com/226-2/</link>
					<comments>https://www.findingseconds.com/226-2/#respond</comments>
		
		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Sun, 13 Feb 2022 09:00:42 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[335xi]]></category>
		<category><![CDATA[BMW]]></category>
		<guid isPermaLink="false">https://www.findingseconds.com/?p=226</guid>

					<description><![CDATA[<p>E9x 335xi Oil Pan Gasket &#8211; Dare2Dream Motorsports The 335xi is a fantastic car but like many old German cars some of the seals fail. This particular example has 172K</p>
<div class="read-more"><a class="btn button-secondary" href="https://www.findingseconds.com/226-2/">Read More</a></div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/226-2/">2008 BMW 335xi</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[<div class="boldgrid-section">
<div class="container">
<div class="row" style="padding-bottom: 0px;">
<div class="col-md-12 col-xs-12 col-sm-12 col-lg-12">
<h1 class="color1-color">E9x 335xi Oil Pan Gasket &#8211; Dare2Dream Motorsports</h1>
<p class=""><a href="https://youtu.be/_yttCLbuZRA" target="_blank" rel="noopener"><img decoding="async" class="bg-img alignnone wp-image-227 size-full" src="https://www.findingseconds.com/wp-content/uploads/2022/10/F2A66DAA-9968-4704-B3E9-6A472DF738D2.jpeg" alt="" width="1280" height="719" srcset="https://www.findingseconds.com/wp-content/uploads/2022/10/F2A66DAA-9968-4704-B3E9-6A472DF738D2.jpeg 1280w, https://www.findingseconds.com/wp-content/uploads/2022/10/1.8343195266272687_0_300_169_F2A66DAA-9968-4704-B3E9-6A472DF738D2.jpeg 300w, https://www.findingseconds.com/wp-content/uploads/2022/10/1_0_1024_576.10015649452_F2A66DAA-9968-4704-B3E9-6A472DF738D2.jpeg 1024w, https://www.findingseconds.com/wp-content/uploads/2022/10/F2A66DAA-9968-4704-B3E9-6A472DF738D2-768x431.jpeg 768w, https://www.findingseconds.com/wp-content/uploads/2022/10/F2A66DAA-9968-4704-B3E9-6A472DF738D2-250x140.jpeg 250w, https://www.findingseconds.com/wp-content/uploads/2022/10/F2A66DAA-9968-4704-B3E9-6A472DF738D2-550x309.jpeg 550w, https://www.findingseconds.com/wp-content/uploads/2022/10/F2A66DAA-9968-4704-B3E9-6A472DF738D2-800x449.jpeg 800w, https://www.findingseconds.com/wp-content/uploads/2022/10/F2A66DAA-9968-4704-B3E9-6A472DF738D2-320x180.jpeg 320w, https://www.findingseconds.com/wp-content/uploads/2022/10/F2A66DAA-9968-4704-B3E9-6A472DF738D2-534x300.jpeg 534w, https://www.findingseconds.com/wp-content/uploads/2022/10/F2A66DAA-9968-4704-B3E9-6A472DF738D2-890x500.jpeg 890w" sizes="(max-width: 1280px) 100vw, 1280px" /></a></p>
<p class=""><span style="color: var(--color-neutral-text-contrast);">The 335xi is a fantastic car but like many old German cars some of the seals fail. This particular example has 172K on the clock and the oil pan gasket needs replacing. It wouldn’t be so bad but being an X-drive the front driveshafts and diff are in the way.</span></p>
<p class=""><span style="color: var(--color-neutral-text-contrast); -webkit-text-size-adjust: 100%;">Thankfully a good friend of mine has recently started a shop and he had some time to squeeze the car in at the last minute.&nbsp;</span></p>
<p class=""><span style="-webkit-text-size-adjust: 100%;">Whilst we are there we took a quick peek around the shop at some of the various projects!</span></p>
<p class="">Video <a href="https://youtu.be/_yttCLbuZRA" target="_blank" rel="noopener">link</a>&nbsp;</p>
</div>
</div>
</div>
</div>
<div class="boldgrid-section">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-xs-12 col-sm-12"></div>
</div>
</div>
</div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/226-2/">2008 BMW 335xi</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.findingseconds.com/226-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Is the MK6 GTi &#8211; Universally loved?</title>
		<link>https://www.findingseconds.com/192-2/</link>
					<comments>https://www.findingseconds.com/192-2/#respond</comments>
		
		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Mon, 17 Jan 2022 19:06:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GTi]]></category>
		<category><![CDATA[VW]]></category>
		<guid isPermaLink="false">https://www.findingseconds.com/?p=192</guid>

					<description><![CDATA[<p>I bought a dirt cheap 2012 MK VW GTi I purchased this car a year ago and it’s been so much fun. Thought I’d put together a quick video on</p>
<div class="read-more"><a class="btn button-secondary" href="https://www.findingseconds.com/192-2/">Read More</a></div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/192-2/">Is the MK6 GTi &#8211; Universally loved?</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[<div class="boldgrid-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-xs-12 col-sm-12 col-lg-12">
<h1 class="color1-color">I bought a dirt cheap 2012 MK VW GTi</h1>
<p class=""><a href="https://youtu.be/M9d-FToi6LY" target="_blank" rel="noopener"><img decoding="async" class="bg-img alignnone wp-image-193 size-large" src="https://www.findingseconds.com/wp-content/uploads/2022/02/3A853952-AC33-4C1F-974A-C78B595C1E19-1024x576.jpeg" alt="" width="1024" height="576" srcset="https://www.findingseconds.com/wp-content/uploads/2022/02/3A853952-AC33-4C1F-974A-C78B595C1E19-1024x576.jpeg 1024w, https://www.findingseconds.com/wp-content/uploads/2022/02/3A853952-AC33-4C1F-974A-C78B595C1E19-300x169.jpeg 300w, https://www.findingseconds.com/wp-content/uploads/2022/02/3A853952-AC33-4C1F-974A-C78B595C1E19-768x432.jpeg 768w, https://www.findingseconds.com/wp-content/uploads/2022/02/3A853952-AC33-4C1F-974A-C78B595C1E19-250x141.jpeg 250w, https://www.findingseconds.com/wp-content/uploads/2022/02/3A853952-AC33-4C1F-974A-C78B595C1E19-550x309.jpeg 550w, https://www.findingseconds.com/wp-content/uploads/2022/02/3A853952-AC33-4C1F-974A-C78B595C1E19-800x450.jpeg 800w, https://www.findingseconds.com/wp-content/uploads/2022/02/3A853952-AC33-4C1F-974A-C78B595C1E19-320x180.jpeg 320w, https://www.findingseconds.com/wp-content/uploads/2022/02/3A853952-AC33-4C1F-974A-C78B595C1E19-533x300.jpeg 533w, https://www.findingseconds.com/wp-content/uploads/2022/02/3A853952-AC33-4C1F-974A-C78B595C1E19-889x500.jpeg 889w, https://www.findingseconds.com/wp-content/uploads/2022/02/3A853952-AC33-4C1F-974A-C78B595C1E19.jpeg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>I purchased this car a year ago and it’s been so much fun. Thought I’d put together a quick video on the background of the GTi but also a more in-depth look into the MK6 itself.&nbsp;</p>
<p class="">I have wanted a GTi for almost 30 years and this did not disappoint.&nbsp;</p>
<p class="">Video <a href="https://youtu.be/M9d-FToi6LY" target="_blank" rel="noopener">link</a></p>
</div>
</div>
</div>
</div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/192-2/">Is the MK6 GTi &#8211; Universally loved?</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.findingseconds.com/192-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The stories Ross has are incredible!</title>
		<link>https://www.findingseconds.com/ross-bentley-how-he-got-started-sim-racing/</link>
					<comments>https://www.findingseconds.com/ross-bentley-how-he-got-started-sim-racing/#respond</comments>
		
		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Sat, 13 Nov 2021 09:00:30 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Racing]]></category>
		<category><![CDATA[Ross Bentley]]></category>
		<guid isPermaLink="false">https://www.findingseconds.com/?p=183</guid>

					<description><![CDATA[<p>Ross Bentley &#8211; From the start This will likely be another element to the channel. Throughout my time at the track I have bumped into some pretty amazing drivers. I</p>
<div class="read-more"><a class="btn button-secondary" href="https://www.findingseconds.com/ross-bentley-how-he-got-started-sim-racing/">Read More</a></div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/ross-bentley-how-he-got-started-sim-racing/">The stories Ross has are incredible!</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[<div class="boldgrid-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-xs-12 col-sm-12 col-lg-12">
<h1 class="color1-color">Ross Bentley &#8211; From the start</h1>
<p class=""><a href="https://youtu.be/lN3bveCVuzs" target="_blank" rel="noopener"><img decoding="async" class="bg-img alignnone wp-image-184 size-large" src="https://www.findingseconds.com/wp-content/uploads/2021/12/IMG_1213-1024x576.jpg" alt="" width="1024" height="576" srcset="https://www.findingseconds.com/wp-content/uploads/2021/12/IMG_1213-1024x576.jpg 1024w, https://www.findingseconds.com/wp-content/uploads/2021/12/IMG_1213-300x169.jpg 300w, https://www.findingseconds.com/wp-content/uploads/2021/12/IMG_1213-768x432.jpg 768w, https://www.findingseconds.com/wp-content/uploads/2021/12/IMG_1213-250x141.jpg 250w, https://www.findingseconds.com/wp-content/uploads/2021/12/IMG_1213-550x309.jpg 550w, https://www.findingseconds.com/wp-content/uploads/2021/12/IMG_1213-800x450.jpg 800w, https://www.findingseconds.com/wp-content/uploads/2021/12/IMG_1213-320x180.jpg 320w, https://www.findingseconds.com/wp-content/uploads/2021/12/IMG_1213-533x300.jpg 533w, https://www.findingseconds.com/wp-content/uploads/2021/12/IMG_1213-889x500.jpg 889w, https://www.findingseconds.com/wp-content/uploads/2021/12/IMG_1213.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p class="">This will likely be another element to the channel. Throughout my time at the track I have bumped into some pretty amazing drivers. I think it goes without saying that Ross is not only one of those guys but also an amazing coach.</p>
<p class="">Prior to Pro Coaching (SpeedSecrets), Ross spent his time as a professional racing driver. He drove many classes including IndyCar and IMSA Sports Car. I hope you enjoy listening to the interview as much as I did doing the interview.&nbsp;</p>
<p class="">Here&#8217;s the direct <a href="https://youtu.be/lN3bveCVuzs" target="_blank" rel="noopener">link</a>.</p>
<p>Oh and if you want to go fast, make sure you sign up for his <a href="https://speedsecrets.com/speedsecretsweekly/" target="_blank" rel="noopener">SpeedSecrets Weekly</a> 🙂&nbsp;</p>
</div>
</div>
</div>
</div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/ross-bentley-how-he-got-started-sim-racing/">The stories Ross has are incredible!</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.findingseconds.com/ross-bentley-how-he-got-started-sim-racing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Ridge with Ken Hill</title>
		<link>https://www.findingseconds.com/the-ridge-with-ken-hill/</link>
					<comments>https://www.findingseconds.com/the-ridge-with-ken-hill/#respond</comments>
		
		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Wed, 25 Aug 2021 03:59:27 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.findingseconds.com/?p=145</guid>

					<description><![CDATA[<p>New Day, New Track Awesome 2 days spent at The Ridge Motorsports Park with Track Time and Ken Hill. Having frequented tracks all over, this is actually the first time</p>
<div class="read-more"><a class="btn button-secondary" href="https://www.findingseconds.com/the-ridge-with-ken-hill/">Read More</a></div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/the-ridge-with-ken-hill/">The Ridge with Ken Hill</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[<div class="tmpl-portfolio-2 boldgrid-section dynamic-gridblock">
<div class="container">
<div class="row" style="padding: 20px 0;">
<div class="col-md-4 col-sm-12 col-xs-12 align-column-top">
<h2 class="" style="margin: 0 0 25px;">New Day, New Track</h2>
<p class="">Awesome 2 days spent at The Ridge Motorsports Park with Track Time and Ken Hill. Having frequented tracks all over, this is actually the first time I have been to a dedicated motorcycle track day. It was a lot to take in, but not too dissimilar when compared to the 4 wheeled equivalent.&nbsp;</p>
<p class="">The first thing I noticed when I arrived at the track was the looming drop between turns 13 and 14 (which I dubbed &#8220;The Plunge&#8221;). This indicated immediately how much of a rollercoaster this awesome track is.</p>
<p class="">The track itself has a ton of compound turns and you have to look many turns ahead to work out what needs to be compromised to maximise time.</p>
<p>Even managed to experience a few hot laps in Ken&#8217;s Camaro SS 1LE!</p>
</div>
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="" style="margin: 10px;"><img decoding="async" class="bg-img alignnone wp-image-152 " src="https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070-300x163.png" alt="" width="531" height="289" srcset="https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070-300x163.png 300w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070-1024x556.png 1024w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070-768x417.png 768w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070-1536x833.png 1536w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070-250x136.png 250w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070-550x298.png 550w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070-800x434.png 800w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070-332x180.png 332w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070-553x300.png 553w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070-922x500.png 922w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8070.png 1930w" sizes="(max-width: 531px) 100vw, 531px" /></p>
<p class=""><img decoding="async" class="wp-image-151 aligncenter" style="color: var(--color-neutral-text-contrast);" src="https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-300x225.jpg" alt="" width="525" height="394" srcset="https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-300x225.jpg 300w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-1024x768.jpg 1024w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-768x576.jpg 768w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-1536x1152.jpg 1536w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-2048x1536.jpg 2048w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-250x188.jpg 250w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-550x413.jpg 550w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-800x600.jpg 800w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-240x180.jpg 240w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-400x300.jpg 400w, https://www.findingseconds.com/wp-content/uploads/2021/08/IMG_8068-667x500.jpg 667w" sizes="(max-width: 525px) 100vw, 525px" /></p>
</div>
</div>
</div>
</div>
<div class="boldgrid-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-xs-12 col-sm-12">
<p class="">&nbsp;</p>
</div>
</div>
</div>
</div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/the-ridge-with-ken-hill/">The Ridge with Ken Hill</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.findingseconds.com/the-ridge-with-ken-hill/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Website is up!</title>
		<link>https://www.findingseconds.com/website-is-up/</link>
					<comments>https://www.findingseconds.com/website-is-up/#respond</comments>
		
		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Mon, 23 Aug 2021 04:20:47 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.findingseconds.com/?p=82</guid>

					<description><![CDATA[<p>Figured it would be good to get the website up and running prior to posting any videos. It is a amazing what you can do from a motel 9 minutes</p>
<div class="read-more"><a class="btn button-secondary" href="https://www.findingseconds.com/website-is-up/">Read More</a></div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/website-is-up/">Website is up!</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[<div class="boldgrid-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-xs-12 col-sm-12">
<p class="">Figured it would be good to get the website up and running prior to posting any videos. It is a amazing what you can do from a motel 9 minutes from The Ridge Motorsports Park 🙂</p>
</div>
</div>
</div>
</div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.findingseconds.com/website-is-up/">Website is up!</a> first appeared on <a rel="nofollow" href="https://www.findingseconds.com">Finding Seconds</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.findingseconds.com/website-is-up/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
