- Changed images from png to jpg, much smaller output files and faster to load, total filesize will now be around 5 GB on really big maps.
- Added "Set midday" button.
- Entered values now get saved when you hit "Hide Menu" and open it again.
Right, figured as much. Will play with it a bit more, had some weird results with changing back the game.daytimecube wrote:takescreenshot only creates a request and requests are processed after everything in the current tick updates.
You are right, of course. I actually used this before to do some testing on the zoom levelDevcod wrote:If statement, that I added, should change ext variable to png if zoom level is same as maxzoom level. If it is not, then it is set to jpg.
game.daytime = 0 works fine, the problem is changing back to the original game time. I think i need to wait 2 ticks before changing it back, but as I said, it behaved a little weird, so I need some more testingDevcod wrote:Maybe instead use game.alwaysday ?