Here's a simple edit that will allow you to have Quick Turn at all times without the Quick Turn Flag. Find the following lines of LocalPlayer.cxx in the /src/bzflag/ directory of the extracted source:
// boost turn speed for other flags
if (flag == Flags::QuickTurn) {
Remove "== Flags::QuickTurn" so that the lines read like this:
// boost turn speed for other flags
if (flag) {
For the original instructions, see Felipe's comments to Flying Without Wings & Extended Jumping at the original Cheating BZFlag blog. When you're finished, save the file, compile your new client, and ...
Have fun!
No comments:
Post a Comment