If you cant see the Scoreboard, you likely have your ShooterUI.ini on readonly and didnt receive the needed update.
So go to \Documents\My Games\UnrealEngine3\ShooterGame\Config
Undo the readonly again from the ShooterUI.ini
In the file search for this section:
[ShooterGame.SGUIGameMenuManager]
SceneData=(SceneName=“OptionsMenu”, SWFFileName=“SGOptionsScene.swf”)
SceneData=(SceneName=“CharPreviewTestScene”, SWFFileName=“SGCharPreviewTestScene.swf”)
SceneData=(SceneName=“RoundReview”, SWFFileName=“SGRoundReviewScene.swf”)
SceneData=(SceneName=“GameOverviewScene”, SWFFileName=“SGGameOverviewScene.swf”)
SceneData=(SceneName=“TutorialGameReview”, SWFFileName=“SGTutorialGameReview.swf”)
SceneData=(SceneName=“TutorialScoreboard”, SWFFileName=“SGTutorialScoreboard.swf”)
m_SceneLockTime=5.0
add this line to it:
SceneData=(SceneName=“TutorialScoreboard”, SWFFileName=“SGTutorialScoreboard.swf”)
Now you can set it back to read only.
Hope this helps.
