安装 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 notice that I am unable to queue more than nine skills with Alshua's Ellyrion mod, testing on an Ellryion Princess recruited on turn one as Yvresse. Even if those skills complete, I still can't queue a new skill.
Do you have any general advice as to how to troubleshoot this? I love both mods and I'd like them to work. If I can figure out how to fix it with any advice I will send the changes to Alshua for inclusion.
I opened up a discussion on Alshua's page at: https://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/2965870624/3820783808428621482/
https://youtu.be/o3kziZZUsv8
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2985441419
Skill queue ui automatically expand with transparent
so can't click skill in the right side edge of screen
You'll need
- RPFM (see here for setup guide https://tw-modding.com/wiki/Tutorial:RPFM_For_Dummies )
- Warhammer 2MM ( https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1399787504 )
- This will let you create a copy of Cpecific's mod, so that when they update the mod, your copy that you use doesn't get overwritten (I think that's how it will work, comment if that's wrong). It also lets you open mods up in RPFM without having to hunt them down manually, which is the main reason it's super useful for this.
- A text editor with find and replace function (e.g. VSCode)
Steps (Assuming setup has been done):
1. Create a copy of Cpecific's mod using Warhammer 2MM
2. Use Warhammer 2MM to open your skill level mod using RPFM, and copy the changes from "db/character_experience_skill_tiers_tables/yourfile"; using control+a and control+c worked for me, even though it was shown in a table format in RPFM.
3. Open the copy of Cpecific's mod using RPFM, go to the lua file at "script/compatibility/db/character_experience_skill_tiers_tables/data__.lua"
4. Use text editor to update the code copied from the skill level mod so that it's in the correct format Cpecific mentioned; Find and Replace is highly useful for this.
5. Replace the code in data__.lua
6. Save the pack file in RPFM, update loaded mods in Warhammer 2MM, and confirm that it's working.
Please let me know if I got something wrong; thanks!