Its been a while since the last update. Currently, I have added some new features, such as a weapon system, camera management system, and new character design updates. Here is a mini preview below.
Beyond the Infinite Abyss – Shoot Test #ScreenshotSaturday
20 03 2016Comments : Leave a Comment »
Tags: Indie Games, Indie Gaming, Preview, Video Games
Categories : games, Indie Games, Preview, Video Games, Windows Store, Xbox, Xbox One
Beyond the Infinite Abyss Main Menu Screen Alpha #ScreenshotSaturday
19 07 2015Here’s a #ScreenShotSaturday for the latest progress of Beyond the Infinite Abyss. I am testing out the camera movement and GUI placement. You also get to see some of the characters that will be in the series and some idea of the theme.I will post more gameplay vids and mechanics features in a future post.
Comments : Leave a Comment »
Tags: Games, Indie Games, PC Games, Steam, Video Games, Windows 10, Windows Store
Categories : XNA Preview
Windows Phone Updates and New Projects
21 03 2013Game Updates
Good news everyone! We are now offering Mystic Mayhem: Maximum Altitude for Free on the Windows Phone marketplace. The game now features difficulty settings (Go to Options -> Difficulty), the difficulty determines the speed of the game.
Also in the development queue is an Android version of the game.
Dev Queue
I am also working on the next android game at the same time, currently titles “Quantum Fortress” a mobile space shooter.
Comments : Leave a Comment »
Tags: free games, Games, Indie Games, mobile games, phone, Video Games, windows, Windows Phone
Categories : Indie Games, Video Games
Android Port Status and Patch v1.1
1 10 2012Xbox Live Indie Game Dev Update
I have currently sent Version 1.1 of the patch for Mystic Mayhem on the App Hub, this version adds the following updates:
– Slower Menu Selection Speed
– Updated Menu to Showcase the different modes of the game (show it is two games in one!)
– Fixed coin value value in Survival Mode
– Removed rumble on projectile shoot.
– Updated some graphics elements.
These updates will hopefully be out in the next couple of days.
Android Progress
Currently I have been learning MonoGame and trying to port Mystic Mayhem to Android devices. So far i have been making some progress, but found some snags. First, MonoGame currently does not support hardware instancing in their codebase [Develop3d Branch], this means I will have to do some workarounds to get the graphics to display properly on less powerful graphics cards.Second, I will have to find an alternative way to get the music to work, somehow the audio causes some faults which I had to comment my Audio Manager code in order for the port to work.
Next, I will have to tackle scaling, since Android devices can support various sizes, I will have to add a scaling manager to scale from the traditional Xbox 1280 x 720 to any size possible. Also during my first port test of my game I was getting some “run out of space” when trying to deploy to the emulator. After some quick searching I found out that even though the game is < 70MB, when debugging it almost doubles its size to add debug handlers when sending to Android device. In order to fix it you have to run the emulator for the first time from the command prompt to add a partition size when it starts up:
emulator -partition-size 512 -avd <Your Mono AVD Name here>
otherwse it defaults to a low disk size (194MB of free if I recall).
I will try to keep an update of the games progress porting Mystic Mayhem (which is out now on XBLIG!) to Android as much as I can.
Comments : 1 Comment »
Tags: 80MSP, android, Develop3d, Game Patch, Indie Games, Inexpensive Games, monogame, Mystic Mayhem, Patch, Video Games, XBox, Xbox Live Indie Games
Categories : XNA Preview