Re: Community Wad
For the auto-upload problem, give me a week or so. I've been super busy lately (my best friend experienced a death in her immediate family, so I'll be nearly completely absent). I'll look into it with some tests when I can. What I can say is that I don't recall ever getting this reported before for the auto-upload folder. However, if you're uploading to the auto-upload folder through your browser, then yes, you definitely have to wait until it says complete. That process is being handled by the webpage, and moving that tab to another page or exiting it will stop that process. I assumed you were using the desktop Google Drive app, which can do it in the background.
All base game constants are integers. COLOUR_RED is 4. 0 to 5 is COLOUR_COLOURLESS, COLOUR_WHITE, COLOUR_BLUE, COLOUR_BLACK, COLOUR_RED, COLOUR_GREEN. You can actually check what those constants are set to by opening the Decompilable LOL Contents page and having a look there.
For the AI reacting very slowly, I noticed this same thing at one point recently, and I don't know why. At the time, though, I was testing a new type of land setup, and I assumed it was related to that. But there's nothing in the new setup that would cause games without those lands to do anything, and they're not in the normal CORE yet, except a few, which are specially named (and thus won't show up in a deck by chance).
All base game constants are integers. COLOUR_RED is 4. 0 to 5 is COLOUR_COLOURLESS, COLOUR_WHITE, COLOUR_BLUE, COLOUR_BLACK, COLOUR_RED, COLOUR_GREEN. You can actually check what those constants are set to by opening the Decompilable LOL Contents page and having a look there.
For the AI reacting very slowly, I noticed this same thing at one point recently, and I don't know why. At the time, though, I was testing a new type of land setup, and I assumed it was related to that. But there's nothing in the new setup that would cause games without those lands to do anything, and they're not in the normal CORE yet, except a few, which are specially named (and thus won't show up in a deck by chance).