-
Godot Export Template for Raspberry Pi 4…
Posted on November 6th, 2020 No commentsGodot 3.2.1 seems to run reasonably well on Raspberry Pi 4.
I noticed I had to build Godot on Raspberry Pi 4. Then…I could take any Godot project and have it run on Raspberry Pi 4 smoothly…provided I did the following…
1) exported the pck file in Godot
Project -> Export -> Add … Linux/X11 (Runnable) from current export template list…Export PCK/ZIP file2) Use the raspberry pi build version of godot made…from this post…
http://www.indiegamepod.com/?p=3517… and rename it to the same name as the pck file. So if I exported the pck file of the project to something called “truckdemo.pck”…the Raspberry Pi 4 export template would need to be named truckdemo.llvm
3) I would put both the pck file and llvm file in the same directory
4) run the llvm file … with
./truckdemo.llvmHere is a link to the llvm file you could use for the export template…
http://indiegamepod.com/godot-pi4-template.llvmIf you have better instructions…let me know. The ideal situation is that the pck is embedded in the template itself.
Leave a reply