kmac wrote:
Completed the map and got all 6 cakes this time. Cake #5 was obvious and easy, and that's why I missed it first time. I got cake #6 the first time through, but I had already completed room 6 without even discovering the upstairs room. I managed to fling myself up to the switch without the long fall (ironically using step flings), and only discovered the upper room when I accidentally knocked the power ball up there. I do everything backwards.
Even with all the cakes found, advanced map #5a still isn't open for me. 5b is, though.
I can't believe so many people are having problems with unlocking the maps. Just goes to show the source engine isn't too great since it can't do simple triggers right. Sorry for the bitching but there is literally nothing more I can do to fix the double cake problem on bonus 5b and fixing the unlocking problem. Does anyone have any ideas? In the mean time to unlock it manually go to your portal folder in steamapps and in the directory called SAVE their should be a file called bonus_map_data. Open this file in notepad and insert the following where the stars are located:
Code:
"maps/PMK_5/pmk_5.bns"
{
"PMK 5: Challenges"
{
"lock" "0"
}
"PMK 5: Advanced"
{
"lock" "0"
}
"PMK 5"
{
"complete" "1"
}
*************************************************
"Bonus 5a"
{
"lock" "0"
}
*************************************************
}