/land_war

Mod for Planetary Annihilation which removes air units

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Land War

Removes air units, as well as dedicated anti-air.

Does not require HodgePodge or Icon Reloader, but will free up build bar slots and strategic icons if present.

Development

The generated project includes a package.json that lists the dependencies, but you'll need to run npm install to download them.

PA will upload all files in the mod directory, including node_modules and maybe even .git - you probably don't want to use this in server_mods directly, unless you really like waiting. The template is set up run to run as a project within a peer directory of server_mods - I use server_mods_dev/mod_name. The task grunt copy:mod will copy the mod files to ../../server_mods/identifier, you can change the modPath in the Gruntfile if you want to run it from somewhere else.

Available Tasks

  • copy:mod - copy the mod files into server_mods
  • proc:unit_list - make reduced unit list and ui mods
  • default: proc, copy:mod