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
Can't compile "World" script module!
ZenExpansionAudioAl_Scripts/scripts/4_World/dayzexpansion_core\entities\manbase\expansionnpcbase.c(1):Unknown type 'ExpansionNPCBase
@Zenarchist can you update the mod please?
It works again
override void SetTraderItems(ExpansionP2PMarketRecivedData data, bool soldListings)
{
super.SetTraderItems(data, soldListings);
Object npc = GetNearestQuestNpcZen();
if (npc)
PlayVoiceAudioZen(npc);
}
```
Replace the similar section within the 'expansionp2pmarketmenu.c' at the location the error lists, then pack your files again and it'll be fixed. Zen needs to do the same with this before we can stop hotfixing it ourselves but as it's intended to be repacked anyway, anyone who sees this should be able to get it fixed using the above code
SCRIPT (E): Can't compile "Mission" script module!
ZenExpansionAudioAI_Scripts/scripts/5_mission/dayzexpansion_p2pmarket\gui\p2pmarket\expansionp2pmarketmenu.c(6): Function 'SetTraderItems' is marked as override, but there is no function with this name in the base class