GameMaker:Studio Lobby Networking (GMS 1.x and 2)

S

SebtheDev()

Guest
GM Version: GameMaker:Studio 1.99 and GameMaker:Studio 2.033
Target Platform: All except for HTML
Download:
GameMaker:Studio 1.x: https://goo.gl/JYYGat
GameMaker:Studio 2: https://goo.gl/VojLco
Links: N/A

Summary:

This is a multipart tutorial on GameMaker:Studio Lobby Networking.

Tutorial:
Download Links
GameMaker:Studio 1.x: https://goo.gl/8WOPWQ
GameMaker:Studio 2: https://goo.gl/A00Edf
Download Links
GameMaker:Studio 1.x: https://goo.gl/cvKgRb
GameMaker:Studio 2: https://goo.gl/Hcwmj5[
/SPOILER]
Download Links
GameMaker:Studio 1.x: https://goo.gl/JYYGat
GameMaker:Studio 2: https://goo.gl/VojLco
 
Last edited by a moderator:
T

theonewhoisodd

Guest
So I loaded up your example/ source and hit H and instantly got this error:

___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Step Event0
for object obj_lobby:

Variable obj_lobby.server_name(100004, -2147483648) not set before reading it.
at gml_Script_server_step (line 5) - buffer_write(buffer,buffer_string,server_name);
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Script_server_step (line 5)
called from - gml_Object_obj_lobby_StepNormalEvent_1 (line 27) - server_step();
Just thought you ought to know.
 
Top