The story:
Two nations are in war and run out of ressources. The only chance to win this war is in the expanding to the mars.
Who will send back at first his rocket to earth with the missing ressources?
Goal:
Build a rocket launcher, have in storage: [I actually don't know what .... ]
-------------
Hello guys,
I am working on a multiplayer map where two players have to build as fast as they can for victory.
For the moment I created a map for two players. The Map is mirrored. So that both have the same chances. Both have a chest on their land with a little start up help.
Maybe someone is interested to do some lua to improve my idea. Let me know it. ;D
Sincerly,
TheLebkuchen24
P.s.: I hope I did the map upload right. ^^
P.s.s.: Hopfully you enjoy my map in multiplayer.
------------
Knowing problems:
- Both player have to research together
- There is a land bridge between them. So they can manipulate and kill each other
- It could be that aliens spawn on the island
[Beta][Multiplayer] EKONOMY WAR
-
- Burner Inserter
- Posts: 7
- Joined: Sun Feb 22, 2015 12:37 pm
- Contact:
[Beta][Multiplayer] EKONOMY WAR
- Attachments
-
- MP_szenario.zip
- (12.33 MiB) Downloaded 486 times
-
- Smart Inserter
- Posts: 1847
- Joined: Sun Feb 23, 2014 3:37 pm
- Contact:
Re: [Beta][Multiplayer] EKONOMY WAR
Why not put the players on different teams? Then they have seperate research and can kill each other easier.(not holding c to 'manual target').
-
- Burner Inserter
- Posts: 7
- Joined: Sun Feb 22, 2015 12:37 pm
- Contact:
Re: [Beta][Multiplayer] EKONOMY WAR
hm....
The main idea was not that players kill each other.
How can I put the players in different teams ? :O
If this truely works fine seems my other ideas possible.
The main idea was not that players kill each other.
How can I put the players in different teams ? :O
If this truely works fine seems my other ideas possible.
Re: [Beta][Multiplayer] EKONOMY WAR
hmm i used this lua code in my mp games to to this its with settings for differnt teams but not shot on each ohter
/c game.create_force('force 1')
/c game.create_force('force 2')
/c game.get_player('friend 1').force = game.forces['force 1']
/c game.get_player('friend 2').force = game.forces['force 2']
/c game.forces['force 1'].set_cease_fire('force 2', true)
/c game.forces['force 2'].set_cease_fire('force 1', true)
/c game.get_player('l4m3r').force = game.forces['force 3']
/c game.create_force('force 1')
/c game.create_force('force 2')
/c game.get_player('friend 1').force = game.forces['force 1']
/c game.get_player('friend 2').force = game.forces['force 2']
/c game.forces['force 1'].set_cease_fire('force 2', true)
/c game.forces['force 2'].set_cease_fire('force 1', true)
/c game.get_player('l4m3r').force = game.forces['force 3']