GameNative Config Converter

Converts raw configurations into usable game configurations

How to Get a Config:

  1. Go to GameNative Compatibility List
  2. Select a report for the game you want
  3. Click "View Config"
  4. Copy everything inside the popup
  5. Paste into the input box below and click "Convert to JSON" or "Convert & Download"
  6. Copy the JSON output or download the file
  7. Paste into the Config Editor if you want to make changes
Note: Configuration format is key-value pairs on separate lines (Line N = Key, Line N+1 = Value). Values like true/false will be converted to booleans, and numeric strings will be converted to numbers.
JSON output will appear here after conversion...