Better Goods UI
Adds Goods Names and Demand Icons
When viewing the goods page filtered by a specific Market, the small goods icons are hard to identify at a glance and the default UI lacks information. This simple mod aims to fix that.
添加商品名称与需求图标
在浏览特定市场筛选的商品页面时,默认的商品图标过小难以一眼识别,界面信息不足。本模组旨在解决这个问题。
[Optional] How to Remove Needs Icons for More Name Space
If you prefer to have the maximum possible space for the goods’ names and don’t need the demand icons, you can easily remove them by following these steps:
Find the mod file:
Navigate to the mod’s installation directory and open the following file with a text editor:
…/steamapps/workshop/content/{GameID}/{ThisModID}/in_game/gui/goods_production_lateralview.gui
Edit the file:
Inside the file, find the sections I have marked. To disable the icons, simply delete or comment out the code between the "# POP NEEDS MOD START" and "# POP NEEDS MOD END" markers.
Repeat the process for the section between "# BUILDING & GOV NEEDS MOD START" and "# BUILDING & GOV NEEDS MOD END".
【可选】如何移除需求图标以获得更多命名空间
如果您希望为商品名称留出尽可能多的空间,并且不需要需求图标,您可以按照以下步骤轻松删除它们:
打开模组文件夹:
…/steamapps/workshop/content/{GameID}/{ThisModID}/in_game/gui/goods_production_lateralview.gui
打开文件,查找关键词,删除或注释掉"# POP NEEDS MOD START"和"# POP NEEDS MOD END"之间的部分,以及"# BUILDING & GOV NEEDS MOD START"和"# BUILDING & GOV NEEDS MOD END"之间的部分。