Hello. I want to compile a game through command lines but i have never done it before. I created a new project to try it and following the documentation i created this batch file:
Keep getting error "GMAssetCompiler.dll exited with non-zero status" when trying to compile with command line
Code:
cd C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2024.4.1.201\bin\igor\windows\x64
set licence_folder="C:\Users\Achi\AppData\Roaming\GameMakerStudio2\myname_6789"
set root_runtime="C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2024.4.1.201"
set project_path="C:\remotecompiletest\ballgame"...