vote up 6 vote down star
7

Hello!

At first: I'm not sure if it's an adequate question for Stack Overflow. It's not just about programming, it's about game design. But I'll try it ...

I would like to deal with "Possibilities for self-regulation in a mini economy with the example manager game" in a skilled work.

Initial situation:

I've selected "hattrick.org" as an example. I want to analyze the economy and find possibilities to make the game economy regulate itself.

Problems:

  • Teams which are deleted cause big changes in the recirculated quantity of money. If a manager deletes his team which has got 200,000,000, the recirculated quantity decreases fast.
  • The recirculated quantity has to grow from season to season in order to keep the game interesting.
  • Money mustn't be distributed unfairly: It can't be permitted that 1% of the teams own 20% of the money.

Approaches:

  1. Decay of values: Players end their career earlier so that money (market value) leaves the system earlier/faster.
  2. Percentaged taxes on player trades and money transfers: Whenever two human managers exchange money, a part of it must leave the system. The higher the exchanged value, the higher the amount which leaves the system.
  3. KI teams (money transfers to them leave the system) sell players for 200% of their market value. Thus 50% of the money is "lost" and leaves the system.
  4. Temporary advantages: Teams may buy temporary advantages for high amounts of money, e.g. improving the fitness level of their players (fitness coaches are expensive).
  5. Limit help between human managers (not concerning problems but money), e.g.: Players can only change teams every third season so that teams can't make money that fast.
  6. Bank accounts of teams can only keep limited amounts of money. Earnings exceeding this limit are lost so that the rich teams can never get too rich.
  7. Teams must pay taxes on capital exceeding a given limit, e.g. the limit 300,000,000 with the percentage 10%. => A team with 310,000,000 loses 1,000,000 and on the next day 900,000.[/list]
  8. Watch sources: If a source is generating too much money, it gets reduced.

What do you think about these approaches? Are they good? Would they work?

I hope you can help me. Thanks alot in advance!

Edit: Additional question: I've read the following: "If the drains (costs) are fixed, the collapse is just a matter of when. So tie the drains to the price level (P=MV/Q)." Is this correct? Is it the solution for my problem?

economy model

flag

No idea. Try coding them and see. – duffymo Aug 8 at 13:13
sort of duplicate of my question stackoverflow.com/questions/1148102/… , although your seems more accurate than mine. – Stefano Borini Aug 8 at 13:19
1  
"Coding them and see" isn't as easy as it sounds. Sometimes it takes a very long time until you can see these effects. And to test it, you need a community which drives the economy ... ;) So I thought somebody here can help me and predict these effects. This shouldn't be a problem for people who are well schooled in game design or economics. – marco92w Aug 8 at 13:20
1  
"... This shouldn't be a problem for people who are well schooled in game design or economics...." - really? Looking at how well economists do at predicting the future, are you seriously suggesting that someone could read the rules you posted and predict whether or not it'd be self-regulating? I'll be surprised if you get an answer. – duffymo Aug 8 at 13:26
"Money mustn't be distributed unfairly"? What are you, a communiss or something? This is Amerkuh, where 1% of the people own more than 50% of the wealth, and our economy has never been healthier. </RUSHLIMBAUGH> – MusiGenesis Aug 8 at 13:26
show 11 more comments

6 Answers

vote up 1 vote down check

As usual Virtual Economy on wikipedia is a good starting point. Also "mmorpg economics" on google will be helpful. But what I noticed is that all the efforts that most of what you list somehow try to artificially extract money out of the game, via taxation or other means. This can easily be viewed as "unfair" only one of the items that you denote gives an incentive to spend money.

Not having played the game I can't tell what methods would be feasible, but it all comes down to balancing the flow of resources into the game with what is spent. This is a piece about Ultima online during its first year describing some of the things that happened and the measures taken to remidiate problems with the economic cycle.

-- Edit: added Ultima Online Link

link|flag
Thank you. The Wikipedia article is good, the linked article about Mudflation, too. It would be great if you could find the text about "Ultima online". – marco92w Aug 8 at 14:25
Very interesting article, thanks! :) – marco92w Aug 14 at 14:02
I think I shouldn't drain money out of the game by force. Instead, I should give the player more possibilities to spend it. Is this what you want to say in the first paragraph? – marco92w Aug 14 at 14:04
Think of it partially as an economic problem but also as a problem in game design. You want players to get rid of some of their money and not hord it. It will always feel better if they have incentives to spend it as opposed to the money being removed – Harald Scheirich Aug 16 at 18:42
vote up 6 vote down

In general, you're dealing with the problems of a faucet-drain economy, which we've been trying to cope with in the MUD world for decades, like in this thread about faucet-drain economics. A question you should ask is whether you really want faucet-drain economics (money enters the system ex nihilo and disappears ad nihilo) or whether you want something where value actually recirculates — not that that doesn't have its own issues.

Some responses to your items:

  1. The rate of player retirement is a tuning factor and shouldn't be looked at as a solution for more fundamental problems.
  2. Taxes on exchanges are generally seen as a reasonable place to introduce "drag" into a system without invoking excessive user ire. I'd pursue this one.
  3. This seems of limited use and least likely to affect the cases you seem most concerned with (super-rich users).
  4. Classic and excellent drain mechanism. I'd suggest looking into expensive prestige effects also, as a way of getting super-rich users to spend their money.
  5. Maybe useful, but if the limit is too high and too arbitrary, users will rebel.
  6. This is extremely arbitrary and will annoy people a lot. It's a big drag on any kind of feeling of verisimilitude to a simulation-type game.
  7. Similar to #6. I'd try to focus more on ways of encouraging users to spend money on things that reward them in some way, intangibly at best, than on just penalizing them for having "too much" money.
  8. You should certainly do this as part of your ongoing management of the economy, sure.
link|flag
+1 for the mentioning of MUD as classic example of an online economy! – edo.dosoft.nl Aug 8 at 13:57
Thank you very much. You helped me alot. :) So the best approach is to create temporary advantages and prestige effects which are very expensive, right? – marco92w Aug 8 at 13:59
1  
I think that's the most positive direction to start in, though it'll of course remain to be seen whether it can be made to solve your problems. The thing I'd most caution you against is setting up a situation where people's perception becomes that if they're successful at the game, the result of that will be the game's developers seeing them as a problem and punishing them. – chaos Aug 8 at 14:01
@chaos: Thanks, that could really be a problem. I'll be cautious and try to prevent this. But what alternatives are there if I don't want to have a faucet-drain economy? This would be quite complex, wouldn't it? I would have to create a state, players etc. which give the money in again!? – marco92w Aug 8 at 14:19
Yeah, you'd have to keep track of all your resources and manage how they re-enter the system. Making a recirculating economy is hard and isn't necessarily worth it for every game, but it deserves to be considered, even if the consideration halts at an abrupt "no, that's not going to work for my application". – chaos Aug 8 at 14:23
show 1 more comment
vote up 1 vote down

Drain in real-life tends to occur naturally as you accumulate wealth. In theory as your wealth goes up so does your drain because:

  • Excessive wealth encourages waste. You have too many assets to manage effectively.
  • Hiring people to manage waste is a drain in itself.
  • High wealth makes you a better target for theft, embezzlement, fraud and lawsuits.
  • Hiring security/lawyers to protect against the above is itself a drain.
  • High wealth and luxury items attract more taxes.
  • Markup on luxury items often grows out of proportion to the items actual production costs.
  • Expensive items tend to have high storage, maintenance and running costs.

You could simulate the above "balance" simply by finding realistic ways to increase costs as wealth goes up.

In truth most "value" in a virtual economy is prestige. Having millions of dollars isn't worth much if nobody cares and you can't buy anything that would make them care.

If wealth in your game represents little more than your "score", then any kind of drain is silly. Very few games artificially reduce your score.

link|flag
Very good answer. Thank you. :) "In truth most "value" in a virtual economy is prestige. Having millions of dollars isn't worth much if nobody cares and you can't buy anything that would make them care." Important sentence. – marco92w Aug 8 at 14:48
If I want to simulate the balance: How do I measure wealth? Just the sum of the capital of all teams? If this increases, I simply augment prices? Wealth (the capital of a team) is included in the score. Do you think that it's better to remove the capital from the score calculation so that wasting money doesn't mean a lower score? – marco92w Aug 8 at 14:51
1  
At it's most basic level "wealth" is the ability to perform "work". You need to decide whether accumulating the ability to have work done is a measure of skill (the generally accepted meaning of "score"). Most MUD's distinguish your wealth (gold) from your score (XP). You should consider whether success in your game is measured by the ability to accumulate wealth. "Wasting money" is a very non-specific concept so I couldn't even touch that without understanding waste in terms of your game. It's like the old saying: "One mans trash is another mans treasure". – SpliFF Aug 9 at 12:35
In my game, "wealth" and "score" are two different things. Nobody can see how much money you have. So the prestige effects is based on your score. Does this affect the problems of the economy in my game? – marco92w Aug 9 at 13:51
vote up 1 vote down

It would help if you mention how money is being 'recirculated' in your MMORPG.

Your game balance depends on whether you have any central NPC (non player character) or not. An NPC could be a bot, a real player or a bank/government. Also one of your goal should be - keep it simple.

Has a central NPC

  • All goes back to the central agency IF it creates/controls money supply.
  • Auctions assets. But it comes with complexities. Hey you can auction them for REAL MONEY, the one who buys them starts from where the other person left.
  • In Monopoly it either goes to bank on bank owned properties or goes to players on player owned properties.

No central NPC

  • The consummated part is lost and left overs stay there to be worked upon by other players. (AOE or UT)
  • If its a zero sum game, then advantage/bonus could be given to other players. It may be distributed in proportion to their wealth as compared to the entire economy.

Comments on your approaches

  1. Don't decay values directly but introduce a factor like inflation that does it. Anything that player 'earns' should never be decayed.
  2. Taxes might make things complex, keep it simple.
  3. That's kinda bot I discussed above.
  4. Yeah its good, players get recirculated money and they can buy new stuff.
  5. No, this might be a slap on game players. They might get irritated by the fact that their efforts are not yielding expected gains.
  6. You might loose some extremely loyal players. These are the players which pay you money.
  7. and 9. No, please don't directly control game elements. see 5.

To sum up, I'd say keep it simple, always reward people don't impose conditions. Surprise them but don't shock them.

link|flag
Thank you very much. All spendings/costs leave the system. They're just lost. Here's a simple model: i26.tinypic.com/2unvvrp.png – marco92w Aug 8 at 14:46
I think we have some kind of central NPC (non player character) here. Since money comes from and goes into 'thin air', then it should be fine. In real life we have scarcity of gold/materials so that defines the value of any currency. You may want to control excessive money supply, that can be attained easily by adding more and more upgrades/value-add-ons. But then again these add-ons would enable players to more quickly accumulate money. Sure players could spend their fortunes on luxury cars/homes/dates. Wealth of deleted teams should ideally be 'lost' but you can auction them. – Arpit Tambi Aug 8 at 15:06
Yes, wealth of deleted teams is lost in my case. When players end their career earlier, teams must buy new players earlier. So more money is needed. Right? So I can let the players end their careers at the age of 30 instead of 38 and the market improves. Is this correct? – marco92w Aug 8 at 15:40
A market/economy represents the total money of all teams at any given instance. This sum should be huge enough and events like players ending careers shouldn't affect it significantly. I think in your case buy and selling of stuff/players should balance the economy. You can later think of other tricks that make game more enjoyable and more balanced. – Arpit Tambi Aug 8 at 18:36
See this - flyingscythemonkey.com/photogallery/… . Yes demand and supply should solve your problem but do remember that your main objective is to make game more enjoyable and addictive. – Arpit Tambi Aug 8 at 18:43
show 3 more comments
vote up 0 vote down

No one in here will be able to give you the 'best' answer, because the best answer is learn economics.

I recommend a few basic courses in economics; barring that, I provide you with this:

The problem is, your basic underlying understanding of economics is flawed. That is:

  • The recirculated quantity has to grow from season to season in order to keep the game interesting.
  • Money mustn't be distributed unfairly: It can't be permitted that 1% of the teams own 20% of the money.

First, why must there be quantity inflation? Why is that what is needed to keep the economy growing?

Take a real life example: a sufficiently rare commodity (Gold) doesn't grow very much at all, because there's only so much of it in the world. Yet Gold still buys the same amount today that it bought in 1905. There has been no price inflation in terms of Gold -- it has remained constant and stable.

Your challenge is to create a sufficiently rare commodity that players will see inherent value in, and will use that as both a means (digging it up to get other valuable stuff like armor) and an end (can be used to barter in of itself).

Regarding the second point:

Why will a 'fair' distribution of money be equitable? If the top 1 percent are doing 20% of the economic activity, then the market is simply reflecting what is actually happening. That's also true in the Real World. The guy that lives next to you probably doesn't have the same economic output you do, since your skills are entirely different. A factory worker doesn't have the same economic impact that a software developer does, and the wages reflect that. Why would an in game world be different?

link|flag
Thank you. [POINT1] If you have a look at my model (i26.tinypic.com/2unvvrp.png), you can see how money leaves and enters the system. If all teams together spend 100 billions in one season and exactly the same amount enters the system in the next season, that's boring, isn't it? Nothing changes then. [POINT2] Totally correct. I don't want to create a communistic system. I don't want all players to have the same amount of money. But the disparities shouldn't become to big, should they? – marco92w Aug 8 at 15:05
1  
The disparities aren't yours to control. In a truly free market system, people make money according to the value the bring to the economy. You will always have players that have an infinite (or near infinite) amount of time to spend in the game. Their acquisition of ingame wealth is a natural result of that. If you try to address perceived 'imbalances', you're just going to cause players to believe that their work has no effect, and they'll stop working as hard, and the entire economy suffers. – George Stocker Aug 8 at 15:39
But I have no free market I think. I have no "Supply and demand" system in the game. So I have to implement it to solve all the problems, right? (See additional question/edit on the top of the site) – marco92w Aug 8 at 15:53
Anywhere you have goods that are exchange-able for time or money, you have a market economy. The 'supply' is either the goods or the money; the demand is result of the relative value of that good. No simple equation will help your problem until you understand the underlying economic forces at work. – George Stocker Aug 8 at 16:35
vote up 0 vote down

I play the hattrick game for several years. A few questions one needs to ask.

What's the purpose of money in the game? 1) Limiting all users somehow to ensure that they compete with the same resources. 2) Just like real world, allowing better exchange of production.

In this particular game, a big part of team growth is training. You have a limited capacity for it and you generally produce about 2 times more than you want to keep (you train two sets of players each week) - so every now and then, you sell your product (i.e. striker) and purchase somebody else's product (defender). Money just makes it easier than having to barter players.

There are some more or less fixed costs, and more or less fixed income. Before implementing any "approaches", we should agree on what the problem is - and to start there, I don't think that more money has to be recirculating to make the game interesting. Way up in hattrick is not "more money", but planned team development, mostly through training. Having less money in circulation means that the general price level will be lower for players - but that doesn't affect your power to swap training product surplus with another manager. The only impact is that for higher-level teams where player wages become a significant factor, life is tougher... and that makes the game more interesting because a new user will catch up with the teams above quicker.

Viktor

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.