Skip to content

3ddelano/heroku-buildpack-godot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack for Godot Engine

Directly host a Godot server on Heroku directly from the source code without exporting.

Features

  • Export Godot server build from source code
  • Run Godot server build from .pck file

Config Vars

Export from source code

  • Upload the entire source code of the Godot project to Heroku
  • Ensure that the project.godot and export_presets.cfg files are present
  • The export_presets.cfg file musht have a preset named Linux/X11

Run from .pck file

  • Only two files needed: a .pck file and a Godotpack file
  • Only host the .pck file on Heroku (It must be a Linux/X11 export)
  • Make a Godotpack file (no extension) and it in type the name of the pck file
  • Eg. If you export the project as server.pck, in the Godotpack file simply type server.pck

Modified hybrid version of heroku-buildpack-godot and godot-server-buildpack

Languages

  • Shell 100.0%