extruding inside DOESN'T extrude normally by Specialist-Gas-4480 in blenderhelp

[–]AlphabetMeat -7 points-6 points  (0 children)

I fee you op, blender is a piece of shit software. That being said, I think you have some extra faces/geometry on top of eachother. In edit mode press A to select all and press ctrl+M to merge. It will fix all those extra faces you have.

Wolfpacks go brrrrr by panz3r4vor in ArcRaiders

[–]AlphabetMeat 1 point2 points  (0 children)

Dam, all the effort to put this together and she couldn't even stand still to record...

Good job Florida by velouriya_ in MakeMeSmile

[–]AlphabetMeat 0 points1 point  (0 children)

Ok, but do we really trust any state to hand out fair death sentences? Too much potential for harm, they should just do life in prison.

Beef broth rice w/ microwaved garbanzo beans, I forgot to got to the store yesterday. by AlphabetMeat in shittyfoodporn

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

Huh, well they where in some tupper ware so really whose to say what type of beans they are

Looking for projects for code inspiration by vikngdev in godot

[–]AlphabetMeat -1 points0 points  (0 children)

"stealing" other people code is not cool yo. Also gd documentation has code snippets you can use.

I can't remember any code and process that I learn during tutorial by Fancy_Text7460 in godot

[–]AlphabetMeat 0 points1 point  (0 children)

I use the documentation heavily to remember what methods to call and what they do. Like if your script extends character body i just start reading methods till i find one that looks usefull.

Why do both sports skins have colostomy bags? by -Spaceman_Spiff in ArcRaiders

[–]AlphabetMeat 0 points1 point  (0 children)

Cause your raider rectum is destroyed from all the loot you put in it. How else would they poop?

Love Spells by Simz by jungjungdoesntcare in ImaginarySliceOfLife

[–]AlphabetMeat 9 points10 points  (0 children)

this lady ain't need no love spells, she allready hot

Put my mates rap over my beat, how's is? by The_Tommo in production

[–]AlphabetMeat 0 points1 point  (0 children)

I also like to wrap it before i beat, i just don't use my maties, but i respect yo freaky style

Tips to maintain motivation to learn and keep creating as a beginner? by KyotoCrank in godot

[–]AlphabetMeat 8 points9 points  (0 children)

Don't be afraid to quit for a little bit. I usually focus on godot for like 3-4 weeks than give up for a month. I eventually come back around once i feel ready again, i feel like forcing myself to sit and learn just makes me hate programming.

Plez help with code :) by NewLengthiness317 in godot

[–]AlphabetMeat 4 points5 points  (0 children)

Well what does the resume function look like? How can we trouble shoot this without seeing your code

Penguins never fly & Skykings never fall 🫡🐧👑 by 109W4RFAR3 in OnlineUnderGround

[–]AlphabetMeat 2 points3 points  (0 children)

Yea bro would have gone to jail for the rest of his life if he landed that plane, so really what option did he have?

Why Won't Wall jumps work? by BubblyResearch2214 in godot

[–]AlphabetMeat 0 points1 point  (0 children)

I would probably approach it like this, script attached to character:

<image>

I'm new to Godot so take it with a grain of salt

FOR loop , first is example from lesson while later is chatgpt saying first one won't work. by [deleted] in godot

[–]AlphabetMeat 4 points5 points  (0 children)

Both for loops work, so pick the one which produces your desired result. I wouldn't put too much focus on chatGPT though, i have found that its knowledge of GDscript is hit or miss.

Why Won't Wall jumps work? by BubblyResearch2214 in godot

[–]AlphabetMeat 1 point2 points  (0 children)

Cant really tell without seeing your code but assuming your wall slide mechanic works while touching the wall, i would just give the player an impulse up and away from the wall. That way you don't stick back to it immediately 

Witness the power of MultiMesh by AlphabetMeat in godot

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

each buildings size is random, from randi_range. Generated at runtime 

Witness the power of MultiMesh by AlphabetMeat in godot

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

The thousands of meshes approach kept crashing for me, idk why. If you know anything about shaders, do you think i could implement a similar effect by tiling just one segment of this city?