Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+2)(-1)

Great game as always, I can see you put a lot of work on it. You made it with godot, how did you make the head move? I tried rotating the bones but it always gives me errors. By the way, when exporting you can embed the pck file so its just the exe.

(1 edit) (+1)

Hi! Thanks for the comment :)

Moving bones will be a bit of a case by case basis I imagine, I use a BoneAttachment3D node that I attach to the neck bone, then I can enable/disable "Override Pose" and lerp the angle as required in code.

I am aware that you can pack the pck file but Godot's own documentation suggests not doing so:

"On Windows, PCK embedding is also known to cause false positives in antivirus programs. Therefore, it's recommended to avoid using it unless you're distributing your project via Steam as it bypasses code signing and antivirus checks."