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
Would it be possible that beating Level 3 while in the Nether would cause a problem?
Also, if Level 1 and 2 are not a problem to beat, I would say try those as well. The game checks the savedata to see if prior levels were already beaten, and I wonder if something got messed up with the savedata (which saves to the cloud) at the time you beat one of those levels. I mean, I can't think of what else could cause this given how basic the code is. For LOLs, here is-ish the code that executes after you beat the level and the game enters a "end of level" mode:
if(!player::IsDead()) // if NOT dead
{
if(savegamedata::GetDifficulty() != Common::GAME_DIFFICULTY_EASY) // if med/hard
{
savegamedata::GetRaw().mLevelsCompletedNormalOrAbove[level_index] = true;
if(savegamedata::GetRaw().mLevelsCompletedNormalOrAbove[0] &&
savegamedata::GetRaw().mLevelsCompletedNormalOrAbove[1] &&
savegamedata::GetRaw().mLevelsCompletedNormalOrAbove[2] &&
!Common::achievement::IsUnlocked(kAchievement_Accomplishment))
{ // if beat each level, flag set to true above, and didn't already unlock Accomplishment
Common::achievement::Unlock(kAchievement_Accomplishment);
}
}
}
I've already beaten level 2 several times, so I'll go ahead and give level 1 a shot. If that doesn't work, I'll let you know and just unlock it myself with Steam Achievement Manager.
I did look at what % of people completed ACCOMPLISHMENT, and though it's almost the same % as level 3's COMPLETE achievement, it should be identical, so that's odd.. except when factoring in, of course, Steam Achievement Manager.. sigh.. it makes it hard to track down issues like this. :(
Not that it matters now, since you unlocked it, but I'm not sure if/when a Windows update will be happening. I'm in crunch mode on other stuff right now, but it's done soon-ish, so if Choice Provisions is up for me taking on Steam bugs, maybe by the end of the year? But that's 'if'.
Wow, missed opportunity when I posted on Oct 30th... "it was quite a trip" --> "it was quite a (bit) trip".. ;)