Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/2965870624/3820783808428621482/
https://youtu.be/o3kziZZUsv8
https://steamhost.cn/steamcommunity_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://steamhost.cn/steamcommunity_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!