@bryce@mastodon.brycedixon.dev
Post #3603501
2026-05-04 15:57 UTC
Here's a video of my #soundnovel/#visualnovel framework made in #godotengine so far. I'm pretty happy with the progress for only 2 days, though there are a few major things still missing.
#godot #gamedev #godot4 #programming
Replies (1)
-
@bryce@mastodon.brycedixon.dev 2026-05-04 16:01
Main trick that I'm using to speed up integration of a story (which I plan on making pretty complex) is embedding #GDScript function bodies into my Resources and then generating new script types from them at runtime. This greatly reduces boilerplate of copy-pasted script files which are 99% identical, though I do need to make a cleaner method of building the larger script source that goes *around* that body. #godot #godotengine #godot4 #programming #gamedev