<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Forcing engine version</title><link>https://sourceforge.net/p/ss13d/wiki/Forcing%2520engine%2520version/</link><description>Recent changes to Forcing engine version</description><atom:link href="https://sourceforge.net/p/ss13d/wiki/Forcing%20engine%20version/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 05 Sep 2016 21:44:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ss13d/wiki/Forcing%20engine%20version/feed" rel="self" type="application/rss+xml"/><item><title>Forcing engine version modified by Coy Barnes</title><link>https://sourceforge.net/p/ss13d/wiki/Forcing%2520engine%2520version/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="force-engine-compatibility"&gt;Force engine compatibility&lt;/h1&gt;
&lt;p&gt;An epic official unreal engine is incompatible with an engine built from source, but this is only because the version mismatch. In order to forcibly set the engine version modify Engine/Source/Runtime/Launch/Resource/Version.h&lt;/p&gt;
&lt;p&gt;You just need to determine the official version number and manually enter it into the Version file. This is an example diff to force the version to match the official 4.12.3 version:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="gd"&gt;--- a/Engine/Source/Runtime/Launch/Resources/Version.h&lt;/span&gt;
&lt;span class="gi"&gt;+++ b/Engine/Source/Runtime/Launch/Resources/Version.h&lt;/span&gt;
&lt;span class="gu"&gt;@@ -8,7 +8,7 @@&lt;/span&gt;

 #define ENGINE_IS_LICENSEE_VERSION 0

&lt;span class="gd"&gt;-#define BUILT_FROM_CHANGELIST 0&lt;/span&gt;
&lt;span class="gi"&gt;+#define BUILT_FROM_CHANGELIST 3013449&lt;/span&gt;
 #define BRANCH_NAME "UE4"

 #define ENGINE_IS_PROMOTED_BUILD (BUILT_FROM_CHANGELIST &amp;gt; 0)
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Coy Barnes</dc:creator><pubDate>Mon, 05 Sep 2016 21:44:16 -0000</pubDate><guid>https://sourceforge.net818b6ad1d0badde8dc57e86df817ea9c66798da4</guid></item></channel></rss>