Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hopefully you can review it, we didn't know how to submit it with the butler tool, but we upload it to google drive 👾👾

(+1)

make this . bat 

and change the path and the name as ur project -- this is my .bat file

@echo off

REM #push build to itch.io using butler / refinery

REM ### fill out config settings ####

set pathToBuild="C:\Unreal Projects\packages\tangledup"-ur game path 

set butlerName=muhammad-almadi/tangledup:win -ur game url in itch.io 

@echo on

@echo %pathToBuild%

@echo %butlerName%

@echo off

pause

REM ###run####

cd %pathToBuild%

REM #send file to itch.io via Butler:

butler push %pathToBuild%\ %butlerName%

pause

(1 edit)

We definitely need to practice with the butler tool, thanks for the advice!