Vinifera-Developers / Vinifera

Vinifera is a C&C: Tiberian Sun engine extension implementing new logics and fixing bugs.
GNU General Public License v3.0
43 stars 10 forks source link

[New Feature] Display more pips #189

Open Rampastring opened 3 years ago

Rampastring commented 3 years ago

Description:

The game is limited to only displaying a specific amount of pips of a each type. For example, if you create an APC that can carry a much higher number of passengers than the usual of 5, the game doesn't display pips for all of the passengers.

Additional Files:

CnCNet ts-patches extends the pip count limitations: https://github.com/CnCNet/ts-patches/blob/master/src/mods/max_pip_counts.asm

CCHyper commented 3 years ago

Changed to feature request as this is modding related.