Editing and Customization > Modding Help
Solo GameMode base start
(1/1)
BALIST0N:
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 :)
Navigation
[0] Message Index
Go to full version