Results 1 to 7 of 7
  1. #1
    Player
    Scorcher24's Avatar
    Join Date
    Feb 2016
    Location
    Limsa Lominsa
    Posts
    44
    Character
    Bob Banner
    World
    Shiva
    Main Class
    Warrior Lv 60

    Steam Achievements please?

    PlayStation has achievements, Steam has none. Why?
    I would *really* like if we could get some SQEX. Thanks a bunch .
    I am pretty sure a lot of achievement hunters like me would appreciate it.
    (0)

  2. #2
    Player
    Slappah's Avatar
    Join Date
    Sep 2014
    Posts
    722
    Character
    Slappah Lol
    World
    Jenova
    Main Class
    Reaper Lv 90
    Not exactly related to the issue you've brought up, but they didn't add any new achievements on psn for heavensward, which was disappointing imo
    (1)

  3. #3
    Player
    Koujiro's Avatar
    Join Date
    Mar 2015
    Posts
    17
    Character
    Thales Morocc
    World
    Cactuar
    Main Class
    Thaumaturge Lv 80
    The PSN trophies are hilariously outdated, mostly because they were created for the PS3 release of the game, and completely forgotten. I mean, the "Warrior of Light" trophy is rewarded to someone that completed "the Main Scenario", but it actually only counts the 2.0 original Main Scenario.

    Also, this game has quite an extensive list of achievements. Right, they are ingame, and can't be seen on Steam, but they are still there.
    (1)

  4. #4
    Player
    Scorcher24's Avatar
    Join Date
    Feb 2016
    Location
    Limsa Lominsa
    Posts
    44
    Character
    Bob Banner
    World
    Shiva
    Main Class
    Warrior Lv 60
    Quote Originally Posted by Koujiro View Post
    Right, they are ingame, and can't be seen on Steam, but they are still there.
    That is what this Topic is about. To add them to Steam.
    (0)

  5. #5
    Player
    worldofneil's Avatar
    Join Date
    Aug 2013
    Posts
    2,650
    Character
    Scott Pilgrim
    World
    Omega
    Main Class
    White Mage Lv 100
    The Steam client isn't actually aware of Steam though. It's exactly the same client used by people not on Steam and all patches come direct from SE. The only difference with the Steam version is the code you use to activate the game flags your account as coming from Steam, but game wise it's not even aware of Steam.

    To add achievements they'd have to split the client (or at least the launcher) and have two distinct versions (a Steam aware one that has to be run within Steam and a non-Steam one that doesn't care) and they could do that, but they're probably not wanting the extra work each time they update it.
    (0)

  6. #6
    Player
    AskaRay's Avatar
    Join Date
    Nov 2014
    Posts
    3,543
    Character
    Aeon Rakshasa
    World
    Lich
    Main Class
    Bard Lv 100
    Quote Originally Posted by worldofneil View Post
    The Steam client isn't actually aware of Steam though. It's exactly the same client used by people not on Steam and all patches come direct from SE. The only difference with the Steam version is the code you use to activate the game flags your account as coming from Steam, but game wise it's not even aware of Steam.

    To add achievements they'd have to split the client (or at least the launcher) and have two distinct versions (a Steam aware one that has to be run within Steam and a non-Steam one that doesn't care) and they could do that, but they're probably not wanting the extra work each time they update it.
    This

    And I hope they never do that because I run my game without Steam (the overlay is obnoxious). I bought it on Steam since it was cheapest at the moment... I'd rather not be forced to run Steam every single time I want to play the game, thanks.
    (0)
    --------------------------------------------------------------------------------------------------------------
    ホイホイ Commissions ==> http://goo.gl/RwVnHZ

    Clearly, the best Final Fantasy character is Locke Cole.
    Glamour is TRUE ENDGAME

  7. #7
    Player
    Scorcher24's Avatar
    Join Date
    Feb 2016
    Location
    Limsa Lominsa
    Posts
    44
    Character
    Bob Banner
    World
    Shiva
    Main Class
    Warrior Lv 60
    Quote Originally Posted by worldofneil View Post
    The Steam client isn't actually aware of Steam though. It's exactly the same client used by people not on Steam and all patches come direct from SE. The only difference with the Steam version is the code you use to activate the game flags your account as coming from Steam, but game wise it's not even aware of Steam.

    To add achievements they'd have to split the client (or at least the launcher) and have two distinct versions (a Steam aware one that has to be run within Steam and a non-Steam one that doesn't care) and they could do that, but they're probably not wanting the extra work each time they update it.
    Sorry, but you are wrong. The steam_api.dll can be loaded dynamically, based on it's existence. So you can have the code in actually all versions of the game without it crashing because of a missing dependency.
    Lookup LoadLibrary(LPCSTR fName) in the MSDN. The SteamWorks API is actually quite simple and fast to integrate.
    (0)