Recommended Posts

Hi guys

Hope someone can shed some light on this for me. Does anyone know why certain games don't display box art and info about the game and some do?

For example see image, STALKER does not added any details or box art.

Is it a feature in the games programming that holds rating and genre details, or just something that Vista does by itself.

post-3434-1175410779_thumb.jpg

Thanx in advance for any help

Link to comment
https://www.neowin.net/forum/topic/550510-vista-games-explorer/
Share on other sites

Good question. I installed Advent Rising and the box art showed up in the Games explorer and that game came out in 2005. So im guessing its done by Vista.

edit: I look into this some more and found this.

MSDN The Windows Vista Game Explorer:

http://msdn2.microsoft.com/en-us/library/ms687212.aspx

and more importanly:

Game Definition File Editor:

http://msdn2.microsoft.com/en-us/library/ms687219.aspx

You need the DirextX SDK to use the program (GDFMaker.exe). Too bad, unless someone can post it (and any other resources it needs) here on neowin.

I also found out why Advent rising worked:

In the case that your game does not install a GDF and integrate with the Game Explorer, The Game Explorer legacy game system will use Windows Metadata Services and and automatically download game developer information, box-art, and ratings, which will be used in the Game Explorer in lieu of developer-provided data. The information used by the legacy game system is supplied by http://www.allmediaguide.com/
Edited by Doli

As far as I know, there is an online database for which Vista uses to download box art and things of that nature for old games. For any new 'Games for Windows' games, it is a requirement that they include all the details for games explorer as part of the install.

I've noticed that on Windows Vista 32-bit, Need for Speed Most Wanted is detected and the appropriate box art and rating information is downloaded and added to the Games Explorer correctly. In Windows Vista 64-bit however, Need for Speed Most Wanted is not detected and must be added by the user (drag and drop a shortcut to the game or the game executable itself to the Games Explorer).

  • 2 weeks later...
  • 1 month later...

I'm starting to work on a small app that (hopefully) will add/edit all the info on the Game Explorer as well as the BoxArt.

I've been looking in my reg and have also looked through this thread and the one that has that registry file that nippyjun referred to.

I need to work out exactly how to successfully edit the games manually first before I can get the program to do it. Also, I need to figure out from where you can get the ID for each game to add to the registry.

Thanks

Here is a screenshot of what the program is starting to look like so far...

post-230055-1182042944_thumb.jpg

I need to work out exactly how to successfully edit the games manually first before I can get the program to do it. Also, I need to figure out from where you can get the ID for each game to add to the registry.

From what I can see the application id they are using is just a regular Windows GUID which is just a random set of bytes in a special format. The value doesn't matter as long as it is unique. (GUID = Globally Unique IDentifier)

(from http://forums.hak5.org/index.php/topic,3821.msg48653.html)

If I manually edit my registry for some games that don't have extra data and boxart, the games disappear from my Games Explorer altogether.

eg - NFS Carbon on my PC doesn't have box art (although on a previous installation of Vista it did - really wired). (What's more weird is that I never installed Carbon in Vista - I installed it in XP and just played it on Vista as well) ???

Anyway, this is what I added:

---------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\S-1-5-21-359807405-1548141936-3617845499-1000\{4C11BAC9-0FB1-427C-AAE7-E12CF55F1BDA}]

"ConfigInstallType"="3"

"ConfigGDFBinaryPath"="C:\\Windows\\system32\\GameUXLegacyGDFs.dll"

"ApplicationId"="{f4594233-9743-4353-a498-640413f67844} {4C11BAC9-0FB1-427C-AAE7-E12CF55F1BDA}"

"AppExePath"="C:\\Users\\Ryan Richter\\AppData\\Local\\Microsoft\\Windows\\GameExplorer\\{4C11BAC9-0FB1-427C-AAE7-E12CF55F1BDA}\\PlayTasks\\\play.lnk"

"Genre"="Racing"

"DeveloperName"="EA"

"Description"="NFS 10"

"ReleaseCountry"="United States"

"Title"="Need For Speed: Carbon"

"DeveloperUrl"="www.ea.com"

"BoxArt"="C:\\Users\\xxxx\\AppData\\Local\\Microsoft\\Windows\\GameExplorer\\GamesBoxArt\\{4C11BAC9-0FB1-427C-AAE7-E12CF55F1BDA}.jpg"

"TimeToRefreshBasicData"=hex(b):ee,6f,5a,b3,1d,2b,c7,01

"TimeToRefreshBoxArt"=hex(b):64,e4,9c,b3,1d,2b,c7,01

"LastRunTime"=hex(b):00,c2,0f,f8,8b,13,c7,01

--------------------------------

I'm wondering what else I have to do to get this working. Until I work it out I can't really continue with the program :)

Your help with this is much appreciated - once this is complete I'll be sure to upload the program for you all :)

Quick question- Did C&C3 install any start menu/desktop icons or entries? It didn't for me, and I had to hunt down the shortcut to the Games Explorer. Will this be commonplace with new games? Will they just show up in the Games Explorer and not the start menu?

C&C3 regizone you using vista and did not create shotcut in the start menu, use Games Explor instad..

I think it should be common in new games...not sure:)

If I manually edit my registry for some games that don't have extra data and boxart, the games disappear from my Games Explorer altogether.

eg - NFS Carbon on my PC doesn't have box art (although on a previous installation of Vista it did - really wired). (What's more weird is that I never installed Carbon in Vista - I installed it in XP and just played it on Vista as well) ???

Anyway, this is what I added:

---------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\S-1-5-21-359807405-1548141936-3617845499-1000\{4C11BAC9-0FB1-427C-AAE7-E12CF55F1BDA}]

"ConfigInstallType"="3"

"ConfigGDFBinaryPath"="C:\\Windows\\system32\\GameUXLegacyGDFs.dll"

"ApplicationId"="{f4594233-9743-4353-a498-640413f67844} {4C11BAC9-0FB1-427C-AAE7-E12CF55F1BDA}"

"AppExePath"="C:\\Users\\Ryan Richter\\AppData\\Local\\Microsoft\\Windows\\GameExplorer\\{4C11BAC9-0FB1-427C-AAE7-E12CF55F1BDA}\\PlayTasks\\\play.lnk"

"Genre"="Racing"

"DeveloperName"="EA"

"Description"="NFS 10"

"ReleaseCountry"="United States"

"Title"="Need For Speed: Carbon"

"DeveloperUrl"="www.ea.com"

"BoxArt"="C:\\Users\\xxxx\\AppData\\Local\\Microsoft\\Windows\\GameExplorer\\GamesBoxArt\\{4C11BAC9-0FB1-427C-AAE7-E12CF55F1BDA}.jpg"

"TimeToRefreshBasicData"=hex(b):ee,6f,5a,b3,1d,2b,c7,01

"TimeToRefreshBoxArt"=hex(b):64,e4,9c,b3,1d,2b,c7,01

"LastRunTime"=hex(b):00,c2,0f,f8,8b,13,c7,01

--------------------------------

I'm wondering what else I have to do to get this working. Until I work it out I can't really continue with the program :)

Your help with this is much appreciated - once this is complete I'll be sure to upload the program for you all :)

Change "ConfigInstallType"="4" (instead 3)

Not sure if you know already, but there are a few suggestions on adding manually and more developer-kind of info here:

https://www.neowin.net/forum/index.php?show...566743&st=0

http://howto.jamescarnley.com/2007/06/how-...ista-games.html

http://www.coldacid.net/articles/building-...our-xna-project

What's the status of your program? Is it still basically a design phase or it has been developed up to a certain stage?

Thanks for the support guys. In theory - making the app read and write thes values to the registry is pretty simple stuff - as mentioned above I just have to work it out manually first. I'm at work now but will check out those suggestions sometime tonight

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Studio MDHR reveals Cuphead sequel and an 8-bit platformer spin-off by Pulasthi Ariyasinghe Studio MDHR has been rather silent about its next major gaming project since the release of Cuphead back in 2017. However, that ended today during the Summer Game Fest presentation, with the studio revealing not one but two project announcements. First, the studio confirmed that it is currently in the middle of developing a brand-new Cuphead game, bringing back the iconic characters for another adventure. Just like the last game, this is slated to be a fully hand-animated endeavor. This also means there isn't a release date attached to it yet. “Craftsmanship is at the heart of everything we do here at Studio MDHR,” says co-founder Chad Moldenhauer. “When it came time to peel back the curtain and share a little bit about what we’ve been up to, we couldn’t imagine a more fun way to do so than with today’s Special Bulletin. The studio is working on this new Cuphead with help from Toronto’s Stop Motion Department and Continue Agency. At the same time, Studio MDHR also revealed that another part of the team has been working on a different Cuphead installment. Dubbed the Mighty Cuphead Adventure, this is taking a different art direction to the original. "In true Studio MDHR fashion, this game goes beyond just taking inspiration from the classics of the 1980s… it is actually built with technology of the era," the studio explained. "That's right: Mighty Cuphead Adventure is programmed in assembly language and designed with the exacting specifications of the Sega Master System home gaming console in mind." Aside from releasing on PC and modern consoles, Mighty Cuphead Adventure will even be playable on the 1985-released Sega Master System. A release date has not been announced just yet.
    • Any decent ITSM will A) have a web form that allows a user to raise a ticket, if you're writing an email you can write a ticket. B) Monitor a mailbox and auto-generate tickets based on inbound mails for those users that really can't get their heads around the concept that if you have an issue you go to support.mycompany.com and fill in the box. From your description you're having users email the desk, and then having a human read each one and manually raise a ticket on behalf of the user.
    • Microsoft PC Manager 3.21.6.0 (Offline Installer) by Razvan Serea With Microsoft PC Manager, users can easily perform basic computer maintenance and enhance the speed of their devices with just one click. This app offers a range of features, including disk cleanup, startup app management, virus scanning, Windows Update checks, process monitoring, and storage management. Microsoft PC Manager key features: Storage Manager- easily uninstall infrequently used apps, manage large files, perform a cleanup, and set up Storage Sense to automatically clear temporary files. Health Checkup feature -scans for potential problems, viruses, and startup programs to turn off. It helps you identify unnecessary items to remove, optimizing your system's performance. Pop-up Management - block pop-up windows from appearing in apps. Windows Update - scans your system for any pending updates. Startup Apps - enable or disable startup apps on your PC, allowing you to optimize your system's startup performance. Browser Protection - rest assured that harmful programs cannot alter your default browser. Also enables you to change your default browser. Process Management - allows you to conveniently terminate any active process, ensuring optimal system performance and resource utilization. Anti-virus protection - Fully integrated with Windows Security. Safeguard your PC anytime. Quick Steps: Download Microsoft PC Manager Offline Installer (APPX/MSIX) with Adguard Adguard serves as a third-party online service, offering a user-friendly method for directly downloading appx, appxbundle, and msixbundle files from the Microsoft Store. Official download links will be generated for both the app's various versions and its dependency packages. How to download Microsoft PC Manager Offline Installer (APPX/MSIX) 1. Initially, you must find the app URL within the Microsoft Store. Access the Microsoft Store via your browser and search for "Microsoft PC Manager". Once located, copy the app URL, which includes the product ID, either from the address bar or from the provided link below. https://apps.microsoft.com/detail/9PM860492SZD 2. Now paste the app URL into the designated area, then click the check mark button to produce a direct download link. 3. To download, right-click the relevant link and select “Save link as…” from your browser's menu. Occasionally, Microsoft Edge may flag the download as insecure. In such cases, consider utilizing alternative browsers such as Google Chrome or Firefox to successfully complete the download. Microsoft PC Manager is a completely free tool optimized exclusively for use on Windows 10 (19042.0 and above) and Windows 11. Download: Microsoft PC Manager 3.21.6.0 | from Microsoft Store View: Microsoft PC Manager Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I've never even heard of this browser before seeing this article. How does it differ from other browsers?
    • Fixing things? Have you ever tried linux? Everything works out of the box nowadays in most common hardware. This includes Wifi and Bluetooth. If anything, if they return back to windows is because they haven't found an equivalent program which often used on windows.
  • Recent Achievements

    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      485
    2. 2
      PsYcHoKiLLa
      272
    3. 3
      Skyfrog
      78
    4. 4
      Steven P.
      65
    5. 5
      FloatingFatMan
      61
  • Tell a friend

    Love Neowin? Tell a friend!