I barely realised to install BlackMesa ; when I opened the game , Ive noticed that Options button doesnt work . When I make click on it nothing happens . I also noticed when I reach at the end of destination (with the train from the beginning of game) , the door of train doesn’t opens . Please help.
The GameMenu shows like this:
[code]“GameMenu”
{
“1”
{
“label” “#GameUI_GameMenu_ResumeGame”
“command” “ResumeGame”
“OnlyInGame” “1”
}
“5”
{
“label” “#GameUI_GameMenu_NewGame”
“command” “OpenNewGameDialog”
“notmulti” “1”
}
“6”
{
“label” “#GameUI_GameMenu_LoadGame”
“command” “OpenLoadGameDialog”
“notmulti” “1”
}
“7”
{
“label” “#GameUI_GameMenu_SaveGame”
“command” “OpenSaveGameDialog”
“notmulti” “1”
“OnlyInGame” “1”
}
//“8”
//{
// “label” “#GameUI_LoadCommentary”
// “command” “OpenLoadSingleplayerCommentaryDialog”
// “notmulti” “1”
//}
“9”
{
“label” “#GameUI_GameMenu_Achievements”
“command” “OpenAchievementsDialog”
}
“11”
{
“label” “#GameUI_GameMenu_Friends”
“command” “OpenFriendsDialog”
}
“12”
{
“label” “#GameUI_GameMenu_Options”
//“command” “OpenOptionsDialog”
“command” “engine openblackmesaoptions”
}
“15”
{
“label” “#GameUI_GameMenu_Quit”
“command” “Quit”
}
}
[/code]