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
=== QudUX Errors ===
<...>\steamapps\workshop\content\333640\1804499742\Utilities\JournalUtilities.cs(37,39): error CS1503: Argument 1: cannot convert from 'string[]' to 'XRL.World.GameObject'
<...>\steamapps\workshop\content\333640\1804499742\Utilities\JournalUtilities.cs(37,53): error CS1503: Argument 2: cannot convert from 'int' to 'string'
<...>\steamapps\workshop\content\333640\1804499742\Utilities\JournalUtilities.cs(37,56): error CS1503: Argument 3: cannot convert from 'string[]' to 'string'
<...>\steamapps\workshop\content\333640\1804499742\Utilities\JournalUtilities.cs(37,69): error CS1503: Argument 4: cannot convert from 'int' to 'string'
<...>\steamapps\workshop\content\333640\1804499742\Utilities\JournalUtilities.cs(37,88): error CS1503: Argument 5: cannot convert from 'string[]' to 'string'
<...>\steamapps\workshop\content\333640\1804499742\Utilities\JournalUtilities.cs(37,103): error CS1503: Argument 6: cannot convert from 'int' to 'string'
<...>\steamapps\workshop\content\333640\1804499742\Utilities\JournalUtilities.cs(37,106): error CS1503: Argument 7: cannot convert from 'int' to 'string'
<...>\steamapps\workshop\content\333640\1804499742\Utilities\JournalUtilities.cs(37,109): error CS1503: Argument 8: cannot convert from 'int' to 'string'
<...>\steamapps\workshop\content\333640\1804499742\Utilities\JournalUtilities.cs(37,112): error CS1503: Argument 9: cannot convert from 'bool' to 'string'
== Warnings ==
None
Exactly the same problem everyone here is having.
=== QudUX 2.0 Errors ===
<...>\steamapps\workshop\content\333640\1804499742\Screen Extenders\EnhancedScoreBoard.cs(51,95): error CS1061: 'ScoreEntry2' does not contain a definition for 'Description' and no accessible extension method 'Description' accepting a first argument of type 'ScoreEntry2' could be found (are you missing a using directive or an assembly reference?)
<...>\steamapps\workshop\content\333640\1804499742\Screen Extenders\EnhancedScoreBoard.cs(51,61): error CS7036: There is no argument given that corresponds to the required formal parameter 'Name' of 'ScoreEntry2.ScoreEntry2(int, string, long, string, string, int, string)'
== Warnings ==
<...>\steamapps\workshop\content\333640\1804499742\Screen Extenders\EnhancedScoreBoard.cs(186,20): warning CS0108: 'EnhancedScoreEntry.Level' hides inherited member 'ScoreEntry2.Level'. Use the new keyword if hiding was intended.
<...>\steamapps\workshop\content\333640\1804499742\Screen Extenders\EnhancedScoreBoard.cs(188,23): warning CS0108: 'EnhancedScoreEntry.Version' hides inherited member 'ScoreEntry2.Version'. Use the new keyword if hiding was intended.
It looks like it is forcing my save to not fully-load which is a bummer for my epic run!
I ended up in a bind because I accidentally saved after I loaded into the busted mod. I was able to fix it by
- deleting the current save file
- using the backup save file
- reverting the build to "previous stable"
Once I had the save up and running again I followed the instructions in the main comment thread and was able to manually update the mod source so it didn't error-out anymore.
live and drink friend
=== QudUX 2.0 Errors ===
<...>\steamapps\workshop\content\333640\1804499742\Screen Extenders\EnhancedScoreBoard.cs(51,95): error CS1061: 'ScoreEntry2' does not contain a definition for 'Description' and no accessible extension method 'Description' accepting a first argument of type 'ScoreEntry2' could be found (are you missing a using directive or an assembly reference?)
<...>\steamapps\workshop\content\333640\1804499742\Screen Extenders\EnhancedScoreBoard.cs(51,61): error CS7036: There is no argument given that corresponds to the required formal parameter 'Name' of 'ScoreEntry2.ScoreEntry2(int, string, long, string, string, int, string)'
<...>\steamapps\workshop\content\333640\1804499742\Screen Extenders\CreateCharacterExtender.cs(70,22): error CS1061: 'HologramMaterial' does not contain a definition for 'Tile' and no accessible extension method 'Tile' accepting a first argument of type 'HologramMaterial' could be found (are you missing a using directive or an assembly reference?)
== Warnings ==
<...>\steamapps\workshop\content\333640\1804499742\Screen Extenders\EnhancedScoreBoard.cs(186,20): warning CS0108: 'EnhancedScoreEntry.Level' hides inherited member 'ScoreEntry2.Level'. Use the new keyword if hiding was intended.
<...>\steamapps\workshop\content\333640\1804499742\Screen Extenders\EnhancedScoreBoard.cs(188,23): warning CS0108: 'EnhancedScoreEntry.Version' hides inherited member 'ScoreEntry2.Version'. Use the new keyword if hiding was intended.