Is there currently a way to exec these options at startup?
Jarl Ballin'
Join Date: 2012-11-25 Member: 173203Members
Join Date: 2012-11-25 Member: 173203Members
Comments
I ran into a weird glitch when tinkering with the r_aa setting in console. I was in-game and I typed "r_aa 0" in console. After doing so my screen went completely black except for text. My game didn't crash or freeze. Sound was still playing and I could hear my guy moving. The screen was just black. Upon entering "r_aa True" afterwards, everything returned to normal. The DEV's might want to take a look at this. Seems like a bad bug.
0 is not necessarily the opposite of true (depends on the programming language). False is the opposite of true. "r_aa false" does work.
You could see how easy it might be for people to think that 0 is the opposite of True though. In any game I've seen use CVAR's: 1 = On and 0 = Off. That's what I thought. Just a friendly suggestion to make it easier for the end user to interpret. Also a validation after entering a console command would be nice. Just so you know it worked.