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
=== Appraisal Skill Errors ===
<...>/steamapps/workshop/content/333640/1791096395/NalathniAppraise.cs(138,40): error CS1503: Argument 2: cannot convert from 'bool' to 'string'
== Warnings ==
<...>/steamapps/workshop/content/333640/1791096395/NalathniAppraise.cs(18,30): warning CS0672: Member 'NalathniAppraise.Register(GameObject)' overrides obsolete member 'IPart.Register(GameObject)'. Add the Obsolete attribute to 'NalathniAppraise.Register(GameObject)'.
<...>/steamapps/workshop/content/333640/1791096395/NalathniAppraise.cs(23,4): warning CS0618: 'IPart.Register(GameObject)' is obsolete: 'Use Register(GameObject, IEventRegistrar)'
<...>/steamapps/workshop/content/333640/1791096395/NalathniAppraise.cs(115,24): warning CS0219: The variable 'materialEquivalent' is assigned but its value is never used
C:\ [ where ever you installed steam] \Steam\steamapps\workshop\content\333640\1791096395
{
actions.AddAction("Mod", 'v', true, "appraise &Wv&yalue", "InvCommandAppraise", 0, false, false, false, false);
}
and change it to this:
{
actions.AddAction("Mod", 'v', true, "appraise &Wv&yalue", "InvCommandAppraise", null, 0, 0, false, false, false);
}
It's decent mod, but I wish it worked within the context of the actual barter menu.
Fresh install of game, default settings, only this mod.
When I try to learn the skill it says:
"No implementation for XRL.World.Parts.Skill.NalathniAppraise"