Abstinuous
Member
+33|6877
dono if this has been discussed before.

What do you guys think of a map with 3 teams? 20 players each. that way we have all guns in one map, it has to be well done though, a city map not too big (maybe IO). I don't think bf2 will allow u to do that, maybe a mod can.

what's your thoughts?
JG1567JG
Member
+110|7034|United States of America
I always thought this would be a very neat battlefield style of gameplay. These maps could be where the three frontlines happen to meet on the global scale.  Maybe an island map with the US on a carrier and Mec and Chinese starting at different ends of the Island or on seperate Islands all going for one main Island.

I'm sure I have seen something on here before about all three teams on one map but couldn't say where and I'm not going to look for it.
Emil
Teh strogg!
+205|6925|Trondheim, Norway
then it has to be MEC & PLA vs. USMC, they are allies u know....
jcurts
Member
+25|6811|Coventry, UK
bring it on man.

that would be a great game.
JG1567JG
Member
+110|7034|United States of America
Didn't you hear Emil_the_Slayer?  The Mec commander flew his Mig from The Gulf of Oman to Wake Island and bailed out over the Pla airfield and Knifed the Pla Commander for not converting to Islam and they are no longer allies.

Last edited by JG1567JG (2006-11-27 10:59:02)

Abstinuous
Member
+33|6877
yeah i wish i know how

and Emil 1st of all there is no MEC for it to be allies with China. and the middle east countries are not allies with china unless u wanna take it form the US point of view, then of course everyone is against them


edit: grammer

Last edited by Abstinuous (2006-11-27 11:00:49)

Emil
Teh strogg!
+205|6925|Trondheim, Norway

JG1567JG wrote:

Didn't you hear Emil_the_Slayer?  The Mec commander flew his Mig from The Gulf of Oman to Wake Island and bailed out over the Pla airfield and Knifed the Pla Commander for not converting to Islam and they are no longer allies.
nope i didn't, but ok.... maybe... to bad for the Mec commander that there isn't dogtags in bf2
JG1567JG
Member
+110|7034|United States of America

Emil_the_Slayer wrote:

JG1567JG wrote:

Didn't you hear Emil_the_Slayer?  The Mec commander flew his Mig from The Gulf of Oman to Wake Island and bailed out over the Pla airfield and Knifed the Pla Commander for not converting to Islam and they are no longer allies.
nope i didn't, but ok.... maybe... to bad for the Mec commander that there isn't dogtags in bf2
Ya too bad on the dogtags.  This was just breaking news at PLA News Live from Wake.  The Mec commander refused to be taken alive and ended up Jihad Jeeping the J10 on the runway.
Towelly
It's A State Of Mind
+399|7037|Your attic
I still want BF of Warcraft.

FPSMMORPGs'  FTW
kylef
Gone
+1,352|6939|N. Ireland
MEC and PLA vs USMC and EU :p

No, I much prefer it the way it is..
jimmanycricket
EBC Member
+56|7101|Cambridge, England
its not possible the game engine dosnt support it, 2 teams is part of the fundamental Bf2 game engine

even if you do get it to work the Tickets would go all weird, you might only be able to select 2 of the teams in the team select tab.

this is your best bet but i doubt it would work

gameLogic.setTeamName 1 "MEC"

gameLogic.setTeamName 2 "US"

gameLogic.setTeamName 3 "CH"



gameLogic.setTeamLanguage 1 "MEC"

gameLogic.setTeamLanguage 2 "English"

gameLogic.setTeamLanguage 3 "English"



gameLogic.setTeamFlag 0 "flag_neutral"

gameLogic.setTeamFlag 1 "flag_mec"

gameLogic.setTeamFlag 2 "flag_us"

gameLogic.setTeamFlag 3 "flag_ch"



gameLogic.setKit 1 0 "MEC_Specops" "mec_light_soldier"

gameLogic.setKit 2 0 "US_Specops" "us_light_soldier"

gameLogic.setKit 3 0 "CH_Specops" "ch_light_soldier"



gameLogic.setKit 1 1 "MEC_Sniper" "mec_light_soldier"

gameLogic.setKit 2 1 "US_Sniper" "us_light_soldier"

gameLogic.setKit 3 1 "CH_Sniper" "ch_light_soldier"



gameLogic.setKit 1 2 "MEC_Assault" "mec_heavy_soldier"

gameLogic.setKit 2 2 "US_Assault" "us_heavy_soldier"

gameLogic.setKit 3 2 "CH_Assault" "ch_heavy_soldier"



gameLogic.setKit 1 3 "MEC_Support" "mec_heavy_soldier"

gameLogic.setKit 2 3 "US_Support" "us_heavy_soldier"

gameLogic.setKit 3 3 "CH_Support" "ch_heavy_soldier"



gameLogic.setKit 1 4 "MEC_Engineer" "mec_light_soldier"

gameLogic.setKit 2 4 "US_Engineer" "us_light_soldier"

gameLogic.setKit 3 4 "CH_Engineer" "ch_light_soldier"



gameLogic.setKit 1 5 "MEC_Medic" "mec_light_soldier"

gameLogic.setKit 2 5 "US_Medic" "us_light_soldier"

gameLogic.setKit 3 5 "CH_Medic" "ch_light_soldier"



gameLogic.setKit 1 6 "MEC_AT" "mec_heavy_soldier"

gameLogic.setKit 2 6 "US_AT" "us_heavy_soldier"

gameLogic.setKit 3 6 "CH_AT" "ch_heavy_soldier"

Last edited by jimmanycricket (2006-11-27 12:17:35)

Board footer

Privacy Policy - © 2025 Jeff Minard