Looking for a multiplayer platformer example project

T

the_great_evil100

Guest
I'm going to make a lan platformer and i want an example project that i can base the networking code on
I've already had a look but cant seem to find anything. I am experienced with GML and i don't mind how complex or messy the code is
 
T

ThunkGames

Guest
From the description of my old (and by that I mean embarassing, not out of date) networking tutorials:

Edit:
I braved the ads for you. The non-adfly links are:
http://www.mediafire.com/download/5qdi21wlgsgoh6h/OG_Client.gmx.zip
http://www.mediafire.com/download/kgil60litj9etbm/OG_Server.gmx.zip
http://www.mediafire.com/download/68y3m8clbcbc8rl/OG_MasterServer.gmx.zip

The master server saves user data unencrypted. Don't use this in practice.

Also I hereby pronounce this MIT license (or whatever one lets you do whatever you want with it).
 
Last edited by a moderator:
T

the_great_evil100

Guest
From the description of my old (and by that I mean embarassing, not out of date) networking tutorials:



Edit:
I braved the ads for you. The non-adfly links are:
http://www.mediafire.com/download/5qdi21wlgsgoh6h/OG_Client.gmx.zip
http://www.mediafire.com/download/kgil60litj9etbm/OG_Server.gmx.zip
http://www.mediafire.com/download/68y3m8clbcbc8rl/OG_MasterServer.gmx.zip

The master server saves user data encrypted. Don't use this in practice.

Also I hereby pronounce this MIT license (or whatever one lets you do whatever you want with it).
This looks good. Thanks
 
Top