

CONTROL		SinglePlayerGroup
GROUP		MainMenuGroup
GROUP_REPOS	240	200
GROUP_TITLE	<< Singleplayer >>	320	140	MenuTitleName
TEXT_RESET	LEFT_ALIGNED
TYPE		MENU_SELECT
INACTIVE	ListBoxEntryFontWhite
ACTIVE		ListBoxEntryFontWhite
ICON		FrameBack 210 180 200 128 1.0
ROW_LIST	SinglePlayerRowList



CONTROL		MultiPlayerGroup
GROUP		ListBoxEntryGroup
GROUP_REPOS	260	180
GROUP_TITLE	<< Multiplayer >>	320	140	MenuTitleName
AUTO_ACTIVATE	GameServerSelectGroup	TAB_ACTIVATE		
TYPE		MENU_SELECT_NO_PREDECESSOR	QuitGroup
INACTIVE	ListBoxEntryFontWhite
ACTIVE		ListBoxEntryFontWhite
ROW_LIST	MultiPlayerRowList


CONTROL		GameServerSelectGroup
GROUP		MultiColumnedListBoxGroup
GROUP_REPOS	140	260
GROUP_RESIZE	360	120
TYPE		MULTICOL_OBJECT_SELECT
TITLE_BAR	12	FrameBack 	1.0
COLUMN_CONFIG	<< Server >>	RIGHT_ALIGNED	140	MultiColumnedListBoxColumnBackGreen	0.5
COLUMN_CONFIG	<< Level >>	RIGHT_ALIGNED	80	MultiColumnedListBoxColumnBackBlue	0.65
COLUMN_CONFIG	<< Players >>	CENTRE_ALIGNED	80	MultiColumnedListBoxColumnBackGreen	0.65
COLUMN_CONFIG	<< Status >>	LEFT_ALIGNED	60	MultiColumnedListBoxColumnBackBlue	0.5
INACTIVE	MultiColumnedListBoxEntryNameActive
ACTIVE		MultiColumnedListBoxEntryNameActive
ROW_LIST	RowList_game_server



CONTROL		CreateSessionGroup
GROUP		MainMenuGroup
GROUP_REPOS	200	200
GROUP_TITLE	<< Create Session >>	320	140	MenuTitleName
AUTO_ACTIVATE	CreateSessionConfigureGroup	SCROLL_MERGE		
TYPE		CONFIG_SELECT
INACTIVE	ListBoxEntryFontWhite
ACTIVE		ListBoxEntryFontWhite
NEXT_CONTROL	LoadingScreenGroup
ICON		FrameBack 180 180 200 128 1.0
ROW_LIST	CreateSession_ValueChangeList



CONTROL		CreateSessionConfigureGroup	
GROUP		ListBoxEntryGroup
GROUP_REPOS	200	260
TEXT_RESET	LEFT_ALIGNED
TYPE		MENU_SELECT
INACTIVE	ListBoxEntryFontWhite
ACTIVE		ListBoxEntryFontWhite
ROW_LIST	CreateSessionRowList

LIST		CreateSession_ValueChangeList
TYPE		VALUE_TYPES
LIST_START
		Planet			ValueList_Planets
		Bots			ValueList_Count_0to7
		Difficulty		ValueList_Global_Difficulty
LIST_END

LIST		CreateSessionRowList
TYPE		STATIC
LIST_START
		<< Play >>		LoadingScreenGroup
		<< Back >>		MultiPlayerGroup
LIST_END


LIST		SinglePlayerRowList
TYPE		STATIC
LIST_START
		<< New Game >>		NewGameGroup
		<< Load Game >>		none
		<< Back >>		GameGroup
LIST_END


LIST		PracticeOptionsRowList
TYPE		STATIC
LIST_START
		<< Configure Game >>		LoadingScreenGroup
		<< Select Character >>		LoadingScreenGroup
		<< Configure Bots >>		LoadingScreenGroup
		<< Back >>			GameGroup
		<< Play Game >>			LoadingScreenGroup
LIST_END


LIST		RowList_game_server
TYPE		DYNAMIC
GET_FROM	game_server			LoadingScreenGroup


LIST		Practice_ValueChangeList
TYPE		VALUE_TYPES
LIST_START
		GameMode		ValueList_GameModes
		Bots			ValueList_Count_0to7
		Difficulty		ValueList_Global_Difficulty
LIST_END



LIST		MultiPlayerRowList
TYPE		STATIC
LIST_START
		<< Play >>		LoadingScreenGroup
		<< Select Character >>	SelectCharacterGroupMultiplayer
		<< Change Control >>	ControlConfigureGroup
		<< Quit >>		QuitGroup
LIST_END



