🛈 Announcement
Greetings! Assassin's Creed forums are now archived and accessible in read-only mode, please go to the new platform to discuss the game.
  1. #1

    2x Unity trophies still not unlocking

    Hi guys, any news on a fix for the complete all renovations on the Cafe and the trophy for 100% in Versailles? Both have glitched for me, and this is AFTER the new update too. Yup I earnt both these trophies after the latest update.
    Ive read that im not alone here, so presumably a future patch will suto unlock these for those that have earnt them?
    Enjoying the game still, despite some of the glitches. Hope a ps4 patch is coming soon!
    Share this post

  2. #2
    They really need to forcibly re-evaluate achievements and trophies on startup.

    Something like:
    Code:
    if (!IsAchievementPopped("Ransacking Versailles"))
    {
    
    if ((SQL_QUERY(num_cockades_versailles_retrieved) == SQL_QUERY(num_cockades_versailles_retrieved)) && (SQL_QUERY(num_chests_versailles_retrieved) == SQL_QUERY(num_chests_versailles_retrieved))) {
    PopAchievement("Ransacking Versailles");
    }
    }
    Run EVERY. SINGLE. STARTUP.
    For EVERY. SINGLE. ACHIEVEMENT/TROPHY.
    Share this post