JTE
Member
Code:
// Crappy Matrix script by Jason the Echidna
//
// Only works in OpenGL, and OpenGL's coloring thing for this stuff sucks.
// Works better in the SDL version of Srb2. Does nothing more then change
// the colors to look cool and green. May put the user at a big disadvantage.
// Constants //
gr_fogcolor 006400;
gr_fogdensity 480;
// Aliases //
alias +matrix "gr_fog 1; gr_gammared 30; gr_gammagreen 127; gr_gammablue 30; bind q -matrix"
alias -matrix "gr_fog 0; gr_gammared 127; gr_gammagreen 127; gr_gammablue 127; bind q +matrix"
// Reset and binding //
-matrix
bind q +matrix
How to use: Put it in a file. Exec the file in Srb2. Press Q.
Post your own scripts here if you like. A general scripting topic like this is probably a good idea, right?... We have lots of scripts nowadays, and plenty more are coming, what with script-executing linedef execs and cecho and all now.