Re: [hlds] tf2 match server

2009-01-24 Thread Patrick Shelley
ok - this is fine, but as its a locked match server, i didnt want to add any
plugins or anything, so, in tf/cfg folder can i make mapname.cfg with the
appropriate vars that wireplay use for each map so that when that map is
loaded, the corresponding mapname.cfg is loaded and i dont have to exec
anything via the ways mentioned above?

basically, setting it up so it all laid on without anyone having to do
anything

On 1/24/09, Philip Bembridge  wrote:
>
> sorry, I kind of ignored the question...:
>
>
> Would my admin need rcon first?
> >
>
>
> If you have sourcemod you could give them access to the sm_execcfg command
>
> {Binding would then be:
>
> bind f11 +wireplay
> alias +wireplay sm_execcfg wireplay.cfg
>
> alias -wireplay bind f11 +wireplay2
>
> alias +wireplay2 sm_execcfg server.cfg
>
> alias -wireplay2 bind f11 +wireplay
>
> }
>
>
> Phil
>
> 2009/1/24 Philip Bembridge 
>
>
> > if you were feeling dangerous you could create a toggle key, stick the
> > following in your client autoexec:
> >
> > bind f11 +wireplay
> > alias +wireplay rcon exec wireplay.cfg
> > alias -wireplay bind f11 +wireplay2
> > alias +wireplay2 rcon exec server.cfg
> > alias -wireplay2 bind f11 +wireplay
> >
> >
> > (explination: when you press f11 it execs wireplay, then when released it
> > changes the binding to wireplay2)
> > Remember you still have to use rcon_password first
> >
> >
> >
> > 2009/1/23 Chris Walker 
> >
> > You'd need to type "rcon exec wireplay.cfg".
> >> http://developer.valvesoftware.com/wiki/CFG
> >>
> >>
> >> On Fri, Jan 23, 2009 at 4:40 PM, Patrick Shelley  >> >wrote:
> >>
> >> > HI
> >> >
> >> > when a map loads, server.cfg is exec'd right? so, could i do this:
> >> >
> >> > bind "f11" "exec matchserver.cfg" to load the wireplay rules? Would my
> >> > admin
> >> > need rcon first?
> >> >
> >> > How do i swap between the server.cfg i have and this wireplay cfg?
> >> >
> >> > The match is at 7pm GMT tonight, if not possible then i have to
> comment
> >> out
> >> > my stuff in server.cfg and paste wireplays rules in?
> >> >
> >> > Thanks,
> >> >
> >> > Pattycake
> >> > ___
> >> > To unsubscribe, edit your list preferences, or view the list archives,
> >> > please visit:
> >> > http://list.valvesoftware.com/mailman/listinfo/hlds
> >> >
> >>
> >>
> >>
> >> --
> >> http://chriswalkr.com
> >> ___
> >> To unsubscribe, edit your list preferences, or view the list archives,
> >> please visit:
> >> http://list.valvesoftware.com/mailman/listinfo/hlds
> >>
> >
> >
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] tf2 match server

2009-01-24 Thread Philip Bembridge
sorry, I kind of ignored the question...:

Would my admin need rcon first?
>

If you have sourcemod you could give them access to the sm_execcfg command

{Binding would then be:

bind f11 +wireplay
alias +wireplay sm_execcfg wireplay.cfg
alias -wireplay bind f11 +wireplay2
alias +wireplay2 sm_execcfg server.cfg
alias -wireplay2 bind f11 +wireplay

}

Phil

2009/1/24 Philip Bembridge 

> if you were feeling dangerous you could create a toggle key, stick the
> following in your client autoexec:
>
> bind f11 +wireplay
> alias +wireplay rcon exec wireplay.cfg
> alias -wireplay bind f11 +wireplay2
> alias +wireplay2 rcon exec server.cfg
> alias -wireplay2 bind f11 +wireplay
>
>
> (explination: when you press f11 it execs wireplay, then when released it
> changes the binding to wireplay2)
> Remember you still have to use rcon_password first
>
>
>
> 2009/1/23 Chris Walker 
>
> You'd need to type "rcon exec wireplay.cfg".
>> http://developer.valvesoftware.com/wiki/CFG
>>
>>
>> On Fri, Jan 23, 2009 at 4:40 PM, Patrick Shelley > >wrote:
>>
>> > HI
>> >
>> > when a map loads, server.cfg is exec'd right? so, could i do this:
>> >
>> > bind "f11" "exec matchserver.cfg" to load the wireplay rules? Would my
>> > admin
>> > need rcon first?
>> >
>> > How do i swap between the server.cfg i have and this wireplay cfg?
>> >
>> > The match is at 7pm GMT tonight, if not possible then i have to comment
>> out
>> > my stuff in server.cfg and paste wireplays rules in?
>> >
>> > Thanks,
>> >
>> > Pattycake
>> > ___
>> > To unsubscribe, edit your list preferences, or view the list archives,
>> > please visit:
>> > http://list.valvesoftware.com/mailman/listinfo/hlds
>> >
>>
>>
>>
>> --
>> http://chriswalkr.com
>> ___
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds
>>
>
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] tf2 match server

2009-01-24 Thread Philip Bembridge
if you were feeling dangerous you could create a toggle key, stick the
following in your client autoexec:

bind f11 +wireplay
alias +wireplay rcon exec wireplay.cfg
alias -wireplay bind f11 +wireplay2
alias +wireplay2 rcon exec server.cfg
alias -wireplay2 bind f11 +wireplay


(explination: when you press f11 it execs wireplay, then when released it
changes the binding to wireplay2)
Remember you still have to use rcon_password first



2009/1/23 Chris Walker 

> You'd need to type "rcon exec wireplay.cfg".
> http://developer.valvesoftware.com/wiki/CFG
>
>
> On Fri, Jan 23, 2009 at 4:40 PM, Patrick Shelley  >wrote:
>
> > HI
> >
> > when a map loads, server.cfg is exec'd right? so, could i do this:
> >
> > bind "f11" "exec matchserver.cfg" to load the wireplay rules? Would my
> > admin
> > need rcon first?
> >
> > How do i swap between the server.cfg i have and this wireplay cfg?
> >
> > The match is at 7pm GMT tonight, if not possible then i have to comment
> out
> > my stuff in server.cfg and paste wireplays rules in?
> >
> > Thanks,
> >
> > Pattycake
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
>
>
>
> --
> http://chriswalkr.com
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] tf2 match server

2009-01-23 Thread Chris Walker
You'd need to type "rcon exec wireplay.cfg".
http://developer.valvesoftware.com/wiki/CFG


On Fri, Jan 23, 2009 at 4:40 PM, Patrick Shelley wrote:

> HI
>
> when a map loads, server.cfg is exec'd right? so, could i do this:
>
> bind "f11" "exec matchserver.cfg" to load the wireplay rules? Would my
> admin
> need rcon first?
>
> How do i swap between the server.cfg i have and this wireplay cfg?
>
> The match is at 7pm GMT tonight, if not possible then i have to comment out
> my stuff in server.cfg and paste wireplays rules in?
>
> Thanks,
>
> Pattycake
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>



-- 
http://chriswalkr.com
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds