No, the .win file is where you would specify which parts of the UI to show. Your .scar file is where you would set tickers and max tickers. Team 1 is the left side, team 2 is the right.
in default.win I changed to this (apart from the other code above it):
"score_display = vp_ticker
show_time = false"
and removed the "entity_replacements ="
in default.scar I edited to this:
"local function WinCondition_Init()
WinWarning_SetMaxTickers( 1000 team1MaxTickers, 1000 team2MaxTickers )
WinWarning_SetTickers( 1000 team1Tickers, 1000 team2Tickers )"
although there's a lot of annihilation code above that came with default.scar
This didn't work and disabled the camera zoom out code underneath.