<!--quoteo(post=2036784:date=Nov 28 2012, 03:17 PM:name=ScardyBob)--><div class='quotetop'>QUOTE (ScardyBob @ Nov 28 2012, 03:17 PM) <a href="index.php?act=findpost&pid=2036784"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->All of those (except for fog) are available in the options menu, so no need for any convoluted setups to enable/disable them.<!--QuoteEnd--></div><!--QuoteEEnd-->
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.
DghelneshiAims to surpass Fana in post edits.Join Date: 2011-11-01Member: 130634Members, Squad Five Blue, Reinforced - Shadow
<!--quoteo(post=2036808:date=Nov 29 2012, 12:39 AM:name=Jarl Ballin')--><div class='quotetop'>QUOTE (Jarl Ballin' @ Nov 29 2012, 12:39 AM) <a href="index.php?act=findpost&pid=2036808"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->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.<!--QuoteEnd--></div><!--QuoteEEnd--> 0 is not necessarily the opposite of true (depends on the programming language). False is the opposite of true. "r_aa false" does work.
<!--quoteo(post=2036853:date=Nov 28 2012, 04:40 PM:name=Dghelneshi)--><div class='quotetop'>QUOTE (Dghelneshi @ Nov 28 2012, 04:40 PM) <a href="index.php?act=findpost&pid=2036853"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->0 is not necessarily the opposite of true (depends on the programming language). False is the opposite of true. "r_aa false" does work.<!--QuoteEnd--></div><!--QuoteEEnd-->
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.
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.