Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Dekirai

3
Posts
1
Topics
1
Following
A member registered Mar 10, 2017

Recent community posts

Thanks, can build it now!
My wip german translation works fine aswell. :p


(1 edit)

The source is included in the game's download though

Someone could host it on github and the community could work together on it for further ports, but idk if the dev would allow that

That's the command in MonoGame.Content.Builder.Task.targets:

    <Exec

      Condition="'%(ContentReference.FullPath)' != ''"

      Command="$(DotnetCommand) $(MGCBCommand) $(MonoGameMGCBAdditionalArguments) /@:"%(ContentReference.FullPath)" /platform:$(MonoGamePlatform) /outputDir:"%(ContentReference.ContentOutputDir)" /intermediateDir:"%(ContentReference.ContentIntermediateOutputDir)" /workingDir:"%(ContentReference.FullDir)""

      WorkingDirectory="$(MSBuildProjectDirectory)" />


Any help regarding this is appreciated!