Advertisement
ExtReMLapin

Untitled

Dec 8th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.96 KB | None | 0 0
  1. This is the header of the gamedata files, not posting the entire data, just the header ( so you get it's EASY to decrypt it).
  2.  
  3. <!--
  4.  
  5.  
  6.  
  7.  
  8. This file and its contents are copyright (c) 2013 NaturalPoint Inc.
  9.  
  10. NOTE:  The version number must be incremented each time the list changes!!
  11.       This is required for the app update to work correctly.
  12.  
  13. Profile id is used by profiles to associate to a game.  It is just an incrementing
  14. unique number.  Profile IDs are exposed in plain text xml in profiles so we don't want them
  15. to be the same as game IDs.
  16.  
  17. Game ids are used by the TrackIR enhanced API to identify games.
  18.  
  19. The game tag has the following attributes:
  20.    ProfileId - required
  21.    Id - required
  22.    Name - required
  23.    Exe - exe used to launch the game.  Can be blank
  24.    Version - version of the game required for TIR support.  Can be blank
  25.    Category - type of game (can be blank)
  26.        0 = Other (default)
  27.        1 = Flight
  28.        2 = Racing
  29.        3 = Space
  30.        4 = First Person
  31.    Url - link to naturalpoint location for more info
  32.        Default is the all games home page
  33.    DevType - developement type of the title. valid types are:
  34.        0 - retail title, always visible (default)
  35.        1 - title in development, hide unless unlocked (External developers)
  36.        2 - title in development, hide unless unlocked (internal to NaturalPoint)
  37.        3 - non-game title
  38.  
  39. The none game descriptor must have profile id of 0 and game id of -1.
  40.  
  41. Axis types are:
  42.    0 - Yaw
  43.    1 - pitch
  44.    2 - roll
  45.    3 - x
  46.    4 - y
  47.    5 - z
  48.  
  49. Use the Restrict tag to define per axis restrictions and/or to tell the UI
  50. that the particular axis is supported for this game.  By default yaw and pitch
  51. are supported for all games.
  52.  
  53. Use the DefaultProfile tag to specify the default profile to map to if one has
  54. not been set.  If the tag is not there, the default profile will be used.  This
  55. tag does not need to be set until the title goes public.
  56. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement