Come Chat with us live! Learn how HERE!
#!/bin/bash#stick code here to disable screensaver/usr/local/games/tremulous.x86 "$*"#stick code here to enable screensaver
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
disable the screensaver (in other words i don't know)edit: since i feel bad about not posting anything useful, how about this:if you know how to disable the screensaver from the command line (i don't know how and don't have the time to figure it out), you can create a small script to wrap tremulous. something like: Code: [Select]#!/bin/bash#stick code here to disable screensaver/usr/local/games/tremulous.x86 "$*"#stick code here to enable screensaver
#!/bin/bashkill -s TERM `pidof xscreensaver`/usr/local/games/tremulous.x86 "$*"xscreensaver
Code: [Select]#!/bin/bashkill -s TERM `pidof xscreensaver`/usr/local/games/tremulous.x86 "$*"xscreensaver