BYOND Hosting / Shell Server

by Xirre
A shell server (hosting service) for all of BYOND to use!
ID:1663786
 
On Sunday, all servers will be down for about 30 seconds up to 5 minutes.

If you are a developer and would like your game to at least save before the shutdown, you could prepare one of the two ways:

http://www.byond.com/docs/ref/info.html#/world/proc/Del
http://www.byond.com/docs/ref/info.html#/world/proc/Reboot

You can call a save function in one, or both, of those two world procs. I wouldn't advise you keep it in there forever. Just until the reboot happens so you can save some stuff and then remove it afterwards.

Updates? Nothing major. Just a new way to pay we're working on where you won't have to rely on me reviewing your payment anymore. You can choose when to buy and how long to buy. It's currently still in testing.

If nobody will tell me they are going to use the Reboot to save, then I will simply shut them all down, meaning use the Del() proc instead. If you use the Reboot() proc to check, make sure you give it the param 3 because these games run on a linux system.