Notices

Go Back   FileFront Forums > The Games! > Star Wars: Empire At War > SW:EaW Modding, Mapping and Editing

Remember Me?

SW:EaW Modding, Mapping and Editing
Want more info about a Mod? Making a Mod? Looking for Modders, Mappers, Skinners, etc.? This is your Spot!

Reply
 
LinkBack Thread Tools Display Modes
Old August 9th, 2009   #1
I don't spend enough time here
 
Join Date: August 2nd, 2009
Status: Available
23 posts, 0 likes.
Rep Power: 0
NakedCrook is a n00b
Default Fourth Team and More AI players

Hey there, I am looking to expand FOC gameplay by adding a fourth team and/or another AI player.

As you may know, FOC limits us to 3 teams (not factions but teams) and 3 AI players in any skirmish gametype. Is it possible to expand on this?

Last edited by NakedCrook; August 9th, 2009 at 01:20 AM.
NakedCrook is offline   Reply With Quote
Old August 9th, 2009   #2
Are misspellings yours? >:}
 
IrationalFear's Avatar
 
Join Date: July 31st, 2009
Location: In your mind. Mwuhahaha
Status: Making a mod
86 posts, 0 likes.
Rep Power: 0
IrationalFear is a n00b
Default Re: Fourth Team and More AI players

For additional Teams, some XML and Text editing would be necessary, and you would only be able to have more teams on custom maps, but it seems possible. For additional AI, I don't know what puts a limit on them in the first place, so I have no Idea.

IrationalFear is offline   Reply With Quote
Old August 9th, 2009   #3
I don't spend enough time here
 
Join Date: August 2nd, 2009
Status: Available
23 posts, 0 likes.
Rep Power: 0
NakedCrook is a n00b
Default Re: Fourth Team and More AI players

Hmmm, well in terms of adding a fourth team, which XML files would need editing?
NakedCrook is offline   Reply With Quote
Old August 9th, 2009   #4
shaken - not stirred
Shelob
 
Sadim-Al-Bouncer's Avatar
 
Join Date: June 8th, 2009
Status: Available
2,069 posts, 30 likes.
Rep Power: 17
Sadim-Al-Bouncer is as cool as a ModeratorSadim-Al-Bouncer is as cool as a ModeratorSadim-Al-Bouncer is as cool as a ModeratorSadim-Al-Bouncer is as cool as a ModeratorSadim-Al-Bouncer is as cool as a ModeratorSadim-Al-Bouncer is as cool as a ModeratorSadim-Al-Bouncer is as cool as a ModeratorSadim-Al-Bouncer is as cool as a ModeratorSadim-Al-Bouncer is as cool as a ModeratorSadim-Al-Bouncer is as cool as a ModeratorSadim-Al-Bouncer is as cool as a Moderator
Default Re: Fourth Team and More AI players

factions.xml along with all the units and structures and ai, all that stuff
Sadim-Al-Bouncer is offline   Reply With Quote
Old August 9th, 2009   #5
Star Trek Supremacy
 
Vjeko1701's Avatar
 
Join Date: May 20th, 2008
Location: Krapina, Croatia
Status: Making Star Trek Supremacy, attending college.
527 posts, 1 likes.
Rep Power: 17
Vjeko1701 is known by everybodyVjeko1701 is known by everybodyVjeko1701 is known by everybodyVjeko1701 is known by everybodyVjeko1701 is known by everybodyVjeko1701 is known by everybody
Send a message via Yahoo to Vjeko1701
Default Re: Fourth Team and More AI players

And MULTIPLAYER_STRUCTURE_MARKERS.XML to add new teams.
Vjeko1701 is offline   Reply With Quote
Old August 9th, 2009   #6
I don't spend enough time here
 
Join Date: August 2nd, 2009
Status: Available
23 posts, 0 likes.
Rep Power: 0
NakedCrook is a n00b
Default Re: Fourth Team and More AI players

Alright, I have created a new faction out of the pirates, they are just a test thing, they have a starbase and a few units which I can build. I have copied the TEAM_XX markers in both MULTIPLAYER_STRUCTURE_MARKERS.XML and MARKERS.xml and created TEAM_03_XXX.

now, when I go into the game I see the pirates faction but when I choose the team I only see Team 1, Team 2 and Team 3. How do I go about adding Team 4 to the in game dropdown list?

On a side note, when I open the petro map editor, I cannot add the Team_03 marker to my map.

FYI, I am using a batch file and a directory in the mods folder to launch my mod. Do I need to move the MARKERS.XML to the data/xml folder?
NakedCrook is offline   Reply With Quote
Old August 9th, 2009   #7
Are misspellings yours? >:}
 
IrationalFear's Avatar
 
Join Date: July 31st, 2009
Location: In your mind. Mwuhahaha
Status: Making a mod
86 posts, 0 likes.
Rep Power: 0
IrationalFear is a n00b
Default Re: Fourth Team and More AI players

Quote:
Originally Posted by NakedCrook View Post
Do I need to move the MARKERS.XML to the data/xml folder?
Yes, you do.
IrationalFear is offline   Reply With Quote
Old August 10th, 2009   #8
I don't spend enough time here
 
Join Date: August 2nd, 2009
Status: Available
23 posts, 0 likes.
Rep Power: 0
NakedCrook is a n00b
Default Re: Fourth Team and More AI players

Thanks for all the help and patience guys, All I need to do now is figure out how to add Team 4 to the drop down list and I will be set to go.
NakedCrook is offline   Reply With Quote
Old August 10th, 2009   #9
aka Mobby!
 
Mobius13's Avatar
 
Join Date: February 17th, 2009
Location: Brazil
Status: Making a mod
773 posts, 0 likes.
Rep Power: 15
Mobius13 should make some friends
Default Re: Fourth Team and More AI players

Quote:
Originally Posted by NakedCrook View Post
Thanks for all the help and patience guys, All I need to do now is figure out how to add Team 4 to the drop down list and I will be set to go.
Its automatically added if you make an entry for it in Factions.xml

Just make sure you have given it a string name in the DAT editor.

ETM ModDB Page
ETM Forums!!!


Estimated completion: 55%

ETM
Coder, Mapper, Skinner, Modeler, and Rigger
SotE Assistant Mapper
Mobius13 is offline   Reply With Quote
Old August 10th, 2009   #10
I don't spend enough time here
 
Join Date: August 2nd, 2009
Status: Available
23 posts, 0 likes.
Rep Power: 0
NakedCrook is a n00b
Default Re: Fourth Team and More AI players

Quote:
Originally Posted by Mobius13 View Post
Its automatically added if you make an entry for it in Factions.xml

Just make sure you have given it a string name in the DAT editor.
I think you misunderstand my question.

I have 4 factions:

Rebel
Empire
Consortium
Pirate

I have a map with 4 Teams with this layout:

1 4
3 2

However, In the pregame lobby, when I select the drop down list to pick my Team, Team 1, Team 2 and Team 3 appears but Team 4 does not. All the factions work, but Team 4 is not an option in the drop down list.
NakedCrook is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fourth Team Catstone SW:EaW Modding, Mapping and Editing 1 April 19th, 2009 01:53 PM
64 players per team? Jighaps SW:BF2 Modding, Mapping and Editing 7 March 16th, 2009 03:53 PM


All times are GMT -7.







   
 





This site is part of the Defy Media Gaming network

The best serving of video game culture, since 2001. Whether you're looking for news, reviews, walkthroughs, or the biggest collection of PC gaming files on the planet, Game Front has you covered. We also make no illusions about gaming: it's supposed to be fun. Browse gaming galleries, humor lists, and honest, short-form reporting. Game on!

FileFront Forums - Terms of Service - Top
Theme Selection
Copyright Đ 2002-2016 Game Front. All rights reserved. Powered by vBulletin®
Copyright ©2000 - 2016, vBulletin Solutions, Inc.
Forum Theme by Danny King (FileTrekker), Sheepeep & Graeme(rs)
RSS Feed Widget by FeedWind