An open API service indexing awesome lists of open source software.

https://github.com/quitch/all-in-one-spectator-tab

Mod for Planetary Annihilation: TITANS. Combines the Economy and Army tabs into one.
https://github.com/quitch/all-in-one-spectator-tab

mod planetary-annihilation planetary-annihilation-titans rts spectator video-game

Last synced: 4 months ago
JSON representation

Mod for Planetary Annihilation: TITANS. Combines the Economy and Army tabs into one.

Awesome Lists containing this project

README

          

# All-In-One Spectator Tab

Adds two tabs to the spectator player panel: ALL and ALL2.

ALL displays the following:

- Metal income
- Energy income
- Efficiency
- Army count
- Fabber count
- Factory count

ALL2 displays army metal in place of army count. Army metal counts all units and structures owned by a player, not just offensive units.

## Installation

You should download and install this mod via the Planetary Annihilation TITANS in-game Community Mod Manager. You will need to [enable Community Mods](https://steamcommunity.com/sharedfiles/filedetails/?id=1417396826).

## FAQ

**Why didn't you include total unit count?**

Because I wanted to avoid having the ALL tab be any wider than the other tabs. I considered total unit count to be the most useless stat and so it was dropped.

**Why does your mod wrap the text when the numbers get big?**

I've tried to ensure this is very unlikely to happen, but because the columns are narrower it _could_ happen. Things will get more cramped though. You can switch to the other tabs still if things get ugly.

## Thanks

- mikeyh, who once again covered for my total inability to inject Javascript and HTML