Sunday, March 30, 2008

The Translation Game

The Rosetta Stone: I18N's early best friend

Online games have become an international business. In order to compete in the global marketplace, your game needs to appeal to players in countries ranging from America to Japan to China to Poland. None of these cultures speak the same languages, have the same cultural values or even celebrate the same holidays. If you are starting an online game company it is wise to starting contemplating the monumental task of localizing your service as early as possible.

There are two truths about localization for online games. One, it can dramatically multiply the number of customers that you reach. Two, it is more trouble than you might imagine. In this essay I look at how we might use we use techniques from game design to streamline this exciting, yet expensive opportunity.


The good and the bad The majority of players populating online games like Legend of Sherwood, Travian or World of Warcraft are from outside the United States. We have a solid 300 million potential customers, but the rest of the world has billions. After the core game is complete, localization can help you double or quadrupal your install base for a cost far lower than developing the game afresh. This is highly attractive to those folks with dollar signs for eyeballs.

Yet localization and globalization ends up being far more than a onetime cost for translating a few text strings. Popular games pump out an ongoing stream of new content that must be rolled out across multiple languages. The original team likely doesn’t even speak the language of the targeted countries so quality control is a huge issue. Even worse, most teams have little experience with the culture of the new country they are targeting. An expansion pack that celebrates Christmas as a family event may not translate well to your Japanese users who traditionally see Christmas as a holiday for lovers.

Larger companies end up creating comprehensive localization and globalization groups that can act as a giant drag on the software development process. Localization often ends up in its own silo with radically different organization and values than the main development team.

Help (for hire)
Whenever there is a difficult problem that falls outside the core competency of a game development team, outside companies will emerge to help them solve the problem. For a fee, of course.

At the most basic end of the spectrum are translation services. These take your table of text strings and translate them into a variety of languages. Quality varies dramatically and there is typically the need to re-edit the text afterwards. Many companies start by just translating their strings and then realize that bringing their games to other countries is far more complex than a simple data manipulation problem.

At the other end of the spectrum is the full service operator. An operator is a company that takes an existing game, typically from a traditionally inward looking market like Korea or China, and runs a localized version of that game in another country such as Japan or the United States. Depending on the company, the operator will handle everything from localization, to handling foreign currency, to running foreign language support. Many will run the local servers for your game. OutSpark is a good example of an operator.

Rolling your own?
Every time you deal with middlemen, even ones as innocuous as a translation service, you need to ask the question: What is the opportunity cost of rolling my own?
  • On one end of the equation are the operators that will take a percentage of your revenue for the lifetime of the game in return for expanding your market substantially. Woot, “free” money.
  • On the other end of the equation is a custom solution. If you can reduce costs, you might come out ahead. But what if it dilutes your focus as a company? What if you end up missing out on the economies of scale and experience that come from being a company focused solely on localization?
This decision is particularly tricky since middlemen make it their business to provide you with a very clear value proposition when you are examining their services. There is rarely anyone who can put hard figures on the benefits of rolling your own. The easy solution often becomes the outsourced solution promoted by the smiling salesman.

So this got me thinking: What would it take to roll your own localization service for an online game?

Constraints
There are some constraints to this little thought experiment:
  • Inexpensive: The solution needs to cheaper than going with an outsourced group.
  • Leverages game development skills: Ideally we can leverage our core skills as a game development company. This means using game design to solve our problems, not hiring a mass of translators.
  • Doesn’t rely on building up services that other people could do better: We need to be wary about spreading the company too thin by turning into an operator in our own right. Though there may be some benefits from vertical integration, internally replicating systems that are already run efficiently by third parties is something to be approached with great care and a skeptical eye.
Research clues
At GDC, I ran across two clues that point to a solution.
  • Leverage the community: I caught some offhand comments from the fine folks over at Three Rings about alternative ways of leveraging the community in order to avoid entering into partnerships with operators. What they’ll end up doing, I have no idea. Still the seed was planted in my little monkey brain.
  • Wikipedia as a game: Elonka Dunin gave a lovely talk on how Wikipedia can be viewed like a giant MMO. The mechanics happen to focus on user generated articles instead of killing monsters, but the fundamental rewards for writing articles is fundamentally game-like. The pertinent detail here is that Wikipedia users also translate articles on a regular basis. Wikipedia is one of the most comprehensively localized websites in the entire world and all of it is due to the user’s efforts.
User generated translation driven by game mechanics
Let’s build a game that rewards multi-lingual players for localizing the text in our product. We’ve got all the necessary ingredients in your typical game:
  • Passionate players who speak a variety of different languages
  • In game reward systems that have already proven attractive to the player.
  • A mediated environment that allows us to pose tasks and record the results.
Instead of hiring expensive middlemen, we harness the volunteer efforts of our passionate players. Instead of managing the process manually, we create an automated system of empowering tools and reward systems that encourage players to do the right thing. Above all, we make the process repeatable so that we can run it over and over again at almost zero incremental cost. We are building an engine whose mechanical structure is derived from the physics of human psychology and whose brightly burning fuel is a steady stream of fun seeking players.

The reviewer pattern
Here’s a basic structure of our translation game.
  1. Identify: Identify players with base level skills are capable of performing a desired task.
  2. Action: The players perform actions using in-game tools in the hope of receiving a reward.
  3. Review: The game independently verifies the actions using other players for tasks that require human computation.
  4. Reward: The game rewards the person performing the original action based off the verification process.
  5. Repeat: High scoring people get more tasks of that type and greater rewards. Low scoring people get fewer tasks of that type.
This reviewer pattern is quite flexible and can be used for wide variety of tasks that are much broader than mere translation. It is particularly useful when you need to judge the quality of your player’s efforts and “quality” is determined by strong aesthetic or cultural factors. Language is an obvious example of this, but art, fashion, moral judgment and other classic human endeavors fall under this umbrella as well.

Let’s apply the pattern to the process of translating text.

1. Identifying players with the right skills
Our imaginary game has persistent characters with extensive profiles. People can declare their real world skills including which languages they seek. Let’s say for a moment that we want to translate between English and Japanese. We would search the profiles of our thousands of users and find ones where players claimed proficiency in both languages. These users are tagged as potential translators.

2. Performing the task
The next time the player approaches a quest giver, the game substitutes a translation quest for their typical “Kill 5 rats” quest. There are numerous framing stories one could use ranging from the scholar seeking to translate a mysterious scroll to a warlord needing an intercepted spy message translated so they can prevent an attack.

Promise of a reward: The player is told that if they complete the task they’ll get a certain amount of gold. If they complete the task well, they’ll be inducted into the secret Guild of Translators.

Task specific tools: If the player accepts the task they are presented with a screen that shows them the original text and a space where they can translate it into Japanese. They type in a translation, hit submit and get the basic translation rate. They are informed that qualified reviewers will be looking at their translation and we’ll let them know if they make it into the secret Guild.

On the backend, every text string of every object can be pulled from a set of string tables that have slots for all supported languages. You need a system that supports multi-byte characters, various text orientations, IME input and all the rest of the glorious minutia that goes into localizing simple strings.

To generate the quest, we look at popular items that aren’t translated into languages for which we have translators available. A few strings, such as the name or the description are bundled up and given to the player as the source material they need to translate.

3. Review the results
The vast majority of translations will be of poor quality. This is the reality of free labor done as an idle hobby. We want to separate the truly talented reviewers from the masses so that we can ultimately put them on a pedestal as an example for everyone to strive towards. In the process of tagging our translators, we also tagged people who spoke Japanese.

Again, we give these tagged users quests. This time they need to read the text and rate it quality on a 7 point scale. There is also a small text field where they can type in comments. They are also told that they’ll get a bit of money for doing the task, but they’ll get even more money if they do it well.

Unbeknownst to the individual reviewer, we also give the same text to 10 others to review. We collect all the scores, lop off any outliers and calculate the average score. This is the rating for the translated text.

Translations that get ratings above a certain threshold (such a 6 out of 7), are automatically published to the world at large.

4. Reward the translators and reviewers
Translator rewards: Once the final score for the translation is determined, the original translator receives a message that contains a quality reward. If they scored 6’s and 7’s, they get huge rewards and are inducted into the Guild of Translators. They get a special cloak, and are promised future awards if they continue to do such a wonderful job translating. If they score lower, they get lesser rewards and may not be invested into the Guild. They are given a second chance as well as access to the comments that were left by the reviewers.

Reviewer rewards: We also reward reviewers based off the quality of their reviews. Those players scoring closest to the average score get mega points and an increase in their reviewer level. Those players that scored furthest from the average get no points and their reviewer level can even drop. Over time, competent reviewers whose opinions reflect the majority should rise to the top. When we calculate average scores for a particular bit of text, we can use weighted averages that take into account the level of the reviewers involved.

5. Repeat the process
Whenever text is added to the system, the translation system jumps to action. Translation quests are generated, translators translate them and reviewers review the results. Over time the text of the game is slowly but surely translated into other languages, driven by the demand and passion of the users.

The system is built to constantly improve the results. The highly rated translators and reviewers are showered with in game gifts and rewards. They gain levels, get new outfits and are given kudos by NPCs. We feed them stats on how many people use their translations and look for ways to promote their efforts to the larger community. Each of these rewards is automated and repeatable. In return for these social glories, the system gives highly rated translators more translation tasks. We want the best of the best handling most of the translation.
As time passes, many users will try translation and find that it isn’t for them. That’s alright as long as there is a core group of people that latch onto the job and make it into a fundamental part of their online identity. The system is built to support this natural winnowing process in order to build up an elite core. A dozen or so passionate users can translate hundreds, even thousands of pieces of text in relatively short order.

Popular pieces of text with lower scores are resubmitted to elite translators for another pass. As time goes on, the quality of the translations throughout the game continues to improve.

Benefits
This is a complex system, but it comes with some intriguing benefits.
  • Focus on core competency of game design: It is a reasonable amount of work building this localization system, but it leaves your company with a very solid reward system that can be leveraged for other areas of the game. You are investing in game design and player entertainment, both of which are core competencies for any game company.
  • Serve smaller cultures at low cost: There exist numerous cultures in the world that speak languages other than English, French, German, Spanish, Chinese or Japanese. Dozens of nations like Poland or Brazil can contribute hundreds of thousands of users to your game. By allowing players to translate the game into their own language, you can reach these niche cultures at a very low cost.
  • Adapt your text to each culture: Many concepts don’t translate well between cultures. By having the users perform the translation, they will often smooth over rough edges. If a particular joke or phrase doesn’t work, users will reword it to something that fits their culture. Often, users will take liberties and incorporate references to their own mythology or culture into the translations. It is an interesting trade off. You give up a small amount of authorial control in return for a translation that seems as if it was written by native speakers.
  • Highly scalable: Once a community of translators is in place you can release content in one language and watch it quickly and cost effectively be translated into other languages. The cost of localizing an additional piece of content goes to almost zero.
Limitations
This system is not without some pretty serious limitations.
  • Requires a large number of people: To get to those few dozen people who are interested in translating your game, you’ll need a population of thousands, perhaps hundreds of thousands. Only a very small number of people will be interested in playing your translation game.
  • High startup cost: You need to develop and balance this system. That is expensive and will likely require dozens of iterations on the design.
  • Questionable translation quality: There is a very good chance that the majority of your early translations are incorrect, confusing or insulting. You won’t be able to tell since you don’t speak the target language. This means that when the system isn’t balanced just right, your users may have bad experiences. Also, as mentioned above, you are giving up a certain amount of authorial control. Your epic bodice ripper about the Monks of Ra may turn into a joke gag about Swedish meatballs. C’est la vie.
  • The process moves at the pace of the players: If the players don’t find translation quests interesting or there aren’t many multi-lingual people on your service, translation will lag.
Other pieces
As stated earlier translating text strings is only a piece of the puzzle. To solve the whole puzzle, we can repurpose some of the systems that we created for the tranlation game.

Pieces to own: These are items that you should try to maintain control over.
  • Culture specific events: Combining the review system with tools that let users create their own events is one way to go. This moves you down the path of user generated content, which is a giant can of worms, but again has substantial benefits if you can pull it off. This would likely follow the same review pattern we saw with translation, except instead of translating text, you are asked to build something grand.
  • Culture specific support: Griefing, bugs, currency issues are all best dealt with by a support team that speaks the player’s native language. There has already been some solid work done with volunteer judges and moderators and it makes a lot of sense to invest in this further in the future. Giving player judges the ability to review past grievances, render judgment and then have their judgment reviewed by a jury of randomly selected peers is an obvious profession worth creating. It would likely appeal to a substantial minority of the player population since it involves direct power over others. Again, problem tickets are handled as quests and we slowly give people more power based on the quality of their previous efforts.
Pieces to outsource: Some things like payment systems and local servers, you’ll likely have to outsource to middlemen. Yet out of all the middlemen activities offered by operators, I’m most willing to let them take on these two. Why? Because they both becoming more commoditized by the year. Costs of running servers all around the world are going down, while reliability is going up. As cloud computing and virtualization become more dominant, the last place you want to be investing your valuable cash is in replicating the core business of the likes of Amazon, Microsoft, Google, Sun and a half dozen other future cloud computing behemoths.

There’s a rule of thumb here. Let the middlemen handle the commoditized plumbing, but don’t let them near your customer relationships. Your community and your addicting game design is your unique competitive advantage.

Conclusion
Ultimately, building something like a translation game for your service is a business decision. I believe that you should treat the decision to create a utilitarian social game system in a similar fashion to how you would treat the decision to make a capital investment in your company. It resembles a classic business problem: choose the proper mix of the following:
  1. High variable costs with low capital investment: You rely heavily on manual labor to make each widget. You don’t have much in the way of equipment so it costs you an arm and a leg to build each widget.
  2. Lower variable cost with high capital investment: Alternatively, you can invest in capital expenditures like beefy factory equipment. Capital investments cost a lot of money upfront. However, longer term, they can dramatically reduce your variable costs.
Building systems such as our translation game are remarkably similar to capital investments from the ancient age of manufacturing. They are expensive to develop and balance. They have a significant maintenance cost. Yet, they dramatically reduce the costs of servicing another customer in a foreign country. Instead of paying 30 to 60% of a customer’s revenue to a middleman, you instead end up paying a few pennies for bandwidth.

In the case of a game development company, the building of the equipment that reduces your costs also happens to be your core competency. You are good at manipulating players to volunteer their time and energy to complete obscure tasks. You are good at building enjoyable software and task oriented tools that facilitate the creation of these tasks. It is time to put these assets to work.

So what happens when you use game design to improve the way your run your business? The future online game is a complex digital factory filled with powerful social engines that chug and churn throughout the night. The workers funnel in one end, and out the other comes the high quality fruits of their carefully guided labor. This is no dystopia. The workers are volunteers and the factory is a playground. If they become bored, the players leave. But most do not, for the machine knows too well to their subtle human weaknesses. And, you, the builder of the great machines that measure and prod and coddle humanity in endless loop upon loop, sleep soundly as the money rolls on in.

Take care,
Danc.

References



13 comments:

  1. An intriguing concept. Especially the customer built plot ideas.

    ReplyDelete
  2. Intriguing, indeed. The idea of translation as a game in itself is certainly an interesting one, but I can't help but feel it would wholly unsuitable in the majority of cases.

    The above article does address many of the potential issues with such a strategy, but here are two more:

    1. Volume of text. Apparently, the amount of dialogue in Final Fantasy XI contained more text than the Bible itself. And bearing in mind that in-game dialogue is only a portion of the assets which need translation, you have to wonder if you'd ever reach critical mass in terms of translators able and willing to translate such a huge amount of text.

    2. Uniformity of translation. Too many cooks spoil the broth, they say. Too many translators spoil the translation? This is also a problem that rears its head in the more traditional videogame localisation process. With such a huge volume of text, and unique worlds that often span dozens of games, how can you keep the text singing from the one hymn sheet? Not only in terms of tone and style, but also in more basic matters - things like character, item and place names? Usually, translation-memory programmes and exhaustive glosseries are used, but these would perhaps be unweildy to employ in-game.

    3. Other concerns. Often, it's more than just language that needs to be localised. Whether it's an issue of censorship (Germany necessitates red blood is replaced by green), political differences (Football Manager was banned in China for recognising Taiwan as a country?) or cultural differences (characters' appearances are often hugely restyled for the Japanese market), there's a huge amount that needs to be localised - and this often involves artists, programmes delving into the game's code and assets to make these changes. So, no matter what way you slice it, it seems to me that localisation-as-a-game could only ever be part of a solution, and couldn't stand by itself.

    That said, a very interesting article and one that offers plenty of food for thought.

    PS. For a general overview on the translation and localisation process in the videogame industry, have a look at: http://brendan.tinnelly.googlepages.com/dissertation.doc

    ReplyDelete
  3. Hi Danc,

    I am concerned that the feedback system you propose is gameable: if reviewer assign a score of 7 to all translations, they collect the reward and kudos, reward the original translator and boost their reputation without concern for the quality of the translation. The system relies strongly on the ethical stance of individual players and in-game guilds.

    An alternate feedback mechanism is to have reviewers translate the player-contributed translation back into the original language, and then have players with no interest in translating to rate how similar the two texts are. This is vulnerable to negative gaming, where these non-translators score every translation as 'poor' in order to deny kudos to translators.

    Perhaps removing the association of high scores with rewards would be viable: rewarding good translations is desirable, but requires an existing good translation to compare against…

    If your player base is ethically sound and unlikely to engage in metagaming, then this approach would be suitable.

    ReplyDelete
  4. Yikes.
    I totally disagree with this article. The idea is merely a "fan"-tasy, a purely theoretical view. I do love abstract, maze-like literature and the likes of JL Borgès, but we are talking about real life, here.

    Sadly, what you are looking for is a huge army of free monkeys typing just one sentence on their tiny typewriters. This 1st army would be backed-up by a reviewing monkey army. In the end, higher ranked monkeys would reward both armies. Talking about a pyramidal society. Babel was a tower, not the Pharaoh's mansion. This would make a nice pitch for a looney Lucas point'n'click: "Let my people POGO the Great Monkey: The curse of the Babel fishbone" but it looks like you are looking for a real life solution. So this sounds creepy.

    IMO, localization business is no hobby; MMOs are zillion-words long, ever-expanding games. This is definitely a full-time (even more!) job.

    Good luck with your army and who knows? Maybe one day, I'll be enslaved in your simian typing pool.

    ReplyDelete
  5. Hi Danc,

    In the "Limitations" part, maybe you should add "lack of context" : translating strings out of context can give very weird results and it's almost always preferable to give a translator the context in which the translation is being done.

    I find your conclusion quite creepy but, unfortunately, it also has a good probability of ending up true...

    ReplyDelete
  6. Interesting idea. This approach differs from Wikipedia and the like, in part, because it doesn't allow improvements: one player does the translation, and it's either accepted, or it's not.

    I wonder if a more successful approach would be to allow players to modify the content "live," as they see something that needs changing. This would give you a simple way to find new translators, when they volunteer themselves, and with some work gives you a less review-based way to monitor the "success" of individual translators.

    Having many experienced players able to modify (or at least flag) surprising content would go some way towards keeping consistency within the game, even if it's not quite what you first envisaged.

    It's slightly less clear how this would integrate into the overall game experience, but I'm sure you'll have a solution for that. ;-)

    And once you've got that system set up, why not use it for the original language? Not only do you get free proof-reading, but it can't help but improve the community's sense of involvement.

    ReplyDelete
  7. Great comments!

    Re: Andy
    A more wiki-like system where motivated users tag content for improvement or suggest alternative phrasing is quite desirable. I love the organic self organizing, iterative nature of wikis and I can easily see how it might fit. One issue that I'm trying to solve with the review system is moving people beyond only translating the items that they are personally interested in working on. Some wiki-based translation tends to be spotty and there aren't good systems for encouraging broad coverage of a body of text.

    Re: Context and continuity
    Context is important. Ideally, the system would let users view the strings in place so that they could see how their efforts look. This would help with some of the string length issues that were mentioned. Continuity is also important. Seeing links to related pieces of text also matter.

    I will say that I'm more from the NetHack school of narrative than the Final Fantasy school. Since long narratives tend to be throwaway content in most MMOs, I'd say that the NetHack school is winning. Regardless, your game design needs to be amendable to piecemeal translation if you want to crowdsource your translation. If your game derives large portions of its 'fun' from players absorbing novel-like narrative, then this system isn't for you. Of course, I might recommend that you get into a radically different business than online games. It gets mighty expensive when you stray from the idea that players are the ultimate content. :-)

    Gaming the system
    Gaming the system is quite possible, but unlikely. What it requires is mass collusion between random people. You would need a random selection of 10 people who all speak a specific language to agree to rate a translation on a set value. As long as the griefer population is less than ~20%, the review system should be able to determine review quality.

    There are also some pragmatic feedback systems in place that reduce the chance of this happening: They end up hurting themselves by rejecting good translations. They end up hurting themselves and helping another griefer by accepting poor translations.

    Of course, if a griefer population does dominate a particular language, there are statistical alarms and complaint systems that can help alert admins of a problem. Ultimately, there has to be a responsible, trustworthy human at the other end of the line. The goal of the translation system is to extend the capabilities of that person, not remove them completely from the service.

    Interestingly enough, wiki’s and ARG’s do a lot of this already, albeit in a slightly less organized fashion. I took a creepy tone at the end since I don’t think we should ever forget that these game will always be mass manipulation of the player population. However, most of the people who volunteer their time feel good about the results. They are contributing to the community and the social machine simply gives them with an easy path to go travel down.

    take care
    Danc.

    ReplyDelete
  8. It kind of reminds me of part of this video about how Captchas are being broken simply by asking random people visiting your adult site:

    http://video.google.com/url?docid=-8246463980976635143&esrc=sr1&ev=v&len=3091&q=captcha+site%3Avideo.google.com&srcurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D-8246463980976635143&vidurl=%2Fvideoplay%3Fdocid%3D-8246463980976635143%26q%3Dcaptcha%2Bsite%253Avideo.google.com%26total%3D5%26start%3D0%26num%3D10%26so%3D0%26type%3Dsearch%26plindex%3D0&usg=AL29H234_Hn1c1O6gu6JqxqS-8eBjDwwtA

    The part about captcha comes in early, especially at the 5 minute mark, but the entire video is fascinating.

    Based on this video (and not just the adult site/captcha workaround part) and what you're talking about, it sounds like you could have a completely separate game to help translate your MMO, instead of using your MMO's users as the translators. You will be able to address the first bullet in your Limitations section if you can make this game fun, and if you do that, then the third and fourth limitations may be addressed as well.

    ReplyDelete
  9. I think this sort of system could work well, as long as the players are made aware that the game has been developed for language X; other languages are an extra bonus, not core content. They should probably have the option of viewing [default_lang] only, [default_lang] with local translations, or local language only (falling back to [default_lang] if unavailable).

    One important consideration is that translators should only be able to translate generic all-purpose text, or specific text they have personally encountered. Otherwise they'll have access to dialogue that could give away quest solutions or other game secrets.

    Perhaps when they are talking to an NPC, a little "translate this" icon pops up next to the text. This logs that the player wants to translate this conversation later. They can continue playing, and at a later stage they are presented with a conversation log (containing only the text they saw) for them to translate.

    Likewise, reviewers could have a "mark for review" button. But it might be better to allow immediate feedback for bad translations; "thumbs-up" and "thumbs-down" buttons would allow reviewers to quickly rate a sentence without interruption while still contributing to the overall translation score.

    ReplyDelete
  10. PS - GBGames' Google Video URL breaks the page layout in Firefox...

    ReplyDelete
  11. It's a really interesting thing you're getting at here - making a rewards system to make players do things you want them to :)

    Reminds me a lot of how Newgrounds works - sure, it's mostly a portal catering to 13 and 14 year old humor, but their system really WORKS.

    What they do there is make the ENTIRE community one big meta-game. When a new piece of content is submitted, it is usually crap as they are flooded with content every day. Also, it might be stolen or abusive or illegal. Before any submission is scored it is first put "under judgment" until a critical mass of users have rated it. If you give it a "0" and so does everyone else and it doesn't make it past judgment, then you get rewarded.

    Alternatively, if the submission passes judgment and you gave it a high score, you get rewards as well. So you're rewarded for giving accurate reviews.

    You can also flag something for being abusive or illegal.

    If a moderator comes by and looks at the flagged submission and determines it is plagiarized, outright pornographic, or illegal, it is taken off, and your "whistle" for reporting illegal activities is upgraded. If you cry wolf, it is downgraded until it breaks, at which point the moderators ignore you and everyone can see that you are a troll.

    What this really does, is serve to make content that is good IN THE EYES OF THE COMMUNITY rise to the top, and crap sink to the bottom.

    There's no accounting for taste, but it is true that what's on the front page of Newgrounds is representative of what most people on that site would like.

    As you do these activities - writing reviews, uploading content, etc, you keep gettting experience points which upgrade your profile, with which you can purchase little pointless vanity goodies.

    It's a pretty impressive system, and what you are describing here is basically an attempt to leverage this kind of community power for translation. I'd seriously recommend looking at newgrounds if you haven't already. If you're like me, you might not care for their taste, but their system is particularly robust and forward-thinking.

    ReplyDelete
  12. Very interesting idea! I'm wondering how much of this is specific to localization though; couldn't you apply the same logic to, say, programming? (This is essentially what open-source projects do, but how many open-source MMOs do you know of that could viably compete with WoW?)

    I'm also detecting a chicken-and-egg problem here: you state that you need thousands of players as your existing player base in order to make a translation system viable, BUT you need to make the translation system integrated with your core game. So, you need to design a system that can't even be used unless your game is a moderate success. Sounds risky, in a genre that's already pretty risk-heavy.

    A lesser but still important concern is that localization isn't just about words and culture, it can also be visual and audial. The "magic wand" icon that goes with most Microsoft "wizards" makes no sense in cultures where a Wizard isn't associated with Magic. How do you translate an icon? More difficult would be stuff embedded more deeply in the game: if your environmental artists make a yellow-and-black-striped barrier in the game to indicate warning, or use the color red to indicate damage, what do you do when those colors have different meanings in certain cultures? What do you do if your game includes voice acting, and it's important to not just translate the words but also the tone, inflection and quality of voice? You can only take things so far with your players at the helm.

    ReplyDelete
  13. Ack!! This page is unreadable, thanks to the video link in the comments. Can't someone wrap that in an <a> tag?

    ReplyDelete