GoldenEye: Source Forums

Debriefing => Questions, Help, & How To's => Topic started by: cowboycoders on December 28, 2013, 01:33:28 am

Title: How to enable GunGame?
Post by: cowboycoders on December 28, 2013, 01:33:28 am
I have a server up and running and was wondering if anyone knows the proper method to enable GG?

I have browsed the CFG files and see that it looks to be included in the full server install, but I dont see a svar to enable.

Thanks
CC
Title: Re: How to enable GunGame?
Post by: Troy on December 28, 2013, 01:38:44 am
ge_gameplay Arsenal
Title: Re: How to enable GunGame?
Post by: cowboycoders on December 28, 2013, 02:14:25 am
Thanks Troy.

Looks like the console is telling me it loaded arsenal, but I cant check.... for some reason now I'm getting "failed to load encryption key" when I connect.

Any ideas on that one?
Title: Re: How to enable GunGame?
Post by: cowboycoders on December 28, 2013, 03:10:22 am
Its odd because I don't get that error if I dont use -console to run the game.
Title: Re: How to enable GunGame?
Post by: soupcan on December 28, 2013, 03:34:31 am
Thanks Troy.

Looks like the console is telling me it loaded arsenal, but I cant check.... for some reason now I'm getting "failed to load encryption key" when I connect.

Any ideas on that one?

That happens sometimes when you have it immediately load a map when the server's starting. Don't. If the map load is automated, add a short delay with wait.

Its odd because I don't get that error if I dont use -console to run the game.

You generally shouldn't be running the server with a GUI anyways. Last time I tried (which was a while ago) the Orangebox server seemed to be completely broken with the GUI.
Title: Re: How to enable GunGame?
Post by: cowboycoders on December 28, 2013, 05:43:33 pm
That makes sense. When I start it with the GUI it loads much slower and the map is loaded almost last. I'm going to take the map declaration right out of the launch prompt and let it load from the txt. That hopefully will work.

Thanks again.