Bravo1 wrote:
Terraria could be replicated in BYOND if it weren't for the fact that you can't display that many tiles without extreme slowdown from Dreamseeker. Even at somewhere around 15x15 there's noticeable lag. Since each block seems to be it's own entity then you're looking at easily 5-10 times the "tiles" on screen.
I doubt that BYOND would handle drawing so many tiles (many having transparent overlays to show illumination) and it certainly wouldn't handle the particle effects. The illumination would be difficult too since the tiles are smaller and there are so many more that would need to be updated.
Kaiochao wrote:
I want to know, what kind of popular game is BYOND even capable of making? Just building games and NES-style RPGs?
I figure you could re-make almost any NES game using BYOND. On one hand that's a good thing because there are lots of fun NES games. On the other hand, it's only possible because NES games lacked the graphical effects that BYOND can't really handle.
I wonder if anyone realizes; if BYOND were to implement Forum_account's 3D idea (not 3D models, but simple boxes with icons slapped on the faces), even a Minecraft clone without mouse-look or dynamic lighting made with BYOND would not be hard to make at all.
You might not be able to have lighting that's exactly like Minecraft but you could have built-in dynamic lighting easily enough.
BYOND is still missing something. It's not that flexible, fast, portable, or easy to use. Using BYOND will always be a tradeoff but it's not quite good enough at any of those things that you can overlook problems with the others. Right now people say things like "DM is slow" and there's no way to avoid that entirely - there will always be something about BYOND that's less than ideal. Adding a big feature (better graphical capabilities would probably be the easiest to add) would let people say "DM is slow *but* I can make a 3D game, zoom the camera in, rotate the map, scale/rotate objects, and have dynamic lighting." Providing frameworks would be another easy option. The best people can say right now is "DM is slow but I couldn't figure out Java."
This, PLEASE.