Main Menu

L4D1 - Radial Menu

Started by Benny, December 29, 2008, 02:36:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Benny

Ta..........

QuoteIf on infected...
sv_cheats 1; director_no_human_zombies 0; sb_all_bot_team 1; director_force_versus_start 1; sv_cheats 0


If all on survivor...
sv_cheats 1; director_no_human_zombies 1; sb_all_bot_team 1; director_force_versus_start 1; sv_cheats 0
===============
Master of maybe

Sn00ks

I've done a second radial menu that has the single team start thingy set, and it seems to work.
I do exactly what the little voices tell me to.

PC Specs:- Black box with some fans that go whirrr, a few lights, things inside that get warm, headphones, keyboard (a clicky one), mouse (with buttons and no squeak), disks (2-off SSD and HDD) and a monitor of sufficient proportions.

Sn00ks

Err how do you attach files? I can't find the icon?
I do exactly what the little voices tell me to.

PC Specs:- Black box with some fans that go whirrr, a few lights, things inside that get warm, headphones, keyboard (a clicky one), mouse (with buttons and no squeak), disks (2-off SSD and HDD) and a monitor of sufficient proportions.

Whitey

Would anyone like the admin options on the radial menu included in the Sourcemod menu?

Benny

If it's easy to do, then yes absolutely.

I'll still use it as its quick, but if we have one unified way of admin'ing that would be good.
===============
Master of maybe

Dr Sadako

Quote from: Benny;268852If it's easy to do, then yes absolutely.

I'll still use it as its quick, but if we have one unified way of admin'ing that would be good.

Then you just need to update so you have more admins :flirty:
-=[dMw]=-Dr "Doc" Sadako

"Gravitation is not responsible for people falling in love." Albert Einstein

Benny

Yeah yeah, there's official and unofficial admins.

If I go and appoint everyone I'll get the back ass nagged off me. I'll post something about the proxy admins who have the default access.

At the moment everything is nice and tight, there is usually an admin online if not in game, and you 'have access' anyway people can do what you like anyway.
===============
Master of maybe

Penfold

Perhaps think about having a two tier admin structure like CS - Full Admins and public admins with lesser access but those who can do the mundanities.

Just a thought - don't flay me senseless :rolleyes:

Benny

I have a list of volunteers for the admin role, unfortunately I can't find a reasonable excuse for not dishing out the rights at present.

The candidates are capable and good enough, but I just can't to the individuals that have stepped forward. It wouldn't be right.

That said I'll grow it if, over the next few months we need to.

(By all means discreetly admin on the quiet if you need to)
===============
Master of maybe

Penfold

#24
Quote from: Benny;268941The candidates are capable and good enough, but I just can't to the individuals that have stepped forward. It wouldn't be right.

No of course. You have to do it on merit otherwise you'll get complete numpties stepping forward requesting it. Be strong and tell 'em all to eff off. The tighter you can keep it the better imo.

Quote from: Benny;268941That said I'll grow it if, over the next few months we need to.
(By all means discreetly admin on the quiet if you need to)


Personally I've not encountered a problem with the admins we currently have. Whenever I've been on at least one admin has been on to administer to our needs.

I'm also not stepping up to the plate and looking to admin. I struggle to play the game as it is without having people requesting me to do stuff all the while:rolleyes:. Besides I have more than enough to do as it is.

So long as we have a couple of people at the LAN who know what they're doing on the admin side then I'm happy  :thumbsup2:

BTW - You still having problems with mod access to VB to dish out your badges?

Sn00ks

Locking the Saferoom door.
I've just been checking, as the Saferoom door didn't seem to stay locked when I was locking it it.
And l've found the problem.
You have to have cheats turned on to set the time to anything other that the default of 60 seconds. Once you turn cheats on it resets itself to 60 seconds

So the command  "rcon sv_cheats 1; rcon director_ready_duration 0; rcon sv_cheats 0"
Disabled the autotimer and then immediately reset it to 60 seconds. Doh! :doh:

So in the radial menu to disable the autotimer, i.e. for matches, the command should read "rcon sv_cheats 1; rcon director_ready_duration 0" And then when things are going disable it by using "rcon sv_cheats 0"

So something like this:-
"SouthWest"
        {
            "command" "rcon sv_cheats 1; rcon director_ready_duration 0"
            "text" "Disable autostart"
        }
        "West"
        {        
            "command" "rcon sv_cheats 0"
            "text" "Enable autostart"
        }
I do exactly what the little voices tell me to.

PC Specs:- Black box with some fans that go whirrr, a few lights, things inside that get warm, headphones, keyboard (a clicky one), mouse (with buttons and no squeak), disks (2-off SSD and HDD) and a monitor of sufficient proportions.