10 Jan 11, 03:35PM
Scroll-wheel through text console:
Hold down the left ctrl button and your mouse scroll wheel will scroll through the text console.
Stay in sync with the text console (it appears to hold still, more or less, when new entries pop up):
To use this in conjunction with the wheel scrolling, change the LCTRL bind to this:
To pipe console output into a text file:
Open assaultcube.bat (Windows) and make it look like this:
[SELECT ALL] Code:
bind LCTRL [domodifier c]
loop i 3 [alias (concatword "delta_" (at [edit game spect] $i) "_c") [conskip $arg1]]
Stay in sync with the text console (it appears to hold still, more or less, when new entries pop up):
[SELECT ALL] Code:
alias pauseconline [
if (strcmp $conline " ") [] [
conskip 1; conline [ ]]
sleep 0 [pauseconline]]
alias unpauseconline [push pauseconline []; sleep 1 [pop pauseconline]]
To use this in conjunction with the wheel scrolling, change the LCTRL bind to this:
[SELECT ALL] Code:
bind LCTRL [domodifier c; pauseconline; onrelease [unpauseconline]]
To pipe console output into a text file:
Open assaultcube.bat (Windows) and make it look like this:
[SELECT ALL] Code:
bin_win32\ac_client.exe --mod=mods --init %1 %2 %3 %4 %5 >>log.txt