The Challenges of Remaking Alternate Reality

Every so often I receive an email or a post complaining that I’ve done something “wrong” with my remake of Alternate Reality:The City and the Dungeon – I’m not talking about bug reports or unimplemented features but more about design decisions. I guess in some cases I’m not making the decisions they would make if they were remaking Alternate Reality. For everyone who thinks I’m not expanding the game enough someone else thinks it’s not faithful enough. I think I’m past the point where this bothers me now and I’m realistic enough to know that with a project like this you’ll never please everybody. Most ARX players have been incredibly positive and supportive (and not to mention patient). Their feedback is also constructive, useful and essential to developing my project further.  So I’ll take this opportunity to say thanks 🙂

I thought I would talk about some of the design choices I’ve made with Alternate Reality X, the challenges I’ve dealt with and why these are unique to the Alternate Reality series of games (released and planned). Looking back now I think Alternate Reality was always going to be one of the most difficult and complicated games to remake in comparison to the other CRPGs from the same time period. I’ll explain below why I think that’s the case.

I started what I now call Alternate Reality X way back in 2009. I’ve had breaks during those years and diversions where I’ve looked into other formats or technologies but I’m now settled on the current technology so to speak in terms of using SFML and C/C++. I’d played around with Alternate Reality before but this is the year I made the first iteration of what you see today.

My background with Alternate Reality began with the Dungeon which I received as a Christmas present one year for my Commodore 64. Once I’d managed to keep a character alive long enough to advance a couple of experience levels, obtained some better equipment and stumbled across a quest I was hooked and played it regularly until I carelessly wrote over the Dungeon game disk years later in my haste to create a new character disk. I still have the box, map and manual today.

 

 

When I got access to the internet (around 1995) one of the first things I found was The Original Alternate Reality Homepage at: http://www.eobet.com/alternate-reality/ (it had a different URL back then). This site had lots of information about the games, an extensive FAQ, screenshots, maps (below) and comments from the AR developers including Philip Price. It also led me to the AR Mailing List (which sadly now seems to be offline) which was a great source of information. I’d never played any version of the City though I was aware of it from magazine reviews I’d read back in the 1980s.

One of my early goals with Alternate Reality X was to allow the player to move seamlessly between the City and the Dungeon as originally envisaged by Philip Price.

Whilst they share many similarities the City and Dungeon scenarios are very different games in my opinion. Perhaps the biggest difference is in the combat system. The City has the concept of engaged and disengaged menus (pictured above) but this was replaced by a different system in the Dungeon consisting of options for surprising an encounter, Battle Options and a Transact menu. This was the system I opted for in ARX.

Many other elements are different between the two scenarios from encounter graphics and map style to the use of currency. I don’t think ARX feels like a totally consistent game yet but hopefully as I add features the two scenarios will feel more integrated.

I made a number of development decisions which I’ll try to summarise here:

  • Players can move freely between the City map and the first level of the Dungeon as I imagine was originally intended by Philip Price.
  • I removed the penalties for saving characters in both the City and the Dungeon and provided 10 save game slots.
  • I removed timing from combat – I might add it back in as an option in the future – if there is demand for it.
  • Guilds are set up with multiple “branches” in the City and Dungeon and guild bonuses can be picked up in the Dungeon as well as the City (providing a guild has a location in the Dungeon).
  • 8bit Dungeon-style guilds are used rather than the style that was added to the 16bit versions of the City.
  • I chose to use the Dungeon’s combat system and menus rather than the City’s engaged / disengaged menus.
  • I liked the Charm and Trick mechanics of the City and added them to the ARX Transact menu.
  • The City’s potion system (tasting, sipping etc) where you tried to identify one of over 50 potions was not present in the Dungeon but I liked it so have added it into ARX.
  • As the encounter graphics are very different in style and size I opted to use the Dungeon’s encounter graphics for better consistency between the two scenarios.
  • I expanded the City’s map format to use the Dungeon format which used more bytes to allow more wall and door types and a “special” byte for fixed encounters, messages and unique treasures.
  • The City used a degree of randomisation when creating monster stats but I opted for the Dungeon’s fixed stats. I did originally generate encounters differently between the two scenarios but I felt it would always make the game feel disjointed and inconsistent if for example an encounter with a thief in the City felt very different to one in the Dungeon.
  • The economy – there’s a big divide here with the City trading in coppers (running into the 10,000s) and the Dungeon using silver, gems and jewels. I’ve kept the original prices and currency for now but it’s very inconsistent and I’m not really happy with it.
  • Again for consistency I’ve for now settled on a single font (the Dungeon) and banner colour scheme (the City). Easily changed in the future if required.

Other considerations:

  • I’m not a professional programmer so I’ve reworked and refined code a lot and will continue to do so until the project is complete. In addition I’ve not always understood the longer term requirements for a feature until further down the line (e.g. custom objects created dynamically in game).
  • The Arena, Palace, Wilderness, Revelation and Destiny scenarios were never completed.
  • A variety of different versions of the game(s) exist across 8bit and 16bit platforms, many of which add further variety in terms of graphics, music and mechanics.
  • Less of a problem in the Dungeon but there are many areas of the City where features and locations were left for later patching.
  • There’s always the question of making the game authentic (in look and feel) versus an “upgrade” with better graphics and sound as well as new features.
  • Should I have treated the City and the Dungeon as two separate games with a compatible character save file? I even thought of developing them as two separate executables (or sets of datafiles).
  • I can possibly address some of the differences as game options and preferences but that does add to further development time. I’m considering this though 🙂

I cannot think of a single game or series of games that would have presented quite so many questions or difficult decisions as Alternate Reality. There are no right answers for many of these If you have a game or series of games in mind though please let me know as I’d love to hear about it.

In the meantime if you have an opinion about any of the above or a design preference I’m interested to hear it. Nothing in ARX is set in stone.

Alternate Reality X – Dungeon Vaults and Custom Weapons

Release 0.80 of Alternate Reality X features two bugs relating to the Dwarven Smithy so I’m keen to get a new 0.81 release out in the next week which fixes these.

In addition I plan to add the Dungeon vaults and the option to buy custom weapons from the Dwarven Smithy. For anyone who is not familiar with vaults they give you the option to attempt to steal bags of copper, silver and gold as well as the more valuable jewels and gems which which the Dwarven Smithy trades in. Unfortunately the Palace Elite may catch you, forcing you to fight or surrender.

 

Adding in the custom weapons will be the first example of weapons which are dynamically created within the game with different values (based on factors such as how many jewels and gems you offer the Smithy). You can also name your custom weapon before returning several days later to collect your newly forced weapon. This will complete the Dwarven Smithy coding and takes advantage of the flexibility added with the new item and inventory system.

 

Alternate Reality X – Plans for 2017

 

Following my review of 2016 I wanted to follow up with a taster of what you can expect to see and play in the coming year. There are other projects and interests I want to cover and talk about in 2017 but this post focuses solely on Alternate Reality X which is my top priority. Here is an outline of the key areas of development I’m planning to complete during 2017. There may be some changes to the order of this list but this is the general outline I’m working to just now.

Complete Item and Inventory Changes (currently in progress)

Basically updating all the existing code in the game to use a more flexible item and inventory format, essential for implementing future changes to custom items, enchanted items and procedural generation of City clothing items. Currently this code supports weapons, armour, clothing and a number of special “quest” items.  The changes to the City Smithies and Damon & Pythias shops are completed. I need to add in the procedural generation of clothing in the City Shops (where you can buy a compass) and update the existing code for unique items scattered around the Dungeon and quest items (E.g. the troll and goblin ring halves). This has taken a long time as the items and inventory touch so many different areas of the game but all the time consuming, hard work is now complete. In the next release you’ll now be able to pick up and use weapons which your opponents used, introducing a lot of new weapons for the your Alternate Reality character to play with.

The Dwarven Smithy

This is partially completed. The main new features it will introduce to the game are the option to sell old weapons and to have a custom weapon made. The main work to do is getting the correct menus in place and the custom weapon creation code which I don’t see as being too difficult.

 

Despite having finished the Dungeon for the first time a few years back, I had never saved up enough gems to have a custom weapon made. One thing I thought would be cool (and easy with the new ARX item system) would be to allow the player to name their custom weapons but on looking through the original code for the Dwarven Smithy it looks like that feature was already in the original game! Alternate Reality continues to surprise me after all these years 🙂

Treasure Items

These include those unique items on the Dungeon floor which I’ve not added yet and the special items you find after a successful encounter – wands, trump cards, horns etc. This won’t make it into the next release due to all the work I’ve done on refactoring my existing code to work with the new items and inventory but is high on the list for future releases. Only a handful of City items remain to be added to ARX.
I need to introduce a new “effects” system which holds timed and temporary events (e.g. if wearing a crystal belt you get a stamina increase, you’ve drunk a potion of invulnerability sharp). The effects system is also required to enable the remaining guild spells to be implemented. I don’t see this as being difficult to implement as I’ve given it a lot of thought but it’s a substantial piece of work. I also need to do some research into how encounter treasure selection works so if you have any ideas on that please let me know. Once implemented I think the results will be quite visible to players so hopefully a good boost to gameplay. For me the Dungeon always had some of the best treasure of any CRPG.

Dungeon Quests

Basically adding in the few special locations which are still missing that are required to complete the Dungeon and the necessary dialogue and quest items. A lot of this is already complete but hasn’t been tested in a long while. I seem to remember the Oracle took a lot of work and might need some bug fixes. Off the top of my head I think the Clothes Horse and Great Wyrm may only be in game as placeholders. Occasionally I go back and find that I’ve already started part of AR though which is pleasant surprise 🙂 When the Dungeon Quests are complete there will be enough Alternate Reality recreated in ARX that you will be able to play the City and Dungeon through to completion!

Updated Display Options

I’ve already added some support for multiple screen resolutions and windowed vs full screen displays through the arx.cfg configuration file but there aren’t currently any good scaling or filtering options available for players to make best use of those larger screen sizes. I’d also like to make it easier for you to adjust display options whilst the game is running so players can easily skip through options to find the one that best suits them. With so many people running larger displays now it’s not really acceptable for me to limit development to only a couple of window sizes. Emulation front ends like RetroArch make use of some very high quality filters and scalers it would be great to introduce these into ARX if it wasn’t going to be too much work. I also want to introduce some new (optional) display elements along similar lines to the automap that may add to players enjoyment or reduce frustration.

Multiple Media Packs

One of my original goals was to have multiple media packs for ARX and thanks to the superb work from Ted Cox and Furious we’re pretty much there. Due to a few different reasons I’d temporarily removed these but I’m keen to reinstate these in the next few months and hopefully expand them further.

Mac OS X version

There are quite a few Mac ARX players and I’ve now reached the point where a native Mac OS X version will no longer be the big piece of work it once was – partly because I’m just much more comfortable with coding and development tools than I used to be. I have another couple of versions in mind for other platforms but I’ll see how well the items above progress first.

Release 1.0 of Alternate Reality X?

You may well have looked at the list above and thought “When can I expect to see X?” or “Will Z be included in ARX?”. As you can see from the list above I have a LOT of ideas for areas of work planned for development and completion. Sometimes I think something will be difficult and it comes together fairly quickly, other times the opposite happens.  So I’m going to hold off on any release 1.0 date predictions – at least for the time being. What I can promise you is that I have lots of plans for further developing ARX in 2017, making it a lot more complete and hopefully more enjoyable to play.
Finally I just wanted to say a massive thank you to so many of you for sticking with me on my Alternate Reality remake project through the years of development.  I know it’s been a bumpy and sometimes inconsistent ride along the way. I’ve often been amazed by your kindness, support and sheer enthusiasm for what I’ve been doing and for Alternate Reality in general. I’ll do everything I can to try and deliver on the promise of the original project. Wishing you all the best for 2017.

CRPG Dev – 2016 Review

I hope you had a great Christmas and New Year. Mine was fine though I was left with less time than I had hoped due to a leaking hot water system and helping my son build himself a PC – something I knew was going to take more work than he expected. I’m pleased to say that both hot water system and PC are now fully working.

As 2017 is now upon us I’ve been giving some thought to my CRPG Dev activities in 2016 and my achievements against my goals. I’m planning to talk about my plans for 2017 in a separate post but will inevitably touch on a few items here as some goals and projects carry over into 2017.

I think the biggest change in 2016 was that I now feel much clearer (and happier) about what I am trying to achieve with Alternate Reality X. I went back to the roots of the project and put aside some of the diversions I’d explored in 2015 to try and make some solid progress. After the lack of any new “classic” builds for ARX in 2015, I released four builds during 2016.

These builds weren’t massive advances in features or content but they added some very important and long overdue items such as including all the Dungeon encounters as well as their encounter animations. The project took a big step by starting to pull a lot more real AR data into the game which I think we’ll really start to see the benefits of this year. I also began the major task of expanding the inventory and item systems which was essential to recreating Alternate Reality.

I also chose to focus solely on my use of CC++ for programming rather than Unity 3D and decided for ARX to stick to my procedural coding “style” – I use the word loosely – rather than try and move ARX to an object oriented programming approach – I’ll keep that for a new project. Basically I’m trying to do what I think works best for me and my productivity rather than what I think I should be doing. I have cleaned up and restructured a lot of the code and I hope to continue that gradually as I add new features and revise existing ones where necessary.

I had planned to complete the 1.0 release but some of the major rewrites of core sections of code took a lot longer than anticipated. I’d also become preoccupied with some important personal issues I’ll talk more in my follow up post about what the next steps for ARX are but I think I’m just going to focus on adding and prioritising the remaining features rather than talking too much about dates for a 1.0 release.

I actually played and completed a game at the beginning of the year (Fallout 3) as I inherited my son’s old Xbox 360. This felt like a new game to me as it was only 8 years old! I played a bit of some of the other games from the 360 collection but struggled to get into a groove with any. Maybe this year.

My YouTube channel now has two Alternate Reality X videos uploaded to it. These weren’t great but allowed players to see the game developing and are likely to bring a few more people into the ARX community. Expect some more in 2017.

On the personal side I have some big challenges ahead of me in 2017 on the family and financial side so they will take priority but I expect to be able to continue with some very solid ARX development. Another ARX release is well on its way so watch out for that.

A big thank you to everyone who has supported my efforts for CRPG Dev and Alternate Reality X, whether through your emails, Patreon, Paypal, here on the blog or on Facebook. As always I greatly appreciate your interest, your time and support for what I’m doing and it really keeps me going and allows me to continue doing this and gives me the inspiration I sometimes need.

Wishing you all the best for 2017.

Alternate Reality X – Release 0.8, Items and Inventory

Following the release of 0.75 of my Alternate Reality X (ARX) project I have been working on the next release. As this will be a big release and add a lot of content (item wise) this is likely to be the 0.8 release. The main focus here is to complete a lot of the remaining programming around items and the player inventory in the game with a particular focus around Dungeon items. If you look at my existing code for ARX a significant portion of it focuses on inventory and item handling. A lot of what makes Alternate Reality a great series for me is the excitement of what items you might find after a successful encounter or in the case of the Dungeon a special unique item at a certain location (E.g. Sword of the Adept, Robin’s Hood).

 

The existing ARX item code is probably the area of development that was most time consuming to develop to date and cuts across so many different areas of the two scenarios. AR had a very sophisticated system of inventory and items compared to other games of the time but this makes it much more of a challenge for someone like me to recreate for a remake 🙂 I had planned to make some very major changes to the item and inventory system, very closely mirroring the internal representation used by the Dungeon.

Why change it you might ask? It seems to be working ok? The current system does work ok but it lacks the ability to allow for items to be truly unique or modified in game easily. A good example of this are the clothes items in the City shops. These are currently limited to a subset of the original games options. In the original City these items were made up of a handful of randomised attributes which meant that the City could have dozens if not hundreds of different variations of clothing. My current system doesn’t allow for this. The other key areas which I can’t implement with the item system in 0.75 are the enchanted weapons from the Weapon Enchantress where she will (for a hefty price) add a number of enchantments to your items. modifying their existing attributes and the Dwarven Smithy who I also believe will create varying qualities of weapon depending on how well you pay him.

Some of the goodies you can find in the Dungeon for release 0.80

In the original Dungeon a block of binary data was used to represent all “active” items in the game. These included items on the ground, carried items, curses, diseases, spells and monster corpses. I was planning to recreate this system in ARX but I’ve now come to the conclusion that you probably wouldn’t see the next release until 2017 and I’m not even sure people would really see or recognise the benefits! The key things for me are to be able to obtain the flexibility of the original system above, minimise the amount of changes I’m having to make just now and be able to make full use of the original binary data (which I’ve done successfully with the monster data).

I’ve already written code to read all the original item data into ARX for release 0.8 so that part has gone well. I’ve extracted all the item names and addresses so it’s relatively straightforward now to pull out additional information for items as required. I’ll also be able to use this code to extract all the weapon data for the Dwarven Smithy items as well which will save a lot of time and messing around with text files to represent objects which I’m moving away from with the last few releases.

My original item / inventory system used a similar premise to the Dungeon with a single “Item Buffer” type array which holds all the active items in the game including what I call “volume items” (E.g. gold, silver, torches, compasses) that are effectively represented in the player structure as a single numeric value. The only issue with the current system is that it doesn’t directly hold lots of the attribute data representing items directly instead pointing to a fixed representation of the item – this need changing.  I’ve decided to expand and build on this existing system rather than directly copy the Dungeon internal system. This should save me a LOT of time changing existing code and systems that work well already. The existing system probably addresses about 70-80% of the item requirements for AR so it doesn’t seem like a good use of my time to rewrite lots of code for that extra 20% of functionality.

The “Item Buffer” in use showing carried items as well as “volume items” on the Dungeon floor

I’ve thought of another way to expand the item system to allow for the dynamic items such as enchanted weapons so these features will still be in the game, just using a different internal representation to the original Dungeon. The current system will still be able to access all that new binary item data that I’ve read into ARX as well so item effects for special items will still be accessible within the game.

Alternate Reality X – Release 0.75 – Changes

With the public release of Alternate Reality X 0.75 looming for the end of September 2016 I thought I would talk a little bit about what you can expect to see, what I didn’t manage to add and my general approach to have the completed 1.0 release in your hands before the end of the year.

I had planned for this release to complete ALL the elements of the City and the Dungeon that I see as combat and encounter related. I didn’t achieve that for a number of good reasons but I did make some very significant steps that put the project in a much stronger position than it was in before. One of the big changes was to add all the remaining Dungeon monsters as to date only the Well Lit Area and Fixed Encounters had been added and to animate them all.

One major change which I had not committed myself to making was using the original 8bit Dungeon monster data directly from the binary files. I was previously using simple text files which whilst easy to update had numerous errors, lacked a lot of information from the real data and were prone to spoiling of the game / opportunity for cheating from players. In addition to this I had built up similar text files for weapons in the game – an amalgamation of weapons the player could buy, monster weapons and unique items you could stumble across (e.g. the Sword of the Adept).

One of the great features of Alternate Reality (the Dungeon at least) was that it had a very flexible system for customising monsters and items in the game. Many games at the time would have had fixed object sizes with no opportunity to modify those objects in game. The Dungeon in contrast allowed very rich items and monsters which contained a mixture of attribute data (name, bonus to hit, sharp damage) with effects (curses, give off light) and directly included 6502 (the processor used by the Atari 800, Commodore 64 and others) code. In game objects could also be dynamically created in game (clothing in the City) or modified through player actions (weapons having enchantments added at the Weapon Enchantress).

So after a lot of thought I made the decision to use the original binary data. Using some great information provided by Brian Herlihy a few years back, I replaced the original monster loader and also added in support for loading in all their weapons and attacks. These are stored as part of the monster data. This was a lot of work for me but once I had these changes working I felt it made an immediate improvement to the feel of the game as well as adding all those additional Dungeon monsters – about 50 in total. Thanks to Brian for this information without which these changes wouldn’t have been possible.

Another major change in this release was the introduction of properly timed / processor speed independent encounter animation. I had information on encounter animation from old emails from Jim Norris – thanks Jim! – so I used these to hopefully produce a fairly accurate recreation of the Dungeon encounter animations. As part of this work I totally rewrote the main encounter loop and the way that monster and player “turns” are taken during combat and how multiple opponents are dealt with. Monster attacks now use the proper attack descriptions (whomps, slashes, chokes etc), can hit multiple player body parts and can also knock the player to the ground.

Behind the scenes I re-organised some of the game code, introducing more source files to try and better segment and compartmentalise different code areas (e.g the actor source files refer to encounters, load in the binary data, create their weapons and attacks etc). All these changes meant a lot of knock on changes – some foreseen, others not. These took time to sort out. I’ve probably not caught all of these issues yet.

With the introduction of all the new Dungeon monsters and only limited new encounter art I took the decision to temporarily disable the new media options – these will be back in a future version. I also disabled the W command to force an encounter as it seemed to be a source of problems and encounter frequency checking has been re-written in this release to check regularly for new encounters. I had to tone this down a bit as encounters seemed to be happening back to back!

The other feature missing from this release is the ability to pick up monster weapons after combat. There was a very practical reason for this, namely that all monster weapons are now stored in a new format and location whilst the player inventory / object buffer in the game uses a totally different system. In order to allow for the custom weapons of the Dwarven Smithy and enchanted weapons from the Enchantress this system will need to be updated and this in turn will impact on all the existing shops where weapons, armour and clothing can be bought. This work will be the focus of the next release with addition of adding in the original item binary data from the Dungeon to introduce all those special objects into Alternate Reality X such as Trump Cards, Eyes, Wands and Horns. Trying to add these into release 0.75 would have added a lot longer to the development time and I was keen to have a release out before then.

In order to have the 1.0 release ready for the end of the year I have had to focus tightly on what needs to be finished and priority on the gaps that need the most work and will add the most to the game. This may mean that some of the extras will go on the back burner for the time being but I think it will be well worth it to have a complete, integrated City and Dungeon Alternate Reality world to explore! Hopefully these decisions make sense but as always I’d love to hear your thoughts. Watch out for release 0.75 coming very soon. Thanks.

Alternate Reality X – The Final Stretch

Following my announcement that I’m planning to complete release 1.0 of Alternate Reality X (ARX) for Monday 5th December 2016, the final stretch of development work has begun! It’s great to have that clear goal in sight. I’m pleased with progress since the announcement but there is still a lot to complete before December to get all the features added so I’ll need to push myself hard and stay focused. I’ll be devoting the majority of my free time to making sure I meet my target, chipping away at small issues when I have a bit of free time and maximising the time I spend on development. I want everyone to be able to play a complete, fully integrated City and Dungeon for Christmas 2016! Visualising that goal tells me it will be a great personal achievement for me – and hopefully players will enjoy the results too!

As I go into this final stretch any assistance people can provide through donations to the project, however small would be particularly helpful. This support helps in a few different ways – it allows me to better justify the (very considerable) time that I spend on coding ARX to my family, helps cover some of my small development costs such as webspace and small hardware/software purchases and permits me to spend more time focused on development. The PayPal and Patreon details can be found at the support page here.

If you’ve donated in the past either through PayPal or Patreon then you have my sincerest thanks – it makes a big difference to me and has really helped me to keep developing ARX – probably more so than people realise. Alternate Reality X would not have been possible for me without your support. I’ve been thinking about ways to better convey my thanks once the project is completed and I have a few ideas which I think players would like.

My main focus for development is ensuring that 100% of the original City / Dungeon content and features are implemented for the 1.0 release in December. I’ve temporarily disabled some of the alternative graphics and music options to allow me to focus solely on ensuring the original games are completely re-implemented. Hopefully everyone is ok with that as a temporary measure – for me it makes managing the project easier and allows me to focus better on the key features which aren’t in place or fully completed yet.

I’ve worked exclusively on encounters and combat recently. I’ve rewritten the main loop that deals with combat so that ARX now has a sensible turn structure with the player and opponents taking turns as well as adding in options for surprising characters, deciding whose “turn” it is first. One of the main reasons for rewriting this was so that animation effects for encounters as well as backgrounds (rain and other weather effects) could be added. I’ve added the encounter animations now which I think makes a big difference to making the game feel more complete. I’m now working on adding more encounter features. Release 0.75 will focus solely on encounters as there has been a lot more work involved in rewriting this part of ARX than I anticipated. I’ll also be adding all the additional encounter weapons that opponents can carry such as Unholy swords, flaming pitchforks and diamond daggers among many others.

Release 0.76 will focus on all the other items and treasures that you can find in Alternate Reality (horns, eyes, tarot cards). I’ll have more updates and possibly a video shortly once I sort out my screen capture software. It’s going to be a bit longer before I have the next release out as I’d like to add more new encounter features first. Thanks for your support and interest in ARX.

Alternate Reality X – Release 1.0 – Target Release Date!

Time to draw a line in the sand. I first started the current form of my Alternate Reality: The City & Alternate Reality:The Dungeon remake project back in 2009 – A long, long time ago. I think I even still had a full head of hair back then! Alternate Reality X (ARX) as it’s now known has come a long way since that 0.1 release back in 2009 and I’ve found myself diverted or distracted on occasion but the project is now well and truly back on track and developing on a daily basis.


Based on the solid progress I’ve made with development of ARX during 2016 I now feel that I can confidently announce a target release date for release 1.0 of the game. I have always envisaged 1.0 as completing my original vision for my Alternate Reality remake project – a full recreation of both The City and The Dungeon in a single, easy to use, seamless game for modern systems.

At the beginning of 2016 the game was still a confused mangle of code which I’d built up steadily between 2009 and 2015. It was full of workarounds, hacks and was very difficult to expand and add new features to. I’ve spent a lot of time reacquainting myself with some of my earliest code during the last few months which was a big challenge. I kept asking myself “Why did I do that????” Back then the main problem was that I was learning a lot about game programming for the first time and at the same time trying to develop the game. This often led to me making short sighted decisions without realising their longer term consequences. Later I would then struggle to bolt on a new feature to an increasingly precarious code base.
I’m pleased to say I’m now a lot more confident in my programming and game development skills and I’ve managed to gradually start to restructure my ARX code into a more sensible project. I’ve learned and read a lot about programming, C++, SFML and game development so I’m a lot better equipped to complete the project. I still have more work to do (and plenty to learn) but I expect to have a complete, well organised and (easily) expandable game by the end of 2016.

There is still a lot of work to do and features to complete before then but I feel really confident and excited that this is achievable and realistic. I can’t think of any area or feature that I’m particularly daunted by. I know that completing the game will be hard work, challenging but also extremely satisfying. If the 1.0 release is well received then I can look to really expand on the Alternate Reality universe during 2017 with additional scenarios and other enhancements to the City and the Dungeon.

As you can see from some of the screenshots here I’ve finally set up Alternate Reality X so that you can finally encounter some of the more exotic Dungeon encounters that haunted the corridors and halls of the original game. I’m also continuing to add in the special behaviours and actions for each encounter type.

So, without further delay I’m pleased to announce that my target release date for Release 1.0 of Alternate Reality X is:

 Monday 5th December 2016 

It’s a date I’ll be putting in my calendar! Hopefully something of an early Christmas present for some people. This is likely to be Microsoft Windows only initially and will focus on completing 100% of the original features from The City and The Dungeon. You will also be able to complete all the Dungeon quests and complete that scenario.

I just want to take this opportunity to say a big thank you to those people who have supported me through Paypal, Patreon, the AR forums, Facebook or by sending me personal emails of support and encouragement through the life of the project. It has made a big difference to me personally that you’ve had faith in what I’ve been working on and continued to support the project. If you have questions about this release or how I plan to achieve it then please post them here, on Facebook, the forums or send me a private message / email.

I’m not announcing this release date lightly – I take it very seriously. It’s not only a commitment to those who’ve supported the development of the game – some from the early years – It’s also a big commitment that I’m making on a personal level to myself. I think for me setting this release date will only strengthen my resolve to complete the game and help me focus on reaching my development targets. Regular releases of the game will continue to appear leading up to the final 1.0 release. Release 0.75 will focus on numerous improvements around City and Dungeon encounters. Thanks for your patience and support.