My friend and I want to start a MP map that is more of a long game map. The goal is to get a train system to connect back and forth.
We have our own starting points someone at spawn and then someone miles away.
There is a couple issues and some ways I might know how to work around.
1. Biters spawn in larger numbers further out owning the base out in the middle of no where using Vanilla Mob Spawns.
2. RSO fun for these sort of Maps gets denser the further you go out but we could disable this to 0.
3. How do we get the first guy to spawn miles away at the new base?
4. I would just design the 2 spawn locations via the map editor.
Also it would be nice but maybe not possible to get different alerts and tech tree. I'm pretty sure the tech tree is not possible but at least different alerts be nice from bots or base attack etc. It sucks having to hear other peoples alerts all day long.
My friend and I want to make a Multiplayer Map where we start like 30 minutes away from each other a
- StoneLegion
- Filter Inserter
- Posts: 687
- Joined: Fri Sep 05, 2014 7:34 pm
- Contact:
-
- Smart Inserter
- Posts: 1847
- Joined: Sun Feb 23, 2014 3:37 pm
- Contact:
Re: My friend and I want to make a Multiplayer Map where we start like 30 minutes away from each oth
Generate a custom map.Kane wrote:How do we get the first guy to spawn miles away at the new base?
With lua code it's possible.Kane wrote:I would just design the 2 spawn locations via the map editor.
Both are only possible if you're on different teams, but then you or your friend would be allied with biters.Kane wrote:I'm pretty sure the tech tree is not possible but at least different alerts be nice from bots or base attack etc.
- StoneLegion
- Filter Inserter
- Posts: 687
- Joined: Fri Sep 05, 2014 7:34 pm
- Contact:
Re: My friend and I want to make a Multiplayer Map where we start like 30 minutes away from each oth
That makes me sad. I would make the map via the editor but I don't think there is even a way to say teleport to a location as the map editor I don't think had a command line did it?
-
- Smart Inserter
- Posts: 1847
- Joined: Sun Feb 23, 2014 3:37 pm
- Contact:
Re: My friend and I want to make a Multiplayer Map where we start like 30 minutes away from each oth
No, you'd have to use a control.lua file and set it so when a player joins the map and when they die they get teleported to their base.
You can have a look at my custom map here if you want an example of how to do it.
You can have a look at my custom map here if you want an example of how to do it.
- StoneLegion
- Filter Inserter
- Posts: 687
- Joined: Fri Sep 05, 2014 7:34 pm
- Contact:
Re: My friend and I want to make a Multiplayer Map where we start like 30 minutes away from each oth
Thanks I actually was trying find this in your PvP mod but I see you had stored it in the MapFishSandwich wrote:No, you'd have to use a control.lua file and set it so when a player joins the map and when they die they get teleported to their base.
You can have a look at my custom map here if you want an example of how to do it.

-
- Smart Inserter
- Posts: 1847
- Joined: Sun Feb 23, 2014 3:37 pm
- Contact:
Re: My friend and I want to make a Multiplayer Map where we start like 30 minutes away from each oth
Yeah, it's designed to work with teams. 2nd coordinates are host, player 3, player 5 etc. And the other coordinates are for player 2, player 4, player 6 etc.Kane wrote:Thanks I actually was trying find this in your PvP mod but I see you had stored it in the MapFishSandwich wrote:No, you'd have to use a control.lua file and set it so when a player joins the map and when they die they get teleported to their base.
You can have a look at my custom map here if you want an example of how to do it.So if I get this right the 2nd coordinates are the host and the first one will be for the first player that joins? It seems to work fine I will have to test it on Monday when my mate gets back.
If it's just you and your friend you won't need to worry about it though.

- StoneLegion
- Filter Inserter
- Posts: 687
- Joined: Fri Sep 05, 2014 7:34 pm
- Contact:
Re: My friend and I want to make a Multiplayer Map where we start like 30 minutes away from each oth
Perfect! Thanks Mate I can't wait to play Monday.FishSandwich wrote:Yeah, it's designed to work with teams. 2nd coordinates are host, player 3, player 5 etc. And the other coordinates are for player 2, player 4, player 6 etc.Kane wrote:Thanks I actually was trying find this in your PvP mod but I see you had stored it in the MapFishSandwich wrote:No, you'd have to use a control.lua file and set it so when a player joins the map and when they die they get teleported to their base.
You can have a look at my custom map here if you want an example of how to do it.So if I get this right the 2nd coordinates are the host and the first one will be for the first player that joins? It seems to work fine I will have to test it on Monday when my mate gets back.
If it's just you and your friend you won't need to worry about it though.