Show/Hide Show/Hide

Beat the Rhythm VR

 
Devlog 2: Building Our Own Backend ServerFeb 4, 2019 - Community AnnouncementsThis was (and still is) a big one! I actually knew we needed our own backend server for a very long time: One reason Holodance is still only available on Steam is because I heavily relied on the Steamworks backend for leaderboards, achievements and keeping state for players (i.e. progress in the game, mostly for Story Mode). In order to let you play with people on other platforms, like Oculus Home, Windows Store or PlayStation Network, we either need to use a third party service (there are some, like PlayFab or GameSparks, or roll our own. With Beat the Rhythm VR, we not only want cross-platform but cross-game: All the community features, like leaderboards, song and beatmap quality rankings, session streams and so forth should be consistent and shared among both games, so that we can have one (hopefully) large community for both games, instead of two smaller, isolated player communities. And there’s another thing: I’m still working on our own in-VR beatmap editor and the fun with that really only starts when you can conveniently share your hard mapping work with your fellow players. Which opens a whole other can of worms and tricky challenges that need to be faced. Having our own backend server solves a lot of these issues; even if solving some of these issues makes developing that backend server significantly more complex than just a leaderboard-system. A little Personal History Before I started working on VR games full-time in 2015, after several years of doing it “on the side” (since 2007), as freelance software-engineer I had a really decent income. Which was really cool! But that was due to taking whatever software-engineering project came along. That was still kind of fun. But when I’m totally honest, this wasn’t really what I was here for, and I had known that for sure at least since 2007 … but really, as a hunch much much longer. Most of my time, I spent working with databases, Web frontends, early Java days mobile apps, some of which I developed from scratch on my own, some large and complex systems that had grown over many years, that I worked on in small teams. One reason it took a long while to get started with this was because I knew I’d be facing some old demons when getting back into this, and I honestly wasn’t looking forward to that. While I know I can do these things, and actually do them quite well, I’d honestly rather have paid someone … except I know how much that would cost, and we have to be super-careful with our budget (2018 was twice as good as 2017, and 2017 three times as good as 2016 — but we* still have very little liquid cash and roughly €100K open loans … also, it’s not so hard to double and triple your revenue when you start from a base of roughly €10,000 … per year … revenue). *we currently actually only means me, working from my basement to be able to sustain the company When I finally did get started, I first spent a lot of time figuring out which technology stack to use, and learning to use that technology sta...Devlog 1: A new kind of "Orb" - The OctaDropJun 28, 2018 - Community AnnouncementsWe have already been working on Beat the Rhythm for quite a while. Some of that work already went into Holodance, so if you were following the release notes there, some things in this posting may sound familiar - but not quite all of it. So here is a first devlog: Music is Done - Beatmap Design in Progress Just yesterday, Billy Mello finished the last song for the Beat the Rhythm original soundtrack. It's called Eternity and is a marathon (full 12 minutes). All of the music for the game has been produced in a very close collaboration between Billy and me, and I think this initial set of six built-in songs will give you a good start into the game. The songs are composed and produced with a progression in difficulty: It begins fairly easy with a short, almost tutorial-style song, and gets longer and more intense and complex with each track. Time, the fourth song, switches meter a few times, so there are 3/4 sections as well as 4/4 sections. It's the most experimental song we have in the game. The Singularity, our fifth song, is about the Singularity, so the obvious thing to do is play with tempo-changes - we go from a relaxed 64 BPM up to 256 BPM in the finale. We call the style Gamestep - so there is obviously quite a bit of Dubstep in there, but also 8bit-elements, trance and house. The idea is to have music that is intense, for intense gameplay. As you can also use osu! beatmaps, or your own music, you get a huge variety. We have also already done a bit of experimental beatmapping for our built-in songs - but the core game elements are currently getting a fairly major upgrade, so that's what this devlog really is about: Orbs are becoming OctaDrops When I started developing Holodance, which was originally called "Holodance Episode 1: Dancing with Dragons", after a few early prototypes, I fairly quickly moved into what is now called Story Mode and then, a lot of time went into building environments, modeling and animating dragons, voice-acting, making it all work together. The orbs were designed as "magical orbs" that the dragons were throwing at you, so you could catch them, so you could "tune into their rhythm". It was all about "playing with the music". I was very careful to always speak of "catching the orbs" to maintain a non-violent atmosphere, even though the game actually always did give you a higher score the stronger you punched them. Also, while we've had the idea to have specific orbs for specific hands very early in development, I decided to let players catch any orb with any hand (or your head), at any time - so players could invent their own choreographies based on the given mapping. Going from Catching to Punching During a recent meditation retreat, I realized that Beat the Rhythm (and as an option also Holodance) might become much more interesting if we allow beatmappers to define orbs for specific hands (as it was introduced by Audioshield), and specific directions (as it was introduced by BoxVR). This is a surprisingly big chang...