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
this seems to be an Issue with your Farm File. So my first Question is: Did you try and edit your Farm? Like Money, Diamonds etc? (be honest please).
If not please do the following:
1) Go into your Steam Installation Folder, where Steam is Installed (Default is C:\Programms(x86)\Steam).
2) Open the userdata folder, inside that the folder with only Numbers in its name (like 4587675, its your Account ID), In that folder open the Folder 673950, in that then the remote folder.
3) If you have a ZIP Program Installed (like 7zip, Winrar etc) please ZIP the "Farms" Folder into a Archive for Backup. If you dont know how to use it, please copy (not move) the Farms folder to your Desktop and check if in the folder on the Desktop are Files like farm_0.data etc
4) Now in the Original Folder (not the one you Copied to the Desktop) go into the Farms Folder. You should see Files like farm_0.data as well
5) Now it gets a bit tricky. If you have a ZIP Program, please Unzip the farm_0.data File and go into the Unzipped Folder. There should be a File called "farm_0", Open this with any Text Editor (like Notepad, Notepad ++) and search for FarmRandom. Is that word in Single Quotation Marks in your File? (like 'FarmRandom') If not please follow the Code and you should see WelcomeMessage:. There you should see your Welcome Messages that look like Id:"PleaseHarvestCrops". Is any of these Welcome Messages in Single Quotation Marks? (like Id:'PleaseHarvestCrops').
If you have any Single Quotation Marks please remove them from FarmRandom or replace them, in case of Welcome Messages, with Double Quotations Marks (but only the Welcome Messages !)
If you are not Comfortable doing the 5. Step, please Post here again.
TldR of your Issue: The Game Complains that some Value didn't get stored correctly. It got stored in Single Quotation Marks (like 'test') instead of Double Quotation Marks (like "test") and the Game cant use that properly since Single and Double Quotation Marks have different functions in Unity and the Data Processing (Single Quotation Marks is used to reference a Variable, Double Quotation Marks are used to Store a String (text) Value).
Hope this helps