Be sure to add 1772298664 to your server mod list and add a 0 to the front of the torch economy main filename to make sure it loads first.
If you don't do this, the plugin will not work.
What is TorchEconomy?
Torch Economy is a collection of economy plugins for the Torch API that provides an extra layer of gameplay for Space Engineers. It is based heavily on (and makes use of)
Frontier Economy's code, expanding and modifying it to make it a server-side only modification.
TorchEconomy.Markets (In Progress)
Features
- Can make stations into Trade Zones capable of supporting buy and sell orders.
- Items sold to the station are deposited directly into the station inventory.
- Items bought from a station are deposited directly into player's ship's inventory or personal inventory.
- NPC markets can be attached to stations and will automatically populate with inventory.
- Configurable through Torch's WPF UI, allowing the adjustment of base ore prices.
- Prices rise as players buy from NPCs, prices lower as players sell to NPCs, with prices normalizing over time.
- Player tradezones can be configured to use a specific bank account, preventing overdrafting and griefing by mass sales.
Commands
- !econ values: Lists the global value for all items.
- !econ list: Lists all items for sale at the market that you're currently docked with.
- !econ buy <itemName> <quantity>: Purchases a quantity of items from the market your ship is currently docked to.
- !econ sell <itemName> <quantity>: Sells a quantity of items from your ship inventory to the market your ship is docked to.
- !econ markets list: Lists all markets that you have permission to modify.
- !econ markets create <gridName> <marketName>: Creates a named market linked to the provided gridName. You must own a majority of the station.
- !econ markets buy <marketNameOrId> <itemName> <pricePer1> <quantity>: Creates a buy order on the specified market. Must own market.
- !econ markets sell <marketNameOrId> <itemName> <pricePer1> <quantity>: Creates a sell order on the specified market. Must own market.
- !econ markets open <marketNameOrId>: Opens the specified market for business.
- !econ markets close <marketNameOrId>: Closes the specified market for business.
- !econ markets account <marketNameOrId> <accountNameOrId>: Links an account to specified market to act as a coffer.
- !econ markets buy.price <marketNameOrId> <itemName> <newPricePer1>: Sets a price on a specified item at the specified market.
- !econ markets sell.price <marketNameOrId> <itemName> <newPricePer1>: Sets a price on a specified item at the specified market.
- !econ markets buy.remove <marketNameOrId> <itemName>: Removes a buy order completely.
- !econ markets sell.remove <marketNameOrId> <itemName>: Removes a sell order completely.
Admin Commands
- !admin markets delete <marketName>: Deletes a market.
- !admin markets createNPC <gridName> <marketName> <industry>: Creates an NPC market of the specified industry type at the provider grid.
About NPC Markets
There are four market types:
- Industrial: Buys military products high, Sells ore/ingots cheap
- Consumer: Buys ore/ingots high, Sells components cheap
- Research: Buys components high, Sells research commodity items cheap
- Military: Buys research commodity items high, and sells military commodity items cheap.
If you'll notice, markets sell Industrial -> Consumer -> Research -> Military -> Industrial.