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
YOU ARE OUT OF UNIFORM SOLDIER! WHERE IS YOUR POWER ARMOR?
Find:
<li><key>(\w+)<\/key><value>-(\d+)<\/value><\/li>
Replace
<$1>-$2<\/$1>
Find what:
<li><key>(\w+)<\/key><value>(\d+)<\/value><\/li>
Replace with:
<$1>$2<\/$1>
<li><key>Animals</key><value>4</value></li> to this: <Animals>4</Animals>
I just went though the traits.xml and replaced every instance of skill gains to fit the new format and as far as I can tell, the mod works fine now, at least I haven't run into any glaring issues.
If it's *just* XML files, then what Rekalty has done should be all that's necessary.
Then i can't access the pawn selector for a new game with pawn editor and clicking next after ideology selection doesn't advance the next screen. any ideas? after adding this mod is when i first start getting errors at launch of game. very lean list to isolate problems so far only having VGP, Vanilla Expanded, and Pawn Editor.
At least, that's what I've seen for armor mods with the same issue. The way I fixed an armor mod I like was to go into the defs of the items effected, and replace the name for carry weight from the original wording to the new combat extended wording, so that it wouldn't get detected as old code and disabled by combat extended. I haven't checked this mod and can't right now, but that's something to look at.
it would be funny to have a trait that once on a pawn, dramatically increases the raid difficulty by replacing all of the tribal's with manhunting gorillas with machine guns, and giving those pirates nuclear devices.
@fuglypump You the bestest!
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2884647239
[SYR] Trait Value settings.
Screenshot [ibb.co]
FalloutTraits\Common\Patches\Mods\[SYR]_Trait_Value.xml
After 1.5 hour of searching i know what cause error:
<li Class="PatchOperationAddModExtension">
<xpath>Defs/TraitDef[defName = "FT_Philanthropist"]</xpath>
<value>
<li Class="SyrTraitValue.TraitValueExtension">
<traitValues>
<li>20</li>
</traitValues>
</li>
</value>
</li>
and
<li Class="PatchOperationAddModExtension">
<xpath>Defs/TraitDef[defName = "FT_ActionBoy" or "FT_ActionGirl"]</xpath>
<value>
<li Class="SyrTraitValue.TraitValueExtension">
<traitValues>
<li>30</li>
</traitValues>
</li>
</value>
</li>
after deleting those parts of code all work fine