jpcsupplies / Economy_mod

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

EnH - command in game for admin to toggle blacklist on items etc #59

Closed jpcsupplies closed 8 years ago

jpcsupplies commented 8 years ago

should add a way in game to toggle blacklist flag on npc market items, and maybe even change buy/sell prices

jpcsupplies commented 8 years ago

For the buy sell prices we could go really lazy here - if we make a command that simply overwrites the "DATA" xml file pricing, with the values currently defined in our "CONFIG" xml file - resolving #53 too..

Can we re-write the serialize logic so that file can be edited externally while the server is running? (ie only treated as a read-only operation unless it doesn't exist already and it is creating it to begin with)

That just leaves blacklist.. we need a way to lock off a item in market in an emergency in-game.

jpcsupplies commented 8 years ago

superceded by #66