How To Publish - HerbertV/Aeronaut GitHub Wiki

Step 1 - Check out Repo's

After checking out the Aeronaut repo you need to check out the submodules. Since the sub modules are already added you need only to init and update them.

Git BASH:

// init submodules
git submodule init
git submodule update

// core module
cd as3/hv/core	
git checkout master
git pull
// zinc module
cd as3/hv/zinc	
git checkout master
git pull
// components module
cd as3/hv/components
git checkout master
git pull

Step 2 - Compiling fla's

Publish/Compile the following fla's:

  • ae_splash.fla
  • aeronaut.fla
  • modMenu.fla
  • modToolbar.fla
  • printAircraft.fla
  • printPilot.fla
  • winAircraft.fla
  • winLoadout.fla
  • winPilot.fla
  • winSquad.fla
  • winZeppelin.fla

Step 3 - Move swf's

Now move following compiled swf's to the "modules" folder:

  • modMenu.swf
  • modToolbar.swf
  • printAircraft.swf
  • printPilot.swf
  • winAircraft.swf
  • winLoadout.swf
  • winPilot.swf
  • winSquad.swf
  • winZeppelin.swf

Step 4 - Compiling zinc

First you need a version of mdm Zinc 3. You can download it from mdms homepage: latest windows zinc trail

For further information on Zinc visit: http://www.multidmedia.com/

After you have zinc installed you can open aeronaut.zinc and adjust the pathes. Now hit "Build" and you can start the CS_Aeronaut.exe.