GoldenEye: Source Forums

Debriefing => Questions, Help, & How To's => Topic started by: Haizen007 on August 22, 2018, 02:55:05 am

Title: Golden Gun
Post by: Haizen007 on August 22, 2018, 02:55:05 am
Hey, I'm trying to find how to configure server with weapon set golden gun only and let the players start with this weapon and unlimited bullets.
Title: Re: Golden Gun
Post by: Entropy-Soldier on August 22, 2018, 05:54:47 pm
In server.cfg:

ge_weaponset golden_gun_arena
ge_infiniteammo 1


Should be all you need!
Title: Re: Golden Gun
Post by: Haizen007 on August 22, 2018, 10:06:32 pm
Ok,
ge_weaponset golden_gun_arena is working.
ge_infiniteammo is working.

I'm trying also to let the server always with 8 players (as example), using bots and let 8 free slots for  incoming players, but I couldn't manage to find the right config.

I created a 16 slots server with the fallowing config.

ge_bot_threshold 8
ge_bot_openslots 8
ge_bot_strict_openslot 0

The server gets full after a while, also it changes the number os slots, anymway I didn't understand the math of this config.

Can you help?
Title: Re: Golden Gun
Post by: Entropy-Soldier on August 23, 2018, 07:36:36 am
Sadly that's a core engine issue with our version of the source engine, one we've tried to work around many times.  Valve doesn't let us release bot clients from the server so over time they start taking up all the slots.  I have a small amount of hope I'll come up with a workaround for 5.1 but for now bots are only really useful for local servers.
Title: Re: Golden Gun
Post by: Haizen007 on August 23, 2018, 04:23:59 pm
That's crazy, so, my humble solution, for now, would be a cronjob to work around or let without bots. Thanks for the info! Very helpful!
Btw, do you know how to activate turbo LTK and toggle the weapons, like from golden gun to sniper (from a list).
I only found how to define one weapon for the whole server.
Title: Re: Golden Gun
Post by: Entropy-Soldier on August 23, 2018, 06:37:46 pm
In server.cfg:

ge_gameplay ltk
ge_velocity 1.5
ge_weaponset random_loadout


Then edit gameplay_ltk in this location:

gesource\scripts\loadouts

to only have the weaponsets you want on rotation.
Title: Re: Golden Gun
Post by: Haizen007 on August 23, 2018, 08:57:38 pm
Great, worked perfectly!  ;D
Thank you for everything!