I just saw that some guys in battlezone 2 are naming their navs, what is very useful.
So I made a file which allows you to name your navs:
Code: Select all
// Naming Navs
Bind ("-shift +ctrl X", 'control.satellite.name ScrapPool');
Bind ("-shift +ctrl S", 'control.satellite.name Service');
Bind ("-shift +ctrl E", 'control.satellite.name Enemy');
Put this code into a config file called "bzgame_keys". Then put it into the addon folder.