Posts: 4
Threads: 1
Joined: Mar 2011
I prefer to have my light scale set to 1 when I play so I type "/lightscale 1". But when I close AC, it resets to the default setting.
Is there a way to permanently set it to "/lightscale 1"?
If not, is it possible to bind it to a key so that I don't have to type the command every time?
I'm curious to find out so can apply the fix to other commands as well.
Posts: 1,823
Threads: 20
Joined: Jun 2010
Put it in your autoexec.cfg, found in your /config folder.
Posts: 865
Threads: 35
Joined: Dec 2010
you only want to put "lightscale 1" in your autoexec, not "/lightscale 1"
Posts: 1,162
Threads: 19
Joined: Jun 2010
Yes, only lightscale 1
Drop / when adding it to autoexec.cfg.
Posts: 554
Threads: 45
Joined: Dec 2010
Hm, now I know to put fog 1024 in my autoexec.cfg folder...
Posts: 1,823
Threads: 20
Joined: Jun 2010
Elven: that won't work, you'll need to type, in AC
/add2OnLoadAlways [fog 1024]
Posts: 1,162
Threads: 19
Joined: Jun 2010
Cant he use add2OnLoadAlways [fog 1024] in autoexec.cfg?
Or do you need tools thingy for this?
Posts: 1,823
Threads: 20
Joined: Jun 2010
If he puts that in autoexec, it will be added every time he starts AC. mapstartalways will become huge. There are checks available, but I just like to type that once and forget about it.
Posts: 3,780
Threads: 33
Joined: Jun 2010
Or get the effing tools and use this script:
alias getmoregirls [
if $connected [
disconnect; getmoregirls] [
echo [Shower and go outside.]
quit]]
Posts: 951
Threads: 23
Joined: Jun 2010
(02 Apr 11, 07:09AM)V-Man Wrote: Or get the effing tools and use this script:
alias getmoregirls [
if $connected [
disconnect; getmoregirls] [
echo [Shower and go outside.]
quit]]
I fucking love you V-man. No homo of course. ;-)
Posts: 216
Threads: 2
Joined: Jul 2010
Posts: 865
Threads: 35
Joined: Dec 2010
more like 'V-Spam', amirite?
Posts: 3,780
Threads: 33
Joined: Jun 2010
DUDE
You *effing* love me?
"In the butt"?
Yeah, no homo for sure.
Posts: 122
Threads: 11
Joined: Jun 2010
That command doesn't work for me, Gibstick. I just get an unknown command error.
Posts: 1,823
Threads: 20
Joined: Jun 2010
Posts: 122
Threads: 11
Joined: Jun 2010
1.1.0.4. I'm pretty sure I put it in right as well. I checked the console after I closed AC.
Posts: 1,823
Threads: 20
Joined: Jun 2010
Try
/add2alias mapstartalways [lightscale 1]
Posts: 122
Threads: 11
Joined: Jun 2010
Posts: 2,841
Threads: 44
Joined: Jun 2010
I believe /addOnLoadAlways [fog 1024] is the correct command, Gibstick.
Posts: 1,823
Threads: 20
Joined: Jun 2010