"Show all leader banners without scrolling" mod?

Benualdo

Earth TSL enjoyer
Joined
Apr 13, 2005
Messages
83
Location
Europe, FR
Hi,

We have several mods that improve the diplomacy banners, but AFAIK, none of them address my personal #1 issue: I want to display all player banners and get rid of those ridiculous, barely visible arrows used for scrolling when there are more than 8 players !

Issue with vanilla UI:

1742243448603.png


Same issue with zhekoff's Enhanced Diplomacy Banners:

1742244071765.png


And same issue with Leugi's Diplomacy Ribbon Tweaks

1742244363893.png


Thanks.
 
It's working :D

1742248572960.png


I think this should be the default for people playing higher resolutions than 1080p (1920x1080).

I play in 1440p (2560x1440) and I would have enough room for 15-16 leaders.
 
Last edited:
How are you guys getting more then 8 players on a map? I changed the "DefaultPlayers" setting on the map and added 10 slots in the start screen and still only 8 civs.
 
How are you guys getting more then 8 players on a map? I changed the "DefaultPlayers" setting on the map and added 10 slots in the start screen and still only 8 civs.
Using YnAMP just open config.xml and edit MaxPlayers and DefaultPlayers for the map you want to play.

e.g. for "Greatest Earth Map"
XML:
<Row Domain="StandardMapSizes" MapSizeType="MAPSIZE_GREATEST_EARTH" Name="LOC_MAP_GREATEST_EARTH_SIZE_NAME" Description="LOC_MAP_GREATEST_EARTH_SIZE_DESCRIPTION" MinPlayers="2" MaxPlayers="11" MaxHumans="10" DefaultPlayers="11" SortIndex="65"/>
[...]        
<Row Domain="DistantLandsMapSizes" MapSizeType="MAPSIZE_GREATEST_EARTH" Name="LOC_MAP_GREATEST_EARTH_SIZE_NAME" Description="LOC_MAP_GREATEST_EARTH_SIZE_DESCRIPTION" MinPlayers="2" MaxPlayers="11" MaxHumans="5" DefaultPlayers="11" SortIndex="65"/>
 
Back
Top Bottom