Sid Meier's Civilization VI

Sid Meier's Civilization VI

220 个评价
Harvest All Resources
2
2
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
2.305 MB
2019 年 10 月 7 日 上午 5:27
2024 年 8 月 24 日 上午 12:17
3 项改动说明 ( 查看 )

订阅以下载
Harvest All Resources

描述
Allows all resources to be harvested.

Latest update notes:

- Now works with existing saves (for real this time)
热门讨论 查看全部(1)
0
6 月 3 日 下午 7:59
Unitpanel.lua
Venatorae
101 条留言
Venatorae  [作者] 6 月 3 日 下午 8:00 
Presumably it uses the same ui file this one uses to remove the harvest button before discovery.

You could make them compatible by merging the changes to unitpanel.lua/function GetUnitActionsTable into the mod with the highest loadorder in the modinfo file.

Relevant loop: if isHasMovesLeft then
for operationRow in GameInfo.UnitOperations() do

The HaR code you want to nest in this loop I posted to the discussions tab due to char limits
LibraLix 6 月 3 日 上午 11:25 
Good mod but just as an fyi to anyone who might be having the following problem as I feel this may be a common combination, this mod doesn't seem to be compatible with Turn Off All Recommendations. Having both enabled causes the icons used to control units to not appear.
aw 4 月 1 日 上午 3:39 
"Latest update notes:

- Now works with existing saves (for real this time)"

^ can confirm it does
finaly got rid off super annoying antiquity site occupying my hills tile xd
Venatorae  [作者] 3 月 12 日 下午 6:16 
It uses the built-in harvesting system from the base game, so the UI in the bottom right on a builder. The requisite tech for harvesting each resource is listed in the civilopedia, and also on the tech tree (if you play in English). Jade specifically, will be Mining.
Monkey 3 月 12 日 上午 11:06 
sort of wish there was any indication of how the mod works, either in game or on this mod page. no idea how to harvest jade
LIVINGXDEADGIRL 2 月 23 日 下午 5:08 
I've never looked at a mod file for Civ 6 but it was really easy to figure out and add in the custom resources I'm using. Super useful!
Venatorae  [作者] 2 月 12 日 下午 7:24 
No, the resources are explicity defined in the database table with their yield values. It is not hard to add resources to this, but if you reference a resource that doesn't exist in your game it will crash. Hence, the custom resource mod needs to include their own harvest values in the table, or you need to create a compatibility patch.
dvmhieu271 2 月 11 日 下午 11:06 
Can it harvest custom resources?
眩晕 2 月 7 日 上午 2:14 
you are my hero!!!:steamthumbsup:
Venatorae  [作者] 1 月 16 日 下午 5:02 
@Butters From memory the restriction on Kupe is a modifier attached to the leader or to Maori, can't remember which, but disables the function for him specifically. This mod simply adds new values to the harvest tables, which Kupe is precluded from using in the first place.