Black Market 2

by djmango

Sell and buy items/fluids/energy on the black market using trading chests/tanks/accumulators, choosing the frequency of exchanges and related fees. You can now sell your overproduction and buy things that you don't want to craft by yourself. You can also use these trading units as a paying shipment system.

14 days ago
0.17 - 2.0
20.8K

g trade

10 months ago

can you clear your trade histry

4 months ago

I added this to control.lua
Line: 222 ->
"
gui1.add({type = "button", name = "but_blkmkt_trans_clear", caption = {"blkmkt-gui-trans-clear"}, style = "button_blkmkt_style"})
"

Line: 2578 ->
"
elseif event_name == "but_blkmkt_trans_clear" then
global.force_mem[force.name].transactions = {}
update_guis_force(force,false)
-- build_menu_gen(player,player_mem,false)
"

That adds a buttonthat can clear the global trade history

New response