Results 1 to 12 of 12

Thread: Aika Online & xfire_games.ini (Updated)

  1. #1
    Xfire Loyalist
    Join Date
    Aug 2009
    Posts
    594

    Aika Online & xfire_games.ini (Updated)

    Just as the Subject says Aika Online in the xfire_games.ini is wrong this is what it should be, Note the LauncherDirDefault= line is what was wrong with it:

    Wrong Code:
    Code:
    [6159_1]
    LongName=Aika Online
    ShortName=aika
    LauncherDirDefault=%ProgramFiles%\gPotato\AikaOnline
    LauncherExe=AIKALauncher.exe
    DetectExe=AIKAEN.exe
    Launch=%UA_LAUNCHER_EXE_PATH% %UA_LAUNCHER_EXTRA_ARGS% %UA_LAUNCHER_NETWORK_ARGS%
    InGameRenderer=D3D9
    InGameFlags=USE_PRESENT|ENABLE_MOUSE
    %ProgramFiles% does not work even under Windows 7 so each time there is a Xfire Games update Aika Online is no longer detected as installed

    Correct Code:
    Code:
    [6159_1]
    LongName=Aika Online
    ShortName=aika
    LauncherDirKey=HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Aika Online: Epic II\Path
    LauncherExe=AIKALauncher.exe
    DetectExe=AIKAEN.exe
    Launch=%UA_LAUNCHER_EXE_PATH% %UA_LAUNCHER_EXTRA_ARGS% %UA_LAUNCHER_NETWORK_ARGS%
    InGameRenderer=D3D9
    InGameFlags=USE_PRESENT|ENABLE_MOUSE|NEW_INPUT_SYSTEM
    Note: This is only usable in Windows Vista/7 PC's, the Registry Key for Windows XP is different. This Code does work by the way.

    Thanks in advance.

  2. #2
    Xfire Loyalist
    Join Date
    Aug 2009
    Posts
    594

    RE: Aika Online Incorrect in xfire_games.ini

    Any XFGM going to test this out? Would be nice if this fix was in the next games update.

  3. #3
    Xfire Loyalist
    Join Date
    Aug 2009
    Posts
    594

    RE: Aika Online Incorrect in xfire_games.ini

    Quote Originally Posted by xoshaunox
    Any XFGM going to test this out? Would be nice if this fix was in the next games update.
    So has this even been looked at by a XFGM or a xfire Staff?

  4. #4
    Xfire Loyalist
    Join Date
    Aug 2009
    Posts
    594

    RE: Aika Online Incorrect in xfire_games.ini

    Game Update released but the fix for Aika Online Detection was not one of them, this is the correct Code for the game:

    Code:
    [6159_1]
    LongName=Aika Online
    ShortName=aika
    LauncherDirKey=HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Aika Online: Epic II\Path
    LauncherExe=AIKALauncher.exe
    DetectExe=AIKAEN.exe
    Launch=%UA_LAUNCHER_EXE_PATH% %UA_LAUNCHER_EXTRA_ARGS% %UA_LAUNCHER_NETWORK_ARGS%
    InGameRenderer=D3D9
    InGameFlags=USE_PRESENT|ENABLE_MOUSE|NEW_INPUT_SYSTEM
    Would be nice if a XFGM or an xfire staff ([Xfire] WonderGamer) would come in here and reply telling me its being looked at.

  5. #5
    dlion's Avatar
    Join Date
    Feb 2007
    Posts
    94

    RE: Aika Online Incorrect in xfire_games.ini

    Shaun just manually fix it bro is what I would say. Until theres a patch been done for it.


  6. #6
    Head of Game Support wondergamer1978's Avatar
    Join Date
    Jul 2005
    Posts
    15,234

    RE: Aika Online Incorrect in xfire_games.ini

    The default was likely under the gPotato directory when we added it. As for the %ProgramFiles% part, this is a system variable that tells Xfire to look in the correct Program Files/ProgramData folder (based on your OS). The problem with games that do not have registry keys is that it's hard to properly auto-detect those games based on the fact that they can be installed anywhere. We can only anticipate that they would have been installed into the default installation directory. In cases where they were not installed into the default directory, you would end having to manually detect the game instead.

  7. #7
    Xfire Loyalist
    Join Date
    Aug 2009
    Posts
    594

    RE: Aika Online Incorrect in xfire_games.ini

    Quote Originally Posted by wondergamer1978
    The default was likely under the gPotato directory when we added it. As for the %ProgramFiles% part, this is a system variable that tells Xfire to look in the correct Program Files/ProgramData folder (based on your OS). The problem with games that do not have registry keys is that it's hard to properly auto-detect those games based on the fact that they can be installed anywhere. We can only anticipate that they would have been installed into the default installation directory. In cases where they were not installed into the default directory, you would end having to manually detect the game instead.
    The registry entry for this game does exist it can be found in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Aika Online: Epic II\Path
    With %ProgramFiles% xfire was unable to detect the game in its default directory i never install games in other directory's other then its default.

  8. #8
    Xfire Loyalist
    Join Date
    Aug 2009
    Posts
    594

    RE: Aika Online Incorrect in xfire_games.ini

    Quote Originally Posted by xoshaunox
    Quote Originally Posted by wondergamer1978
    The default was likely under the gPotato directory when we added it. As for the %ProgramFiles% part, this is a system variable that tells Xfire to look in the correct Program Files/ProgramData folder (based on your OS). The problem with games that do not have registry keys is that it's hard to properly auto-detect those games based on the fact that they can be installed anywhere. We can only anticipate that they would have been installed into the default installation directory. In cases where they were not installed into the default directory, you would end having to manually detect the game instead.
    The registry entry for this game does exist it can be found in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Aika Online: Epic II\Path\C:\Program Files (x86)\AikaOnline
    With %ProgramFiles% xfire was unable to detect the game in its default directory i never install games in other directory's other then its default.
    Try this code out i changed it from LauncherDirDefault= to LauncherDirKey=

    Code:
    [6159_1]
    LongName=Aika Online
    ShortName=aika
    LauncherDirKey=HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Aika Online: Epic II\Path
    LauncherExe=AIKALauncher.exe
    DetectExe=AIKAEN.exe
    Launch=%UA_LAUNCHER_EXE_PATH% %UA_LAUNCHER_EXTRA_ARGS% %UA_LAUNCHER_NETWORK_ARGS%
    InGameRenderer=D3D9
    InGameFlags=USE_PRESENT|ENABLE_MOUSE
    Hope this helps as this game does have a registry entry.
    The above Code does work my xfire client now auto detects the install of Aika Online Epic II.

    Note: The registry entry i originally came up with was for XP not Windows 7 so i had to find the one Windows 7 uses since i no longer have Windows XP.

  9. #9
    Xfire Loyalist
    Join Date
    Aug 2009
    Posts
    594

    RE: Aika Online & xfire_games.ini (Updated)

    Bump.

    The game is installed to C:\Program Files (x86)\AikaOnline on 64-bit Windows Vista/7 OS's so %ProgramFiles% will not work at all for those who have Windows Vista/7 & 64-bit.

  10. #10
    Xfire Loyalist
    Join Date
    Aug 2009
    Posts
    594

    RE: Aika Online & xfire_games.ini (Updated)

    Bump!

    Need this permanently fixed.

  11. #11
    Xfire Game Support aaron0002003's Avatar
    Join Date
    Jun 2004
    Posts
    112

    RE: Aika Online & xfire_games.ini (Updated)

    You don't need Wow6432Node in the key.

    I'm also downloading now to test it out.

  12. #12
    Xfire Loyalist
    Join Date
    Aug 2009
    Posts
    594

    RE: Aika Online & xfire_games.ini (Updated)

    Quote Originally Posted by aaron0002003
    You don't need Wow6432Node in the key.

    I'm also downloading now to test it out.
    Yes you do need Wow6432Node without that you can't detect it, Aika Online seems to have two Registry Keys
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Aika Online: Epic II\Path
    
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Aika Online: Epic II\UninstalString

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •