Environment Zone 1.1 | Per-client environments | Multiple worlds!

Author Topic: Environment Zone 1.1 | Per-client environments | Multiple worlds!  (Read 39209 times)

I'm working on something else now that's way more exciting, so you won't see more blockland mods from me.

I'm interested in what.


Sorry Zeblote, people always tend to want more; this case being the 2d music bit, which would be dope. Mod works, everything is great.

this case being the 2d music bit, which would be dope.

It'd be fairly easy for someone else to integrate them - all you have to do is put function calls in the right places (here) and add something to chose the music for a zone.

Maybe make a post in the requests forum.
« Last Edit: July 15, 2017, 12:56:06 PM by Zeblote »

I'm working on something else now that's way more exciting, so you won't see more blockland mods from me.
Spill the beans to the internet


after getting a wierd sqlite crash after setting blockland.exe to read only


after getting a wierd sqlite crash after setting blockland.exe to read only
You cannot run Blockland.exe on itself. This will always happen because it requires a special password to open the exe.

Use a batch file and put this in there inside of your blockland folder:
 start Blockland.exe ptlaaxobimwroe -noconsole (no console)
OR
 start Blockland.exe ptlaaxobimwroe (console)

ran from desktop and tried to start a server
« Last Edit: July 29, 2017, 02:12:05 AM by Verification »

Very reasonable of what it is saying. Make sure the folder is writable, but make the exe read-only. You might of made the folder read-only instead.
If you use the batch file you don't really need to make anything read-only since it avoids the launcher

This has changed my server forever.