GoldenEye: Source Forums

Editing and Customization => Modding Help => Topic started by: BALIST0N on August 27, 2016, 08:37:50 pm

Title: Solo GameMode base start
Post by: BALIST0N on August 27, 2016, 08:37:50 pm
Hello everyone, like i say in the title i'm start to creating a solo mode base for goldeneye,
i'm explain :

i just  want to create the menu like the N64 with the level selection etccc


i have already started yesterday but i'm already blocked ...
this code is for creating the mainmenu :)
from GameMenu.res
"GameMenu"
.
.
.
.
   "11"
   {
      "label"   "#GEUI_GameMenu_ShowIntro"
      "command" "engine showintro 0"
   }
   "12"
   {
      "label" ""
      "command" ""
   }
   "13"
   {
      "label" "#GameUI_GameMenu_Quit"
      "command" "Quit"
   }
   "14"
   {
      "label" "#GEUI_GameMenu_SoloPlayer"
      "command" "SoloGamemode"
   }

}

the label is in the main menu but don't know where the "command" is scripted ?
but i think there is in the .dll files ...

how i can find this ? please
thank you :)