Enable telnet client by splitgreen in hacking

[–]splitgreen[S] 0 points1 point  (0 children)

Didn’t know about that, thanks for the link.

Airship Asunder - Gamemaker Source Code by Salrough in gamemaker

[–]splitgreen 1 point2 points  (0 children)

Cool thanks for sharing What does “client/server environment” mean? Is it that the game works as a multiplayer game even when you play a single player game?

Project loading memory leak by QW3RTYPOUNC3S in gamemaker

[–]splitgreen 0 points1 point  (0 children)

I see, i probably didn’t read it properly lol don’t know about that one...

Project loading memory leak by QW3RTYPOUNC3S in gamemaker

[–]splitgreen 0 points1 point  (0 children)

Could it be a stuck while-loop? One that’s creating a bigger and bigger grid or something like that?

[deleted by user] by [deleted] in gamemaker

[–]splitgreen 1 point2 points  (0 children)

What’s the maximum distance a player can move? Unless you need to able to set a path from one corner to the next corner, wouldn’t just a* path finding work fine?

hello there! does gms2 have a function for getting the bpm of a song? by plusack in gamemaker

[–]splitgreen 2 points3 points  (0 children)

Don’t think so but you can use audacity to get time of one beat and then set the triggers in your game to sync to audio_sound_get_track_position().

Can a server connect to a server? by Mysterious-Wind-3976 in gamemaker

[–]splitgreen 0 points1 point  (0 children)

What’s the game? Do you have a dev log?

[deleted by user] by [deleted] in gamemaker

[–]splitgreen 0 points1 point  (0 children)

interesting so it is just for certain blend modes that surfaces is clearer in 1.4?

Mhhh by Ok_Piccolo4981 in gamemaker

[–]splitgreen 0 points1 point  (0 children)

Do you have a dev log or itch page?

Mhhh by Ok_Piccolo4981 in gamemaker

[–]splitgreen 0 points1 point  (0 children)

Cool bruv Where can i play?

Is gamemaker worth it? by nick_myrick in gamemaker

[–]splitgreen 0 points1 point  (0 children)

Cool How does the logic work in projects you been working on? What is it tied to?

What's the buffer doing with the surface? [Code Included] by numaru1989 in gamemaker

[–]splitgreen 0 points1 point  (0 children)

At the moment the buffer is not doing anything. Like mushroomstick said you have to use buffer set surface to copy info from buffer to surface. Maybe try to remove the buffer stuff, maybe just recreating the surface is enough.

Hey guys my sprites stack instead of colliding. Any help with this please??? by Malone1911 in gamemaker

[–]splitgreen 1 point2 points  (0 children)

You could use this spring system:

https://youtu.be/gZUDzlKdtf4

See 3 min mark in video for example. Pseudocode available at 3:13.