Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

App removes manifest targets which it thinks are duplicates

A topic by Dent Games created Nov 19, 2021 Views: 238
Viewing posts 1 to 1
(+1)

Hello,

I created two different manifest actions where the only difference between them is that one passes along command line arguments.

From the itch.io app logs I can see a line that says "Removing duplicate target". Looks like command line arguments are ignored when checking if a target is a duplicate.

Am I misunderstanding something?

My use case is a multiplayer game with a client and server. I want the default "play" action to start up in the main menu where you choose between hosting a server or joining a server. And the "server" action automatically launches a server without displaying a menu, by passing in a command line parameter.