<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
	<channel>
<title>My RSS Feed</title><link>http://www.deadofday.com/index.html</link><description>Hot News&#x21;</description><dc:language>en</dc:language><language>en</language><dc:date>2018-09-06T19:45:00+01:00</dc:date><admin:generatorAgent rdf:resource="http://www.realmacsoftware.com/" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
<lastBuildDate>Thu, 6 Sep 2018 19:56:57 +0100</lastBuildDate><item><title>Build Report 0.23</title><dc:subject>Dead of Day Blog</dc:subject><dc:date>2018-09-06T19:45:00+01:00</dc:date><link>http://www.deadofday.com/blog/files/9f20b65f05fc12e5b078315a22a0ec39-9.html#unique-entry-id-9</link><guid isPermaLink="true">http://www.deadofday.com/blog/files/9f20b65f05fc12e5b078315a22a0ec39-9.html#unique-entry-id-9</guid><content:encoded><![CDATA[<span style="color:#008000;font-weight:bold; ">Build 0.23 Pre-Alpha<br /></span><strong><br />Notes: <br /></strong>A major decision was made a couple of months ago to convert the game to a new game engine, for both speed of development, support and portability. This move to a new engine has been problematic in terms of needing to learn a new way of creating code/engine usage. The plan being that the short term pain will be gained in longer term ease of code as the game code gets more complex, one area that the current version of Fusion really falls down badly on (I love using it but it's so awkward to manage when you have lots of objects on screen).<strong><br /></strong><br />So this sprint has been very much about converting as much as possible of the old game code to Game Maker 2 code. This does mean in the future there is a possibility of moving to platforms such as Switch. It's going to take a good 3 or 4 weeks more I feel to convert across but now the process has been started I've just got to get back to where we were when using Fusion and hope the decision is the right one.<br /><br />Screens completed<br />+ Initial Logo Screen Converted<br />+ Splash Text Screen Converted<br />+ Main Menu Screen Converted<br />+ Credits Converted<br />+ Options Screen Converted<br /><br />Systems Implemented<br />+ Language System Created<br />+ Screen Fade System Implemented<br /><br />Work-In Progress<br />+Load Screen<br /><br />Over the next week we hope to have finished the load screen and moved onto the character selection screen.]]></content:encoded></item><item><title>Build Report 0.22</title><dc:subject>Dead of Day Blog</dc:subject><dc:date>2018-07-01T17:20:00+01:00</dc:date><link>http://www.deadofday.com/blog/files/2a9cdd6a50b129e075ab58d5423e2dff-8.html#unique-entry-id-8</link><guid isPermaLink="true">http://www.deadofday.com/blog/files/2a9cdd6a50b129e075ab58d5423e2dff-8.html#unique-entry-id-8</guid><content:encoded><![CDATA[<span style="color:#008000;font-weight:bold; ">Build 0.21 Pre-Alpha<br /><br /></span><strong>Notes: </strong><br /><strong>List of Fixes:<br /><br /></strong>+ Main Hub: New Feature: When purchasing a building it will now "Fade in" when going back to the hub screen. If you close the app/come back it will appear without the fade<br />+ Main Hub: Moved some of the data to an ini file which will end up being encrypted. It's a lot easier to program for now<br />+ Main Hub: Bug fix: Clickteam fixed an issue with encryption of the ini++ object which was preventing files from being encrypted and then back again<br />+ Main Hub: Bug fix: Fixed issue with duplicate items not appearing when purchased<br />+ Main Hub: Bug fix: Fixed issue of not being able to purchase items if opened/closed<br /><br />+ Data: Added character name data to system<br /><br />+ Art: Achievement icons completed<br />+ Art: Trading cards completed<br />+ Art: Emoticons completed<br />+ Art: Profile screens completed<br />+ Art: Badges completed<br /><br />+ Steam: Added achievements to steam<br />+ Steam: Added trading cards to steam<br />+ Steam: Added emoticons to steam<br />+ Steam: Added profile screens to steam<br />+ Steam: Added badges to steam<br />+ Steam: Added store front artwork to steam and set pricing<br />+ Steam: Build first ever steam game build, uploaded and all works :)<br /><br />]]></content:encoded></item><item><title>Build Report 0.21</title><dc:subject>Dead of Day Blog</dc:subject><dc:date>2018-06-01T15:28:00+01:00</dc:date><link>http://www.deadofday.com/blog/files/879bf45e9e952b1d02cbaa34982b76fb-7.html#unique-entry-id-7</link><guid isPermaLink="true">http://www.deadofday.com/blog/files/879bf45e9e952b1d02cbaa34982b76fb-7.html#unique-entry-id-7</guid><content:encoded><![CDATA[<span style="color:#008000;font-weight:bold; ">Build 0.21 Pre-Alpha<br /><br /></span><strong>Notes: <br />List of Fixes:</strong><br /><br />+ Main Hub: Inventory: Completed recycle system of objects<br />+ Main Hub: Inventory: Fixed Female inventory portrait which was showing as male<br />+ Main Hub: Removed fine detection that was causing buttons to flicker<br /><br />+ Main Menu: Found the fade was generating multiple fade objects, this wasn't affecting performance on normal computers but on a surface pro it was causing the fades to take longer (dropping frame rate). So going to load screen was taking 5 seconds longer on surface, which might happen on slower machines.<br />+ Main Menu: Removed deletion of fade because it causes a slight flash effect that is only noticeable on slower computers<br />+ Main Menu: Removed fine detection that was causing flickering<br /><br />+ Load Screen: Removed fine detection that was causing flickering<br /><br />+ Credits: Removed fine detection that was causing flickering<br />+ Credits: Decreased fade time<br /><br />+ Options: Removed fine detection that was causing flickering<br />+ Options:  Fixed issue with full screen icon, had graphical effect in the middle of it<br /><br />+ Intro Story: Added story graphic for Spanish flu/fade<br />+ Intro Story: Fixed music fade. Wasn't fading when moving to the next screen<br /><br />+ General: Fixed issue with back button not working on load screen<br />+ General: Fixed issue with inventory icons showing on other screens<br />+ General: Replaced temporary loading screen text with something more game related as people noticed placeholder :)<br />+ General: Added new text string for "Loading Complete" so that I can keep the hints text on screen and not remove it as the text was too long to read it in the 3 second load time<br />+ General: Character selection - bit of a tidy up and optimisation]]></content:encoded></item><item><title>Build Report 0.20</title><dc:subject>Dead of Day Blog</dc:subject><dc:date>2018-05-01T13:07:00+01:00</dc:date><link>http://www.deadofday.com/blog/files/274d74df306588f5942d8f2f820ebe2d-6.html#unique-entry-id-6</link><guid isPermaLink="true">http://www.deadofday.com/blog/files/274d74df306588f5942d8f2f820ebe2d-6.html#unique-entry-id-6</guid><content:encoded><![CDATA[<span style="color:#008000;font-weight:bold; ">Build 0.20 Pre-Alpha<br /><br /></span><strong>Notes: <br /></strong>This sprint has all been about moving the core screens forward. <br /><br />I do hope that the game has more to show in terms of playable content unlike my games last showing last September. I guess this just shows how hard being a part time indie developer can be. The game has moved forward, but perhaps some of it is more behind the scenes than what the player will see. Oh well we shall see in the next two weeks :)<br /><br /><strong>List of Fixes:</strong><br /><br />+ Main Hub<br />	++ HQ Screen: Added Health Bar to Character 1 Slot<br />	++ HQ Screen: Fixed all portraits - sizes incorrect<br />	++ HQ Screen: Added code to display portrait after character enters cabin<br />	++ HQ Screen: Fixed character portrait display issues<br />	++ HQ Screen: Made health bar only appear when character has appeared<br />	++ HQ Screen: Updated smoke effects on cabin<br />	++ HQ Screen: Tutorial: Moved arrow positions<br /><br />	++ Upgrades: Fixed issue with not resetting purchase boxes<br />	++ Upgrades: Removed temp image and put in cabin graphic (upgrades)<br />	++ Upgrades: Fixed issue with clicking off screen purchasing items<br /><br />	++ General: Re-organised code to spread out intro sequence<br />	++ General: General text fixes<br /><br />+ Story Screen<br />	++ General: Fixed music fade issues<br />	++ General: Fixed incorrect screen jump<br /><br />+ Logo Screen<br />	++ Loaded in music and sound variables into global values so that they would be available elsewhere<br /><br />+ Main Menu<br />	++ Fixed missing continue button which prevents loading a saved game/continue<br /><br />+ Load Game<br />	++ Removed old bin icons<br /><br />+ Inventory<br />	++ Added character portrait to the inventory system<br />	++ Fixed issue of items appearing on the wrong screens<br />	++ Added three list objects to handle inventory<br />	++ Removed three list objects in inventory when found a better way of implementing it<br />	++ Hid text and inventory slots at start of game/continue<br />	++ Added destroy/recycle to language database and placed within game<br />	++ fixed issues with adding/removing items<br />	++ added designer art for character slot icons<br />	++ Changed inventory system to handle pool/hq items independently<br />	++ Added icon/text/title/description for inventory items<br /><br />]]></content:encoded></item><item><title>Build Report 0.19</title><dc:subject>Dead of Day Blog</dc:subject><dc:date>2018-04-01T16:05:00+01:00</dc:date><link>http://www.deadofday.com/blog/files/412cdeb8f763e154cfc6d9e067323488-5.html#unique-entry-id-5</link><guid isPermaLink="true">http://www.deadofday.com/blog/files/412cdeb8f763e154cfc6d9e067323488-5.html#unique-entry-id-5</guid><content:encoded><![CDATA[<span style="color:#008000;font-weight:bold; ">Build 0.19 Pre-Alpha</span><br /><br /><strong>Notes: </strong><br />This last sprint (0.19) has all been about moving the introduction sequence and the start of the game sequence (on the main game hub) to something more approaching a finished state in terms of having all of the animations and code in place before a final polish run through.<br /><br />It's been a hard slog this sprint, but we have been getting further along bit by bit and it's making a difference to how the game is coming along, its starting to feel exciting adding in every little bit of code, seeing the changes to the state of the game.<br /><br />List of Fixes:<br />+	Hub Screen<br />	++	Started tutorial introduction sequence.<br />	++	Translation for day.<br />	++	Separated graphics for resources, they were too close together.<br />	++	Added tutorial test text.<br />	++	Added designer art pointer to point out items in tutorial.<br />	++	Added remove tutorial dialog icon so player can remove tutorial at any point.<br />	++	Art team provided new seasons icons, added into game.<br />	++	Art team provided new animated tutorial arrow, added into game.<br />	++	Sorted out position of animated arrow/tided up.<br />	++	Added male/female characters to the intro sequence.<br />	++	Added door closing animation to intro sequence.<br />	++	Added cabin smoke animation to intro sequence.<br />	++	Added code to handle character walking, smoke and door closing.<br /><br />+	Storying Introduction Screen<br />	++	Added skip text to advise player they could skip if needed.<br />	++	Updated Egypt story frame, more work required on animation.<br />	++ 	Added moving plane to world map story frame.<br />	++	Added cloud animation for above aircraft, in airplane story frame.<br />	++	Added colour flicker to witch Dr graphic story frame.<br /><br />+	Load Screen<br />	++	Implemented art work for create/delete options in dialog box.<br />]]></content:encoded></item><item><title>Build Report 0.18</title><dc:subject>Dead of Day Blog</dc:subject><dc:date>2018-03-01T16:04:00+00:00</dc:date><link>http://www.deadofday.com/blog/files/f7a0bb0fe7210782ccae13708587410a-4.html#unique-entry-id-4</link><guid isPermaLink="true">http://www.deadofday.com/blog/files/f7a0bb0fe7210782ccae13708587410a-4.html#unique-entry-id-4</guid><content:encoded><![CDATA[Build 0.18 Pre-Alpha<br /><br />Notes: <br />Made some good forward progress this week. Got through a few screens that are now in a nearly completed state (except for very minor polish). I have one more screen to do (story intro screen) before I begin to tackle screens that contain multiple elements and more importantly gameplay. I will be excited to see how much work I remember I had done on them and finally begin to tackle gameplay content rather than screen and flow issues.<br /><br />Next Work Sprint:<br />We will begin to improve the story introduction sequence, this is what provides some background into how the zombie virus spread across the world. It is all hooked up code wise and works as expected, the problem is that it needs more movement on screen to make it interesting visually. I am going to try a few basic movements by using elements that have already been created.<br /><br />List of Fixes:<br />+	Load Screen<br />	++	Load Game Screen: Updated background to remove hard coded "Load Game" text<br />	++	Load Game Screen: Replaced hard coded buttons.<br />	++	Load Game Screen: Updated text with translation system<br />	++	Load Game Screen: Fixed text not being removed when displaying pop-up box<br />	++	Loading Screen: Replaced Loading Image with text<br />	++	Loading Screen: Replaced continue button with translated item.<br />	++	Loading Screen: Added Helpful Hints text, using random number generator to pick from (currently) 5 items.<br /><br />+	Options Screen<br />	++	Options Screen: Updated background to remove hard coded "Options" text<br />	++	Options Screen: Replaced Language selected graphic with text option.<br /><br />+	Character Selection Screen<br />	++	Character Selection: Text moved to translation system.<br />	++	Character Selection: Replaced hard coded buttons.<br />	++	Character Selection: Redid Background Card images<br />	++	Character Selection: Added character intro text to this screen, rather than a later screen. Need to be careful of text sizes here, could be problematic.<br />	++	Character Selection: Replaced scrolling elements on screen with appearing, much easier to program and less problematic<br />	++	Character Selection Screen: Added dust effect, currently one piece of dust generated every 1s, consider adding more types and times later.<br />	++	Character Selection: Animated Pick Buttons<br />	++	Character Selection: Fixed up Close character sheet<br />	++	Character Selection: Connected next steps to Character "Pick" buttons<br /><br />+	Other<br />	++	Story Intro Flow: Wasn't taking new save from loading screen to story screen.]]></content:encoded></item><item><title>Build Report 0.17</title><dc:subject>Dead of Day Blog</dc:subject><dc:date>2018-02-01T16:02:00+00:00</dc:date><link>http://www.deadofday.com/blog/files/bce0b873b14e4371ce5f2bd8a255f060-3.html#unique-entry-id-3</link><guid isPermaLink="true">http://www.deadofday.com/blog/files/bce0b873b14e4371ce5f2bd8a255f060-3.html#unique-entry-id-3</guid><content:encoded><![CDATA[Build 0.17 Pre-Alpha<br /><br />Starting to get more organised as the project is starting to take longer than expected and hoped, so its time to start using project management systems to ensure that I keep motivated but also so that I can see that progress has been made.<br /><br />The last couple of weeks I've been going through some of the screens in turn and adding multi language support and starting to fix up things that I had put in but were not really working as expected.<br /><br />Upgraded Trello to Gold, so that I can take advantage of the advanced features and the ability to upload larger files, this will be important later on when identifying polish items.<br /><br />+	Created language translation system, supports multiple languages<br />	++	English, French, German<br />+	Converted Splash logo screen to translation system<br />+	Converted Intro text splash screen to translation system<br />+	Converted Credits screen to translation system<br />+	Converted Options screen to translation system<br />+	Fixed Main Menu's buttons both graphically and placement<br />+	Fixed a number of screens fade - graphics and audio<br />+	Began process of converting Load Game screen to translation system<br />+	Options Screen fixes<br />	++	Fixed fullscreen button, now allows fullscreen and window swap in real time<br />	++	Fixed music and sound level buttons<br />	++	Fixed saving of options to global values, now saves and loads correctly]]></content:encoded></item><item><title>Builds Reports</title><dc:subject>Dead of Day Blog</dc:subject><dc:date>2018-01-01T15:58:00+00:00</dc:date><link>http://www.deadofday.com/blog/files/bbc64dfea652e09ad3347b4eda63a243-2.html#unique-entry-id-2</link><guid isPermaLink="true">http://www.deadofday.com/blog/files/bbc64dfea652e09ad3347b4eda63a243-2.html#unique-entry-id-2</guid><content:encoded><![CDATA[We have decided as we get further into the project to detail the developments of Dead of Day. <br /><br />It's really useful for us to let our friends/followers know how we are getting on, and it also provides an added element of motivation as we can see how much we are achieving. Come back here to keep up-to date with development or follow our twitter account to get the latest news and updates (as our website can run behind these other social media systems).]]></content:encoded></item></channel>
</rss>