*
* Options *
* *

There are a few options for improved execution of this script. Define * these symbols as 1 before you include fixes.inc (remove them or set * them to 0 to disable them): * *

* *

A few fixes are disabled by default, to enable them all do:

* * * #define GetPlayerDialog 1
* #define file_inc 1
* #define random 1
* #define HideMenuForPlayer_2 1
* #define GameTextStyles 1
* #define GetPlayerWeather 1
* #define GetWeather 1
* #define GetWorldTime 1 *
* *

Or more simply (and future-proof-ly):

* * * #define FIXES_EnableAll * #define FIXES_EnableDeprecated * * *
* Expansion *
* *

The file is fairly well documented, with a list of the currently * (hopefully) fixed bugs at the top. If you know of others, or have solutions * for others, it would be greatly appreciated if you could post them as issues * on this repository. The fixes also need extensive testing to find bugs in * the fixes themselves.

* *

Again, this is a community project, merely managed by Y_Less and others - * if anyone has comments, contributions, criticisms etc. please again post them * as issues on the repository. This includes additions to source code, * documentation, presentation, translations (mainly of this documentation - * multiple versions of the include should be avoided to reduce fragmentation), * or any other related area you can think of.

* *
* Other Fixes *