You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Creature OPOSSUM_MAN is missing. As you can find it in the raw file creature_temperate_new.txt (second to last entry before GIANT_OPOSSUM), it's expected to be in graphics_qs_st_prsn_temperate_new.txt, as last creature just after COATI_MAN.
The file graphics_qs_st_prsn_temperate_new.txt already contains 2 tile pages, with COATI_MAN being the last entry of the 2nd tile page. Assuming identical column numbers between tile pages, OPOSSUM_MAN would be the first and only entry of a third tile page and corresponding image. This doesn't happen.
I haven't looked at the code, but if there's a maximum of 2 tile pages per raw file, or if the tile pages must have the same number of entries, that might explain the issue.
OPOSSUM and GIANT_OPOSSUM, exist and are where you would expect them, by the way.
Found by jecowa on the forum.
The text was updated successfully, but these errors were encountered:
The Creature OPOSSUM_MAN is missing. As you can find it in the raw file creature_temperate_new.txt (second to last entry before GIANT_OPOSSUM), it's expected to be in graphics_qs_st_prsn_temperate_new.txt, as last creature just after COATI_MAN.
The file graphics_qs_st_prsn_temperate_new.txt already contains 2 tile pages, with COATI_MAN being the last entry of the 2nd tile page. Assuming identical column numbers between tile pages, OPOSSUM_MAN would be the first and only entry of a third tile page and corresponding image. This doesn't happen.
I haven't looked at the code, but if there's a maximum of 2 tile pages per raw file, or if the tile pages must have the same number of entries, that might explain the issue.
OPOSSUM and GIANT_OPOSSUM, exist and are where you would expect them, by the way.
Found by jecowa on the forum.
The text was updated successfully, but these errors were encountered: