Are there any headless bundling options for bob. Cant see it in documentation. When trying --headless I get nothing bundled but a dmengine. In fact there is some documentation lacking on how to start projects using dmengine itself and its flags. Maybe I shouldnt have to bundle at all to run a game from terminal?
You don’t. If you have a dmengine in the root of your project and start it it will run the game with whatever content that is in the build folder.
1 Like
Need to bump this one still.
I am trying to bundle a standalone executable using the headless dmengine.
How would I do that? (in this specific case, for Linux)
Edit:
Seems like there is no way but to manually replace the exe file (which seems to be just a renamed version of the dmengine) with the headless. No automated way, but still quite easy to automate yourself.
Ah, true. Maybe bob should have a --headless flag or something like that? As you’ve pointed out the exe itself is either dmengine or dmengine_release depending on if the --debug flag is passed to bob or not.
2 Likes