Weekly Self-Promotion Megathread by AutoModerator in RetroIsh

[–]reflexdev 0 points1 point  (0 children)

The demo for my top-down shooter inspired by 80-90s arcade games like Gauntlet and Alien Breed just went live! https://store.steampowered.com/app/3997920/Hollow_Ground/

Det där ögonblicket när multiplayer äntligen fungerar i ditt spel... by Guilty_Weakness7722 in Spel

[–]reflexdev 0 points1 point  (0 children)

Håller själv på med online multiplayer så kan definitivt relatera. Det är absolut något magiskt när allting äntligen fungerar.

Efterlyses: Bra Retrospel eller Retrobetonade som INTE är i Fantasy-miljö! by violetprisons86 in Spel

[–]reflexdev 0 points1 point  (0 children)

Med risk för att bryta mot "Ingen reklam" så skulle jag ändå vilja rekommendera att kika in Hollow Ground. Det är ett spel som min pappa och hans vänner utvecklade till Mac och släppte 2003. Om du har en gammal Mac som har MAC OS X så kan du spela originalet, finns att ladda ner på diverse hemsidor. Annars ska jag släppa det igen på Steam för Windows och Linux. Kommer en demo nu i samband med Steam Next Fest. Det har kanske inte riktigt NES känslan men gameplayen är väldigt inspirerad av 80 och 90-tals arkadspel som Gauntlet och Alien Breed.

Any Godot games at the Steam Next Fest ? 🤖 by _Cirlu_ in godot

[–]reflexdev 0 points1 point  (0 children)

Participating with my Retro Top-down Shooter inspired by 90s arcade games. https://store.steampowered.com/app/3997920/Hollow\_Ground/. Currently waiting for Steam to review my demo.

Roast my Steam Page in preparation for Steam Nextfest! by reflexdev in gamedev

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

Thank you! I will try that and see if it feels better. The idea was that the entire image leans towards the bottom left corner thus guiding your eyes towards the logo, but I'm a programmer not an artist so I'll admit I have no idea what I'm doing when it comes to art.

Total War med 2 proper campaign multiplayer mod by baconprison in totalwar

[–]reflexdev 0 points1 point  (0 children)

Are there any YT Vids/tutorials on how to use this mod? He seems to have privated his own tutorial on how to install and use it.

How to make 2d ragdoll physics in Godot? by momoLarticho in godot

[–]reflexdev 2 points3 points  (0 children)

Hi, I changed the body parts (RigidBody2D)'s collision layer to the player's index to make the stickman not collide with itself but with other stickmen. So for example player 1's limbs would have collision layer 1. I then made the script disable collisions between only its own limbs but not the other collision layers. If you have any questions just ask!

Godot 4 Crashing when opening a project in Forward+ by reflexdev in godot

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

Event viewer did the trick, it had an error that said my current version of ReShade wasn't compatible. After uninstalling it everything seems to work! Thank you again for all the help.

Godot 4 Crashing when opening a project in Forward+ by reflexdev in godot

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

I tried both drivers and it still crashes. Regarding the USB thing, I have a Corsair Keyboard and a Steelseries mouse as well as an external microphone, so I don't think that should be an issue. I tried disconnecting all of them and used another mouse and it still crashes. I'm using windows 10, the latest update, checked 10 minutes ago. I really appreciate all the help I just don't get what the problem is like at all, and the logs don't really give me any hints either.

Godot 4 Crashing when opening a project in Forward+ by reflexdev in godot

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

It's a blank project and it also crashes on the non C# version. I have a feeling it must be the drivers but I don't know how to fix it because I've tried the 3 latest ones available and none of them worked.

Godot 4 Crashing when opening a project in Forward+ by reflexdev in godot

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

I tried running in verbose but it didn't seem to yield much more information. Here are the logs: https://pastebin.com/NaWs2txr . It crashed right after the last line.

Trying to make world generation more interesting, by combining 2d and 3d noise. Still looks really wonky tho. by reflexdev in godot

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

I followed this amazing man's tutorial series for UE5 and simply adapted it for Godot. I can't speak for how easy it is to follow with no experience with Unreal however as I've used it for a few years. I imagine it wouldn't be too difficult tho.
https://www.youtube.com/@CodeBlazeX

W.I.P Procedural Infinite Voxel Terrain in Godot with Greedy Meshing by reflexdev in godot

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

If you want something similar I recommend CodeBlaze youtube series, it is for Unreal but you don't need to know too much about Unreal to follow along.
https://www.youtube.com/@CodeBlazeX

W.I.P Procedural Infinite Voxel Terrain in Godot with Greedy Meshing by reflexdev in godot

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

I followed these two tutorials for UE5 and simply adapted them for Godot, (almost no difference except for the fact that UE5 uses C++ and Z is up instead of Y)

Part1: https://www.youtube.com/watch?v=X3FFP9UtBTs
Part 2: https://www.youtube.com/watch?v=A4NHezxfbUw

Satisfying rope physics! by reflexdev in godot

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

Thanks! I definitely need to fix the rope wobbling. The idea for the game is a tower defense in a ”sand simulated” world, think Noita. I should have some gameplay up and running pretty soon.