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
Why this was tricky: spacing was hard because the code uses 1.25 as the spacing, but tiles are 4x4, so this doesn't divide evenly. Optimal spacing is actually just a tiny bit above 1.25, because if it's exactly 1.25 then the soil conflicts. When I initially updated this I didn't have a full grasp of the farming mechanics and thought optimal spacing was the most important, but now I understand that there's a lot of tile-based stuff happening, and in most cases 3x3 is better than 4x4. So I changed it to be 4/3 to evenly divide into tiles.