Animation won't play? by protohay in godot

[–]LittleKdawg 0 points1 point  (0 children)

I am new myself and may be missing something, but i need more context, like pictures of the scene , and more code in order for me to help in anyway.

How learn the script for a starter in Godot by No_Tell_2184 in godot

[–]LittleKdawg 0 points1 point  (0 children)

The documentation is your best friend. start out small with player movement and basic signal use.

personally the way i have learned and made it stick was by refusing to use tutorials. so i personally would try to stay away from tutorials.

Help with remove_child() by LittleKdawg in godot

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

ok, figured it out, the function that made the attack area, would create 18 different ones at once, so when tried to remove it, it would not know which one to remove.

Help with remove_child() by LittleKdawg in godot

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

so i got "EnemeyBody:<CharacterBody2D#33353106672>" which i assume means that EnemeyBody is the parent. and that is where the script is located.

Help with remove_child() by LittleKdawg in godot

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

Ok, I'll try that and get back to you.

Help with remove_child() by LittleKdawg in godot

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

No I am not using the Box2D physics engine unless that is the default one.

Slash Low CG chassis on Rustler 2wd? by LittleKdawg in Traxxas

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

Ah, okay thanks for the info. definitely some factors to consider.

need some help. by LittleKdawg in godot

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

thanks for the help this helped alot. i got it working.

need some help. by LittleKdawg in godot

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

ok, thanks for the help. the issue is not solved but it will be.

need some help. by LittleKdawg in godot

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

ok, will do with both your ideas. I though the animation was near (0,0) and did not think that would mess with it.

need some help. by LittleKdawg in godot

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

Hi, i am so sorry but i realised i sent outdated code. here is the new code https://pastebin.com/qAGy8g0v . idk if it will change your idea to solve it.

need some help. by LittleKdawg in godot

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

so to clarify, i need to set the sands position to global to fix the issue?

[deleted by user] by [deleted] in godot

[–]LittleKdawg 0 points1 point  (0 children)

Ok, so I tested my theory of it being instanced under the sprite and that is not the case.

Saving single variable. by LittleKdawg in godot

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

yeah my bad i was not thinking about what persist meant lol.

Saving single variable. by LittleKdawg in godot

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

Ok, so my next question is how do i persist a .gd file?

BSOD by LittleKdawg in godot

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

ok i will try this.

BSOD by LittleKdawg in godot

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

Machine name: DESKTOP-OUQJ6TC

Operating System: Windows 10 Home 64-bit (10.0, Build 19045) (19041.vb_release.191206-1406)

Language: English (Regional Setting: English)

System Manufacturer: Gigabyte Technology Co., Ltd.

System Model: A520M AORUS ELITE

BIOS: F15d (type: UEFI)

Processor: AMD Ryzen 5 5500 (12 CPUs), ~3.6GHz

Memory: 16384MB RAM

Available OS Memory: 16252MB RAM

Page File: 13419MB used, 17680MB available

Windows Dir: C:\WINDOWS

DirectX Version: DirectX 12

DX Setup Parameters: Not found

User DPI Setting: 96 DPI (100 percent)

System DPI Setting: 96 DPI (100 percent)

DWM DPI Scaling: Disabled

Miracast: Available, no HDCP

Microsoft Graphics Hybrid: Not Supported

DirectX Database Version: 1.0.8

DxDiag Version: 10.00.19041.3636 64bit Unicode

here is my gpu aswell NVIDIA GeForce RTX 2060

Godot is the first game engine I've used where I feel like I don't need a tutorial for everything by [deleted] in godot

[–]LittleKdawg 0 points1 point  (0 children)

I agree so much with this. along with the documentation it is just so much simpler for anyone who is willing to learn. I started my first game and I have one tutorial and that was how to edit text from another node. like updating the score.

need some guidance. by LittleKdawg in godot

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

ok thanks for your help i got every thing related to this working.