Quote from: Pumaman on Mon 01/10/2007 20:55:25Interesting idea. What do people think about allowing the player to register/unregister the game with a button in setup? Is this giving them too much control or does it sound reasonable?
I think it's a valid suggestion, considering that more people distribute their games as .zip and .rar files than with installers (which - considering the number of AGS games I try out every month - is a good thing). However, I think this brings up another issue which has been bothering me for a long time - the many superfluous features of winsetup, which may confuse the player, requires mention in the documentation despite doing nothing for that particular game, or may even break the game if not blocked by game code (such as displaying a hi-res game in 320x200 causing unreadable fonts and crashes). Yes, some of them can be locked out in the .cfg file, but these settings will disappear if the .cfg is deleted for whatever reason.
How much work would it take to add a pane in AGSEdit to customize the winsetup, choosing which checkboxes and dropdown menu items to allow, and perhaps allowing for some minor customization of the layout (and maybe a piece of your own artwork to distinguish it from every other AGS game)? It's probably too late for the current version, but with the Direct3D driver option, a lot more end-users will need to run the setup program than before.