安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_BasicTekHelmet_C",EngramHidden=True,EngramPointsCost=40,EngramLevelRequirement=0,RemoveEngramPreReq=True)
The author has used the same Id structure as original tek gear. so when we override things like EngramEntry_TekDoor_C its actually overriding the original game tek structure.
I think there are other issues due to this... ppl saying that there tek gear is replaced and blah blah... all seems like it could be related.
Eitherway I have not found a solution apart from changing crafting requirement of the blueprint itself rather then editing the engram. the engram tag names are all identical to original game engrams and that means that its almost impossible to edit the tek engrams put in by this mod.
Here is an example for changing the crafting requirements of the modded tek door:
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_TekDoor_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemStructure_TekDoor_C",BaseResourceRequirement=1,bCraftingRequireExactResourceType=true)))
this will make the tek dorr craft require a tek door to craft. cant craft it if your require it to make it. ;) However it does not remove the engram from the list :(
If anyone has any further advice on this.. it would be much appreciated. We like this mod and want to keep it :) :):):)