GoldenEye: Source Forums

Debriefing => Questions, Help, & How To's => Topic started by: tglcan99 on January 30, 2012, 09:08:07 am

Title: Server Help
Post by: tglcan99 on January 30, 2012, 09:08:07 am
How do i get messages to pop up on the server?
Also is there a admin mod server side to be able to switch back and forth though the mods?

i added some modes and i do not know how to go to them got the maps working? any advice thanks not much on server configing on this site.


Title: Re: Server Help
Post by: major on January 30, 2012, 09:45:09 am
How do i get messages to pop up on the server?

Search for plugin called something like "Sourcemod Adverts"


Quote
Also is there a admin mod server side to be able to switch back and forth though the mods?

Sorry, not catching that. More examples please.

Quote
i added some modes and i do not know how to go to them got the maps working? any advice thanks not much on server configing on this site.

Yeah, sorry no idea what asking here.


Love to help, just need little more clarification.
Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 09:47:21 am
Search for plugin called something like "Sourcemod Adverts"


Sorry, not catching that. More examples please.

Yeah, sorry no idea what asking here.


Love to help, just need little more clarification.

I downloaded uplink etc casio royal ?> etc how do i add them to my admin menu to switch back and forth and to throw votes etc... sorry its late and im tired lol
Title: Re: Server Help
Post by: major on January 30, 2012, 10:11:35 am
Upload/or edit current version of adminmenu_custom.txt file, located in:
Code: [Select]
/orangebox/gesource/addons/sourcemod/configs/

http://wcservers.net/major/files/adminmenu_custom.txt

Then to add gameplays and such, open it in .txt editor and edit away. Its pretty self explanatory.


This will add a Goldeneye section to your admin menu.


(file is modified version and untested. Just a fyi)
Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 10:30:34 am
humm its not adjusting i have re set the server?

"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"
        "6 " "CasinoRoyale"
        "6." "Casino Royale"
            "7" "CupMatch"
            "7." "Warm Up"
            "8" "CasinoRoyaleLTK"
            "8." "CasinoRoyale LTK"
        "9 " "DrNoArmor"
        "9." "Dr No Armor"
            "10" "ForYourEyesOnly"
            "10." "For Your Eyes Only"
        "11 " "GunGame"
        "11." "Gun Game"
            "12" "LiveAndLetDie"
            "13." "Live And Let Die"
            "14" "LivingDaylights"
            "14." "Living Day lights"
        "15 " "Uplink"
        "15." "Uplink"
         }
Title: Re: Server Help
Post by: major on January 30, 2012, 10:38:34 am
Yes, any changes you should restart server.

sometimes a mapchange will do, but safer to just restart server.
Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 10:46:53 am
Yes, any changes you should restart server.

sometimes a mapchange will do, but safer to just restart server.

ya no dice its not loading any thing after you only live twice...
so pretty much

"6 " "CasinoRoyale"
        "6." "Casino Royale"
            "7" "CupMatch"
            "7." "Warm Up"
            "8" "CasinoRoyaleLTK"
            "8." "CasinoRoyale LTK"
        "9 " "DrNoArmor"
        "9." "Dr No Armor"
            "10" "ForYourEyesOnly"
            "10." "For Your Eyes Only"
        "11 " "GunGame"
        "11." "Gun Game"
            "12" "LiveAndLetDie"
            "13." "Live And Let Die"
            "14" "LivingDaylights"
            "14." "Living Day lights"
        "15 " "Uplink"
        "15." "Uplink"
         }

none of them are loading?
Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 11:06:34 am
while i am waiting on that answer how do i set my server to download from a remote host? map files etc?
Title: Re: Server Help
Post by: major on January 30, 2012, 11:09:23 am
sv_downloadurl "exampleurl.com/gesource"

in the server.cfg


Then on that remote site, have maps laid out in same file system as server:

"gesource/maps/cy_funhouse.bsp.bz2"


Pack maps with bz2, as source can unpack them after download and offer much faster downloads
Title: Re: Server Help
Post by: major on January 30, 2012, 11:16:17 am
"6 " "CasinoRoyale"
        "6." "Casino Royale"
            "7" "CupMatch"
            "7." "Warm Up"
            "8" "CasinoRoyaleLTK"
            "8." "CasinoRoyale LTK"
        "9 " "DrNoArmor"
        "9." "Dr No Armor"
            "10" "ForYourEyesOnly"
            "10." "For Your Eyes Only"
        "11 " "GunGame"
        "11." "Gun Game"
            "12" "LiveAndLetDie"
            "13." "Live And Let Die"
            "14" "LivingDaylights"
            "14." "Living Day lights"
        "15 " "Uplink"
        "15." "Uplink"
         }

You have un-needed spaces in your numbers.

Example:

"15 " "Uplink"

Should be:

"15" "Uplink"
Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 11:18:58 am
Ok fixed re testing also were do i pack the bsz were can i get this packer?
Title: Re: Server Help
Post by: major on January 30, 2012, 11:22:07 am
Any common compressing program.

I use 7zip. Winrar, winzip,bzipper should also work.

Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 11:27:16 am
ok all the modes are working but one Uplink any ideas and THANK you very much for your help :)
Title: Re: Server Help
Post by: major on January 30, 2012, 11:30:10 am
Post the new code snip of gamplay section, please.
Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 11:32:20 am
}
      "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"
        "6" "CasinoRoyale"
        "6." "Casino Royale"
            "7" "CupMatch"
            "7." "Warm Up"
            "8" "CasinoRoyaleLTK"
            "8." "CasinoRoyale LTK"
        "9" "DrNoArmor"
        "9." "Dr No Armor"
            "10" "ForYourEyesOnly"
            "10." "For Your Eyes Only"
        "11" "GunGame"
        "11." "Gun Game"
            "12" "LiveAndLetDie"
            "13." "Live And Let Die"
            "14" "LivingDaylights"
            "14." "Living Day lights"
        "15" "uplink"
        "15." "Uplink"
Title: Re: Server Help
Post by: major on January 30, 2012, 11:39:43 am
hmm try capitalizing the U

        "15" "Uplink"
        "15." "Uplink"
Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 11:44:31 am
I have tired that .... not working
Title: Re: Server Help
Post by: major on January 30, 2012, 11:56:42 am
hmm, is uplink installed on server correctly?

check and make sure "Uplink.py" is in: gesource\scripts\python\GamePlay
Title: Re: Server Help
Post by: Troy on January 30, 2012, 04:02:54 pm
How do i get messages to pop up on the server?
http://forums.alliedmods.net/showthread.php?t=155705
Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 09:55:11 pm
Yup its were it needs to be is it on certen maps for uplink to be played on?
Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 10:01:09 pm
sv_downloadurl "exampleurl.com/gesource"

in the server.cfg


Then on that remote site, have maps laid out in same file system as server:

"gesource/maps/cy_funhouse.bsp.bz2"


Pack maps with bz2, as source can unpack them after download and offer much faster downloads



// *********** DOWNLOAD ***********

// Allow clients to download files
sv_allowdownload 1

//Allows server side downloads
sv_downloadurl "www.tacticalgamingclan.com/gesource/maps"

// Allow clients to upload customizations files
sv_allowupload 1

// VOICE enabled, if you want VOICE disabled then change 1 to 0
sv_voiceenable 1


did i do that right?
Title: Re: Server Help
Post by: EMH Mark I on January 30, 2012, 10:38:24 pm
Code: [Select]
sv_downloadurl "www.tacticalgamingclan.com/gesource"

Or else other map files like music lists, etc wont download.
Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 10:48:30 pm
ok does it need anything else i am going to go test it. do i need to chmod or anything
Title: Re: Server Help
Post by: tglcan99 on January 30, 2012, 11:09:22 pm
ok does it need anything else i am going to go test it. do i need to chmod or anything

OK so it says the files are not there i have done everything right though getting confussed.
Title: Re: Server Help
Post by: major on January 31, 2012, 12:16:55 am
I'd set web folder permissions to 775.

Also maps should be on both server and web. Just web can have them compressed.

Title: Re: Server Help
Post by: tglcan99 on January 31, 2012, 03:52:07 am
hmm, is uplink installed on server correctly?

check and make sure "Uplink.py" is in: gesource\scripts\python\GamePlay

back to this how do i get it to work? i have tired everything and its not working changing the U to lowercase upper etc help ahahah
Title: Re: Server Help
Post by: tglcan99 on January 31, 2012, 03:59:30 am
what mod do i need for players to be able to vote on things?
Title: Re: Server Help
Post by: tglcan99 on February 01, 2012, 05:17:07 am
no answers? much help is needed if you can offer
Title: Re: Server Help
Post by: Ruone Delacroix on February 01, 2012, 06:18:02 am
Define "things". There's a plugin for Sourcemod that enables map voting at the end of matches. If you're using Mani or something else, I'm not sure what's out there. My plugin knowledge is very limited.
Title: Re: Server Help
Post by: tglcan99 on February 02, 2012, 08:27:55 am
hmm, is uplink installed on server correctly?

check and make sure "Uplink.py" is in: gesource\scripts\python\GamePlay

So how do i get this mode that is the onley one that is not working... to work
Title: Re: Server Help
Post by: Troy on February 05, 2012, 06:06:58 am
Add me on Steam and I can answer all of your questions.
Title: Re: Server Help
Post by: Maslow on July 06, 2012, 09:43:05 pm
Hey Troy,

I had a question that was similar to these last few posts in this thread. I apologize if this information is located somewhere else and I missed it. I have a server set up along with Sourcemod and what I'm attempting to do is have a voting system after the last round in a map is complete to allow users to choose the map, weapon set and game mode before the next map starts up.

Has this already been done and where could I find it?

Thank you very much for your time.
Title: Re: Server Help
Post by: Troy on July 06, 2012, 10:47:43 pm
Download Sourcemod and Metamod.  Sourcemod has a plugin to allow map voting.  However, you can't do a weapon set and game mode map with that plugin.  You can however use Ultimate MapChooser to do this.  You'd have to write cfg files and have UMC execute them.

http://forums.alliedmods.net/showthread.php?t=134190

I use UMC to execute my custom setups.  I just do something like map name - Rocket Arena.  Then in my cfg I have it set to DM, rockets and lowered gravity.
Title: Re: Server Help
Post by: Maslow on July 06, 2012, 10:53:42 pm
That is perfect Troy, thanks! Customizing UMC looks pretty straightforward.