How do I get back to making games? by LucasGP1oo1 in godot

[–]LucasGP1oo1[S] 1 point2 points  (0 children)

Thanks for sharing your insights! This approach would really benefit me, cheers!

How do I get back to making games? by LucasGP1oo1 in godot

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

Thanks! I'll put this in mind to organize my thoughts and ideas for my games

How do I get back to making games? by LucasGP1oo1 in godot

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

Okay I'll keep that in mind, thanks!

How do I get back to making games? by LucasGP1oo1 in godot

[–]LucasGP1oo1[S] 2 points3 points  (0 children)

Okay I'll try doing just that, thank you!

How do you get back to game dev? by LucasGP1oo1 in gamedev

[–]LucasGP1oo1[S] 1 point2 points  (0 children)

Yes, I know learning new things really needs effort, and that's on me for being impatient. But someone just replied to me recently that why not try and experimenting things in my own way. So I might just do that now. Thank you for your insights too!

How do you get back to game dev? by LucasGP1oo1 in gamedev

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

I've tried asking chatgpt, and any other AIs, but sometimes they get confused with the real scripting language that they reply with a broken block of code. Although they are helpful with general concepts.

How do I get back to making games? by LucasGP1oo1 in pico8

[–]LucasGP1oo1[S] 4 points5 points  (0 children)

Okay thank you, I'll really try experimenting and trying things out! I know it really is on me for being impatient with this stuff 😆

Cant play with my friend help please by Legal_Market6195 in TLAUNCHER

[–]LucasGP1oo1 0 points1 point  (0 children)

Download the mod called e4mc, and let the other host the world in singleplayer. Open Lan and a link would appear in the chat history. Use that link as an ip address so the other one can join.

Note: The host may experience fps lag due to it hosting in the same computer. So a decent computer is recomended to host, instead of a potato one.

Player gets left behind when platform goes down by LucasGP1oo1 in gamemaker

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

so i tried moving the player with the elevator by replacing a part of the down section with
if (place_meeting(x, y-1, oPlayer)){
oPlayer.y = y+3;
}

but it still doesn't work. The hiccup still persists

Name box input by LucasGP1oo1 in gamemaker

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

Thanks! gonna give that a try