<?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>Fluxscopic Ltd.</title>
	<atom:link href="https://fluxscopic.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://fluxscopic.com</link>
	<description>Life is Made of Pixels</description>
	<lastBuildDate>Wed, 20 Feb 2019 12:47:25 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Creating You Are Not a Banana: Better Edition</title>
		<link>https://fluxscopic.com/dev-blog/creating-you-are-not-a-banana-better-edition/</link>
					<comments>https://fluxscopic.com/dev-blog/creating-you-are-not-a-banana-better-edition/#respond</comments>
		
		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Wed, 05 Jul 2017 18:25:48 +0000</pubDate>
				<category><![CDATA[Dev Blog]]></category>
		<category><![CDATA[You Are Not A Banana]]></category>
		<guid isPermaLink="false">http://fluxscopic.com/?p=1399</guid>

					<description><![CDATA[I remade my debut game You Are Not a Banana from the ground up and released it just in time for the Steam Summer Sale. The Better Edition features improvements and updates based on the player feedback it received. This article provides an overview of some of the new features, tips on the dev process, [&#8230;]]]></description>
										<content:encoded><![CDATA[<div id="pl-1399"  class="panel-layout" ><div id="pg-1399-0"  class="panel-grid panel-no-style" ><div id="pgc-1399-0-0"  class="panel-grid-cell" ><div id="panel-1399-0-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="0" ><div
			
			class="so-widget-sow-editor so-widget-sow-editor-base"
			
		>
<div class="siteorigin-widget-tinymce textwidget">
	<p>I remade my debut game You Are Not a Banana from the ground up and released it just in time for the Steam Summer Sale. The Better Edition features improvements and updates based on the player feedback it received. This article provides an overview of some of the new features, tips on the dev process, and links to handy tools/plugins.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-1346 size-large" src="http://fluxscopic.com/wp-content/uploads/2017/07/Shop-1024x576.png" alt="" width="720" height="405" srcset="https://fluxscopic.com/wp-content/uploads/2017/07/Shop-1024x576.png 1024w, https://fluxscopic.com/wp-content/uploads/2017/07/Shop-300x169.png 300w, https://fluxscopic.com/wp-content/uploads/2017/07/Shop-768x432.png 768w, https://fluxscopic.com/wp-content/uploads/2017/07/Shop.png 1920w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>I may have gone against conventional wisdom when I decided to revisit and re-release my first game You Are Not a Banana. Many articles advise devs to move on to their next project as soon as completing their first. I too followed this advice and moved on to create <a href="http://www.indiedb.com/games/mayhem-in-single-valley/downloads">the Mayhem in Single Valley Demo</a>. However, while waiting on funding decisions I decided to update You Are Not A Banana to the new "engine", which had been designed for Mayhem In Single Valley (Note to self: I got to work on shorter game titles).</p>
<p>Over the past few months I've been developing both games in tandem - one informing the other. Again, I think another game dev ‘best practice’ rule broken. I would create a feature or code improvement in one game, and if relevant, jump straight to the other game and add a tailored version of it there too. The You Are Not A Banana: Better Edition remake took me about four months of solid work to complete.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1343 size-large" src="http://fluxscopic.com/wp-content/uploads/2017/07/OutsideApartment-1024x576.png" alt="" width="720" height="405" srcset="https://fluxscopic.com/wp-content/uploads/2017/07/OutsideApartment-1024x576.png 1024w, https://fluxscopic.com/wp-content/uploads/2017/07/OutsideApartment-300x169.png 300w, https://fluxscopic.com/wp-content/uploads/2017/07/OutsideApartment-768x432.png 768w, https://fluxscopic.com/wp-content/uploads/2017/07/OutsideApartment.png 1920w" sizes="auto, (max-width: 720px) 100vw, 720px" /></p>
<p>For the Better Edition I really tried to address all the feedback, reviews, and comments I had received and to include more of what players liked. I will add further improvements and content over time, such as a speed run and treasure hunt mode, and two fun mini games.</p>
<p>Below is an overview of some of the new features and improvements in the new build, with tips on the dev process, and links to handy tools/plugins.</p>
<h1>WHAT WAS INVOLVED IN CREATING YOU ARE NOT A BANANA: BETTER EDITION FEATURES</h1>
<h2><strong>Coding</strong></h2>
<p>I rebuilt the entire game from the ground up, converting all of the code from Unity script to C# with the aid of <a href="http://www.assetstore.unity3d.com/en/#!/content/20232">CSharpatron</a>. Converting the code also allowed me clean up and improve upon the old code based on what I had learned making Mayhem In Single Valley.</p>
<h2>UI &amp; UX Improvements</h2>
<p>I decided to add autosaving, manual saving, and instant checkpoint loading. Players were rightly frustrated by not being able to save the game at any point. Implementing this feature was one of the more tricky and time-consuming aspects to solve and required a lot of case sensitive coding and play testing.</p>
<p>I revamped menus and UI (e.g. separate music and sfx volume controls). In general, I aimed to give the player as many options as possible while keeping the menus simple, intuitive, and to a minimum.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1347 size-large" src="http://fluxscopic.com/wp-content/uploads/2017/07/TitleScreen-1024x576.png" alt="" width="720" height="405" srcset="https://fluxscopic.com/wp-content/uploads/2017/07/TitleScreen-1024x576.png 1024w, https://fluxscopic.com/wp-content/uploads/2017/07/TitleScreen-300x169.png 300w, https://fluxscopic.com/wp-content/uploads/2017/07/TitleScreen-768x432.png 768w, https://fluxscopic.com/wp-content/uploads/2017/07/TitleScreen.png 1920w" sizes="auto, (max-width: 720px) 100vw, 720px" /></p>
<h2>Audio</h2>
<p>I moved all the sound from the old FMOD Designer to FMOD Studio. At the time coupling FMOD to Unity was pretty tricky and documentation was poor. But how time flies in the tech world. For the Better Edition I was able to use <a href="http://www.fmod.org/download/">FMOD's Unity Itegration plugin</a> which really stabilized the sound when compared to the sometimes buggy audio of the first version of You Are Not A Banana.</p>
<h2>Movement and Speed</h2>
<p>Many players felt that movements in the original version were a bit slow and clunky. To avoid walking simulator syndrome I added a run feature and speeded up most of the game animations. I moved all of the movements from time based to physics/forces based movements. This gave the main character a bit of inertia (smoother stops and starts), added a sense of weight, and gave a more fluid feel to controller input.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1339 size-large" src="http://fluxscopic.com/wp-content/uploads/2017/07/GraveyardSunny-1024x576.png" alt="" width="720" height="405" srcset="https://fluxscopic.com/wp-content/uploads/2017/07/GraveyardSunny-1024x576.png 1024w, https://fluxscopic.com/wp-content/uploads/2017/07/GraveyardSunny-300x169.png 300w, https://fluxscopic.com/wp-content/uploads/2017/07/GraveyardSunny-768x432.png 768w, https://fluxscopic.com/wp-content/uploads/2017/07/GraveyardSunny.png 1920w" sizes="auto, (max-width: 720px) 100vw, 720px" /></p>
<h2>Graphics</h2>
<p>I incorporated a new dynamic lighting system which allowed me to change the mood of the original 2D environments dramatically. Now the weather brightens/darkens to reflect the mood of a scene.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1344 size-large" src="http://fluxscopic.com/wp-content/uploads/2017/07/OutsideShop-1024x576.png" alt="" width="720" height="405" srcset="https://fluxscopic.com/wp-content/uploads/2017/07/OutsideShop-1024x576.png 1024w, https://fluxscopic.com/wp-content/uploads/2017/07/OutsideShop-300x169.png 300w, https://fluxscopic.com/wp-content/uploads/2017/07/OutsideShop-768x432.png 768w, https://fluxscopic.com/wp-content/uploads/2017/07/OutsideShop.png 1920w" sizes="auto, (max-width: 720px) 100vw, 720px" /></p>
<p>I also colour coded scenes. For example, the scary neighbour’s apartment, with the boarded up windows, is lit in a deep and foreboding red.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1345 size-large" src="http://fluxscopic.com/wp-content/uploads/2017/07/RedRoom-1024x576.png" alt="" width="720" height="405" srcset="https://fluxscopic.com/wp-content/uploads/2017/07/RedRoom-1024x576.png 1024w, https://fluxscopic.com/wp-content/uploads/2017/07/RedRoom-300x169.png 300w, https://fluxscopic.com/wp-content/uploads/2017/07/RedRoom-768x432.png 768w, https://fluxscopic.com/wp-content/uploads/2017/07/RedRoom.png 1920w" sizes="auto, (max-width: 720px) 100vw, 720px" /></p>
<p>On a more technical level, I made all outdoor assets widescreen (16:9) and added a customized version of a <a href="http://www.assetstore.unity3d.com/en/#!/content/65509">retro AA filter</a> to remove jaggies and shimmering.</p>
<p>Although the new engine allows for various screen ratios, adaptive menu, and so on, this proved problematic with regards to level design, especial for mini games. For example, in the bike chase mini game a player with a wide screen would have a larger preview of oncoming traffic than a player on a narrow screen.</p>
<p>So I decided to fix the aspect ration to 16:9 using the <a href="http://wiki.unity3d.com/index.php?title=AspectRatioEnforcer">Aspect Ratio Enforcer script by Eric Haines</a>. While it uses letter boxing (black bars top and bottom of screen) it allowed me to compose the look of a scene with accuracy and to make the mini-games function the same way on any screen size. As a bonus, the black bars give the pixel art a big budget movie production feel.</p>
<h2>Animations</h2>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1411 size-full" src="http://fluxscopic.com/wp-content/uploads/2017/07/Human.png" alt="" width="512" height="192" srcset="https://fluxscopic.com/wp-content/uploads/2017/07/Human.png 512w, https://fluxscopic.com/wp-content/uploads/2017/07/Human-300x113.png 300w" sizes="auto, (max-width: 512px) 100vw, 512px" /></p>
<p>Since making the original edition I discovered <a href="http://www.aseprite.org">Aesprite</a>. I highly recommend this pixel art drawing and animation package to anyone working with sprite sheets and Unity. In Aesprite, you can add tags to animations and by using <a href="http://github.com/talecrafter/AnimationImporter">Stephan Hövelbrinks' Aesprite to Unity plugin</a> I was vastly able to speed up the pixel art to Unity workflow. In general, Stephan's plugin converts animation tags in Aesprite to create fully labeled sprite sheets, animation controllers, and animation nodes in Unity.</p>
<h2>Gameplay</h2>
<p>As the game has a bit of a random exploration vibe I decided to include lots of secrets and hidden story events. It became apparent that such events were perfectly suited to, and could run in parallel with, Steam Achievements. The most obscure achievement is the Death By Freeform Jazz achievement. A great local programmer (thanks Andrew Perrault) volunteered to help me incorporate 25 achievements using <a href="http://steamworks.github.io">Steamworks.NET</a> as time was running out to get the Better Edition released for the Steam Summer Sale.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1342 size-large" src="http://fluxscopic.com/wp-content/uploads/2017/07/Nightmare-1024x576.png" alt="" width="720" height="405" srcset="https://fluxscopic.com/wp-content/uploads/2017/07/Nightmare-1024x576.png 1024w, https://fluxscopic.com/wp-content/uploads/2017/07/Nightmare-300x169.png 300w, https://fluxscopic.com/wp-content/uploads/2017/07/Nightmare-768x432.png 768w, https://fluxscopic.com/wp-content/uploads/2017/07/Nightmare.png 1920w" sizes="auto, (max-width: 720px) 100vw, 720px" /></p>
<p>I also added improved signposting. One level where you searched an infinitely large graveyard for a magic grave using sound, in an auditory version of hot and cold, cause a lot of frustration. I added clauses that would initiate a pointer if the player wandered too far off the beaten track. The point direction randomly fluctuates so as not to reveal the exact location of the grave. It also fades away once the player gets back to the edge of the auditory hot and cold game. I was aiming to remain a purist about how the audio functions, but a combination of visual and auditory clues seems to work best in subtly directing the player’s actions.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1414 size-large" src="http://fluxscopic.com/wp-content/uploads/2017/07/LostHint-1-1024x576.png" alt="" width="720" height="405" srcset="https://fluxscopic.com/wp-content/uploads/2017/07/LostHint-1-1024x576.png 1024w, https://fluxscopic.com/wp-content/uploads/2017/07/LostHint-1-300x169.png 300w, https://fluxscopic.com/wp-content/uploads/2017/07/LostHint-1-768x432.png 768w, https://fluxscopic.com/wp-content/uploads/2017/07/LostHint-1.png 1280w" sizes="auto, (max-width: 720px) 100vw, 720px" /></p>
<h2>Jokes</h2>
<p>The game also has 50% funnier jokes. Don't believe me? <a href="http://store.steampowered.com/app/340470/You_Are_Not_A_Banana_Better_Edition/">Why not check out You Are Not a Banana: Better Edition on Steam for yourself!</a></p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1341 size-large" src="http://fluxscopic.com/wp-content/uploads/2017/07/MuseumHallway-1024x576.png" alt="" width="720" height="405" srcset="https://fluxscopic.com/wp-content/uploads/2017/07/MuseumHallway-1024x576.png 1024w, https://fluxscopic.com/wp-content/uploads/2017/07/MuseumHallway-300x169.png 300w, https://fluxscopic.com/wp-content/uploads/2017/07/MuseumHallway-768x432.png 768w, https://fluxscopic.com/wp-content/uploads/2017/07/MuseumHallway.png 1920w" sizes="auto, (max-width: 720px) 100vw, 720px" /></p>
</div>
</div></div></div></div><div id="pg-1399-1"  class="panel-grid panel-no-style" ><div id="pgc-1399-1-0"  class="panel-grid-cell" ><div id="panel-1399-1-0-0" class="so-panel widget widget_vantage-social-media panel-first-child panel-last-child" data-index="1" ><a class="social-media-icon social-media-icon-facebook social-media-icon-size-small" href="https://www.facebook.com/pages/Fluxscopic-Ltd/283129208548342" title="Fluxscopic Ltd. Facebook" ><span class="fa fa-facebook"></span></a><a class="social-media-icon social-media-icon-twitter social-media-icon-size-small" href="https://twitter.com/FluxscopicLtd" title="Fluxscopic Ltd. Twitter" ><span class="fa fa-twitter"></span></a><a class="social-media-icon social-media-icon-rss social-media-icon-size-small" href="http://feeds.feedburner.com/FluxscopicLtdDevBlog" title="Fluxscopic Ltd. RSS" ><span class="fa fa-rss"></span></a></div></div></div><div id="pg-1399-2"  class="panel-grid panel-no-style" ><div id="pgc-1399-2-0"  class="panel-grid-cell" ><div id="panel-1399-2-0-0" class="so-panel widget widget_text panel-first-child panel-last-child" data-index="2" >			<div class="textwidget"><a href="https://feedburner.google.com/fb/a/mailverify?uri=FluxscopicLtdDevBlog&amp;loc=en_US">Subscribe to Fluxscopic Ltd. Dev Blog by Email</a></div>
		</div></div></div></div>]]></content:encoded>
					
					<wfw:commentRss>https://fluxscopic.com/dev-blog/creating-you-are-not-a-banana-better-edition/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Darkside and the Light &#8211; the Anatomy of a Room in Mayhem in Single Valley</title>
		<link>https://fluxscopic.com/dev-blog/the-darkside-and-the-light-the-anatomy-of-a-room-in-mayhem-in-single-valley/</link>
					<comments>https://fluxscopic.com/dev-blog/the-darkside-and-the-light-the-anatomy-of-a-room-in-mayhem-in-single-valley/#respond</comments>
		
		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Thu, 12 May 2016 17:13:36 +0000</pubDate>
				<category><![CDATA[Dev Blog]]></category>
		<category><![CDATA[Mayhem In Single Valley]]></category>
		<guid isPermaLink="false">http://fluxscopic.com/?p=1171</guid>

					<description><![CDATA[Arranging Layers Rooms in Mayhem in Single Valley (download demo for Win, Mac, Linux) are made up of many separate images (sprites). A sorting script organizes the order in which the sprites are layered within a room, that is, whether a sprite should appear in front of or behind another sprite even as characters, items, and [&#8230;]]]></description>
										<content:encoded><![CDATA[<div id="pl-1171"  class="panel-layout" ><div id="pg-1171-0"  class="panel-grid panel-no-style" ><div id="pgc-1171-0-0"  class="panel-grid-cell" ><div id="panel-1171-0-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="0" ><div
			
			class="so-widget-sow-editor so-widget-sow-editor-base"
			
		>
<div class="siteorigin-widget-tinymce textwidget">
	<h3>Arranging Layers</h3>
<p>Rooms in Mayhem in Single Valley (<a href="http://www.indiedb.com/games/mayhem-in-single-valley/downloads">download demo for Win, Mac, Linux</a>) are made up of many separate images (sprites). A sorting script organizes the order in which the sprites are layered within a room, that is, whether a sprite should appear in front of or behind another sprite even as characters, items, and furniture move about in a scene. Items that sit on top of or lie beneath furniture, such as vases and lost socks, are also taken into account as the script arranges layers on screen.</p>
<p>While keeping sprites separate allows us to easily move them around in a room when designing a level, it also, with the use of additional scripts, allows for an increased amount of in-game interactivity. For example, the player can pull a bed around Jack's bedroom or pick up Jack's college acceptance letter from a kitchen table. Neither of these tasks would be possible if rooms, their items and furniture, were made from just a single image. Basically, keeping sprites separate allows for greater flexibility with regard to both visual design and level design.</p>
<div id="attachment_1235" style="width: 650px" class="wp-caption aligncenter"><img aria-describedby="caption-attachment-1235" loading="lazy" decoding="async" class="wp-image-1235 size-full" src="http://fluxscopic.com/wp-content/uploads/2016/05/RoomAnatomy.gif" alt="RoomAnatomy" width="640" height="360" /><p id="caption-attachment-1235" class="wp-caption-text">Sprite layers in a room including shadow/lighting layers</p></div>
<h3>Lighting</h3>
<p>Mayhem in Single Valley uses specially designed stencil shaders with hand-drawn image files to apply different shadow information on top of different sprites based on a reference number. This means, for example, that different shadow information can be applied to the main character than to background imagery, or any other item in the game for that matter. This allows for a degree of handcrafted creativity when designing lighting for the game.</p>
<p>The shadow files alter the colour of the sprites they cover in a rich and natural way using a multiplicative blending technique. The color and opacity of the shadows (how transparent they appear) can be animated in game.</p>
<div id="attachment_1231" style="width: 650px" class="wp-caption aligncenter"><img aria-describedby="caption-attachment-1231" loading="lazy" decoding="async" class="wp-image-1231 size-full" src="http://fluxscopic.com/wp-content/uploads/2016/05/DynamicLighting.gif" alt="DynamicLighting" width="640" height="360" /><p id="caption-attachment-1231" class="wp-caption-text">Dynamic lighting with colour and opacity changes</p></div>
<p>The shadow information applied to a sprite can also be switched in real-time simply by swapping its shadow image file. This switching technique allows the player to turn on and off specific lights within a room. For example, the player/Jack can switch lamps, night-lights, and even the family television on or off within Jack's house.</p>
<p>An example of all of these effects can be seen in action in Jack's garden. The cloud shadows in the garden grow and shrink in size (the switching technique), move across the environment based on wind strength and wind direction, and change color and vary in opacity based on the time of day.</p>
<div id="attachment_1240" style="width: 650px" class="wp-caption aligncenter"><img aria-describedby="caption-attachment-1240" loading="lazy" decoding="async" class="wp-image-1240 size-full" src="http://fluxscopic.com/wp-content/uploads/2016/05/GardenLightningEffect.gif" alt="GardenLightningEffect" width="640" height="360" /><p id="caption-attachment-1240" class="wp-caption-text">All lighting/shadow effects are used in Jack's garden</p></div>
<p>In addition, upright objects, such as the tree house in the garden, receive an offset version of the cloud shadows. This mimics how shadows/light pass differently over raised objects than over flat surfaces, albeit in a 2D fashion. In fact, when Jack is lit from in front by any of the windows in the house, he receives different lighting information than the floor does. Again, this makes Jack pop out and adds a quais-3D effect to the "flat" 2D imagery.</p>
<p>Sprites can also cast shadows and once again a degree of artistry can be used in how, when, and where a shadow is cast. For example, Jack casts a shadow in the bedroom when backlit by the bedside lamp but does <u>not</u> cast a shadow when lit from in front by the bedroom window. This is only made possible through the creative use of multiple stencils and would <u>not</u> be achievable using a simple overlay of a shadow image on top of the entire scene.</p>
<p>Mayhem in Single Valley's shadow system can be exploited to create pools of light and/or luminescent sprites too. The electricity/lightning sprite in the garden appears to glow in comparison to the sprites that have shadows applied to them. At the base of the electricity is a reversed example of the shadow effect where a small oval shape cuts through all of the shadows in the garden scene and acts as a pool of torchlight or like a spotlight in the scene.</p>
<p>This shadow/lighting system of revealing information using stencils will also be exploited to create puzzle elements where special sprites (e.g. a table) may receive tailored shadow information that contains a hidden code or visual clue. The item or piece of furniture would need to be dragged across a room in order to read the hidden code within it's shadow layer.</p>
<div id="attachment_1180" style="width: 160px" class="wp-caption alignright"><img aria-describedby="caption-attachment-1180" loading="lazy" decoding="async" class="wp-image-1180 size-thumbnail" src="http://fluxscopic.com/wp-content/uploads/2016/05/ParentsRoomShadowExample-150x150.png" alt="ParentsRoomShadowExample" width="150" height="150" srcset="https://fluxscopic.com/wp-content/uploads/2016/05/ParentsRoomShadowExample-150x150.png 150w, https://fluxscopic.com/wp-content/uploads/2016/05/ParentsRoomShadowExample-300x300.png 300w, https://fluxscopic.com/wp-content/uploads/2016/05/ParentsRoomShadowExample.png 640w" sizes="auto, (max-width: 150px) 100vw, 150px" /><p id="caption-attachment-1180" class="wp-caption-text">One of three shadow images used for Jack's parent's bedroom</p></div>
<p>Ok, lighting a 2D scene using stencils is a bit counter intuitive and can get complex quickly, but the advantage is that you can apply different shadow information to different sprites, switch the shadow information on the fly in game, animate and/or change various parameters of the shadows such as their opacity and colour. As a bonus, you can reverse the process to create patches of light that can cut through all shadow layers making it a dynamic solution for handcrafted lighting in sprite-based 2D games. As in cinema, especially film noir, to be able to handcraft the lighting in a game allows the designer to create more expressive and functional lighting solutions for the task at hand.</p>
</div>
</div></div></div></div><div id="pg-1171-1"  class="panel-grid panel-no-style" ><div id="pgc-1171-1-0"  class="panel-grid-cell" ><div id="panel-1171-1-0-0" class="so-panel widget widget_vantage-social-media panel-first-child panel-last-child" data-index="1" ><a class="social-media-icon social-media-icon-facebook social-media-icon-size-medium" href="https://www.facebook.com/pages/Fluxscopic-Ltd/283129208548342" title="Fluxscopic Ltd. Facebook" ><span class="fa fa-facebook"></span></a><a class="social-media-icon social-media-icon-twitter social-media-icon-size-medium" href="https://twitter.com/FluxscopicLtd" title="Fluxscopic Ltd. Twitter" ><span class="fa fa-twitter"></span></a><a class="social-media-icon social-media-icon-rss social-media-icon-size-medium" href="http://feeds.feedburner.com/FluxscopicLtdDevBlog" title="Fluxscopic Ltd. RSS" ><span class="fa fa-rss"></span></a></div></div></div><div id="pg-1171-2"  class="panel-grid panel-no-style" ><div id="pgc-1171-2-0"  class="panel-grid-cell" ><div id="panel-1171-2-0-0" class="so-panel widget widget_text panel-first-child panel-last-child" data-index="2" >			<div class="textwidget"><a href="https://feedburner.google.com/fb/a/mailverify?uri=FluxscopicLtdDevBlog&amp;loc=en_US">Subscribe to Fluxscopic Ltd. Dev Blog by Email</a></div>
		</div></div></div></div>]]></content:encoded>
					
					<wfw:commentRss>https://fluxscopic.com/dev-blog/the-darkside-and-the-light-the-anatomy-of-a-room-in-mayhem-in-single-valley/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fluxscopic Ltd. And Where I’m At Today</title>
		<link>https://fluxscopic.com/dev-blog/fluxscopic-ltd-and-where-im-at-today/</link>
					<comments>https://fluxscopic.com/dev-blog/fluxscopic-ltd-and-where-im-at-today/#respond</comments>
		
		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Fri, 26 Jun 2015 17:46:46 +0000</pubDate>
				<category><![CDATA[Dev Blog]]></category>
		<category><![CDATA[Mayhem In Single Valley]]></category>
		<category><![CDATA[You Are Not A Banana]]></category>
		<guid isPermaLink="false">http://fluxscopic.com/?p=805</guid>

					<description><![CDATA[With Tale of Tales retreating from the indie games scene, Steam offering refunds on games with under two hours of clocked playtime, and Desura's parent company going bankrupt, it's been an unnerving month for indie games creation. Backstory Before I discuss where I'm at today, I'd like to talk about You Are Not a Banana and how Fluxscopic Ltd. came into being. Like Tale [&#8230;]]]></description>
										<content:encoded><![CDATA[<div id="pl-805"  class="panel-layout" ><div id="pg-805-0"  class="panel-grid panel-no-style" ><div id="pgc-805-0-0"  class="panel-grid-cell" ><div id="panel-805-0-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="0" ><div class="panel-widget-style panel-widget-style-for-805-0-0-0" ><div
			
			class="so-widget-sow-editor so-widget-sow-editor-base"
			
		>
<div class="siteorigin-widget-tinymce textwidget">
	<p>With <a href="http://tale-of-tales.com/Sunset/blog/index.php/and-the-sun-sets/">Tale of Tales</a> retreating from the indie games scene, <a href="http://store.steampowered.com/steam_refunds/">Steam offering refunds on games</a> with under two hours of clocked playtime, and <a href="http://www.gamasutra.com/view/news/245334/Desuras_parent_company_has_filed_for_bankruptcy.php">Desura's parent company going bankrupt</a>, it's been an unnerving month for indie games creation.</p>
<h3>Backstory</h3>
<p>Before I discuss where I'm at today, I'd like to talk about <a href="http://fluxscopic.com/you-are-not-a-banana">You Are Not a Banana</a> and how Fluxscopic Ltd. came into being. Like Tale of Tales developers Auriea Harvey and Michaël Samyn I also have an interest in art, well at least the idea of creating meaningful socially challenging videogames. I also have a love for movies like Verhoveen's Robocop, Star Wars, and videogames such as the Last of Us and Journey. I've been playing videogames since I was about four and I have vivid memories of playing <a href="https://en.wikipedia.org/wiki/Yars'_Revenge">Yar's Revenge</a> feeling that I was lost in some kind of alternative universe. I hung out in videogames arcades in the 80s and 90s and enjoyed the kinetic energy of games like Splatter House and Mortal Kombat, and the thrill of knowing that I was too young to be playing them. I also enjoyed silly/absurd games like <a href="https://en.wikipedia.org/wiki/ToeJam_%26_Earl">ToeJam and Earl</a>, and <a href="https://en.wikipedia.org/wiki/Bubble_Bobble">Bubble Bobble</a>, and TV shows of the time such as <a href="https://en.wikipedia.org/wiki/Vic_Reeves_Big_Night_Out">Vic Reeves Big Night Out</a> and Twin Peaks. These forms of entertainment quickly became part of how my friends and I connected.</p>
<p>When I made You Are Not a Banana I wanted to combine what excited me about my videogames past with a more modern take on life. The infinite graveyard puzzle and the randomly placed bag bomb in You Are Not a Banana can be seen as examples of this approach. Because it was my first game and more of an experiment than anything else, I never intended to publish it or submit the game for review. In fact, with You Are Not a Banana I was trying to be cheeky and to caricature the insatiable appetite of gamers/consumers today (including myself, I play COD too). For example, instead of saving a princess, you buy milk. Instead of high drama, the main character remains unmoved/unsatisfied by the increasingly sensational situations he finds himself in.</p>
<p>After I discovered short indie games like <a href="http://www.stanleyparable.com">The Stanley Parable</a> and <a href="http://blendogames.com/thirtyflightsofloving/">Thirty Flights of Loving</a> I decided to put my game on Desura. I later put the game on Steam Greenlight. Although the game received mixed reactions, the YouTube playthroughs, comments, and player feedback it received was beyond what I expected. Even some indie games journalists gave the game kind and constructive reviews. What stood out was how much the gaming community was willing to engage with the game. I had created <a href="https://www.youtube.com/watch?v=byhT1f22F-Y">experimental animation projects</a> in the past but they never received the same attention by as varied a community. The ability to watch players' reactions on YouTube was an entirely new way to receive feedback. Seeing what worked and what didn't as somebody played was the equivalent of being able to step inside someone's head as they contemplate a painting. There is a 'playing games with my big bother back in the day vibe' to the let's play video scene.</p>
<h3>Funding And Development</h3>
<p>You Are Not a Banana was on Steam Greenlight for about a year, not great in terms of momentum, but it eventually got enough votes (or Steam felt sorry for me). Again I was surprised by the support the game received by <a href="https://www.youtube.com/watch?v=dcgFVqaGd7M">YouTubers such as Nilsey</a> (The Yogcast) who promoted the game on their channels. During this time I was exploring work opportunities. I wasn't sure if it was possible to pursue making videogames any further but looked into funding possibilities regardless. I applied to <a href="http://www.cmf-fmc.ca/funding-programs/experimental-stream/">Canada Media Fund's experimental stream</a> as it seemed like a good fit. While the paperwork was involved the possibility of creating something more substantial was enticing. In order to receive the development fund it was necessary to incorporate as a business. Again the thought of making a game that could give as much joy to gamers today as I got growing up was all the motivation I needed.</p>
<p>My CMF application was successful. I partly developed my new game based on feedback from You Are Not a Banana. During development I asked myself if I were to create You Are Not a Banana with the benefit of hindsight, time, and a budget, what would I make? The answer was to build a highly dynamic game world with a strong narrative. While <a href="http://fluxscopic.com/mayhem-in-single-valley"><em>Mayhem in Single Valley</em></a> retains the humorous philosophical elements of YNB it is a completely new game built from the ground up and has many new features and improvements. Nothing from You Are Not a Banana has been reused for Mayhem in Single Valley. The CMF fund allowed me to hire local programmers to create a more robust framework by building the game from the ground up. Their work has given the game a fully functional save option, an inventory system, options menus, and allowed for a more modular approach to adding levels, interactions, and cut scenes. To whet your appetite I have added an animation below... or above? Who knows with responsive media!</p>
<div class="gif-center"><div class="gif_wrap wpgp-width600">
                        <a href="javascript:void(0);" class="gif_link_wrap wpgp-width600" title="Click to play" rel="nofollow"></a>
                        <span class="play_gif wpgp-width600">GIF</span>
                        <img decoding="async" src="https://fluxscopic.com/wp-content/uploads/2015/06/RidingTiger_still_tmp.jpeg" class="_showing frame no-lazy" alt="">
                   </div>
                   <img decoding="async" src="https://fluxscopic.com/wp-content/uploads/2015/06/RidingTiger_still_tmp.jpeg" class="_hidden no-lazy" alt="" style="display:none;"></div>
</div>
</div></div></div></div></div><div id="pg-805-1"  class="panel-grid panel-no-style" ><div id="pgc-805-1-0"  class="panel-grid-cell" ><div id="panel-805-1-0-0" class="so-panel widget widget_vantage-social-media panel-first-child panel-last-child" data-index="1" ><a class="social-media-icon social-media-icon-facebook social-media-icon-size-small" href="https://www.facebook.com/pages/Fluxscopic-Ltd/283129208548342" title="Fluxscopic Ltd. Facebook" ><span class="fa fa-facebook"></span></a><a class="social-media-icon social-media-icon-twitter social-media-icon-size-small" href="https://twitter.com/FluxscopicLtd" title="Fluxscopic Ltd. Twitter" ><span class="fa fa-twitter"></span></a><a class="social-media-icon social-media-icon-rss social-media-icon-size-small" href="http://feeds.feedburner.com/FluxscopicLtdDevBlog" title="Fluxscopic Ltd. RSS" ><span class="fa fa-rss"></span></a></div></div></div><div id="pg-805-2"  class="panel-grid panel-no-style" ><div id="pgc-805-2-0"  class="panel-grid-cell" ><div id="panel-805-2-0-0" class="so-panel widget widget_text panel-first-child panel-last-child" data-index="2" >			<div class="textwidget"><a href="https://feedburner.google.com/fb/a/mailverify?uri=FluxscopicLtdDevBlog&amp;loc=en_US">Subscribe to Fluxscopic Ltd. Dev Blog by Email</a></div>
		</div></div></div></div>]]></content:encoded>
					
					<wfw:commentRss>https://fluxscopic.com/dev-blog/fluxscopic-ltd-and-where-im-at-today/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
