home *** CD-ROM | disk | FTP | other *** search
/ PCPP Game Guide 2 / PCPP_GG2.iso / PCPP / addons / nba98t04.exe / NBA98TK.MDE / Settings.json < prev   
JavaScript Object Notation  |  1997-12-09  |  901b

  1. {
  2.     "schema": {
  3.         "FirstTime": "Boolean NOT NULL",
  4.         "ActivePlayer": "Double",
  5.         "ActivePage": "Integer",
  6.         "ActiveTeam": "Integer",
  7.         "ActiveTeamPage": "Integer",
  8.         "ImportOptionsPlayerData": "Boolean NOT NULL",
  9.         "ImportOptionsPlayerRatings": "Boolean NOT NULL",
  10.         "ImportOptionsLineups": "Boolean NOT NULL",
  11.         "ImportOptionsCurrentStats": "Boolean NOT NULL",
  12.         "ImportOptionsSeasonStats": "Boolean NOT NULL",
  13.         "ImportOptionsPlayoffStats": "Boolean NOT NULL",
  14.         "MegaModifierTeam": "Integer",
  15.         "MegaModifierRating": "Integer",
  16.         "MegaModifierAction": "Integer",
  17.         "MegaModifierValue": "Single"
  18.     },
  19.     "data": [
  20.         {
  21.             "FirstTime": 0,
  22.             "ActivePlayer": 303,
  23.             "ActivePage": 2,
  24.             "ActiveTeam": 25,
  25.             "ActiveTeamPage": 2,
  26.             "ImportOptionsPlayerData": 0,
  27.             "ImportOptionsPlayerRatings": 0,
  28.             "ImportOptionsLineups": 1,
  29.             "ImportOptionsCurrentStats": 0,
  30.             "ImportOptionsSeasonStats": 0,
  31.             "ImportOptionsPlayoffStats": 0,
  32.             "MegaModifierTeam": -1,
  33.             "MegaModifierRating": 0,
  34.             "MegaModifierAction": 3,
  35.             "MegaModifierValue": 0.89999998
  36.         }
  37.     ]
  38. }