<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.9.2 (http://www.squarespace.com/) on Thu, 11 Mar 2010 20:57:03 GMT--><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><title>Blog</title><subtitle>Blog</subtitle><id>http://dubitplatform.com/blog/</id><link rel="alternate" type="application/xhtml+xml" href="http://dubitplatform.com/blog/"/><link rel="self" type="application/atom+xml" href="http://dubitplatform.com/blog/atom.xml"/><updated>2010-03-06T17:27:03Z</updated><generator uri="http://www.squarespace.com/" version="Squarespace Site Server v5.9.2 (http://www.squarespace.com/)">Squarespace</generator><entry><title>Avatars - The most important decision you'll ever make!</title><id>http://dubitplatform.com/blog/2010/3/6/avatars-the-most-important-decision-youll-ever-make.html</id><link rel="alternate" type="text/html" href="http://dubitplatform.com/blog/2010/3/6/avatars-the-most-important-decision-youll-ever-make.html"/><author><name>Matthew Warneford</name></author><published>2010-03-06T16:19:25Z</published><updated>2010-03-06T16:19:25Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>We tend to split our purchases into categories, be that entertainment, identity, self-improvement, and so on. However, it turns that, most young people have a far larger budget for their identity purchases than entertainment. So if you can get your players to care how their avatar looks, in the same way they care how they look in the real world, they'll spend a lot more money buying avatar clothes than they would spend just buying access to new content, or extra games. For this reason, the style of your avatars is one of the most important decisions you will ever make about your world.</p>
<p>In this post we look at the two basic types of customisable avatar engines built into the Dubit Virtual World Platform, the Layering Engine, and the Cutout Engine.</p>
<p>Before we dig into the strengths and weaknesses of the two engines keep in mind that, although the example avatars are human, either engine could be set up to uses animals, or even vehicles, as avatars!</p>
<p><strong>Layering Engine</strong> <br /> Items of clothing are separate images layered on top of the avatar skin. The layers are composited into a single avatar image by the server. Each item of clothing is drawn and animated in all directions, usually North, South, West, South West, and North West. The different frames will be stitched into animation grids.</p>
<p><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/layered_avatars_clothes_small.jpg?__SQUARESPACE_CACHEVERSION=1267895257228" alt="" /></span></span></p>
<p>The layering engine produces the most detailed and graphically sophisticated avatars. It is often used for avatars that will be modelled in 3D, or require complex animations.</p>
<p>Although capable of beautiful avatars with complex animations, avatars produced for the layering engine tend to result in larger files that take longer to download. Consequentially, the layering engine trades graphical sophistication against file size, download time, and limits the number of animations.</p>
<p>We recommend that avatars produces for the layering engine should have no more than 4 animations, typically standing, walking, waving, and dancing.</p>
<p><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/layered_avatar_images.jpg?__SQUARESPACE_CACHEVERSION=1267894718330" alt="" /></span></span></p>
<p><strong>Cutout Engine</strong> <br /> The avatar is made up of separate body parts with the items of clothing matched to the body part. For example, a pair of jeans would be cut into 5 separate images, the lower left leg, lower right leg, upper left leg, upper right leg, and the waist. The server composites all pieces into one file.</p>
<p>The concept is illustrated by the Brit Chicks avatars shown below. The avatar is split into 18 different body parts, where each body part can be independently animated. The items of clothing are attached to the body parts and automatically follow the same animation path.</p>
<p><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/britchicks_walk_cycle.jpg?__SQUARESPACE_CACHEVERSION=1267892799537" alt="" /></span></span></p>
<p>An avatar produced for the layering engine usually has eight image layers - skin through to hair and hats - and four animations - standing, walking, waving, and dancing. Because each frame of the animation is a separate image, and must be drawn in eight directions - North, Northwest, West, Southwest and so on - there are often over 500 individual images required to make up one avatar. Every new animation adds to the total file size.</p>
<p>Whereas, the cutout engine will usually have only four directions and require less than 50 images. Because the clothes are cut to match the body parts, adding a new animation is just a case of adding the body parts, the clothes follow.</p>
<p>It's difficult to model sophisticated 3D avatars for the cut out engine, instead the avatars are usually illustrated by hand. But, they can support far more animations, are quicker to load, cheaper to produce, and can easily be integrated into mini games.</p>

<H3>Feature Comparison</H3>

<table class="prettyTables">
<tr>
<th width="200px"></th><th>Layered Engine</th><th>Cutout Engine</th>
</tr>
<tr>
<td>Modelled in 3D</td><td>Yes</td><td>No</td>
</tr>
<tr>
<td>Hand Illustrated</td><td>Yes</td><td>Yes</td>
</tr>
<tr>
<td>Integrate with Mini Games</td><td>No</td><td>Yes</td>
</tr>
<tr>
<td>File Size</td><td>400KB</td><td>40KB</td>
</tr>
<tr>
<td>Download Time</td><td>40 seconds</td><td>4 seconds</td>
</tr>
</table>

<H3>Production Cost</H3>

<table class="prettyTables">
<tr>
<th width="200px"></th><th>Layered Engine</th><th>Cutout Engine</th>
</tr>
<tr>
<td>Concept Development</td><td>1.5 Days</td><td>1.5 Days</td>
</tr>
<tr>
<td>Initial Production</td><td>5 Days</td><td>1 Day</td>
</tr>
<tr>
<td>New Outfit</td><td>1 Day</td><td>0.5 Day</td>
</tr>
<tr>
</table>]]></content></entry><entry><title>Under the hood - Dubit Platform Architecture</title><id>http://dubitplatform.com/blog/2010/3/4/under-the-hood-dubit-platform-architecture.html</id><link rel="alternate" type="text/html" href="http://dubitplatform.com/blog/2010/3/4/under-the-hood-dubit-platform-architecture.html"/><author><name>Matthew Warneford</name></author><published>2010-03-04T18:19:27Z</published><updated>2010-03-04T18:19:27Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>We like to think of the Dubit Virtual World Platform as an empty virtual world excitedly waiting for lots of content, games, puzzles and avatars. It's this content that's going to make your world exciting and unique, everything else is just features and infrastructure. Lets face it, players won't choose your world because its got a unique buddy list, they'll choose your world because its got a great story, fun avatars, puzzles, adventures, and games!</p>
<p>So that you can focus on your content we've created tools for designing rooms, quests, and adventures, plus we manage the infrastructure, in our Amazon EC2 cloud, so that you don't have to.</p>
<p>The platform architecture looks a little like this simplified diagram.</p>
<p><br /><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/platform_architecture.png?__SQUARESPACE_CACHEVERSION=1267794872763" alt="" /></span></span></p>
<p>You still host your website, art work, music, and the empty virtual world. The multiuser server, rendering server, web services, and persistence databases run in our EC2 cloud:</p>
<ul>
<li><strong>Nexus Multiuser Server:</strong> built on top of the Apache Mina project, each node in our multiuser server cluster handles many thousand concurrent players. The multiuser server routes messages between players in the world, in extreme circumstances delivering over 250,000 messages per second.</li>
<li><strong>Ruby on Rails Web Services:</strong> responsible for proxying access to the MySQL database. The web services are consumed by the Nexus Multiuser Server and the Flash Client, returning profile, shop, product, and wardrobe data. For heavy lifting, the Rails services are backed up by Java services running on Glassfish.</li>
<li><strong>Ruby Admin Website:</strong> avatar clothes, furniture, and products are uploaded and managed through the admin website.</li>
<li><strong>Java Render Server: </strong>reduces avatar load time by compressing and combining assets into single files. Cuts avatar load times 10 fold.</li>
<li><strong>Persistence Database:</strong> anything that happens within your world can be automatically saved to the persistence database. For example, completing a quest, picking up an item, levelling up, unlocking a door, would all be transparently saved to the persistence database.</li>
</ul>
<p><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/technology_logos.png?__SQUARESPACE_CACHEVERSION=1267793964801" alt="" /></span></span></p>]]></content></entry><entry><title>The "Three S's" of virtual world design</title><id>http://dubitplatform.com/blog/2010/3/1/the-three-ss-of-virtual-world-design.html</id><link rel="alternate" type="text/html" href="http://dubitplatform.com/blog/2010/3/1/the-three-ss-of-virtual-world-design.html"/><author><name>Matthew Warneford</name></author><published>2010-03-01T20:28:55Z</published><updated>2010-03-01T20:28:55Z</updated><content type="html" xml:lang="en-US"><![CDATA[<style>
.textOverlay {
   color: white;
   font: normal 10px Helvetica, Sans-Serif;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
}
</style>

<p>Last month saw our 10 year anniversary; that's a lot of years creating virtual worlds! Since we started we've designed our fair share of rooms. If there's one thing we've learnt, it's not to ignore the "Three S's" of virtual world design:</p>

<ul>
<li><strong>Software:</strong> modelling a room in 3D software (we use Maya) simply takes longer than drawing a room into Flash or Illustrator, often 2 to 3 times longer! Compositing a room out of textures in photoshop falls somewhere between the two.</li>
<li><strong>Style:</strong> buildings are quicker to model and quicker to draw than organic shapes. The Real Life city shown below was far quicker to create because the shapes are geometric, where as the Cartoon Network island took far longer.</li>
<li><strong>Size:</strong> simply, the larger the room the greater the production time.</li>
</ul>

<p>In nearly all cases a room needs 1 to 2 days of concept development, and between 0.25 and 2 days of integration into the world. But it's the Three S's that really determine how much work a room will take!</p>

<p>We've listed a six example rooms that illustrate the "Three S's" at work.</p>

<div style="background-image:url('/storage/cn_underwaterlab_620.jpg');width:620px;height:80px;">
      <p class="textOverlay"><strong>Cartoon Network</strong> - 2 days concept development - 10 days production - 2 day integration - <a style="color:white;" href="http://dubitplatform.com/storage/rooms/CN_UnderwaterLab.jpg">download</a></p>
</div>

<div style="background-image:url('/storage/rl_city_620.jpg');width:620px;height:80px;padding-top:0px;margin-top:5px;">
      <p class="textOverlay"><strong>Real Life</strong> - 2 days concept development - 5 days production - 1 day integration - <a style="color:white;" href="http://dubitplatform.com/storage/rooms/RealLife_City.jpeg">download</a></p>
</div>

<div style="background-image:url('/storage/rm_training_620.jpg');width:620px;height:80px;padding-top:0px;margin-top:5px;">
      <p class="textOverlay"><strong>Real Madrid</strong> - 1 days concept development - 10 days production - 2 day integration - <a style="color:white;" href="http://dubitplatform.com/storage/rooms/RM_TrainingGround.jpg">download</a></p>
</div>

<div style="background-image:url('/storage/cn_mainisland_620.jpg');width:620px;height:80px;padding-top:0px;margin-top:5px;">
      <p class="textOverlay"><strong>Cartoon Network</strong> - 3 days concept development - 20 days production - 2 day integration - <a style="color:white;" href="http://dubitplatform.com/storage/rooms/CN_MainIsland.jpg">download</a></p>
</div>

<div style="background-image:url('/storage/demo_ship_620.jpg');width:620px;height:80px;padding-top:0px;margin-top:5px;">
      <p class="textOverlay"><strong>Demo</strong> - 1 days concept development - 4 days production - 0.25 day integration - <a style="color:white;" href="http://dubitplatform.com/storage/rooms/Demo_Scifi.png">download</a></p>
</div>

<div style="background-image:url('/storage/tw_kcracer_620.jpg');width:620px;height:80px;padding-top:0px;margin-top:5px;">
      <p class="textOverlay"><strong>Thumbworld</strong> - 2 days concept development - 3 days production - 0.25 day integration - <a style="color:white;" href="http://dubitplatform.com/storage/rooms/kc_racetrack002.png">download</a></p>
</div>

<p style="padding-top:20px;">Matthew Warneford</p>

<p>Follow me on <a href="http://twitter.com/MWarneford">Twitter</a></p>]]></content></entry><entry><title>What are players doing in a three week old virtual world?</title><category term="GAML"/><id>http://dubitplatform.com/blog/2009/10/24/what-are-players-doing-in-a-three-week-old-virtual-world.html</id><link rel="alternate" type="text/html" href="http://dubitplatform.com/blog/2009/10/24/what-are-players-doing-in-a-three-week-old-virtual-world.html"/><author><name>Matthew Warneford</name></author><published>2009-10-24T14:43:08Z</published><updated>2009-10-24T14:43:08Z</updated><content type="html" xml:lang="en-US"><![CDATA[<div id="wrap" style="float:right;" ><a id="britchicksVid" href="#britchicks"><img src="http://dubitplatform.com/storage/britchicks_home_beta.jpg" alt="" /></a></div>

<p>We've been pretty quiet on the blog for the last two months. But, don't panic, we've not been kidnapped, we've just been busy launching a new virtual world for girls, <a href="http://britchicks.com">Brit Chicks</a></p>

<p>The launch has gone great. In the 3 shorts weeks since opening the doors the world has already attracted over 55,000 players who have cumulatively spent more than 4 years in the world!</p>

<p>I thought it would be fun to share what these 55,000 people have been up to. And, for anyone thinking of launching a world, here's some real data that you can use to drive your design decisions. </p>

<p><strong>How are we capturing the data?</strong></p>

<p>Everything that happens in the world, from changing room to making friends, goes through our GAML engine. Whenever something happens that we're interested in we add one line of GAML that logs the event out to google analytics. Quick and simple. </p>

<p><strong>What are the players doing?</strong></p>

<p>We've split all the different games and activities into 5 categories. The chart ranks these activities by the number of times our players have interacted, for example, talking to a non-player character counts towards the questing category, while shopping counts towards personalization.</p> 
	
<span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/activities.jpg?__SQUARESPACE_CACHEVERSION=1256397430418" alt="" /></span></span>	
	
<p>We see that questing is by far the most popular activity (51%), followed by exploring (34%), and playing mini games a modest 3%! </p>

<p><strong>What do we mean by questing?</strong></p>

<p>These are stories and games played across the different rooms, they could be simple missions to photograph a landmark, or more complex puzzles requiring many artifacts that must be found and used in order. </p>

<p><a href="http://britchicks.com">Brit Chicks</a> has a couple of different activities that make up a quest, this next chart splits these out.</p>

<span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/activities_questing.png?__SQUARESPACE_CACHEVERSION=1256398991934" alt="" /></span></span>

<p>So, in only 3 weeks the players have already completed over 160,000 quests! Meaning that on average, all players have:</p>

<ul>
	<li>talked to 7 non player characters,</li>
	<li>picked up 6 different artifacts,</li>
	<li>taken 5 photographs,</li>
	<li>completed 3 quests,</li>
	<li>but played only 1 mini game.</li>	
</ul>

<p>In other words, for every Flash mini game the users have engaged with 19 different quest activities! </p>

<!--<span class="full-image-float-right ssNonEditable"><span><img src="http://dubitplatform.com/storage/sealion_keeper.jpg?__SQUARESPACE_CACHEVERSION=1256470267112" alt=""/></span></span>-->

<p><strong>Where are they exploring?</strong></p>

<p>Exploring is our second most popular activity. The players have changed rooms over 700,000 times and interacted with 470,000 things in those rooms. Rather inexplicably, the 'Zoo Keeper' is by far the most popular, players have interacted with her over 80,000 times!</p>

<p>A full 30% of those 700,000 room changes are coming from players clicking sign posts in the rooms, and yet only 7 of the 23 rooms have sign posts.</p>

<p>As expected, the three most popular public rooms are Tower Bridge, Central Park, and Eiffel Tower; these are the 'landing' rooms for London, New York, and Paris. Closely behind is the Champs-Élysées in Paris, and the Sea Lion Pool in Central Park Zoo, NY.</p>
 
<div id="wrap" style="padding-top:15px;padding-bottom:15px;">
				<span style="margin:2px;"><a href="http://dubitplatform.com/storage/tower.jpg"><img src="http://dubitplatform.com/storage/tower_thumb.jpg?__SQUARESPACE_CACHEVERSION=1256399961747" alt="" /></a></span>
				<span style="margin:2px;"><a href="http://dubitplatform.com/storage/central.jpg"><img src="http://dubitplatform.com/storage/central_thumb.jpg?__SQUARESPACE_CACHEVERSION=1256399893237" alt="" /></a></span>
				<span style="margin:2px;"><a href="http://dubitplatform.com/storage/eiffel.jpg"><img src="http://dubitplatform.com/storage/eiffel_thumb.jpg?__SQUARESPACE_CACHEVERSION=1256399931816" alt="" /></a></span>
				<span style="margin:2px;"><a href="http://dubitplatform.com/storage/champs.jpg"><img src="http://dubitplatform.com/storage/champs_thumb.jpg?__SQUARESPACE_CACHEVERSION=1256399919578" alt="" /></a></span>
				<span style="margin:2px;"><a href="http://dubitplatform.com/storage/sealion.jpg"><img src="http://dubitplatform.com/storage/sea_thumb.jpg?__SQUARESPACE_CACHEVERSION=1256399946447" alt="" /></a></span>
</div>

<p><strong>What have we learnt? </strong></p>

<p>It's clear from the data that our players are choosing to immerse themselves in the world, explore, and play quests. Yet most casual worlds are a mix of rooms, customizable avatars, and Flash mini games, with no questing and little narrative. Quite the opposite of what our data shows players want!</p>

<p>We're delighted with the results! We've been talking about the <a href="http://dubitplatform.com/blog/2009/5/16/immersive-cartoons.html">importance of narrative</a> and <a href="http://dubitplatform.com/blog/2009/7/18/what-is-a-scripting-language-and-why-do-virtual-worlds-need.html">why every virtual world needs a scripting language</a> for a long time. Indeed, we've developed our own simple to write language called <a href="http://dubitplatform.com/gaml">GAML - Game Application Markup Language</a></p>

<p>Creating all this questing content was quick too. The Brit Chicks team knew what types of adventures the girls would enjoy, but we're too busy creating all the artwork, rooms, and customizable avatars. So we brought in James, an avid gamer, but not a programmer. In less than a week James, who had never wrote any programming code before, was able to create rooms, quest, collectables, and games using only <a href="http://dubitplatform.com/gaml">GAML</a>.</p>

<p>In only two months James:</p>

<ul>
	<li>Setup up 20 parallax scrolling chat rooms,</li>
	<li>Created 40+ quests and adventures,</li>
	<li>Scripting conversations with 20 non-player characters, and</li>
	<li>Added over 400 items into the 4 virtual shops</li>
</ul>

<p>If you're interested, read our case study, <a href="http://dubitplatform.com/brit-chicks">how Brit Chicks were able to save £25,000 using GAML to create their world</a>.</p>
	
	
	
<div id="britchicks" style="display:none"><object width="600" height="330"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7114865&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7114865&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="330"></embed></object></div>]]></content></entry><entry><title>Why would anyone buy a virtual T-Shirt?!</title><category term="Design"/><id>http://dubitplatform.com/blog/2009/9/5/why-would-anyone-buy-a-virtual-t-shirt.html</id><link rel="alternate" type="text/html" href="http://dubitplatform.com/blog/2009/9/5/why-would-anyone-buy-a-virtual-t-shirt.html"/><author><name>Matthew Warneford</name></author><published>2009-09-05T08:58:16Z</published><updated>2009-09-05T08:58:16Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p><span class="full-image-float-right ssNonEditable" style="padding-left:10px;"><span><img src="http://dubitplatform.com/storage/clothes.png?__SQUARESPACE_CACHEVERSION=1248699332018" alt="" /></span></span>To many adults (and parents!) the very idea of spending money on virtual goods seems strange and even unsustainable; why would anyone spend money on a digital T-Shirt, it doesn't even exist!</p>
<p>In this post I'm going to try and answer that question.</p>
<p>I believe that, no matter who you are, you already buy virtual goods, and have been doing for years.</p>
<p>Why do Paul Smith jeans cost over &pound;100, when physically similar pants can be had for one-tenth the price? They both have similar practical utility, so what are we paying extra for? The same is true of brand-name products in almost every category. Brands are so pervasive that even those people who want to make a statement against 'the logo' have to invest substantial time avoiding it, which is just another kind of premium.</p>
<p>Every product contains both tangible and intangible sources of value; its this intangible value that is in fact virtual, everything you buy has at least some "virtual" component. By recognizing these components, we can make better sense of what's going on in the online virtual goods market, and craft strategies that leverage people's pre-existing experience with virtual goods. Paying a premium for a branded pair of virtual jeans is actually a pretty similar experience for most virtual goods customers.</p>
<p>There are four sources of value a product gives to a customer:</p>
<ul>
<li><strong>Practical utility:</strong> This is the tangible benefit that a product enables, whether that's transportation, warmth, cleanliness, or entertainment. Many products derive all of their value from this utility, online as well as off: generic drugs are pretty similar to a number of non-epic consumables in your average MMOG.</li>
<li><strong>Perceived value:</strong> This is the extra value a customer perceives as a result of good marketing, product design, product quality, or exception product/market fit. For example, many customers derive satisfaction from feeling like they bought the "best" product in a given category, even if that product has no objective performance difference from its nearest competitor. </li>
<li><strong>Social value:</strong> When I can use a product to my benefit in a social situation, it can be transformed in value. All gifting-type products are influenced by this source, as Hallmark has long understood. But plenty of other product categories depend on social factors: status purchases, beauty products, and fashion products. </li>
<li><strong>Identity value:</strong> This is the strongest source of value of all, and it's a little tricky to differentiate from the preceding two sources. This is the benefit you get from incorporating a product into your self-conception. For example, take your average Mac fanatic. When they buy an Apple laptop, they are doing more than enjoying a premium product and showing off. They are saying to the world and - more importantly - to themselves: I am the kind of person that buys Apple products. Apple has done a phenomenal job of convincing us that we, too, can be a little like Steve Jobs, if only we had one more iFoo in our lives. Many fashion and beauty products create this kind of affinity. Identity products are not easily displaced, because the emotional investment is very high.</li>
</ul>
<p>We find that consumers generally have separate budget for each category (not necessarily consciously). We've observed from our own products, and others, that if spending can be moved out of the entertainment budget (which is often constrained) and into the identity budget, it is possible to make a lot more money per customer. Even in tough times (actually, especially in hard times) people spend significant sums to bolster their sense of who they are.</p>

<p>Matthew Warneford</p>

<p>Follow me on twitter <a href="http://twitter.com/MWarneford">here.</a></p>]]></content></entry><entry><title>Template virtual world (or freemium) business model, spreadsheet included!</title><id>http://dubitplatform.com/blog/2009/8/31/template-virtual-world-or-freemium-business-model-spreadshee.html</id><link rel="alternate" type="text/html" href="http://dubitplatform.com/blog/2009/8/31/template-virtual-world-or-freemium-business-model-spreadshee.html"/><author><name>Matthew Warneford</name></author><published>2009-08-31T09:34:37Z</published><updated>2009-08-31T09:34:37Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>Want to know how virtual worlds make money? What are the hosting and moderation costs? How to balance paid customer acquisition against viral growth? And how all these variables interact?</p>
<p style="padding-bottom:10px;"><strong>Then jump right in and download our Virtual World business model <a onClick="javascript: pageTracker._trackPageview('/downloads/dubitvirtualworldmodel_v1_3');" href="http://dubitplatform.com/storage/DubitVirtuaWoldModel_v1.3.xls">spreadsheet</a> <img style="margin-bottom:-10px;" src="http://dubitplatform.com/storage/Spreadsheet2-1.png?__SQUARESPACE_CACHEVERSION=1251727297002" alt="" /></strong></p>

<p>This is the same spreadsheet we've used with our <a href="http://dubitplatform.com/showcase/">partners</a> to help them develop their business models. For example, in the chart below, the dark green line shows a 12x return in 3.5 years. I think most of us would describe that as a pretty good success. But, with different inputs, what you believe your team can achieve, and your appetite for risk, its possible to take the same model and see a 20x return, or 2x return. Ultimately, the model is there to help make decisions and understand how the variables interact.</p>
<p><span class="full-image-block ssNonEditable"><span><img style="width: 620px;" src="http://dubitplatform.com/storage/revenue_vs_new_users.png?__SQUARESPACE_CACHEVERSION=1251728240889" alt="" /></span></span></p>

<p>While the model was developed for virtual worlds, its a great starting point for any freemium business. All the gory details, the maths, and the metrics behind the model are covered in these four posts:</p>
<ul>
<li><a href="http://dubitplatform.com/blog/2009/7/26/calculate-how-much-your-virtual-world-can-afford-to-spend-ac.html">Part 1: Calculate how much your virtual world can afford to spend acquiring a new player</a></li>
<li><a href="http://dubitplatform.com/blog/2009/7/30/calculate-how-the-addressable-market-size-affects-your-virtu.html">Part 2: Calculate how the addressable market size affects your virtual world business model</a></li>
<li><a href="http://dubitplatform.com/blog/2009/8/15/your-business-plan-needs-hosting-costs-start-by-modeling-you.html">Part 3: Your business plan needs hosting costs, start by modeling your website visits per hour</a></li>
<li><a href="http://dubitplatform.com/blog/2009/8/23/how-much-does-it-cost-to-moderate-a-virtual-world.html">Part 4: Calculate the support and moderation costs for your world</a></li>
</ul>
<p><strong><span class="caps">Average Revenue Per User (ARPU)</span></strong><br /> Keep in mind the actual metrics used to drive model are indicative; there are no certainties. But, there is one 'bottom line' number to keep an eye on, your average revenue per unique user per month (ARPU).</p>
<p>The <span class="caps">ARPU </span>is driven by a boat load of variables: market size, growth rate, funnel conversion, subscription price, micropayment conversion, and more. Almost every metric in the model has some bearing on the <span class="caps">ARPU</span>; its a great indicator of the health of a world.</p>
<p>But what makes it so useful is that we can look at other worlds and easily estimate their <span class="caps">ARPU'</span>s. What we find is that a successful casual world can generate between $1 to $2 revenue per unique user per month. If you want to know how we arrive at the <span class="caps">ARPU </span>figure for Club Penguin and Puzzle Pirates check out <a href="http://dubitplatform.com/blog/2009/7/12/how-do-virtual-worlds-make-money-how-big-is-the-market-and-h.html">this post</a>.</p>
<p>We can't expect to come out firing on a $2 <span class="caps">ARPU </span>immediately after launch. It takes time to figure out what types of items your players want to buy, how to improve your conversion of players to subscribers, and increase their micropayment spend.</p>
<p>In our spreadsheet the <span class="caps">ARPU </span>starts around the $0.30 mark, and builds up to the $1-$2 region over a period of 20 months. These improvements are the result of <a href="http://startuplessonslearned.blogspot.com/2008/09/one-line-split-test-or-how-to-ab-all.html">AB testing</a> on the following:</p>
<ul>
<li>Funnel conversion</li>
<li>Subscription and micropayment conversion</li>
<li>Increasing micropayment spend</li>
<li>Reducing churn</li>
<li>Increasing repeat visits</li>
</ul>
<p>Check out the 'World Model' tab, the cells highlighted in yellow are the manual inputs that give us our ARPU increase over time. Change these variables to see the effect on the model.</p>
<p><strong>Only a Starting Point</strong><br /> This model should be a starting point. Use it to kick start your own model, but also have some fun, play with the metrics and see how the relationships between the numbers effect the bottom line revenue.</p>
<p>For example, the chart below shows what happens if we keep everything the same but change the addressable market.</p>
<p><span class="full-image-block ssNonEditable"><span><img style="width: 620px;" src="http://dubitplatform.com/storage/addressable_market_size.png?__SQUARESPACE_CACHEVERSION=1251728300056" alt="" /></span></span></p>
<p>Clearly market size makes an enormous difference. This is probably no surprise, but that doesn't mean you should set out to build a world for boys and girls ages 3 - 14. While the market size might be ginormous, Nic Mitham will tell you:</p>
<blockquote>
<p>...[if you] try to cater to a wide range [of users], the pitfall is concept dilution - you just don&rsquo;t have enough engagement to attract and retain users. The lowest common denominator approach is no longer an option - relevance is key and a more tightly defined target market.</p>
<p>Nic Mitham, blog post: <a href="http://www.kzero.co.uk/blog/?p=2745">We&rsquo;re targeting girls and boys aged 3 - 14</a></p>
</blockquote>
<p>Its far easier to build a product that a smaller group of players love. The larger the market the more opinions and different tastes you have to deal with, ultimate it becomes harder it becomes to delight anyone while trying to please everyone!</p>
<p>But don't go too small! At the opposite end of the spectrum are the niche virtual worlds whose addressable markets will never deliver a good return. One thing this spreadsheet can do is give you is an easy way to understand when a market is too small.</p>
<p><strong>Improvements</strong><br /> This model is not perfect, but I hope its a useful starting point for virtual world or freemium entrepreneurs. The top three improvements I'd like see are:</p>
<ul>
<li><strong>Traffic:</strong> should be able to model entering new territories, the change to the daily traffic flow, and synced to a marketing spend.</li>
<li><strong>Funnel:</strong> more fine grained modeling of the steps from sending an invite through to signing up. I'd like to see the conversion from guest to player, homepage to guest, homepage to register, and so on. These metrics become essential for running and improving your world; if you don't track them you wont know if you're improving your conversion rate! </li>
<li><strong>Paid Acquisition:</strong> the model could be more intelligent about when and how the paid acquisition is ramped up. For example, we should probably keep the paid acquisition low until our <span class="caps">LTV </span>is greater than the cost to acquire, it would be great if the spreadsheet could do that automatically.</li>
</ul>
<p>The model is free for anyone to use and change. Indeed, I'd love to receive back any improvements so that we can create a really great model for entrepreneurs! Any questions, feedback, or mistakes do post them into the comments so we can all learn!</p>
<p style="padding-bottom:10px;"><strong><a onClick="javascript: pageTracker._trackPageview('/downloads/dubitvirtualworldmodel_v1_3');" href="http://dubitplatform.com/storage/DubitVirtuaWoldModel_v1.3.xls">Download the spreadsheet</a> <img style="margin-bottom:-10px;" src="http://dubitplatform.com/storage/Spreadsheet2-1.png?__SQUARESPACE_CACHEVERSION=1251727297002" alt="" /></strong></p>
<p>Lastly, if you'd like some help developing your own model, and don't want to reveal too much in the comments, then get in touch with me (<a href="mailto:matthew.warneford@dubitlimited.com">matthew@dubitlimited.com</a>)</p>
<p>Matthew Warneford</p>
<p>Follow me on twitter <a href="http://twitter.com/MWarneford">here</a>.</p>]]></content></entry><entry><title>How much does it cost to moderate a virtual world?</title><category term="Business Model"/><id>http://dubitplatform.com/blog/2009/8/23/how-much-does-it-cost-to-moderate-a-virtual-world.html</id><link rel="alternate" type="text/html" href="http://dubitplatform.com/blog/2009/8/23/how-much-does-it-cost-to-moderate-a-virtual-world.html"/><author><name>Matthew Warneford</name></author><published>2009-08-23T18:02:19Z</published><updated>2009-08-23T18:02:19Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>The previous posts in this&nbsp;<a href="http://dubitplatform.com/blog/category/business-model">series</a> have explored how to model your virtual world growth and the revenues:</p>
<ul>
<li><a href="http://dubitplatform.com/blog/2009/7/26/calculate-how-much-your-virtual-world-can-afford-to-spend-ac.html">Calculate how much you can afford to spend acquiring a new player</a></li>
<li><a href="http://dubitplatform.com/blog/2009/7/30/calculate-how-the-addressable-market-size-affects-your-virtu.html">Calculate how the addressable market size affects your business model</a>&nbsp;</li>
</ul>
<p>We're now onto the less exciting part of our business model, costs. In this post we'll develop a model for estimating how much time (and money) you can expect to spend moderating, supporting, and keeping your community safe. <span style="text-decoration: underline;">While this post is focused on virtual worlds, by tweaking the numbers it can be applied to any online community.</span></p>
<p>If you want to skip the explanation you can jump straight into the <a href="http://spreadsheets.google.com/pub?key=tnJljCeYAv7rVCspNEMZfwQ&amp;output=html">spreadsheet</a>.</p>
<p><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/monthly_moderation.png?__SQUARESPACE_CACHEVERSION=1251050918820" alt="" /></span></span></p>
<p><strong>Why both moderating?</strong><br /> In my experience, moderation is one of those activities that everyone knows they should do, but when it comes to preparing the business plan the costs are plucked out of the air, or worse, ignored all together.</p>
<p>Moderation is not cheap and it is essential, so factor it into your model from the start.</p>
<p>If you want players to spend money in your world then you're really asking their parents to spend money in your world. Parents want their children to be safe and if they don't think your world is safe, you can be sure they won't be opening their wallets.</p>
<p>I advise all our partners to embrace safety, even make it a feature. Club Penguin used safety as a selling point; earning the parents trust was key to reaching their $70M a year in revenues.</p>
<p><strong>What is moderation?</strong><br /> The moderation team have two responsibilities, keeping the players safe, and responding to support requests.</p>
<p>Support requests are non urgent, including payment issues, problems with the players account, or complaints. These can be responded to within 24 hours.</p>
<p>Where as, keeping your players safe requires realtime monitoring of the world, immediately responding to 'abuse' reports, checking profanity logs, and quickly approving uploaded images.</p>
<p>As you would expect, the actual cost of moderation scales with the popularity of the world; the busier the world the greater the number of support requests and the more players to keep safe.</p>
<p>During the busy times of the day we need to staff up with more moderators to monitor the chat rooms and respond to reports. Whereas, support requests can be answered over the course of a day.</p>
<p>To figure out how many moderators we're going to need we must calculate two things; how many players are online at any point in time, and how much moderation time the average player takes up.&nbsp;These two numbers can then be multiplied to get the number of moderators needed at any point.</p>
<p><strong>Moderation Time</strong><br /> We start by listing out all the moderation tasks and all the support tasks. Against each of these we'll estimate how much time a moderator will need to resolve the issue.</p>
<p>Lastly, for each task, we'll estimate the probability that the average player will have that issue. For example, we might expect for every hundred online players at least one will report an other player. So the probability is 1 in 100, 1%, or 0.01.</p>
<p>A quick example. Lets say that on average a report takes 3 minutes to resolve, and 1% of our online users report someone, then we can calculate the average report time per user as:</p>
<p><em>(3 mins / 60 mins) x 1% = 0.0005 Hours = 0.03 Mins = 2 Secs</em></p>
<p>We find, on aggregate, for every online user a moderator spends 2 seconds responding to reports.</p>
<p>Repeat the process for all other moderation activities and we get the total average moderation time per user.</p>
<p>Support requests follow broadly the same process. However, in this case its the total number of unique visitors that drives the number of requests, not the number of concurrent players.</p>
<p>For example, we might estimate that 0.1% of our total monthly unique players will have a payment issue, and each issue takes 6 minutes to solve. We find how much time is spent per unique user by:</p>
<p><em>(6 mins / 60 mins) x 0.1% = 0.0001 Hours = 0.006 Mins = 0.4 Secs</em></p>
<p>Again, repeat the process for all other support activities. We end up with two tables that look something like these:</p>
<p><span class="full-image-block ssNonEditable"> <span> <img src="http://dubitplatform.com/storage/moderation_support_table_wide.png?__SQUARESPACE_CACHEVERSION=1251050860405" alt="" /> </span> </span></p>
<p><strong>Number of Moderators</strong><br /> Now we know the average moderation time per user figuring out the number of moderators is pretty simple, we just need to know how many players are online.</p>
<p>In <a href="http://dubitplatform.com/blog/2009/8/15/your-business-plan-needs-hosting-costs-start-by-modeling-you.html">this post</a> I explored one approach to modeling hourly visitors as a normal distribution (its a long math heavy post, consider yourself warned!). Using the spreadsheet in that post we can find the number of concurrent players given the number of monthly uniques.</p>
<p>All we need to do now is multiply the number of concurrent players by the average moderation time per user to get the total amount of moderation.</p>
<p>For example, we estimated in the tables above that each user requires 0.00167 hours of moderation time, so if there are 1000 players online:</p>
<p><em>0.00167 &times; 1000 = 1.67 Hours = 1 Hour 40 Minutes</em></p>
<p>Of course, no one is perfectly efficient, do while there might be 60 minutes in a hour its safer to assume that our moderators also spend some time browsing the site, responding to adhoc requests, and perhaps achieve 75% efficiency. In other words, for every hour they'll get through:</p>
<p><em>60 Minutes x 75% = 45 Minutes of work</em></p>
<p>So, for our 1 hour 40 minutes of work we can calculate how many moderators we need by:</p>
<p><em>1 Hours 40 Minutes / 45 Minutes = 2.2 Hours = 2 Hours 13 Minutes</em></p>
<p>So, where there are 1,000 players online we have 2 hours and 13 minutes of moderation work. We can't employ someone for only 13 minutes an hour, so we round up to 3 moderators.</p>
<p>I've pulled all this together into a <a href="http://spreadsheets.google.com/pub?key=tnJljCeYAv7rVCspNEMZfwQ&amp;output=html">spreadsheet here</a>. The <a href="http://spreadsheets.google.com/pub?key=tnJljCeYAv7rVCspNEMZfwQ&amp;output=html">spreadsheet</a> adds a couple of little extras like adjustable moderation hours and more fine grained configuration.</p>
<p><strong>Its only a guide!</strong><br /> Here at Dubit we developed virtual worlds on top our our <a href="http://dubitplatform.com/platform">platform</a>, and although we've moderated for a number of customers, including Sky Sports and Cartoon Network, please only use the numbers in this model as a guide. Your actual milage will vary depending on your community and your moderation tools.</p>
<p><strong>Summary</strong></p>
<ul>
<li>If you want parents to spend money in your world you need to take safety very seriously. Parents will not endorse an unmoderated community.&nbsp;</li>
<li>The moderation team have two responsibilities, keeping the players safe, and responding to non-urgent support requests.</li>
<li>Moderation costs scale as your world grows. You don't need to hire a big team from day one.&nbsp;</li>
<li>You do, however, need to have enough moderators ready for peak hours.</li>
<li>Good moderation and support tools will save you a lot of time and money. These are worth investing in from the start. At a minimum you need configurable allowed word filtering, banned word filtering, automatic banning, user reports, report delegation, user level blocking, moderator to room messaging, user to moderator messaging, and unrestricted room access.</li>
</ul>
<p>&nbsp;</p>
<p>If you'd like to find out more about our <a href="http://dubitplatform.com/platform">virtual world platform</a> or how our <a href="http://en.wikipedia.org/wiki/Criminal_Records_Bureau">CRB</a> vetted moderators can help keep your community safe, then&nbsp;<a href="http://dubitplatform.com/contact">get in touch</a> with <a href="mailto:matthew.warneford@dubitlimited.com">matthew.warneford@dubitlimited.com</a>.</p>
<p>Matthew Warneford<br /> Follow me on twitter <a href="http://twitter.com/MWarneford">here</a></p>]]></content></entry><entry><title>Your business plan needs hosting costs, start by modeling your website visits per hour</title><category term="Business Model"/><id>http://dubitplatform.com/blog/2009/8/15/your-business-plan-needs-hosting-costs-start-by-modeling-you.html</id><link rel="alternate" type="text/html" href="http://dubitplatform.com/blog/2009/8/15/your-business-plan-needs-hosting-costs-start-by-modeling-you.html"/><author><name>Matthew Warneford</name></author><published>2009-08-15T17:26:00Z</published><updated>2009-08-15T17:26:00Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>In the <a href="http://dubitplatform.com/blog/2009/7/12/how-do-virtual-worlds-make-money-how-big-is-the-market-and-h.html">last</a> <a href="http://dubitplatform.com/blog/2009/7/26/calculate-how-much-your-virtual-world-can-afford-to-spend-ac.html">couple</a> of <a href="http://dubitplatform.com/blog/2009/7/30/calculate-how-the-addressable-market-size-affects-your-virtu.html">posts</a> I explored how virtual worlds generate revenue. To understand the moderation and hosting costs we first need to build a model that predicts the number of visitors per hour.</p>
<p>While I've focused on virtual worlds, this model can be applied to any web property; you need enough server hardware to cope with your peak visitors. Using the <a href="http://spreadsheets.google.com/pub?key=tF-lHmQtlB0QwY-074WfJSA&amp;output=html">spreadsheet</a> developed in this post you'll be able to estimate your peak visits per hour, page views per second, and consequentially your hosting costs for your business plan.</p>
<p>By the end of the post we'll end up with a model that looks something like this:</p>
<p><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/cumulative_visitors.png?__SQUARESPACE_CACHEVERSION=1250358698689" alt="" /></span></span></p>
<p><strong>Normal Distribution</strong><br /> We'll keep the model simple and assume that the number of visitors to the world is normally distributed over a 24 hour period. For a single geographic region the result is a chart that looks something like the one below.</p>
<p><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/normal_dist.png?__SQUARESPACE_CACHEVERSION=1250358729473" alt="" /></span></span></p>
<p>Notice how the traffic peaks at 12 o'clock. Of course, its unlikely your world will be busiest in the middle of the day, but the assumption helps simplify the math. Don't worry, it doesn't effect the outcome; think of the chart as a snapshot of a 24 hour period, not a real day.</p>
<p>This chart tells us the probability that a player will visit at 4AM, or 1PM, or any time during the day. For example, if we wanted to know the likelihood that a player might visit between 4AM and 8AM we would calculate the area under the graph, highlighted in blue, in the chart below.</p>
<p><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/normal_dist_4_8.png?__SQUARESPACE_CACHEVERSION=1250358759363" alt="" /></span></span></p>
<p>We're going to use excels <a href="http://support.microsoft.com/kb/827371"><span class="caps">NORMDIST</span></a> function to find the area under the graph.</p>
<p><em>If you're interested in the math that describes the normal distribution check out <a href="http://en.wikipedia.org/wiki/Normal_distribution">this</a> wikipedia article. But don't worry about understanding it all, we just need to know how to use it!</em></p>
<p><span class="caps">NORMDIST </span>takes two configuration options: the mean, and the standard deviation.</p>
<p>To keep things simple we want a symmetrical bell curve, we do that by setting set the mean to 12 o'clock midday. Another way to think about the mean is as an average, for example, we might say that, on average, our players visit at 12 o'clock midday.</p>
<p>The standard deviation of the curve is set to 4 hours; think of it as a measure of the width of the bell, and therefore the spread of visitors throughout the day.  A small standard deviation means that our players are even more likely to visit around 12 midday. While a large standard deviation spreads the visits out over the day.</p>
<p>So, to find the probability of a player visiting between 4AM and 8AM we use the following equation:</p>
<p>NORMDIST(8AM, MEAN, STANDARD DEVIATION, CUMULATIVE) - NORMDIST(4AM, MEAN, STANDARD DEVIATION, CUMULATIVE)</p>
<p>or with actual values:</p>
<p>NORMDIST(8, 12, 4, 1) - NORMDIST(4, 12, 4, 1) = 0.14</p>
<p>We find that the probabilty is 0.14, or 1 in 7 players visit between 4AM and 8AM.</p>
<p><strong>Standard Deviation</strong><br /> Lets look at the 8 hour stretch from 8AM through to 4PM highlighted in the chart below.</p>
<p><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/normal_dist_8_4.png?__SQUARESPACE_CACHEVERSION=1250358781638" alt="" /></span></span></p>
<p>We can calculate the probability using the same process:</p>
<p>NORMDIST(16, 12, 4, 1) - NORMDIST(8, 12, 4, 1) = 0.682</p>
<p>We find that the probability of a player visiting is roughly 0.68, or another way to think about it is that 68% of our players will visit between 8AM and 4PM.</p>
<p>This 8 hour stretch is known as 'one standard deviation from the mean'; the mean is 12 midday, the standard deviation is 4 hours, so 8AM is 4 hours before the mean, and 4PM is 4 hours after the mean.</p>
<p>No matter what the standard deviation, 68% of all occurrences will always fall within one standard deviation of the mean.</p>
<p>We use this to help us estimate a reasonable standard deviation. For example, if your world is targeting tweens then its reasonable to assume most of your players will be in bed by 9PM, and can only start playing after finishing school at 4PM.</p>
<p>Following these assumptions we would set our standard deviation to 2.5 hours, so that 68% of our visitors fall within the 5 hour window from 4PM to 9PM.</p>
<p><strong>Adjusting For 24 Hours</strong><br /> Up to this point I've been telling you that the probabilities described by the <span class="caps">NORMDIST </span>function are the probabilities that a player will visit at any given time. This isn't quite correct.</p>
<p>If you look closely at the chart you'll see that the line never touches 0. In fact the line will never ever touch zero; a normal distribution is an infinite continuum of probabilities, it just goes on and on and on.</p>
<p>This a problem for us. While some days might feel like they drag on and on and on, every day is in fact only 24 hours long. No longer, no shorter. Yet, our normal distribution extends beyond 24 hours!</p>
<p>So when we said that 68% of our visitors come between 8AM and 4PM we were not adjusting for the fact that a day is only 24 hours.</p>
<p>We make the adjustment by finding the area under the graph for the whole day, from 0 to 24 hours, and then finding what percentage of the total area that 0.68 represents.</p>
<p>To find the area under the graph for the whole day we first find the probability that a player will visit after midday, and then double the value to include the probability they'll visit in the morning (thats why symmetry around 12 midday makes it easier!).</p>
<p>The formula looks something like this:</p>
<p>(NORMDIST(24, 12, 4, 1) - NORMDIST(12, 12, 4, 1)) &times; 2 = 0.997</p>
<p>The we can take the 0.682 we calculated previously and find out what percentage of the area under the graph that represents with the equation:</p>
<p>0.682 / 0.997 = 0.685 = 68.5%</p>
<p>So we've calculated that 68.5% of our visitors will arrive between 8AM and 4PM.</p>
<p>In this case the difference is minor, a meager 0.3 percentage points. However, the adjustment does become more important when the standard deviation is larger.</p>
<p><strong>Visits Per Hour</strong><br /> Now we have a way to find the probability a player will visit calculating visits per hour is easy.</p>
<p>All we need to do is use the process above to find the probability for any given hour then multiply by our total daily visitors.</p>
<p>For example, if we have 1000 visitors, we can find our how many visit between 10AM and 11AM using the formula:</p>
<p>Probability &times; 1000 = Players</p>
<p>Probability = (NORMDIST(11, 12, 4, 1) - NORMDIST(10, 12, 4, 1)) / 0.997 = 0.093</p>
<p>0.093 &times; 1000 = 93 Players</p>
<p>Where 0.997 is the total area under the normal distribution for a single 24 hour period.</p>
<p><strong>Multiple Time Zones</strong><br /> Imagine your UK players leave school and start logging into your world at around 4PM <span class="caps">GMT,</span> 7 hours later their American West coast cousins are doing the same. We can't model these two geographies with a single distribution curve, instead we need to model each time zone separately.</p>
<p>If you have not already, nows a good time to check out the <a href="http://spreadsheets.google.com/pub?key=tF-lHmQtlB0QwY-074WfJSA&amp;output=html">accompanying</a> Google spreadsheet.</p>
<p>I've used the formulas we created to build a table showing visits per hour customized by time zone, standard deviation, and daily visitors per geographic region. The result is our international visits per hour chart:</p>
<p><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/cumulative_visitors.png?__SQUARESPACE_CACHEVERSION=1250358824115" alt="" /></span></span></p>
<p>The red line shows the cumulative visits per hour across the three major geographies of UK/Europe, East Coast, and West Coast. Notice how three different normal distributions lead to our 'humpy' red line. Although the numbers I've entered are not real, we do see broadly similar traffic charts for some of the worlds and site we run. Your results we be different depending on your audience, demographics, and geographies.&nbsp;</p>
<p>To use this table for your business model all you need to do is enter your major visitor geographies, how many daily visitors you expect per geography, and your assumed standard deviation.</p>
<p>This <a href="http://dubitplatform.com/blog/2009/7/12/how-do-virtual-worlds-make-money-how-big-is-the-market-and-h.html">this post</a> will help you get a feeling for the relative size of the different markets.</p>
<p><strong>Concurrent Players</strong><br /> To find the number of concurrent players we divide the total visits per hour by our average session length.</p>
<p>For example, lets assume that our average visitor spends 8 minutes in our world, with 100 visits per hour we can calculate the number of concurrent players:</p>
<p>100 concurrent players / (60 minutes in an hour / 8 minute session length) = 13 players</p>
<p><strong>Next Steps</strong><br /> I hope this post will be useful for anyone who is building a business model for a web based property and wants to estimate their hosting costs.</p>
<p>Your hosting costs are usually determined by your peak traffic. Using this <a href="http://spreadsheets.google.com/pub?key=tF-lHmQtlB0QwY-074WfJSA&amp;output=html">spreadsheet</a> you can find your peak visits per hour, from here its simple to estimate page views per second, and therefore hardware requirements.</p>
<p>In the next post I'll use the formulas to calculate the moderation costs for a virtual world.</p>
<p>Like the other posts in this series, there are plenty of places for typos and mistakes. Do let me know where I've gone wrong! Or maybe I've just not explained some of the concepts very well, post a comment and let me know.</p>
<p>Matthew Warneford<br /> Follow me on twitter <a href="http://twitter.com/MWarneford">here</a></p>]]></content></entry><entry><title>Dubit Platform featured in Dogear Nation podcast</title><id>http://dubitplatform.com/blog/2009/8/3/dubit-platform-featured-in-dogear-nation-podcast.html</id><link rel="alternate" type="text/html" href="http://dubitplatform.com/blog/2009/8/3/dubit-platform-featured-in-dogear-nation-podcast.html"/><author><name>Matthew Warneford</name></author><published>2009-08-03T19:25:45Z</published><updated>2009-08-03T19:25:45Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>The Dubit Platform was discussed by <a href="http://twitter.com/carolinabigblue">Michael Martine</a>,&nbsp;<a href="http://twitter.com/michaelrowe01">Michael Rowe</a>, and <a href="http://twitter.com/andypiper">Andy Piper</a> in this weekends&nbsp;<a href="http://dogearnation.com">Dogear Nation podcast</a>. A big thanks to both for picking up on our platform, and a couple of our new projects.</p>
<p>Check out the Dogear Nation <a href="http://dogearnation.com/2009/08/02/dogear-nation-episode-114-hazardous-gaming-ahead/">podcast</a>.</p>
<p>Matt</p>]]></content></entry><entry><title>30% of teenagers spend more than 2 hours a night chatting online</title><id>http://dubitplatform.com/blog/2009/8/2/30-of-teenagers-spend-more-than-2-hours-a-night-chatting-onl.html</id><link rel="alternate" type="text/html" href="http://dubitplatform.com/blog/2009/8/2/30-of-teenagers-spend-more-than-2-hours-a-night-chatting-onl.html"/><author><name>Matthew Warneford</name></author><published>2009-08-02T17:19:24Z</published><updated>2009-08-02T17:19:24Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>I don't expect the headline to be a shock to anyone who knows a teenager! And this isn't another blog deploring the lack of real world interaction, rather, I saw <a href="http://twitter.com/flungo/status/3068571186">a tweet</a> that reminded me about a small survey exploring instant messaging usage that we conducted among UK children. I thought I'd share a few quick highlights.</p>
<p><strong>Usage Patterns</strong><br /> We found that from 14 on wards instant messaging became an important way to keep in touch with friends after school, with over 90% of respondents chatting at least once a week. Usage peaked at age 15, with over 60% of respondents chatting on IM every day.</p>
<p>Some anecdotal evidence linked the decline in IM usage among older children to an increase in mobile phone usage.&nbsp;</p>
<div><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/IM_UseEveryDay.png?__SQUARESPACE_CACHEVERSION=1249236991169" alt="" /></span></span></div>
<div></div>
<p>&nbsp;</p>
<p><strong>Time Online</strong><br /> As expected, IM usage increased with age, with 40% of teenagers chatting for more than 2 hours a night. Possibly more surprising, 22% of 7-9s also chat for more than 2 hours.</p>
<div><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/IM_TimeOnline.png?__SQUARESPACE_CACHEVERSION=1249237012954" alt="" /></span></span></div>
<div></div>
<p>&nbsp;</p>
<p><strong>Social Graph</strong><br /> Our survey also found that boys kept in touch with slightly more friends than girls. However, boys we're significantly more likely to use instant messaging as part of their online gaming activities. We think those online only gaming friend possibly explain why boys have a larger online 'realtime' social graph.</p>
<div><span class="full-image-block ssNonEditable"><span><img src="http://dubitplatform.com/storage/IM_FriendCount.png?__SQUARESPACE_CACHEVERSION=1249237026218" alt="" /></span></span></div>
<p>&nbsp;</p>
<p>The survey was conducted by our research team - who happen run one of the largest youth research panels in the <span class="caps">UK!&nbsp;</span>If you'd like to know more about the instant messaging survey or our research team, drop me an email <a href="mailto:matthew.warneford@dubitlimited.com">matthew@dubitlimited.com</a>.</p>]]></content></entry></feed>