Eibriel · @eibriel
121 followers · 342 posts · Server sigmoid.social

Having fun adding documentation comments to classes 🗒️

#gdscript #conlang #godot #gamedev

Last updated 1 year ago

Awesome Unicorn 3 · @AU3Engine
25 followers · 238 posts · Server fosstodon.org

devlog 22:
-autoload name changed from FARTENGINE to FART
-added camera control script
-added 4 new commands, all control camera movement
-Improvements made to the process for adding new commands
-Updated project on github

Up next: Allowing player to push events

#fartengine #godotengine #Godot4 #indiedev #gdscript

Last updated 1 year ago

Awesome Unicorn 3 · @AU3Engine
23 followers · 214 posts · Server fosstodon.org

dev update 21:

-Events can now damage player when touched, you can set the knockback force, damage amount, and delay before event can damage player again.

-Player can take damage, will flash and be invulnerable, the time for both can be set in character table.

-Player death Game State added.

-Menu BGM can now be set in Menu table.

-BGM is now controlled by audio engine.

#fartengine #godotengine #Godot4 #indiedev #gdscript

Last updated 1 year ago

Awesome Unicorn 3 · @AU3Engine
23 followers · 208 posts · Server fosstodon.org

devlog 19: I've given up on custom menus at this time. Users will need to use and to display information to the player.
Instead, I've decided to make a test level. It is simple. Player finds 30 rupees and gives them to a chest that will give you a knife to open a gate.

As of now I can officially say that you can make a 2D game using the Fart Engine add-on for Godot

Tonight I celebrate!
Tomorrow I start on the phase 2: more stuff so you can make a GOOD game

#fartengine #godotengine #gdscript

Last updated 1 year ago

the9thdude :verified: · @the9thdude
86 followers · 513 posts · Server mstdn.social

any folks using have any tips for a newbie using for their projects? I'm using Godot 3 at the moment as I build up my GDScript skills and want to start getting familiar with integrating with Git from the start. Also, is there any appreciable difference between using Godot 3 and 4 with Git?

#gdscript #Programming #protips #tips #GameDev #Git #godot

Last updated 1 year ago

dbat · @dbat
70 followers · 667 posts · Server mastodon.gamedev.place

Godot 4 Question
----------------
Context: Writing an Addon in gdscript.
Aim: Create scripts at runtime & have class_name registered.

I need to make scripts like:
class_name Foo
extends Resource

and:
class Bar
extends Foo

Hence Foo and Bar must be 'known' by Godot.

I can make, write and new() the scripts but Godot does not recognize the class names.

Any ideas? Super stuck. 😔

#godotengine #class_name #gdscript

Last updated 1 year ago

dbat · @dbat
62 followers · 491 posts · Server mastodon.gamedev.place

Just posted a short article about how to make Buttons in the Inspector when you are making a @tool script.
HTH
🦇

patreon.com/posts/how-to-add-t

#godotengine #gdscript #buttonsininspector #button #inspector #howto

Last updated 1 year ago

godot.community 🚀 · @0
64 followers · 82 posts · Server mastodon.gamedev.place

@BWPanda just as @alfredbaudisch mentioned, most likely people already have accounts so they don't have to register yet another account. Second, Github by default support highlighting nicely, while on the new place that you linked, doesn't seems there is any form of support/integration with except the URL perhaps.

#github #gdscript #godot

Last updated 1 year ago

godot.community 🚀 · @0
64 followers · 82 posts · Server mastodon.gamedev.place

@WFBGWG just as @alfredbaudisch mentioned, most likely people already have accounts so they don't have to register yet another account. Second, Github by default support highlighting nicely, while on the new place that you linked, doesn't seems there is any form of support/integration with except the URL perhaps.

#github #gdscript #godot

Last updated 1 year ago

afreytes :godot: · @afreytes
178 followers · 832 posts · Server mastodon.gamedev.place

@nazgum reminder you can use seed() instead of randomize() in

With seed(YourNumber) the values are deterministic, always the same

I find it is helpful for testing and debugging (specially generated stuff), because you can set the seed, then run the scene a few times and see if everything falls into place as expected. Then change the seed and test again.

#gdscript #procgen

Last updated 1 year ago

Chimèra OMORPG · @Chimera
11 followers · 24 posts · Server mastodon.uno
afreytes :godot: · @afreytes
139 followers · 603 posts · Server mastodon.gamedev.place

This is now less than 25 lines of code (that's easy to config/adjust!) and produces 9 companion hues: 4 analogous, 2 triadic, 3 square...

Now I want it to also produce at least 1 neutral color. No idea yet, how to do that.

Color object also has methods, LIGHTER and DARKER that I'm not using...

#gdscript

Last updated 1 year ago

afreytes :godot: · @afreytes
139 followers · 601 posts · Server mastodon.gamedev.place

Having this page on speed dial:

docs.godotengine.org/en/stable

Because I never seem to commit to memory 's ENUM syntax.

I feel so old...

#gdscript

Last updated 1 year ago

Chimèra OMORPG · @Chimera
10 followers · 22 posts · Server mastodon.uno
Martin Linklater · @Fizzychicken
718 followers · 999 posts · Server mastodon.gamedev.place

Decent progress on my #6502 emulator so far. It executes about 500 instructions in to Combat so far... just implementing stuff as I hit it for now. Want to put some unit tests in very soon to get it all watertight. Not simulating cycle timing yet as I don't really need it for now. Maybe later...

#gdscript

Last updated 1 year ago

Chimèra OMORPG · @Chimera
9 followers · 20 posts · Server mastodon.uno
Weston · @weston
82 followers · 239 posts · Server techhub.social

Trying to get used to but realizing how much I rely on type extensions in other languages. Does anyone have a good workaround or alternative to just writing global functions?

#gdscript #gamedev #godot

Last updated 1 year ago

chfkch :nixos: :rust: · @chfkch
116 followers · 1832 posts · Server ruhr.social

Be sure to learn about this shortcuts when working wirh . Super essential speedboosts. youtu.be/rMx35lyXCpk

#godot #gdscript #gamedev #indiegamedev

Last updated 2 years ago

chfkch :nixos: :rust: · @chfkch
114 followers · 1705 posts · Server ruhr.social