Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
News - Raw Data devs share their missteps so you won’t make them too

#1
Raw Data devs share their missteps so you won’t make them too

<div style="margin: 5px 5% 10px 5%;"><img src="https://www.sickgamedev.win/wp-content/uploads/2017/09/raw-data-devs-share-their-missteps-so-you-wont-make-them-too.jpg" width="200" height="200" title="" alt="" /></div><div><p>Survios’ <em>Raw Data</em> has been one of the standout successes in virtual reality game design. But at VRDC Fall 2017 in San Francisco today, a pair of Survios devs took the stage to talk about how development went wrong along the way — and what they’ve learned from the experience.</p>
<p>“Today we’re going to tell you everything that went wrong with <em>Raw Data</em>,” said Survios design director Mike McTyre, alongside Survios CT Alex Silkin.</p>
<p>The game launched in Early Access last June, and went through what McTyre describes as seven major updates to date. While it’s available on Oculus Rift and the HTC Vive (with a PlayStation VR version coming soon), the game’s playerbase heavily skewed towards the HTC Vive — to the tune of roughly 80 percent.</p>
<p>Here are a few interesting excerpts from their talk: During development, the team was initially going to keep the game’s map count very small — maybe as few as just two, said Silkin, with some color variants.</p>
<p>But when the game got popular, the team thought to increase the scope and add more maps — but that turned out to be kind of a waste, because at this point just 21 percent of players make it past the fifth mission.</p>
<p><strong>First impressions matter — most people play just the early bits of single-player, and not PvP or co-op</strong></p>
<p>“First impressions matter,” said Silkin. “A lot of players just played the first few missions and got the impression ‘oh, this is a game wher eI just stand in a room and shoot.’”</p>
<p>He says this kind of hurt the game, because the team spent a lot of time and effort making more complicated maps later in the game — maps that most players never see.</p>
<p>The number two most requested feature for the <em>Raw Data</em> devs to add, according to McTyre, was player-vs-player combat — but even though the dev team put a bunch of effort, again, into making a PvP mode they could be proud of, McTyre says only 13 percent of players have ever actually played PvP.</p>
<p>“Out of all our players, 80 percent basically, have only ever played single-player,” said McTyre. “That’s an important takeaway for any other VR product, especially since co-op was such a selling point of the game.”</p>
<p>Despite that, only 16.5 percent of players have ever loaded up co-op play. And again, only 12 percent of players have ever played PvP.</p>
<p>“This is an important takeaway for devs: while VR is growing, and there’s a lot of users, creating a PvP-focused product, or trying to build a PvP-focused community, is going to be a challenge for you,” said McIntyre. “Even if you’re going to try it, I would encourage you to have some kind of single-player experience as well.”</p>
<p>All of these numbers come from the analytics data Survios has been pulling on <em>Raw Data</em>, which the pair said have been vital to ensuring they’re understanding how people play the game. For example, they were shocked to see that only 1 percent of players ever used the game’s defensive abilities, or that at one point 50 percent of players were failing the first mission.</p>
<p>“Half of them are VR enthusiasts,” said McTyre. “They were just people who loved VR, and that was the biggest takeaway for us…why we had to change things and nerf missions and that kind of thing.”</p>
<p>Also, “one of the big lessons we learned was about the frequency of our updates,” said McTyre. “Originally we were too ambitious….and we were gonna shoot for every two weeks.”</p>
<p>“That…really didn’t work out,” he admitted. The team switched gears to try for a once-per-month update schedule, but in the end they had to settle on a once-every-3-months update cadence so they could put significant effort into each update.</p>
<p>“We were in this Early Access period and we had all these users, and we wanted them to come back and experience the new content,” said McTyre. “But what we realized early on was if we did small updates — just one map, just one feature — it wasn’t bringing the users back. So we quickly realized that we neeed to have longer update periods and bigger updates to bring people back. And when we did that, we saw bigger spikes in players returning because the updates were meaningful.”</p>
<p><strong>People play the same game different ways on different platforms/headsets</strong></p>
<p>Fun fact: Most Vive <em>Raw Data</em> players (79 percent) prefer the game’s “sticky” control scheme over the “Hold” or “Toggle” schemes, whereas on the Rift, the majority (72 percent) prefer the “Hold” scheme.</p>
<p>“If you’re releasing your game on different platforms, they have different controllers,” said McTyre. “So don’t assume that just because one of your control schemes is the most popular on one platform, that it will be the most popular across all platforms.”</p>
<p>And while the game was initially intended to only have teleportation-based locomotion, the team’s decision to add PvP meant they had to figure out how to get joystick-based locomotion into the game mid-development.</p>
<p>“We just couldn’t wrap our minds around making <em>Raw Data</em> PvP with teleportation,” said Silkin. It wouldn’t be fun if an opponent could just teleport away at will, so the team decided (despite heavy skepticism) to try using joystick-based movement.</p>
<p>“Ideally this is something you should plan for; we added it mid development cycle, so it broke a bunch of things,” said Silkin. Since they hadn’t scoped for joystick locomotion, the enemy AI could be easily broken by players just backpedaling, and had to be fixed.</p>
<p>(And despite the fact that a vocal group of players clamored for joystick locomotion, McTyre says only 20 percent of players actually turn it on.)</p>
<p>Incidentally, to do joystick locomotion on PSVR, which has no joystick, the team tried a “backpedal” button — and it works well enough that the game will ship with it.</p>
<p>“Our biggest challenge to date was porting to PSVR, because we didn’t plan for it,” added McTyre. Silkin agreed and explained that because of that, there was a lot of reworking that had to be done.</p>
<p>“We had a lot of issue with performance, mostly; we’re CPU-bound,” said Silkin. “Sony is very strict about performance; they don’t want you to get their customers sick.”</p>
<p>“Other importants things about PlayStation, besides not having a joystick, is that there’s no grab buton,” said McTyre. “So we actually had to change up our control scheme quite a bit.”</p>
<p>“One nice advantage? There’s a lot of buttons!” McTyre added. “We were very happy to have a lot of buttons to play with.”</p>
<p>To optimize for the PS4 and PSVR, the <em>Raw Data</em> team switched over to a forward renderer and did some aggressive changes to the game’s levle of detail — not only on assets, but on enemy animations (decreasing quality when they’re far away, or behind the player), enemy count, and other aspects of the game.</p>
<p>The game’s biggest cost was enemies moving around the world, “so we just kinda refactored our systems to not have as many things attached” to things in the world. After a lot of time and effort, they had something that could stand by itself on PSVR.</p>
<p>In closing, the pair offered fellow devs some tips for selling your VR game:</p>
<ul>
<li><strong>Bundle often</strong> – “Do become friends with your various platform partners,” said McTyre.</li>
<li><strong>Get in on platform sales</strong> – “You’d be surprised how many users are waiting to buy your game,” said McTyre “We saw that with <em>Raw Data</em>. We saw it a year ago, we saw it today: a large spike in purchases during platform sales.”</li>
<li><strong>Get your game on multiple VR platforms</strong> – “The hardware is still selling, but right now we’d encuorage everybody to be on as many platforms as you can. It’s definitely more work, but I tihnk you’ll see a lot more success in terms of sales.” </li>
</ul>
</div>
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016