Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

tbyc

2
Posts
2
Topics
A member registered Jun 22, 2021

Recent community posts

Hi,

I have a C# application that starts butler.exe like so: int exitCode = StartProcess(butlerExeDir, args);

I'm trying to find docs on the return code from butler.exe since it's giving a 1 which indicates an error at the moment.

Thanks!

Hi,

I have a C# application that Process.Start(butler.exe) for offline usage, is there way to start butler in silent mode?

Thanks!