Making a dev console in Godot

Making a dev console in Godot

The Shaggy Dev

6 месяцев назад

7,308 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@SeanFradl
@SeanFradl - 03.02.2024 01:17

Cool to see the expressions and gain awareness of that functionality in godot! Some other useful functionality I could think of is having the ability to interact with one of the units and then pull up the dev console and have the units method list available to execute, it would avoid clutter in the long run assuming the current functions exist solely in the dev console and you could avoid autocompleting functions that begin with "_". If you already avoid using "_" for "public" functions then these functions are likely the ones most interesting to you.

Great video, thank you for it.

Ответить
@user-vf6eh1fo5u
@user-vf6eh1fo5u - 02.02.2024 23:23

to brief.

Ответить
@terry-
@terry- - 29.01.2024 13:21

Great!

Ответить
@Red.Rabbit.Resistance
@Red.Rabbit.Resistance - 19.01.2024 16:10

im a visual artist. I am currently jumping into a game of my own. However i know my strengths.

would you be interested in a skill exchange? I would happily help you with your art if you could help me code my concept.

Ответить
@Paruthi.618
@Paruthi.618 - 18.01.2024 07:01

awesome

Ответить
@Zyjin
@Zyjin - 13.01.2024 18:53

Love this, I have a template github project that I can copy from as a sort of basis, and I definitely need to add something like this to it!

Keep it up Shaggy! Great work ;)

Ответить
@Bargeral
@Bargeral - 10.01.2024 22:32

Nice, I made a one recently but all it does is call a method if you type it's name. Time for some updates.

Ответить
@davidb4020
@davidb4020 - 10.01.2024 22:31

I created a dev console last week for my game. I didn't know about expressions. BRB while I refactor everything lol.

Ответить
@beidero
@beidero - 10.01.2024 18:26

This is very interesting, I use C# myself for godot so I made my dev console using reflect where it looks for annotations on every node added to the scene. Then it populates a button menu with buttons in categories that just call methods on the nodes. Kind of inspired by rimworld.

That being said, being able to parse expressions would certainly open up more possiblites, will have to check if I would be able to use this somehow in combination with C#.

Ответить
@MegaNano8
@MegaNano8 - 10.01.2024 17:54

I never thought this will be accessible to create a dev console. Really thanks a lot. Nice to see your game's progress, good luck !

Ответить
@pengurrito7136
@pengurrito7136 - 10.01.2024 17:43

Nice! I didn't know about the Expression class.

Ответить