<?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>Final Fantasy VIII | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/final-fantasy-viii/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Tue, 22 Sep 2020 10:03:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>Final Fantasy VIII | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>An example of what you can do with MonoGame</title>
		<link>https://learncgames.com/an-example-of-what-you-can-do-with-monogame/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=an-example-of-what-you-can-do-with-monogame</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 23:00:20 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[MonoGame]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Final Fantasy VIII]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=1441</guid>

					<description><![CDATA[<p>MonoGame is not just for mobile, as I&#8217;ve been doing. Open VIII is a Final Fantasy VIII game engine written in C#/MonoGame and currently works on Windows and Linux (not sure about Mac). Other games in the series have been ported to other platforms but not FFVIII, so that&#8217;s why the project was started. The [&#8230;]</p>
The post <a href="https://learncgames.com/an-example-of-what-you-can-do-with-monogame/">An example of what you can do with MonoGame</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:505,&quot;href&quot;:&quot;https:\/\/github.com\/MaKiPL\/OpenVIII-monogame&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20260203163740\/https:\/\/github.com\/MaKiPL\/OpenVIII-monogame&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 15:35:11&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-10 08:45:18&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-15 13:30:50&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-21 00:04:37&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-24 15:37:56&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-28 13:36:38&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-06 03:16:27&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-11 23:52:39&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-15 14:58:22&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-21 17:14:02&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-27 02:28:03&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-02 12:12:51&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-08 08:42:33&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-13 13:39:19&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-17 03:59:57&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-20 10:04:03&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-20 10:04:03&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><img fetchpriority="high" decoding="async" class="alignleft size-medium wp-image-1442" src="https://learncgames.com/wp-content/uploads/2020/09/fightingfantasyVIII-clone-300x167.png" alt="OpenVIII screenshot" width="300" height="167" srcset="https://learncgames.com/wp-content/uploads/2020/09/fightingfantasyVIII-clone-300x167.png 300w, https://learncgames.com/wp-content/uploads/2020/09/fightingfantasyVIII-clone.png 650w" sizes="(max-width: 300px) 100vw, 300px" />MonoGame is not just for mobile, as I&#8217;ve been doing. <a title="Link to Open VIII on GitHub" href="https://github.com/MaKiPL/OpenVIII-monogame" target="_blank" rel="nofollow noopener noreferrer">Open VIII</a> is a Final Fantasy VIII game engine written in C#/MonoGame and currently works on Windows and Linux (<em>not sure about Mac</em>). Other games in the series have been ported to other platforms but not FFVIII, so that&#8217;s why the project was started.</p>
<p>The instructions for Open VIII on Windows suggest Visual Studio 2017 but I imagine 2019 might also work as MonoGame 3.8 has templates for it.  As the project says &#8220;<em>OpenVIII is an open-source complete <strong>Final Fantasy VIII</strong> game engine rewrite from scratch powered in OpenGL making it possible to play the vanilla game on wide variety of platforms including <strong>Windows 32/64 bit</strong>, <strong>Linux 32/64 bit</strong> and even <strong>mobile</strong>!</em>&#8221;</p>
<p>As with virtually all open source reimplementations, you will have to provide your own game assets such as images and sound. You can do this apparently by buying the original game on Steam. I took a look and sure enough it&#8217;s there and there&#8217;s an official remastering by Square Enix. I&#8217;m not sure why the Steam search brings up FF VII as well but hey that&#8217;s search for you&#8230; I&#8217;ve added a permanent link to the C#/MonoGame links page.</p>
<p><img decoding="async" class="alignleft size-full wp-image-1443" src="https://learncgames.com/wp-content/uploads/2020/09/steam-finalfantasyVIII.png" alt="Steam Final Fantasy VIII" width="434" height="216" srcset="https://learncgames.com/wp-content/uploads/2020/09/steam-finalfantasyVIII.png 434w, https://learncgames.com/wp-content/uploads/2020/09/steam-finalfantasyVIII-300x149.png 300w" sizes="(max-width: 434px) 100vw, 434px" /></p>The post <a href="https://learncgames.com/an-example-of-what-you-can-do-with-monogame/">An example of what you can do with MonoGame</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1441</post-id>	</item>
	</channel>
</rss>
