User Tools

Site Tools


arma3:tools:armake

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arma3:tools:armake [2017-02-06 07:40]
snakeman created armake initial page.
arma3:tools:armake [2019-01-26 13:47] (current)
snakeman added command line examples.
Line 57: Line 57:
  
 Get [[https://​github.com/​KoffeinFlummi/​armake|Source code / .exe from Github]]. Get [[https://​github.com/​KoffeinFlummi/​armake|Source code / .exe from Github]].
 +
 +
 +====== armake Command Line ======
 +
 +armake original koffeinflummi version command line.
 +
 +<​code>​
 +armake_w64.exe build -f -p -x *.png -x source\*.* pmc_rugen C:​\Terrains\pmc_rugen\addons\pmc_rugen.pbo
 +armake_w64.exe build -f -p pmc_rugen_cfg C:​\Terrains\pmc_rugen\addons\pmc_rugen_cfg.pbo
 +</​code>​
 +
 +
 +====== armake Torndeco Fork ======
 +
 +[[https://​github.com/​Torndeco/​armake|armake Torndeco Fork]].
 +
 +Excludes any "​source"​ directory it finds by default.
 +
 +<code dos>
 +armake_w32.exe build -f -x *.png -x *.tga -x *.bat -x *.xcf -x *.txt -x *.7z -x *.rar -I p:\core -i p:\a3 -i p:\bin -i p:\dbe1 -i p:\hsim -i p:\ibr -T p:​\temp_armake tut_tutorial_terrain C:​\Terrains\tut_tutorial_terrain\addons\tut_tutorial_terrain.pbo
 +</​code>​
arma3/tools/armake.txt ยท Last modified: 2019-01-26 13:47 by snakeman