Re: Scene editor won't place both player brain And CPU brain B30
Try putting in
Code:
P1ResidentBrain = Actor
CopyOf = ####Brain
Position = Vector
X = ####Pos.X
Y = ####Pos.Y
HFlipped = 0
Team = 0
P2ResidentBrain = Actor
CopyOf = Dummy.rte/Dummy Controller
Position = Vector
X = 3552
Y = 1092
HFlipped = 0
Team = 1
Where ####Brain is the location of whatever brain you want to use, and ####Pos.X/Pos.Y are the positions you want the brain in. There's probably some bug that is setting all brains placed by you as the resident brain for your player (player 1) regardless of what team you set them as.
If that doesn't work, you could try changing the P2ResidentBrain to however normal actors are defined in scene inis, that could help?