Ok wel ill try help anyone i can.
You can make new parallel .u properties packages ,
when u boot up unreal and goto the actor classes browser
untik placeableclassesonly box. Controller AIController scripted controller CTBot
there listed are the bot controllers for all the AI You can either make a subclass of an existing or make a new one altogether.
Say for instance you want to make new trando bots that are more agressive
Left clik to select trando merc bot right clik NEW in Package name RC1266 in NAME cell you can call it your new trandobot name ie TB1266 then OK then Exit and update the pakage.
Every time u make a new addition remembering to have the pakage name as whatever you picked ie RC1266 as i said above.
In Hidden in the botclass you have HOSTILE STIMULUS RESPONSES you can alter
IN CTBOt you have REQUIREDSTATES you can alter
Ok so now u can make a new PAWN class
goto PAWN CTPAWN TRANDO TRANDOMERC LEFTCLIK select right clik NEW
PAKAGE RC1266 then whatever your new merc name is ie TM1266
in HIDDEN in your new pawn class scroll down and change the CONTROLLERCLASS
to reference to your new botcontroller
In PAWN you can change MESHSETS from MeshAnimation'Clone.CloneCommandoSPSet' to MeshAnimation'Clone.MPSet'
You can also change the weaps and skins even and ACCURACY
Ok to make new gamemode Scroll down to INFO GAMEINFO CTGAMEINFO MPGAME
There you can make a subclass of any existing game mode
Say for instance you just want to make a new type of dm where the player health and shields are higher
You make a subclass of DM 1266 pakage NEWDMGame
In HIDDEN at Bottom is VALIDPAWNCLASSES thats where you have your new playerstarts entered !!!!!
Next goto PAWN MPPAWN Drop down for clone and trando
Left clik on MPClone make a new player start ie RC1266 pakage name MPClone1266
do same for MPTrando MPTrando1266
so u have 2 new player starts in them you can edit health,shields, weapons ,skins etc
go back to
INFO GAMEINFO CTGAMEINFO MPGAME 1266 pakage NEWDMGame In HIDDEN at Bottom is VALIDPAWNCLASSES
ie RC1266 .MPClone1266
RC1266 .MPTrando1266
Exit and update package then goto your system folder look for the xgamelist
copy existing gameline and edit then paste bak as new entry
GameType=(GameName="rc1266 DM",ClassName="rc1266.NEWDMGame",MapPrefix="DM",Acronym="DM",MapListType="MPGame.MapListDeathMatch",
Screenshot="MapThumbnails.ShotDeathmatch",DecoTextName="XGames.Deathmatch",DefaultGoalScore=30,MinGoalS
core=10,DefaultTimeLimit=60,DefaultMaxLives=0,DefaultRemainingRounds=0,bTeamGame=0)
Hey Presto ..

Hope that helps