PDA

View Full Version : [WA] Getting Console Commands to Work


Sweedumz
27th Dec 05, 2:27 PM
There are a great, great many amount of console commands. Some work easily, some don't seem to work at all.

At the moment I'm having trouble getting "simvis_camerafarclip" to work. I keep getting the error "attempt to call global simvis_camerafarclip (a nil value)". Anyone have any idea what's going on here?

Edit: I am running the console with the -dev option.

ÜberJumper
27th Dec 05, 4:17 PM
What's the exact command you're entering?

Sweedumz
27th Dec 05, 4:56 PM
I've tried:

simvis_camerafarclip(200)
simvis_camerafarclip("200")
simvis_camerafarclip("[200]")
simvis_camerafarclip("<200>")
simvis_camerafarclip 200
simvis_camerafarclip "200"
simvis_camerafarclip([200])
simvis_camerafarclip(<200>)
simvis_camerafarclip(["200"])

They all give errors, or varying types.

ÜberJumper
27th Dec 05, 5:01 PM
It might be dependent on another command being issued first.

For example...

http://forums.relicnews.com/showthread.php?t=39108&highlight=fps+command

No luck asking in the modding forums?