So it's really just a containment engine for midwits, "idea guys", dead projects, indie slop, and itch.io junk?
yes
>>723199516yeah, and sometimes a game that is lucky to have the following combination>creative dev with a goodi dea and good dilligence>a game that is very simple and small (ex buckshot roulette)the one case where godot doesnt job
>>723199698Where can I get a goodi dea?
I seek to summon AxelStems, GoblinDev, and the Reinbo dev because they are the only people I know who aren't complete chodes with the engine.
>>723199516Redot not going well for you?
>>723199516https://store.steampowered.com/app/2005870/House_of_Necrosis/this just came out this month and it's pretty good godot slop
>>723199516It's in an awkward spot with 2D, where it's just harder to use than GameMaker. You need to do a lot of work in Godot to get things that work by default in GM.For a small scale 3D game (so the "itch.io junk") I think Godot, Unity and Unreal all achieve pretty much the same results
here's an enemy i just made for my new GODOT game
>>723201614nostalgia critic the wall
M-my Godot game will succeed! Just you wait!
>>723200508>You need to do a lot of work in Godot to get things that work by default in GMsuch as...
>>723199698>goodi dea
in godot how the fuck do you get call functions in animationplayer to work if youre using an animationtree?all the blends play back at all times meaning that functions get called several times im not hard coding exact milisecond timings just to get around this, it shouldnt be this retarded to opt to use the animationtreefuck this engine
>>723203674we told you broshould have stayed in unity bro
>>723199886havent they been posting for several years without a single release in sight?
Every now and then, I think about starting to work on my own game. Each time, Godot comes to mind because it's the only engine I have experience with. I've been thinking about learning to work with Unity since it's more popular. However, that thing takes up so much disk space.
>>723203987start working desuGodot has its issues but the fact theres barely any good games from it is less so because "its unviable" and moreso "the kind of person that cares about dumb shit enough to not want to use unity is less likely to make games". But ultimately gamedev is mostly about dilgence moreso than engine
>>723203674>in godot how the fuck do you get call functions in animationplayer to work if youre using an animationtree?Do you mean call_method functions in individual animation_player tracks? You can either just set call_method tracks in the animation player or you can set them via code when the object is instanced(recommended). I can show you how to do the latter if you want, the syntax is annoying to get right and there's no documentation on it.>all the blends play back at all times meaning that functions get called several times What do you mean by this?
>>723199516WAITING FOR JUAN
>>723199516is there some hapenning, or is it a grassroots FUCK THIS STUPID PIECE OF SHIT complain thread?
>>723199516please tell me they will finally fix the IK next update
>>723203987>However, that thing takes up so much disk space.Unity? That's nothing compared to Unreal, now that's real pain
>>723205710Anon is trying to justify not to kill themselves today
>>723199516I can assure you the other engines have much more dead project and ideas guys
>>723204817my setup was simple when it was just one animation and no animation treewhen the animation footstep touches the ground, call audiostream play() to play a footstep, thats it and it works greatthe moment you add blended animations via animationtree of walk/run and theyre all calling play(), it plays multiple times because both walk and run animations are literally happening at the same time
>>723205726they have to fix pathfinding first because it broke on 4.5 and they didnt bother to have the decency to regression test
>>723199698so the same as every engine.the key requirements are still that the developer is very good and also very hard working.
>>723206553Facts
>>723206986>it plays multiple times because both walk and run animations are literally happening at the same timeYou shouldn't be played those 2 animations at the same time unless you're transitioning between that. Let's say you have two blend2s, one with a walking animation and one after it with a running animation. And let's say that your walking blend2 blend_amount is set to 1.0 at all times. If your run blend2's blend_amount is set is set to 0.0, only the walking animation will play. If it is set to 1.0, the running animation will play, but every node behind it(i.e. the walking blend2) will NOT play. Does that make sense?So let's say your character is walking, then character's your run blend2's blend_amount should be lerping to 0.0. If you press the shift button to run, then you should quickly lerp the run blend2's blend_amount to 1.0. If you lerp between these values quick enough, you'll get a smooth transition between running and walking, and the footstep sound effects will sync up properly.So just to reiterate, you shouldn't have both the run and walking animations playing at the same time unless it's to quickly transition between the two, which shouldn't cause issues with your footstep sound effects.
>>723199516>Finally gets stencil buffers>Ik and animations and pathfinding are brokenIt's a meme engine. Designed to waist your time waitingTM. GDScript and GDExtention was and is a retarded design choice for a game engine. Any dev dedicated enough to actually GMI should use SDL for 2D and SDL+OpenGL for 3D. Any slopdev (asset flips/ friendslop/ Undertale clones/ streamerbait) should just use Unreal.
>>723199516i like godot because the main purpose is to be a containment for troons
>>723200508I though it was supposed to be one of the better engines for 2D.
The people talking shit just don’t want you to make a game with it because they know they’re too k competent to ever create anything worthwhile in their wasted lives. Hugely successful games have been made with it time and again. If that’s not enough for you idk what is.
>>723207097Yes, it's literally just another game engine with a lower barrier of entry because it's 1. free and 2. easy to use with solid documentation
>>723206553this is 100% true because wtf uses godot for something seious? at this point is just a meme engine
>>723210373Delta V is a pretty good and "serious" game, to think of one immediately off the top of my head
>>723210301>Hugely successful games have been made with it time and again.??i can think of a moderately successful indie like domekeeper that couldn't even muster fotm status but nothing "hugely successful"
>>723209983>undertale clone>unrealway overkill
>>723210449>Cruelty Squad>Buckshot Roulette>Cassette Beasts>Case of The Golden Idol>Brotato
>>723210595i would not call a single one of those games "hugely successful" but they are video games
>>723210410>Delta V
>>723207097yeah, I'm not going to pretend that some engines aren't better than others, but success is mostly down to developer competence UE5 is bad most of the time but I have played indie games that run flawlessly (abiotic factor and crab champions off the top of my head) and seen AAA studios produce games that look terrible and run like steven hawking (BL4, killing floor 3)even good ol Source can be raped by incompetent retards creating a gorillion triangle mesh
>>723210748As far as solo dev indies go it’s hard to do better than buckshot, brotato, or cruelty squad.
>>723200329The hand of Christopher crust curing my mental illness
>>723210748>i would not call a single one of those games "hugely successful"Post checking account balance
>>723199516Assuming I was starting from zero and wanted to make an H-RPG that's not in rpg maker, would I have better long term results on this or unity.
>>723210757An autistic space mining simJust because it's not well-known doesn't mean it's not goodYou can spin your ship so fast it explodes
>>723199516Idea guys don't have an engine, because they just sit and jerk off their tiny dicks dreaming about making a game they think is cool (it is not)
>>723199516Just like Unreal and Unity
>>723211081Godot is pretty good, easy, and fun to work with for 2D. It's 3D where it sucks and makes you want to blow your fucking load into an insane whore and then raise the offspring who grows up to hate your guts.
>>723211949Is South Park stick of truth 2D or 3D?
>>723199516A lot of video gambling machines use it too
>>723199516What's the least buggy, most stable Godot version?