Установить 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 :) :):):)