Gadget XML (Client Games)
Note that DL Client games are registered separately from the other game types. When looking at the game list in the developer portal, you need to use the dropdown from the top to "DLGameList/ClientGameList"!
For Nutaku Game Platform, it is required to place an XML file called "Gadget XML" on your server and configure its URL in the Gadget URL field for the game in the developer portal.
Note: Your gadget URL needs to serve the content with a status of 200. It is not supported to have your gadget URL perform 302/redirects to other URLs.
The minimum content of the xml file for Client games is shown below. Additional features, like payments, will require additions to it, each described in their own feature documentation page.
<?xml version="1.0" encoding="UTF-8"?> <Module> <ModulePrefs></ModulePrefs> </Module>
, multiple selections available,