CMANO Videos

Some videos on CMANO

CMANO - Looping Thru Units with Lua

Posted on: January 20, 2019
Some examples of how to loop thru units using Lua in order to change things like the mission they are assigned to, or the units loadout.

CMANO Lua Basics

Posted on: January 20, 2019
59 minutes of Lua code... so it went a little long.

CMANO - Some Basics of Setting up Things at the Start of a Scenario

Posted on: October 20, 2018
Just some basics of setting up missions at the beginning of a scenario. Should have made another helicopter ASW mission around the Amphibious group. Scenario is Red vs Blue: Battle for Hispaniola.

CMANO - Creating Overlays

Posted on: March 9, 2019
Creating overlays with GMAP and using Photoshop to clean them up so they match the rest of the game map.

CMANO - Using lua to change waypoints of a course

Posted on: March 10, 2019
I wanted to make the ships leaving port take slightly different paths so we edit the waypoints using lua.

CMANO - Using lua to control the path of a ship leaving port

Posted on: March 9, 2019
Fairly simple lua exaple of changing the course of a unit, adding events, triggers and actions.

CMANO - Lua Functions with Return Values

Posted on: February 6, 2019
Using Lua inside the game Command (CMANO) and how to use a function to return a value.

CMANO - Lua Tables

Posted on: February 8, 2019
Some basics of using tables in Lua.

CMANO - Making a Basic Function

Posted on: January 31, 2019
Using Lua inside the game Command (CMANO) to randomly move a ship/sub. Goes over creating the code and then how to wrap it into a Function for easier re-use.

CMANO - Lua - Unit Wrapper in Depth

Posted on: February 9, 2019
Using Lua inside the game Command (CMANO) to dig thru a unit wrapper.