GoldenEye: Source Forums

  • March 28, 2024, 08:54:20 am
  • Welcome, Guest
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: SM Goldeneye Menu  (Read 9338 times)

0 Members and 1 Guest are viewing this topic.

mookie

  • Idiot
  • 00 Agent
  • ***
  • Posts: 252
  • Reputation Power: 0
  • mookie is looked down upon.
  • Offline Offline
SM Goldeneye Menu
« on: February 07, 2009, 01:57:57 am »

This might be useful if anyone else is using SourceMod:

Custom admin menu commands:
Code: [Select]
"Commands"
{
"Goldeneye"
{
"Restart Round"
{
"cmd" "ge_restartround"
"execute" "server"
}
"Game Mode"
{
"cmd" "ge_gameplay @1"
"execute" "server"
"1"
{
"type" "list"
"title" "Scenario"
"1" "deathmatch"
"1." "Deathmatch"
"2" "tournamentdm"
"2." "Team Deathmatch"
"3" "ltk"
"3." "Licence to Kill"
"4" "mwgg"
"4." "The Man with the Golden Gun"
"5" "yolt"
"5." "You Only Live Twice"
}
}
"Weapons"
{
"cmd" "ge_weaponset @1"
"execute" "server"
"1"
{
"type" "list"
"title" "Weapon Set"
"1" "pistols"
"1." "Pistols"
"2" "tknives"
"2." "Throwing Knives"
"3" "automatics"
"3." "Automatics"
"4" "power_weapons"
"4." "Power Weapons"
"5" "sniper_rifle"
"5." "Sniper Rifles"
"6" "grenades"
"6." "Grenades"
"7" "remote_mines"
"7." "Remote Mines"
"8" "timed_mines"
"8." "Timed Mines"
"9" "proxy_mines"
"9." "Proximity Mines"
"10" "slappers"
"10." "Slappers Only"
}
}
"Spawn Loadout"
{
"cmd" "ge_startarmed @1"
"execute" "server"
"1"
{
"type" "list"
"title" "Armament"
"1" "0"
"1." "Unarmed"
"2" "1"
"2." "Knife"
"3" "3"
"3." "Weapon"
"4" "2"
"4." "Knife and Weapon"
}
}
"Radar"
{
"cmd" "ge_allowradar @1"
"execute" "server"
"1"
{
"type" "list"
"title" "Radar"
"1" "1"
"1." "Ensable Radar"
"2" "0"
"2." "Disable Radar"
}
}
}
}
« Last Edit: February 07, 2009, 02:03:38 am by mookie »
Logged
5 2 3 7 1 4 6 0

VC

  • Valiant Varanidæ, Citrus Jockey
  • Retired Developer
  • GE:S Fanatic
  • *****
  • Posts: 2,843
  • Reputation Power: 16
  • VC is working their way up.VC is working their way up.VC is working their way up.
  • Offline Offline
Re: SM Goldeneye Menu
« Reply #1 on: February 07, 2009, 02:06:43 am »

You didn't include the loadout Random, which is one everyone can enjoy, along with other new ones like Rifles, Silenced Weapons, and Shotguns.
Logged
"As for VC's scripts they have not broken the game at all, in fact the game has never felt better." -- KM
"(03:12:41 PM) KM: I would call you a no life loser, but you are useful"
"(03:12:59 PM) VC: Go ahead.  I am, and I am."

mookie

  • Idiot
  • 00 Agent
  • ***
  • Posts: 252
  • Reputation Power: 0
  • mookie is looked down upon.
  • Offline Offline
Re: SM Goldeneye Menu
« Reply #2 on: February 07, 2009, 02:42:27 am »

That's true; I was keeping it down to two pages. Hopefully though this will give anyone else using SM a head start.
Logged
5 2 3 7 1 4 6 0

SoNeKa

  • Guest
Re: SM Goldeneye Menu
« Reply #3 on: February 10, 2009, 07:48:13 pm »

i did it:

Code: [Select]
"Commands"
{
   "Goldeneye"
   {
      "Restart Round"
      {
         "cmd" "ge_restartround"
         "execute" "server"
      }
      "Game Mode"
      {
         "cmd" "ge_gameplay @1"
         "execute" "server"
         "1"
         {
            "type" "list"
            "title" "Scenario"
            "1" "deathmatch"
            "1." "Deathmatch"
            "2" "tournamentdm"
            "2." "Team Deathmatch"
            "3" "ltk"
            "3." "Licence to Kill"
            "4" "mwgg"
            "4." "The Man with the Golden Gun"
            "5" "yolt"
            "5." "You Only Live Twice"
         }
      }
      "Weapons"
      {
         "cmd" "ge_weaponset @1"
         "execute" "server"
         "1"
         {
            "type" "list"
            "title" "Weapon Set"
            "1" "pistols"
            "1." "Pistols"
            "2" "tknives"
            "2." "Throwing Knives"
            "3" "automatics"
            "3." "Automatics"
            "4" "power_weapons"
            "4." "Power Weapons"
            "5" "sniper_rifle"
            "5." "Sniper Rifles"
            "6" "grenades"
            "6." "Grenades"
            "7" "remote_mines"
            "7." "Remote Mines"
            "8" "timed_mines"
            "8." "Timed Mines"
            "9" "proxy_mines"
            "9." "Proximity Mines"
            "10" "slappers"
            "10." "Slappers Only"
    "11" "silenced_weapons"
    "11." "Silenced Weapons"
    "12" "km"
    "12." "Killer Monkey's Favs"
    "13" "golden_gun"
    "13." "Golden Gun"
    "14" "shotguns"
    "14." "Shotguns"
    "15" "explosives"
    "15." "Explosives"
    "16" "rifles"
    "16." "Rifles"
    "17" "klobbs"
    "17." "KLOBBS!"
    "18" "silver_pp7s"
    "18." "Silver PP7s"
    "19" "random"
    "19." "Random"
         }
      }
      "Spawn Loadout"
      {
         "cmd" "ge_startarmed @1"
         "execute" "server"
         "1"
         {
            "type" "list"
            "title" "Armament"
            "1" "0"
            "1." "Unarmed"
            "2" "1"
            "2." "Knife"
            "3" "3"
            "3." "Weapon"
            "4" "2"
            "4." "Knife and Weapon"
         }
      }
      "Radar"
      {
         "cmd" "ge_allowradar @1"
         "execute" "server"
         "1"
         {
            "type" "list"
            "title" "Radar"
            "1" "1"
            "1." "Ensable Radar"
            "2" "0"
            "2." "Disable Radar"
         }
      }
      "Jump"
      {
         "cmd" "ge_allowjump @1"
         "execute" "server"
         "1"
         {
            "type" "list"
            "title" "Jump"
            "1" "1"
            "1." "Ensable Jump"
            "2" "0"
            "2." "Disable Jump"
         }
      }
   }
}
Logged

kidx

  • Secret Agent
  • **
  • Posts: 77
  • Reputation Power: 0
  • kidx has no influence.
  • Offline Offline
Re: SM Goldeneye Menu
« Reply #4 on: September 11, 2009, 10:14:51 am »

what do i save the code as in notepad.
Logged

major

  • On Vacation
  • Retired Developer
  • 007
  • ****
  • Posts: 1,837
  • Reputation Power: 109
  • major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!
  • Offline Offline
Re: SM Goldeneye Menu
« Reply #5 on: September 11, 2009, 10:36:50 am »

it replaces the adminmenu_custom.txt

located in /gesource/addons/sourcemod/configs

 I use Wordpad to open/edit files. Notepad++ is also a good program
« Last Edit: September 11, 2009, 10:40:02 am by major »
Logged
All view points are of my own and not associated with the team.

kidx

  • Secret Agent
  • **
  • Posts: 77
  • Reputation Power: 0
  • kidx has no influence.
  • Offline Offline
Re: SM Goldeneye Menu
« Reply #6 on: September 13, 2009, 09:43:32 pm »

how do i activate it in game do i have to be an admin.
Logged

major

  • On Vacation
  • Retired Developer
  • 007
  • ****
  • Posts: 1,837
  • Reputation Power: 109
  • major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!
  • Offline Offline
Re: SM Goldeneye Menu
« Reply #7 on: September 13, 2009, 09:44:48 pm »

easy way is to bind sm_admin to a key.

Code: [Select]
bind "p" "sm_menu"
Logged
All view points are of my own and not associated with the team.

kidx

  • Secret Agent
  • **
  • Posts: 77
  • Reputation Power: 0
  • kidx has no influence.
  • Offline Offline
Re: SM Goldeneye Menu
« Reply #8 on: September 13, 2009, 10:10:22 pm »

i been having some problems with sourcemod if i could get someone to help me out with that would be great.I don't know how to set admins at all if you know more can you please help me out if possible.
« Last Edit: September 13, 2009, 10:24:04 pm by kidx »
Logged

major

  • On Vacation
  • Retired Developer
  • 007
  • ****
  • Posts: 1,837
  • Reputation Power: 109
  • major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!
  • Offline Offline
Re: SM Goldeneye Menu
« Reply #9 on: September 13, 2009, 11:03:50 pm »

add me on steam, ill private help ya, make things quicker.

http://steamcommunity.com/id/Major97702
Logged
All view points are of my own and not associated with the team.
Pages: [1]   Go Up