So how are the Nintendo ports coming along?

It’s been sometime since I announced Quest of Dungeons for 3DS and Wii U, so it’s time to talk about what’s been happening in the “backstage”.

I’m working on both versions at the same time, potentially for a simultaneous release. But this adds some extra challenges since both are very different and well, I’m juggling between two ports on my own.

From a technical point of view, both are already up and running, graphics, sound, input, all of that is working (as far as I tested anyway. bugs yikes).

I had to greatly optimize some portions of the code for the 3DS version, because I want to try to target 60FPS, let’s see if I can accomplish that.

Wii U is obviously a more powerful machine so the pre-existing game code from the Xbox version, after I ported it to the Wii U, just ran.

So if the game is running, what is left?

I’m doing specific features for both versions, and that takes time. Both consoles have a second touch screen for example, so I had to come up with a feasible way to use them.

Wii U

On Wii U you can play the traditional way, TV, but I also added off-tv support, so you can play just on the GamePad screen. I have Pro Controller support and another way you can play is a mix between TV and gamepad screen, where you can use a touch based inventory, map, etc to manage things.

You can even play with the Pro Controller, and watch the game on the gamepad screen, as a tiny TV. I spent the last few weeks adding these changes which I hope will prove useful for players.

Bottom line is: Yes, you can play only with buttons, like a “regular” game, but if you want, there is some gamepad use, but it’s optional.

Nintendo 3DS

The 3DS version is proving to be the most challenging one, first there were some technical issues I had to overcome, now is trying to fit all content in both those screens in a coherent way. If you played the other versions you know there is a fair amount of menus/UI at the user disposal, either to check inventory, character equipment, skills, buffs, quests, stats, etc.

UI/Dual Screen

I started by doing a 2 screen split-inventory, imagine the Xbox One but kind of split between 2 screens. So the list was on the top screen, and the item description on the bottom one. And that worked.

OLD

qod_3ds_old_inventory

However I was never 100% happy with it, and I was barely using touch, which despite not being a personal favorite, I know I lot of people like, so I decided to throw all away and redo it differently. In a way that players could either touch items to open description (the second screen on the previous version) and then Eat/Equip/etc, but also that with a button press you can use it too, via dpad and a/b/x/y.

This is posing some challenges since I’m now trying to put everything that was on 2 screens into a single one, but I’ll get there.
This is still WIP but I feel I’m getting near something a bit better.

NEW (WIP)

qod_3ds_new_inventory

StreetPass

I never considered using StreetPass, but the other day I woke up with a cool idea. When you StreetPass someone you send and receive ghosts from previous runs to the other user. Here’s how it works, when you die, the game saves your character as it is, stats, equipment, etc. There is later a chance, that in a new game you might encounter yourself, but now you will also send those ghosts to the other players. So when you find ghosts from other users (they will have a icon in-game to make it different) if you defeat them, you’ll get all the loot. Cool right?

3ds_qod_streetpass

Final reminder, everything discussed here is WIP so it can change.
So still no ETA, but I’m getting closer. And that is it for now. I’ll let you guys know when I have more news.