• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

server hosting

  1. T

    GML Multiplayer server advice with GMS2

    Currently developing using GMS2 code using version v2023.8.2.152 (I know that's an outdated runtime but I prefer the older, more stable versions). Just looking for general advice about the best server solutions to use with GMS2 games, and I had a few questions as well. First, I've made my own...
  2. Morkinas

    Server hosting and its capabilities.

    So I'm making a game that has multiplayer and as I just dove into networking so far so good, but I want to ask you guys for some help answering my questions to make up my mind if I should invest time into multiplayer or should I stick with single-player only. 1) If I would host a server I would...
  3. CC_Developer

    Asset - Extension Multiplayer Plugin Beta

    Hello GM Community: We are working on a multi-player drop-in for GM2. We originally built it for Unity but since they have gone public they are impossible to work with. The basic concept is an easy development drop-in that provides data, audio, and video capability with no other necessary...
  4. brian

    GameMaker Running a GameMaker server on a Headless machine

    GM Version: Studio 2+ Target Platform: Linux Download: n/a Links: video below Summary: In this tutorial we talk about running a networked server built in GameMaker on headless machines, whether it be on a Raspberry Pi sitting in a drawer or a dedicated Linux server halfway across the world.
  5. J

    Server for a multiplayer game

    Hey! I'm creating a little videogame with multiplayer and I'd like to learn how to make a "public" server to play with anybody. I was thinking about Ubuntu hosting, but I'm not really sure. Maybe a raspberry pi with Ubuntu is another good option. Thanks a lot!
  6. Josh

    [solved] Server Hosting

    I have written server/client games in game maker on windows desktop environments played locally and over a network with one player acting as the host (using Faucet Networking dll). If I were to pay for server space to host a persistent online game written in gamemaker, would it be as simple as...
  7. G

    GML How to connect two computers with routers in between?

    Hello, I am trying to make a game with an online multiplayer option. I am building the game lnke that: You as a player can set up a server, to which your friends can join. The server handles all the game logic and sends the result (player positions, health, ...) tho the clients. (Like in the...
  8. P

    How do I host my server application?

    Hello, I followed a networking tutorial that allowed me to build server and client applications, with both of them currently being located and hosted in my PC. I'm close to releasing the client applications and would like to have a server host the server application instead for testing purposes...
  9. D

    Weird Networking Problem

    Hi, I'm working on local multiplayer right now and until a few days ago, I've always been able to host or join a session with my prototype. But now I'm getting the following error: ioctlsocket failed with error: -1 Error (0x 2736): Could not set socket option I've already set my network to...
  10. C

    HTML5 [Solved] Game not working in HTML5 mode, works in Windows

    Hello everyone. I have a working game file when running in Windows. I then compiled and exported to HTML5 and added to a Virtual Private Server within my own domain - but it is not working for me. I am able to get to the game itself online, I think, but it gets stuck on a black loading...
  11. RyanC

    GameMaker Solution for coding and hosting user generated levels

    Hi All, Does anyone know the easiest way to set up a solution for hosting users levels so they can download, play, and rate each others levels. My game currently exports user generated levels as a string so the solution only needs to be able to store these strings. I was hoping to use...
  12. Y

    [SOLVED] UDP Ports

    Hi, im creating various .exe servers in windows with the function: SERVER_SOCKET = network_create_socket_ext(network_socket_udp,20000); But as im going to create various servers i need differents port, how can i know which ports are being used, so i dont use the same port for every program?
  13. P

    GameMaker What is the best language for making server for the game.

    so, i've been developing an game, wich is going to be MMO, i use udp on client and on the current server wich has been made with gms 2, but i know, gamemaker is bad for making servers, specially for MMO games. I have no clue where to start making the server and what language i should use...
  14. J

    Connecting my friends to my game through Hamachi? (Not asking how to network)

    I have programmed a monopoly game for just me and my friends to play because we love it, but we will all be at different colleges again soon. I have finished the networking part. I simply want to know how to let them connect safely. My game connects with TCP. One executable of the game serves...
  15. D

    Destroying a server

    Hello, I am working on a project in which people can choose to host or join a server. If a client leaves he gets disconnected fine, but when the host leaves he has to restart the game if he wants to create a new server on the same port. So I assume game maker frees the port when the game is...
  16. C

    Legacy GM C# Server Example

    GM Version: Studio Target Platform: Windows Download: https://www.dropbox.com/s/swvzhhdjdqdxlx0/GMS-CSharp-Server.zip?dl=0 Intro: So I was in need for a dedicated server for online matchmaking for my game. I found this old tutorial online: http://gmc.yoyogames.com/index.php?showtopic=622307...
  17. J

    50 player - Multiplayer | Information?

    Hi everyone, I'm creating a multiplayer shooter game. The most game mechanics are ready but I've to add the most difficult part, multiplayer. I'm searching for a server system where I have multiple servers available which people can join. The process should go like this: 1. People push "Join...
Top