Page 1 of 1

[Beta][Multiplayer] EKONOMY WAR

Posted: Sun May 10, 2015 2:35 pm
by TheLebkuchen24
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

Re: [Beta][Multiplayer] EKONOMY WAR

Posted: Sun May 10, 2015 3:21 pm
by FishSandwich
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').

Re: [Beta][Multiplayer] EKONOMY WAR

Posted: Sun May 10, 2015 5:16 pm
by TheLebkuchen24
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.

Re: [Beta][Multiplayer] EKONOMY WAR

Posted: Thu Sep 24, 2015 8:04 pm
by l4m3r
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']