Author Topic: how do you...?  (Read 2599 times)

Spook

  • Autococker
  • Posts: 2542
how do you...?
« on: March 31, 2007, 12:39:55 PM »
How would i change my config so that everytime i load DP it does the cl_gun 0 for me. I know there has to be something in the config i can put to do that, any help is appreciated too

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: how do you...?
« Reply #1 on: March 31, 2007, 01:01:07 PM »
Well, it's extremely simple. Put "set cl_gun 0" in your config file using notepad (I like Notepad++)

Eiii

  • Autococker
  • Posts: 4595
Re: how do you...?
« Reply #2 on: March 31, 2007, 01:11:21 PM »
I like Notepad2, though I never use it. I don't even think you need to put the 'set' in, but you might as well.

Spook

  • Autococker
  • Posts: 2542
Re: how do you...?
« Reply #3 on: March 31, 2007, 01:19:14 PM »
and is there a way to have the auto recording demos automatically save to the trash bin?

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: how do you...?
« Reply #4 on: March 31, 2007, 01:23:52 PM »
Haha! No, but I'm pretty sure that you can disable it. Forgot how exactly.

b00nlander

  • Autococker
  • Posts: 784
Re: how do you...?
« Reply #5 on: March 31, 2007, 01:29:24 PM »
isnt that server-side?

PiCaSSo

  • Autococker
  • Posts: 728
Re: how do you...?
« Reply #6 on: March 31, 2007, 01:36:24 PM »
Haha! No, but I'm pretty sure that you can disable it. Forgot how exactly.

Now ya have me curious... I thought that was a serverside setting:

     g_autorecord_prefix "auto_"
     g_autorecord "2"

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: how do you...?
« Reply #7 on: April 01, 2007, 10:32:03 AM »
Yea, its something like that. Havn't gotten around to messing around with it much though.

Playah

  • 68 Carbine
  • Posts: 485
Re: how do you...?
« Reply #8 on: April 02, 2007, 01:53:12 AM »
g_autorecord 0 if "2" wont work. Too lazy to check :P

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: how do you...?
« Reply #9 on: April 02, 2007, 01:25:30 PM »
seta cl_gun 0 will archive the setting (save it to your config file).

UDead

  • Autococker
  • Posts: 592
Re: how do you...?
« Reply #10 on: August 06, 2008, 07:06:34 AM »
if i have g_autorecord "0" this is the setting to stop auto record right?
« Last Edit: August 06, 2008, 07:46:35 AM by UDead »

Herron

  • VM-68
  • Posts: 235
Re: how do you...?
« Reply #11 on: August 06, 2008, 08:32:02 AM »
if i have g_autorecord "0" this is the setting to stop auto record right?

Kind of.  That command is a server-only command that makes it so passworded servers don't automatically require clients to record demos (by default it's set to "2" which makes servers that have passwords on them automatically have clients record demos).
Setting g_autorecord to "0" will have no effect if you don't run a server.

If you want to stop a demo that you're currently recording, whether you started the recording manually or the server automatically made you start recording, just type "stop" in the console.
However, there is no client-side way to prevent yourself from starting autorecords on servers that have g_autorecord enabled.

UDead

  • Autococker
  • Posts: 592
Re: how do you...?
« Reply #12 on: August 06, 2008, 09:00:17 AM »
ok