This time you’ve got me to help you…

A few months back I received an email from Marmalade Studios. Marmalade is the system I used to give me cross platform support. I pay for a licence yearly which is still covered by the ongoing sales on the long tale of the game. Anyway, the email informed me that Marmalade were pulling out of the Tools business to focus on their own development. They laid out a timetable and final release plan for the current tools but ultimately from March 2017 they will no longer be supporting their toolset. There was an offer to purchase rights to the source code, but as a small indie, that’s not really an option.

This doesn’t affect the current releases, but what it does mean is that any chances of me producing updates in the future have almost certainly been removed. And with every new OS release, the chance of the game not working are increased.

I know I have not been prolific with updates since the release of Doomdark’s Revenge settled. There was so many things I wanted to do, but just haven’t gotten around to. The reality is two fold, as amazing as the sales of the games have been, they are obviously not enough to support me full time, and secondly, the games were written quite frantically in the end and I never regained that sense of purpose after their release; this is not just for these games but for everything that I have been doing creatively.

I’ve been trying recently to tie up another release. The main reason for this is to produce a build with the latest version of Marmalade and get it out there to properly support the latest devices. In theory a new release should keep its visibility in the App Stores for a few more years. As part of this I’ve been slowing adding a couple of features: Discovery Mode, Difficulty Modes, Rationalise the code base between DDR and LOM. etc..

So with all this in mind I have been toying with the following: Uploading the source code to GitHub and making it open-source with the objective of transferring it to another cross platform solution, Cocos2d-x for example. Or, allowing people to port the engine to any other coding languages they like, so it could be used however they like.

The current codebase is written in c++, and thus moving to Cocos2d-x makes sense, but I quite like the idea of porting to c# or swift.

Moving to open source could also allow for the tool chain to be fully developed which would allow for more work to be put into ongoing development of the games.

Anyway, I shall think on this more, but if anyone is interested in getting involved, then drop me a note…

 

 

9 thoughts on “This time you’ve got me to help you…

  1. I’m not sure I can be of much help other than to say whatever you choose we will support you. You’ve done a great job keeping Midnight alive over many years. We are grateful.

  2. Would LOVE to help. I’m a proffessional C# developer. And played LOM & DDR on my ZX Spectrum being a child. Having said that, haven’t ever done a thing in game programming. If I’m able to do anything, just tell me.

    • Hi Luis, having done game development isn’t a necessity, it’s all programming at the end of the day.

      I’ve created a new git hub page for my company Chilli Hugger and added the first repo The Midnight Engine
      The Midnight Engine (TME) is the backend part of the game, it runs both LOM and DDR.

      It might be that you would like to be involved in porting the c++ engine to c# which would be useful in it’s own right and would give you familiarity with the engine. I’ll look at the best way to structure the repository to accommodate different language versions and then start the process of uploading…

        • Engine and Supporting library are now on the repo. Feel free to grab a version and take a look around. I’m not planning to upload the Frontend until further down the line when I have a better idea of which Licence to upload with.
          I was going to write a small program that interfaces with the engine to show how it works, but as Marmalade is no longer available it will have to come under a new system.

          • I think the easiest initial approach is to move the whole game to Cocos2d-x. It allows the main c++ code to stay intact. I already have the backend compiling and running – The frontend will need more work. I plan to perform a quick tidy up and then create a repos for it soon.

            But the backend really comes down to, if people would like to use it on other platforms under another language.

Comments are closed.