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
Do you have all the Required Items?
I look all over discord but couldn't find the solution.
Thanks again
I'm afraid I don't know what you mean, is that another mod? Try it without on a throwaway save.
Do you have all the Required Items?
to clarify : u find this in the Long War ini row 55.
Not in this templar proficiency ;)
"bDisableRespeccingTemplars = false"
i check al plafces but i can't find where's the problam
but when i start a campaign with templars they start out with their major rank abilities instead of their squaddie rank ones (which are learnable a cpl instead) meaning they have ARC Wave but cannot gain focus (without buying the perk at cpl) and do not gain momentum after a melee attack (without buying a perk at cpl)
https://steamcommunity.com/sharedfiles/filedetails/?id=1442995752
https://steamcommunity.com/sharedfiles/filedetails/?id=1746871334
(Makes Parry not get used up if enemy misses and, optionally, allows Parry to Reflect.)
I'm not mod-savvy at all, but i wanted to allow myself a way to recruit vanilla-ish faction heroes parralel to proficiency classes.
Especially for templars, their base game tree is still quite nice.
So i just copied the full tree from "supreme focus" templar mod, and replaced the acolyte tree in this mod's xcomclassdata.ini with it.
Now I can have the best of both worlds :)
Thanks for that feature!
UILibrary_LWSecondariesWOTC.LW_AbilityElectroshock
eg this is the full path for sedate .. note it's looking for "UILibrary_LWSecondariesWOTC", which is what you are missing, as you're playing in LWotC.
So basically, you need to check the \src here for the perks with that upk filepath... and then create the WSR documentation to swap the icons to the LWotC path version.
If you can contact me through the XCom2 Modders Discord, I'd be happy to help further. It's getting a bit hard to keep track of through steam :)
Hey sorrry to bother you again just looking for some advice about the instructions you gave, ICON_IMAGE = "img:///UILibrary_<new path>") is this literally just the file pathway to the upks file or there something im missing?
Which means for your LWOTC setup (which would conflict with the standalone) you need to find the equivalent icon image string in LWotC's .upks .. and then do some perk patching/OPTC'ing, which involves a further mod like WeaponSkinReplacer (thank god this exists!), and use of its config commands to "update" the PCP icons to LWOTC.. like so;
+CHANGE_ABILITY_TEMPLATE = (TEMPLATE = "<perk_name_internal>", ICON_IMAGE = "img:///UILibrary_<new path>")