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
The submod is disabled but still got the message below: "InventoryItemFactory.CreateItem() cannot create item: registryID = 249,fulltype = "Base.Pistol2",modID = "pz-vanilla",existsAsVanilla = true,isModded = true,obsolete = true,removed = false,modOverrides = 0,
LOG : General , 1717998564343> 19,427,752,695> InventoryItem.loadItem() item == null, skipped bytes. itemtype: Base.Pistol2"
This script below was tried but still not work:
getScriptManager():getItem("Base.Pistol2"):DoParam("OBSOLETE = FALSE")
Is there any way to fixe it by edit WorldDictionary.bin ?
The content in WorldDictionaryReadable.lua :
{
registryID = 249,
fulltype = "Base.Pistol2",
modID = "pz-vanilla",
existsAsVanilla = true,
isModded = true,
obsolete = true,
removed = false,
},