安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






I wanted to let you know that there seems to be a conflict between your mod and a part of Goldenage-Brave New World related to leader modifications during turbulent times. Since I'm not well-versed in modding, I'll leave it to you to dig into the code to find the specifics of this conflict.
Thanks a lot! I updated it.
OR LeaderType = 'LEADER_YONGLE'
OR LeaderType = 'LEADER_WU_ZETIAN'
OR LeaderType = 'LEADER_QIN_ALT'
OR LeaderType = 'LEADER_JULIUS_CAESAR'
OR LeaderType = 'LEADER_TOKUGAWA'
OR LeaderType = 'LEADER_NADER_SHAH'
OR LeaderType = 'LEADER_SULEIMAN_ALT'
OR LeaderType = 'LEADER_ABRAHAM_LINCOLN'
OR LeaderType = 'LEADER_NZINGA_MBANDE'
OR LeaderType = 'LEADER_SALADIN_ALT'
OR LeaderType = 'LEADER_RAMSES'
OR LeaderType = 'LEADER_CLEOPATRA_ALT'
OR LeaderType = 'LEADER_SUNDIATA_KEITA'
OR LeaderType = 'LEADER_SEJONG'
OR LeaderType = 'LEADER_LUDWIG'
OR LeaderType = 'LEADER_THEODORA'
OR LeaderType = 'LEADER_ELIZABETH'
OR LeaderType = 'LEADER_HARALD_ALT'
OR LeaderType = 'LEADER_VICTORIA_ALT'
Sorry, I haven't updated yet. I'm still alive and it's on my todo-list.
I'm somwhat busy though. have some weekend-projects lined up.
Now that I'm working as a professional software-developer, I have some standards on my code, so I'll probably redo my mods a lot cleaner.
If anyone wants to take up the work or get started in modding, you can contribute here:
https://github.com/username4/Civ6_OnlyModLeaders/blob/master/OnlyModLeaders/OnlyModLeaders.sql
You basically only add "OR LeaderType = 'LEADER_(name of leader here);" at the end of the files.
If I recall correctly (5 years ago), it was because I originally loaded the OnlyModLeaders.sql under <UpdateDatabase> in the modinfo, which gets loaded when the game loads, but not during the game-setup, so you could select the leaders, but they were then removed, when the game loaded which of course led to a crash. To fix that, I made a second file (OnlyModLeadersMenu.sql ), which loads under <Settings>.
But you're right, now that I think about it, you could just load the same file twice. If I recall correctly, only loading it in <Settings> did not work for some reason... But that might also be enough. If I update again, I'll probably fix it.
Thanks. I Don't have the Babylon-DLC. I'll add him. If you find other missing be free to tell me.
https://psteamcommunity.yuanyoumao.com/workshop/browse/?appid=289070&requiredtags []=Leaders
If you want to play with a specific DLC, or Vanillla-civ, uncomment the civ in the sql-files
It removes all leaders from the game. So you only play with leaders from mods.[/quote]
Cool, but where do i find mods for new leaders ? Who know a mod with fictitious leaders/civs ?
It removes all leaders from the game. So you only play with leaders from mods.
Any idea on how I could do it ?
Can someone give me feedback, if it works correctly, since I cant test myself...
Really looking for a way to play a themed game with friends, leaders randomized but only from among the custom leaders for said theme.
But heres a guide I found on civfanatics [forums.civfanatics.com], if you want to make such a mod yourself. It seems,that the animations can be converted.
But that would be the opposite...
The easiest way is the dumbest way. Just make a list of all civs you want the AI to play as and roll some dice with a random function.
That can be done with a simple bash-script or an Excel-table.