Multiplayer Market?

Arrange meetings with other people to play MP, announce your servers.
Post Reply
TheNarwhal
Burner Inserter
Burner Inserter
Posts: 7
Joined: Wed Nov 19, 2014 7:34 pm
Contact:

Multiplayer Market?

Post by TheNarwhal »

I'm not especially good at any type of coding, sadly. I would like to know how to add things to a market in multiplayer, so my cousin and I can at least make use of the extra crap we have. Is it possible to do in multiplayer, or is it only a single player option? Also, if it is possible, I also can't seem to spawn one in with the console command.

User avatar
cpy
Filter Inserter
Filter Inserter
Posts: 839
Joined: Thu Jul 31, 2014 5:34 am
Contact:

Re: Multiplayer Market?

Post by cpy »

I have never heard of market in factorio, until now.

TheNarwhal
Burner Inserter
Burner Inserter
Posts: 7
Joined: Wed Nov 19, 2014 7:34 pm
Contact:

Re: Multiplayer Market?

Post by TheNarwhal »

cpy wrote:I have never heard of market in factorio, until now.
If you use map editor, it's in the "Production" subtab under "Entities". There are also Coins are in "Intermediates".

Rakshasa
Long Handed Inserter
Long Handed Inserter
Posts: 97
Joined: Sat May 31, 2014 7:21 pm
Contact:

Re: Multiplayer Market?

Post by Rakshasa »

TheNarwhal wrote:
cpy wrote:I have never heard of market in factorio, until now.
If you use map editor, it's in the "Production" subtab under "Entities". There are also Coins are in "Intermediates".
Those coins are obviously for bypassing blown fuses.

n9103
Smart Inserter
Smart Inserter
Posts: 1067
Joined: Wed Feb 20, 2013 12:09 am
Contact:

Re: Multiplayer Market?

Post by n9103 »

Both the coins and market are used in the Scenario Pack.
Colonel Failure wrote:You can lose your Ecologist Badge quite quickly once you get to the point of just being able to murder them willy-nilly without a second care in the world.

TheNarwhal
Burner Inserter
Burner Inserter
Posts: 7
Joined: Wed Nov 19, 2014 7:34 pm
Contact:

Re: Multiplayer Market?

Post by TheNarwhal »

I looked around a little more on /r/factorio, and got the info I was looking for. The commands on the wiki can only be used in map editor. It's used for making custom story maps, or a place in your custom map to get rid of stuff. I'm gonna continue messing with it until I learn it.

ficolas
Smart Inserter
Smart Inserter
Posts: 1068
Joined: Sun Feb 24, 2013 10:24 am
Contact:

Re: Multiplayer Market?

Post by ficolas »

You can create the market witg the command market = game.createentity{name=market, position={x,y}}

Then add the trades with:
market.addmarketitem{price={ {"item-name", amount}, {"item-name", amount} etc...}, offer={type="give-item", item="item-name"}}

Post Reply

Return to “Multiplayer”