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
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3307502417
If the Mod Author wants to use the new Links I created then they can get a Hold of me and I can help them fix this mod.
I'm getting an error when stacking the season cards which may be related.
Error in Script (true - 5a3add): chunk_3:(57,6-73): attempting to perform arithmetic on a nil value<2>
sometimes the value is <3> or <5>
Thread: https://forums.stardewvalley.net/threads/new-rule-book.9618/
File link inside the thread
Happy to help.
Sorry for my bad english, this isn't my primary language =/
getObjectFromGUID("5a3add").setTable("CountCard", CountCards)
Wasn't working so CountCard was empty during the game.
CountCard = {
["Spring"]= 4,
["Summer"] = 4,
["Fall"] = 4,
["Winter"] = 4
}
From error:
Error in script (true - 5a3add): chunk_3:(57,7-73): attempt to perform arithmetic on a nil value <5>
can someone help me with this problem?