This mod has the following changes added onto the normal client:

1. Wireframe no longer checks for editing mode before enabling wireframe mode to work. As a result, it can be used in any mode.

..However, it's not nearly useful as it's cracked up to be. Most often I end up fragged while busy peeking through walls x_x.

2. The Goto command has been modified to function in any mode as well, regardless of Edit mode. The distance to a player has been decreased to zero however, do you'll be placed in the same location as the player you go to.

3. A new variable has been added, namely "gravityframe". This variable directly controls gravity on every frame, and can be used in script the same as you would script fog changes. For convenience, I've pasted the script I currently use, since pasting a whole CFG would lead to madness.


This changes the function of clicking the scroll wheel mouse button, which prior had no function to my knowledge. But more importantly, it's convenient to use. \o/


bind "MOUSE3" [wireframe 1; gravityframe 1;onrelease [wireframe 0; gravityframe 0]]