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.
- Host: GitHub
- URL: https://github.com/quitch/all-in-one-spectator-tab
- Owner: Quitch
- License: cc-by-4.0
- Created: 2018-10-01T19:40:34.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-02T08:14:57.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T09:44:51.342Z (almost 2 years ago)
- Topics: mod, planetary-annihilation, planetary-annihilation-titans, rts, spectator, video-game
- Language: HTML
- Homepage: https://forums.planetaryannihilation.com/threads/client-all-in-one-spectator-tab.73161/
- Size: 72.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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