Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Help pushing first game with butler

A topic by Chaserchim created Jul 26, 2018 Views: 996 Replies: 6
Viewing posts 1 to 3
(1 edit)

Im like 99% sure this is the right command but it isnt working and I dont know why. Does anyone know whats wrong?

{butler push c:\Users\chase\Documents\Unreal Projects\PackagedP1 chaserchim/UnderworldExpedition:windows}

Moderator (1 edit)

The command looks fine. What error message are you getting? Do you have a game page set up?  You can't upload the file unless you have a target game page set up.  

(1 edit)

It says "butler: error: unexpected Chaserchim/UnderworldExpedition"

And yes I have a game page set up.

Moderator (1 edit) (+1)

Oh I actually missed it. The path needs to be encased with double quotes since it contains a space. So it should be:

butler push "c:\Users\chase\Documents\Unreal Projects\PackagedP1" chaserchim/UnderworldExpedition:windows

Let me know if that works.

(1 edit) (+1)

Now it says "Invalid Game"

Edit: I got it, thanks for the help.

For any game titles with spaces: Replacing them with - worked for me.

Trying to wrap parts of username/game:version in "" gave the invalid game error. Would be nice if the CLI returned "Invalid game: GAME_NAME" instead of just a mysterious error.

(+1)

Oh, just realized that it's just the html directory of the game when you're on its page.