Slashdot Mirror


MMO-Like Quake Is Possible

An anonymous reader writes "OptimalGrid is a self-contained middleware designed for developers to create grid-enabled parallel applications without themselves becoming experts in grid or high-performance computing (article). The Linux compatible middleware now includes automatic distribution and provisioning on to Grid nodes. See how the first release of Quake II was made massively multi-player [pdf] by running on a Grid. Get modified Quake II from Sourceforge to run with OptimalGrid and let the massive Grid games begin." Update: 09/19 16:12 GMT by Z : Marked the pdf as such.

1 of 50 comments (clear)

  1. Re:Bleh, not what we want. by thing12 · · Score: 4, Informative
    This is not exactly the same as making it massively multiplayer because the world is still the same size, and I'm unsure if the client could handle all the actors being on the screen at the same time.....Ideally, we want something similar to the Unreal 2 idea, where you have people getting passed from server to server to server, and the place is massive.

    Just because they didn't make a world that's 100x larger it doesn't mean that it's not possible now. The PDF indicates that the world is partitioned into discrete pieces and server partitioning is done automatically - and players are passed between the servers on demand. IMHO, it seems exactly like what you're saying.