This should work Download my SwitchTeamsMod at: http://brothersnarms.gamerlaunch.com/gallery/library.php?gid=452135
This is untracked of course.
How To Use:
Open aa25srv.ini
under [Engine.GameEngine]
add line: ServerActors=SwitchTeamsMod.AdminTeamSwitch
Save aa25srv.ini
While ingame press ~ then type 'mutate switchteams'
Source Code:
class AdminTeamSwitch extends mutator;
event PreBeginPlay ()
{
Level.Game.BaseMutator.AddMutator(self);
Log("This mod is property of the [BA]^ Brothers N Arms Clan !",'LEEFFM');
Log("This mod is made by [BA]^LEEFFM",'LEEFFM');
Log("LEEFFM'S Switch Teams Mod Is Loaded",'LEEFFM');
}
function Mutate (string MutateString, PlayerController Sender)
{
local array<string> Parts ;
local HumanController HC ;
local string Command ;
local string Option ;
HC = HumanController(Sender);
Split( MutateString, " ", Parts);
Command = caps(Parts[0]) ;
Option = caps(Parts[1]) ;
if (HC.PlayerReplicationInfo.bAdmin)
{
switch (Command)
{
case "switchteams":
SwitchSides () ;
break;
default:
HC.ClientMessage ("Type 'mutate switchteams' to switch Team Sides!") ;
break;
}
} else
{
HC.NotifyAdminMessage("'mutate switchteams' is an Administrator only command!") ;
}
}
function TeamChange( HumanController HC, int N )
{
local TeamInfo OldTeam;
OldTeam = HC.PlayerReplicationInfo.Team;
Level.Game.ChangeTeam(HC, N, true);
}
function SwitchSides ()
{
local HumanController HC;
local int PlayerID;
local int i;
PlayerID = HC.PlayerReplicationInfo.PlayerID ;
for (i = 0; i < Level.Game.GameReplicationInfo.PRIArray.Length; i++)
{
HC = HumanController(Level.Game.GameReplicationInfo.PRIArray[i].GetController());
if (HC.PlayerReplicationInfo.Team.TeamIndex == 1)
{
TeamChange(HC,0);
} else
{
TeamChange(HC,1);
}
}
}
VANOKE

I can`t juse it if its make the server not tracked for Big Clan Day
But i would say its not a Mod is a Tool so leds shout all ELIZ & SPANKY Can we inplant this tool from

1- Tournament software ore
2- form Crusade the swap team "mod" Tool.
===================================================================
Offline Ganja
Respected Members
Epic Poster
***
Posts: 3,185
View Profile
Personal Message (Offline)
AA: -wA'tNc.gaNja
Re: Team Swap
? Reply #11 on: Today at 07:17:43 ?
Quote
Quote from: Vanoke on Today at 06:56:24

And about fragho.... the good guys understand and have a great time they stay.
Ye but look at this: The "good" guys stay and the one-side heroes leave, maybe to another serrver, maybe to take a break. That means there's nobody on the difficult side anymore, so the "good guys" will forever have to stay on the same side.
The way I see it, this teamswap will never work, just because players keep telling themselves "If I prefer to go defence it's my right blablabla" and because a lot of players don't like challenge and don't like to get out of their comfort zone. All they like are easy kills.
My 2 cents

=========================================================

Vanoke

Ganja in normal situation oke sum players will argue about it.
But i juse it in BCD not in normal unless the server is full for more than 40 minuts you can say i swap all.
In big clan day its a extra you can upgrade your skills in a full server also hooping that team spirit will grow in near future like on the right time and plays trow smoke etc.etc.
And those fragho... i say sumtimes to them / Try to help your team mates / ore you can do better ( name) ore Its obj time go go go .
And if you learn ther spots then its also a gameplay unless they change ther game name everytime.
But to go back to the core toppic leds wait if Eliz ore Spanky can gif a anser to this.!!!
