Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Radiant on Thu 26/12/2013 12:53:14

Title: Game explorer
Post by: Radiant on Thu 26/12/2013 12:53:14
So AGS allows us to insert games into the windows game explorer. That's nice. I was wondering if it's possible to customize this somehow, e.g. I would like to add a link to the game manual or webpage there. I'm also curious how to set up the explorer's Update Game feature. Does anyone have more experience with this please?
Title: Re: Game explorer
Post by: Crimson Wizard on Thu 26/12/2013 13:02:50
Quote from: Radiant on Thu 26/12/2013 12:53:14I was wondering if it's possible to customize this somehow, e.g. I would like to add a link to the game manual or webpage there.
This may be customized in the project's General Settings, the very last "Windows Vista Game Explorer" section.
This reminds me, it should be renamed by removing "Vista" word, because it is no longer WinVista only.
Title: Re: Game explorer
Post by: Radiant on Thu 26/12/2013 13:21:23
I suppose I'm looking for some broader options. The AGS settings allow me to link to a webpage, but not e.g. a manual PDF. This doesn't necessarily have to be within AGS; I'd be happy to create a batch file or something that sets it up for my game.
Title: Re: Game explorer
Post by: Crimson Wizard on Thu 26/12/2013 14:15:12
The information fields are defined by Game Explorer interface:
http://msdn.microsoft.com/en-us/library/windows/desktop/ee417681(v=vs.85).aspx

The AGS currently supports:
- GUID
- Name
- Description
- ReleaseDate
- Genre (1 entry)
- Version
- WindowsExperienceIndex
- Developer (1 entry)
Title: Re: Game explorer
Post by: Monsieur OUXX on Fri 10/01/2014 12:02:25
I think we should create a Wiki page with all the information that goes AROUND ags :
- Game explorer fields and how to use them
- how to do a custom icon in the .exe
- how to make an installer (just point to the mainstream installer tools, it's outside of AGS scope)
- how to tweak the setup exe (third-party config file editors, etc. -- there are a few threads on the forum)