Icon

SimpleNetwork

Kanelbull3 Studios

You must be logged in to obtain assets

Description

SimpleNetwork is a easy to use, buffer free TCP networking tool. (UDP Version can be found here)

With SimpleNetwork you will find it easy to setup your multiplayer game. With scripts taking care of buffers and data types for you, you don't have to learn anything new about networking! SimpleNetwork comes with server scripts, client script, packet scripts and three objects for handling all client/server communication. To send a packet, simply write "net_packet_create(id); net_packet_add(data); net_packet_send();" anywhere in the code!

SimpleNetwork contains example for telling all clients whenever a user connected/disconnected.

All scripts in SimpleNetwork are commented and documented. All information you need about a script is in the header of the script.

A simple tutorial on how SimpleNetwork works

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS1 - Version 1.6.0. Published October 1, 2016

Added support to add lists to packets. Adding a list to a packet will add all items in the list to the packet, with a special identifier. When the packet is received, it will create a new list containing these items.

Make sure to destroy lists after you have finished using them.

Added:

  • net_packet_add_list(list)
Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait