Results 1 to 10 of 10

Thread: A Guide to Open Testing [last updt: 05-09-11]

  1. #1
    Xfire Game Support tparis4mda's Avatar
    Join Date
    Sep 2005
    Posts
    293

    A Guide to Open Testing [last updt: 05-09-11]

    Even though the Xfire Game Masters team has quite a lot of members these days it still happens that we can't submit code for a community requested game because we simply don't have anyone in the team who can get her/his hands on the game. And that's the point where we need your help.

    If there is code submitted by the Xfire community and it gets tested & validated by other members the chances are pretty high that that code might make into in game definitions update in the close future. Sometimes we have have XFGM created code but lack additional testers, so we're just asking you, the community to help us out ( "open testing" ). So please keep your eyes open and help us improving the Xfire. =)

    "So, how can I test custom code?"
    Code usually looks like this:
    Code:
    [4827]
    LongName=Star Trek Armada II
    ShortName=starm2
    LauncherDirKey=HKEY_LOCAL_MACHINE\SOFTWARE\Activision\Star Trek Armada II\v1.0\INSTALLPATH
    LauncherExe=armada2.exe
    Launch=%UA_LAUNCHER_EXE_PATH% %UA_LAUNCHER_EXTRA_ARGS% %UA_LAUNCHER_NETWORK_ARGS%
    InGameRenderer=D3D8
    InGameFlags=USE_PRESENT|ENABLE_MOUSE|USE_DINPUT_MOUSE

    Here's how to embed such fresh code:
    • 1. Find your "xfire_games.ini" (in "C:\ProgramData\Xfire" on Vista/Win7; the main Xfire folder on WinXP, the default is "C:\Program Files\Xfire" ) and add the code like this:
      - In case of code for a totally new game add the code to the very bottom of the file with the number (in the first line of the code within the [] brackets) set to "9999".
      - For updated code just find the old entry and replace it. An exception is code for an alternate version of an already supported game that requires an new way of detection such as STEAM versions.
    • 2. Save the file (yes, you can leave it open after). Keep in mind that any weekly games detection update by Xfire overwrites your current progress, so make sure an up-to-date backup ready just in case.
    • 3. Now access the options menu of the Xfire client, click the games tab. The game will now read the xfire_games.ini to check which games are installed. The games (as long they are installed of course) should show up in the "Installed Games" list if the automatic detection is used in the code. In other cases you will have to detect the game manually.
    • 4. Run the game and check if the ingame interface (XIG) and its functions are working properly. Please report any uncommon problems that you encounter while testing in the appropriate thread. Otherwise just report that the code is working just fine for you. =)


    Don't hesistate to ask questions and give me feedback here. I'll keep this sticky updated.

  2. #2
    Xfire Game Support criav's Avatar
    Join Date
    Mar 2006
    Posts
    367

    RE: A Guide to Open Testing [last updt: 05-09

    You can also take a look at my little tutorial which I've created few weeks ago.

    http://www.xfire.com/blog/criav/2461974/
    Codes:
    Vista/7: C:\\ProgramData\\Xfire\\xfire_games.ini

    XP: C:\\Program Files\\Xfre\\xfire_games.ini

    http://img855.imageshack.us/img855/3137/razem2.jpg

    Testing Tutorial
    http://www.xfire.com/blog/criav/2461974

  3. #3
    Xfire Loyalist pg923's Avatar
    Join Date
    Aug 2007
    Posts
    123

    RE: A Guide to Open Testing [last updt: 05-09

    i have a question about this:

    i have made some codes for the latin american versions of games that i play with my friends. they do use xfire, but barely get inside forums because.. well, they dont handle english very well, so what i wanted to ask is if there is a chance that my code can be added too even if there is no "+1"s on forums??? as i say, they and most of people that play this games wanted xfire to work with it, but it didn't, and my codes worked so good that they are in the spanish websites for those games.
    i made entries in this forum to add Operation7 latino and Grand Chase latino, also a guideline in the blog and facebook & official forums of those games too

  4. #4
    Xfire Game Support criav's Avatar
    Join Date
    Mar 2006
    Posts
    367

    RE: A Guide to Open Testing [last updt: 05-09

    @GrimAngel
    Sorry, but that's not gonna happen.

    You can always give your friends links to the topics and ask them to write "code works", i'm sure that they will handle it
    Codes:
    Vista/7: C:\\ProgramData\\Xfire\\xfire_games.ini

    XP: C:\\Program Files\\Xfre\\xfire_games.ini

    http://img855.imageshack.us/img855/3137/razem2.jpg

    Testing Tutorial
    http://www.xfire.com/blog/criav/2461974

  5. #5
    Xfire Loyalist pg923's Avatar
    Join Date
    Aug 2007
    Posts
    123

    RE: A Guide to Open Testing [last updt: 05-09

    so, because you cant play a particular game you cant add it??? excuse me, but that's crap. just check out my videos and screenshots, you will see it works, its not too hard, just to add code like you add all other games
    EDIT: here is a post about one of those games

  6. #6
    Xfire Loyalist
    Join Date
    Nov 2004
    Posts
    195

    RE: A Guide to Open Testing [last updt: 05-09

    Quote Originally Posted by pg923
    so, because you cant play a particular game you cant add it??? excuse me, but that's crap. just check out my videos and screenshots, you will see it works, its not too hard, just to add code like you add all other games
    EDIT: here is a post about one of those games
    frankly grim if i cant play a game due to the fact that i cant read what iam supposed to do then yes i cannot help with that particular game
    ie. would be a japanese or korean game it would have to be translated to english first before i can give my support to it

    with latin games its exactly the same way
    the best course for this would be to use Open Testing <Gamename> (latin)
    in the new game ideas forum
    your friends who also play latin games can then just check the codes with your help to see if they work and have them add their support to it

    that way a specific game can then be added to the games list along with the english versions

    Ps. on my blog i have added a Dutch Translation for the Open Testing with Xfire_games.ini
    English
    http://www.xfire.com/blog/emula/2682200/
    Dutch
    http://www.xfire.com/blog/emula/3052933/


    want to make the guide in your own language ? read here
    http://www.xfire.com/blog/emula/3053047/

  7. #7

    RE: A Guide to Open Testing [last updt: 05-09

    Is the file normally hidden? I don't see it in any of my xfire folders. I am using Vista.

    edit: I see it says C:/ProgramData... I do not see anything on my computer that has this folder...never heard of it, honestly...unless you meant Program Files?

    double edit: found the ProgramData via search box for hidden files, never mind...Darn hidden files!

    request for this post to be deleted

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

    RE: A Guide to Open Testing [last updt: 05-09

    The Program Files/ProgramData folder is usually hidden by default. Considering you're using Vista, you're going to be looking for the ProgramData (x86) folder. You can either unhide hidden/system folder in the Folder Options of your Control Panel or type the direct path in your Windows Explorer/Run dialog.

  9. #9
    Xfire Game Support criav's Avatar
    Join Date
    Mar 2006
    Posts
    367

    RE: A Guide to Open Testing [last updt: 05-09

    Quote Originally Posted by emula
    Ps. on my blog i have added a Dutch Translation for the Open Testing with Xfire_games.ini
    English
    http://www.xfire.com/blog/emula/2682200/
    Dutch
    http://www.xfire.com/blog/emula/3052933/


    want to make the guide in your own language ? read here
    http://www.xfire.com/blog/emula/3053047/
    You could have at least write somewhere that the english tutorial is basically mine, you just copied it and added few lines to it.... Not cool, bro.
    Codes:
    Vista/7: C:\\ProgramData\\Xfire\\xfire_games.ini

    XP: C:\\Program Files\\Xfre\\xfire_games.ini

    http://img855.imageshack.us/img855/3137/razem2.jpg

    Testing Tutorial
    http://www.xfire.com/blog/criav/2461974

  10. #10

    Join Date
    Jul 2007
    Posts
    7

    RE: A Guide to Open Testing [last updt: 05-09

    CrossFire AL(BRAZIL LATIN AMERICA)America Latina

    [9999]
    LongName=Cross Fire AL
    ShortName=crssfre AL
    LauncherDirKey=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Cross Fire AL_is1\Inno Setup: App Path
    LauncherExe=cfPT_launcher.exe
    DetectExe=crossfire.exe
    ;PlayingDetectType=ByWindowSubstr
    ;ProcessWindowTitle=CrossFire
    Launch=%UA_LAUNCHER_EXE_PATH% %UA_LAUNCHER_EXTRA_ARGS% %UA_LAUNCHER_NETWORK_ARGS%
    InGameRenderer=D3D9
    InGameFlags=ENABLE_MOUSE|USE_DINPUT_MOUSE|VALIDATE_USING_EXE_NAME|DISABLE_RELEASE
    VistaInGameFlags=ENABLE_MOUSE|NEW_INPUT_SYSTEM|USE_DINPUT_MOUSE|DISABLE_RELEASE
    RunElevated=1


    the game works like crossfire america.





    Grand Chase brazil

    [9999]
    LongName=Grand Chase Brazil
    ShortName=grdchsn
    LauncherDirKey=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GrandChaseInst aller_is1\UninstallString
    LauncherDirTruncAt=uninst.exe
    LauncherExe=grandchase.exe
    InstallHint=uninst.exe
    DetectExe=main.exe
    Launch=%UA_LAUNCHER_EXE_PATH% %UA_LAUNCHER_EXTRA_ARGS% %UA_LAUNCHER_NETWORK_ARGS%
    InGameRenderer=D3D9
    InGameFlags=USE_PRESENT|ENABLE_MOUSE|USE_DINPUT_MOUSE
    RunElevated=1

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
  •