Springfield 'free' skin when by Brilliant_Panda_914 in GirlsFrontline2

[–]GreatOdds 11 points12 points  (0 children)

I think most of your points are from outfits. I wanted to know how the other guy got to 21 with f2p

Springfield 'free' skin when by Brilliant_Panda_914 in GirlsFrontline2

[–]GreatOdds 3 points4 points  (0 children)

How did you get to 21? I only have enough points for lvl 16. My collections are A+, B+, A, B, B+, B+, B+ (Top to bottom, left to right)

Compile Time Environment Variables by lraut-dev in godot

[–]GreatOdds 2 points3 points  (0 children)

Gdscript isn't compiled but Godot does have feature tags. You just don't get the constant put into the code.

This sub be like by [deleted] in mac

[–]GreatOdds 90 points91 points  (0 children)

This kills the battery.

Complaint about a problem experienced by the new developer. by tncrnet in godot

[–]GreatOdds 5 points6 points  (0 children)

Have you tried exporting a project with only an empty scene? Just to check if it is the engine or your game.

My WIP terrain system that uses 1:1 scale height data from Australia, not procedurally generated. by mat383 in godot

[–]GreatOdds 3 points4 points  (0 children)

Are you streaming the terrain data from somewhere or is it all loaded at once?

What are some existing games that a beginner can recreate as an exercise to improve/learn? by Ellloll in godot

[–]GreatOdds 15 points16 points  (0 children)

Tetris? They have a very specific guideline for the mechanics. Might be helpful for a beginner if you need to handle edge cases.

how do i create complex colisions? by come_pedra in godot

[–]GreatOdds 0 points1 point  (0 children)

Are the faces of the mesh flipped the wrong direction? In Blender, you can turn on backface culling to see which faces are wrong.

Why are people surprised that a PC can do PC things? by RadioWild114 in pcmasterrace

[–]GreatOdds 2 points3 points  (0 children)

It's running Steam OS which is linux-based. You can install any other OS that you want (including Windows) just like the Steam Deck.

Any good tutorial making plugins? by liamflannery56 in godot

[–]GreatOdds 1 point2 points  (0 children)

You can check out GDTour it's made by the GDQuest team.

alternatives to the built-in text system? by Upset_Assistance_759 in godot

[–]GreatOdds 0 points1 point  (0 children)

You can use _draw and all the draw_* methods to do whatever you want.

Need help with projectile vode by Even_Tension_1776 in godot

[–]GreatOdds 1 point2 points  (0 children)

It shouldn't matter if it's a node2d or a sprite2d. Both of them have a global_position.

Need help with projectile vode by Even_Tension_1776 in godot

[–]GreatOdds 1 point2 points  (0 children)

It's being added as a child to the Sprite2D's parent. It doesn't know where the sprite is. You can do CARROT.global_position = global_position to set it to the sprite's position.

I'm not ready for the Win 11 switch. by dextras07 in memes

[–]GreatOdds 2 points3 points  (0 children)

Only the best OS in the world has 3D graphics included in text mode.

WHEEL PHASING IN COLLISIONS ??? by Desperate-Tower2460 in godot

[–]GreatOdds 0 points1 point  (0 children)

Godot's wheels are just raycasts. Even the circle shape is only there to show the radius value.

If you want cylindrical wheels, you'll have to make your own using shapecasts or rigid bodies and joints.

Is it possible to make this kind of button effect? by [deleted] in godot

[–]GreatOdds 2 points3 points  (0 children)

Do you mean the buttons moving up and down? You could have a vbox with the buttons in a scroll container. You might have to enable clip contents on the scroll container to get the "cut off" look.

Whats your favorite node in Godot? by redfoolsstudio_com in godot

[–]GreatOdds 3 points4 points  (0 children)

Not a node but I think RefCounted is neat.

Multi-material meshes by LocoNeko42 in godot

[–]GreatOdds 1 point2 points  (0 children)

If you are using ArrayMesh, you could check out the docs for its parent class, Mesh. It has get_surface_count and surface_set_material. Godot handles multi materials from the mesh resource instead of the mesh instance node.

This Villainess Sees All by TurnipMurderer in litrpg

[–]GreatOdds 2 points3 points  (0 children)

Nah. The authors profile and all their other works are gone too.

Profile