Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem








Would score 3 times, because the horizontal line and the other lines cross at only one tile each.
Rules be hard, yo.
Yeah the script is supposed to only count once crowns that are in a 4 crowns row. I've read the link you've posted before.
But if you say you've seen a game where 4 crowns have been counted two times, I definitely have some checking to do.
Basically how it (is supposed to) happens right now is that the score algorithm parses your kingdom with one of the directions and every time it finds a crowns, checks if there is 2 other in the given direction. If it finds 2, it adds 10pts, skips the next crown in said direction, and continues. Does the same for every direction (horizontal, vertical and diagonal).
So if there is 4:
The method for this quest is 70 lines long.
Edit: Ok it fails to skip the next crown for some reason. Also I noticed that it doesn't count building crowns, which it should.
Not only did it fail to skip. But it was also checking for crowns horizontally where it should check vertically and the other way around... wow... Which means it failed to skip, but it didn't even asked to skip in the right direction :facepalm:
Thanks for another very useful bug report!!! 1.5.6 coming right up.
Actually this would score 5 times:
Jackpot, yo.