Notes on the Market and suggestions for improvement


  • Dev Team

    OK here is another idea of different approach. We redesign the entire regional factor and move the distance penalty on the order’s owner party rather than dealer party.

    We create a new order parameter called “order coverage“. By default it is equal to 100 rooms range (entire map), but you can set it explicitly by specifying in Game.market.createOrder as the last attribute:

    Game.market.createOrder(ORDER_SELL, RESOURCE_GHODIUM, 9.95, 10000, "W1N1", 25); // coverage 25

    Coverage is visible in orders list, via both API and UI. When you try to deal with an order with coverage not enough to cover the range between your terminal and the order terminal, you get ERR_NOT_IN_RANGE error on Game.market.deal method.

    The important point is that coverage changes the order creation fee. For example, fee% = coverage / 10, i.e. 10% fee by default for coverage 100, and 5% fee (current) for coverage 50. Coverage 10 goes without fee, giving an opportunity to create some tiny starter orders even to players without credits.

    So now the order owner should decide what market they aim at - global or local - create the order accordingly and pay their taxes. Other party (the dealer) should change their code to detect the coverage parameter, but they will not pay any energy cost anymore.



  • A penalty by another name (or calculation) still stinks.

    IF the Game needs to charge a "Tax/Fee" to make the economics of the Developers better, then just say that. 

    If not, then release the angst over the "Regional Model" or as I call it the New Player Market Penalty.

    There is currently a 5% Credit cost to place an order on the Market.

    Why not just make a simple 5% Credit cost to complete the other side of the order.

     - A Buyer [player purchasing from a createOrder(ORDER_SELL,...)] will pay 105% of the total cost of Units*Cr Price of Mineral. This Cr amont must be in the Terminal to make the deal.

     - A Seller [player selling to a createOrder(ORDER_BUY,...)] will receive 95% of the Units*Cr of the Mineral.

    Simple and no inherent Penalty to any players. All are equal and participate in the Market equally.


  • Dev Team

    This change is not about increasing the tax, but about getting rid of buying energy issue and lowering the coding entry barrier while keeping the fun aspect of the regionality. The market will lose huge part of its fun if it becomes plain equal.



  • Good statement, but is it true? Artem has been advocating for the Regional Model consistently. I have been advocating for Equal Access consistently.

    Everyone has been saying the system is flawed in some way and should be changed. 

    Let's check that theory here .... If you think it is "FUN" to have a New Player Penalty/Regional Market, then post here. Please put one of these votes so it is easy to see which side of the issue people are pro/against.

    +1 for New Player Penalty (aka Regional Model)

    +1 for Equal Accessible Market fees.

    Seriously, put it in your next post at the first line so we can get a show of hands.

    @Artem is +1 for Penalty/Regional

    @XyzzyPrime is +1 for Equal Access



  • Artem: (the dealer) will not pay any energy cost anymore

    At first I'm really hesitant to move the cost of doing business to the offer, but I think this greatly simplifies the mechanics of trading.

    When the dealer pays the transfer cost the true price of the product is abstracted away from the market. As well, the true price is constantly changing with the value of energy.

    The only downside is that Terminals which are offering sell orders must hold a larger volume. This is the same cost as today's buy order dealers.

     

    It might be that the formula change is less important than changing who pays the transfer fee.

     

    XyzzyPrime: A penalty by another name (or calculation) still stinks.

    But, is this true?

    +1 Regional Model (Against Endgame Market Manipulation)


  • Culture

    I really dislike this proposal. If anything it makes the problem we're complaining about worse, not better. This would make markets far more regional, and new players that are further away from established players (which tend to export lots of things) would be pretty much screwed by this.

    We keep talking about game mechanic changes, but I really think the issue is simpler than we're making it out to be- just tweak the formula so there is a max transfer fee that is based on the world size so it'll adjust dynamically as it grows. 


  • Dev Team

    Yet another idea - change the transaction cost to the following formula:

    energy_cost = resources_amount * (1 - Math.exp(-range / 30))

    It creates the following graph (dotted line - old, solid line - new):

    Thus energy trade will never be negative, but less and less reasonable as the range increases.



  • OK ... let me ask this, @Artem ...

    What makes it "fun" for a New Player to pay more and lose trades to a Regionally Advantaged Old Player?

    I am drawing a conclusion that this Game, as IRL, is about keeping the poor players poor, while the Rich Players get Richer.

    If Rich/Old Players have ANY advantage then that is what happens. The gap widens.

     


  • Dev Team

    We're not going to remove the regionality factor, let's please stop this discussion. Logistics, geopolitics, geostrategy, local areas of influence are all important aspects of this game. If we were to remove market regionality, we would have to remove creeps' time to live, claim range limit and all other map related mechanics. It'd be more productive if you commented on the proposed ideas rather than repeatedly argued about your own.



  • "It'd be more productive if you commented on the proposed ideas rather than repeatedly argued about your own."

    I could not have said it better myself.



  • > 1 - Math.exp(-range / 30)

    This is a good proposal for softening the cost of global trade. It does not make really cheap regional trade markets and it doesn't encourage players to daisy-chain transfers to do distributed trade.


  • Culture

    I'm also super happy with the new formula. I feel like it would solve a ton of problems.



  • +1 new formula - I think it addresses the primary concerns people have. The evolution of the market following the introduction of this new formula should be carefully monitored.

    +1 regional markets

    -1 XyzzyPrime for being unreasonable 😛


  • CoPS

    I quite like the proposed equation. ~0,5 cost @ 25 range is a really sweet point to me,

    As a random thought, what effect would making different tiers of boost / resource have different transfer costs be? Atm the t1 boosts, do not see much trading at all, even for new players. If they were to have lower transfer fees, or a wider transfer range, than t3 boosts, it may make them more palatable?

    On the whole I really like the idea of regional markets, provided that each region has equal maturity (a regional market of only new players would sort of suck).