jpcsupplies / Economy_mod

Basic Economy System for Space Engineers
13 stars 12 forks source link

Revised Roadmap summary. #190

Open jpcsupplies opened 5 years ago

jpcsupplies commented 5 years ago

But basically the plan for frontier economy was:

  1. players have a bank balance done

  2. players can trade goods with each other or pay each other for services using bank balance done

  3. players can buy/sell goods from stations - different stations have differing prices done

  4. players can own their own trading business - which can follow their trading ship done

  5. prices change depending on available supply mostly done more effective system needed tho

  6. players can buy/sell their ships/stations to each other mostly done - players want to be able to scrap ships automatically or buy new ships from NPC too tho

  7. API to allow other mods to use bank balance from economy mostly done need example mod

  8. Trade zone pricing and items available for sale can be edited all at once in an LCD text/custom data box - started but not functional

  9. Possibility of setting up some sort of faction based bank balance/shared market management or similar feature

  10. proceedural missions/contracts/subsidies - station X desperately needs item Y will pay bonus price Z if you supply item Y or abandoned grids trigger "mystery signal at gps point ##" (this could also create content for a "news" feed)

  11. optional story mission systems (investigate location X, bounty/kill player Y, destroy block Z) these are managed by a mission script server side.

  12. optional reputation system (goes towards bounty missions - if a player steals/kills too much they get a bounty etc, a good player gets offered more auto missions or can post bounties etc)

  13. possible: integration with my galaxys project (bank balance is available on all servers, players can travel between physical game servers with their ship/money, trading can be done offline via a webpage, "sectors" (game server worlds) have a map and stat summary of planets, ships etc on a webpage)

  14. Wish list - a way to make economy GUI - some players hate typing commands

Point 10, 11, 12 - mission api is created but we have nothing using it as yet other than tests

Point 12 - this is a large long term project on its own and low priotity.

See also #39 for historical discussion including topics like faction bank balance, editing pricing using an LCD, how to behave if trade zones overlap etc