GoldenEye: Source Forums

  • March 28, 2024, 08:57:21 pm
  • Welcome, Guest
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Solo GameMode base start  (Read 6937 times)

0 Members and 1 Guest are viewing this topic.

BALIST0N

  • Agent
  • *
  • Posts: 2
  • Reputation Power: 0
  • BALIST0N has no influence.
  • Offline Offline
Solo GameMode base start
« 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
Spoiler for Hiden:
"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 :)
« Last Edit: August 27, 2016, 08:40:47 pm by BALIST0N »
Logged
Pages: [1]   Go Up