Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.86 KB | None | 0 0
  1. {
  2.   "id": "CustomPlatformColorV1",
  3.   "name": "Custom Platform Color V1",
  4.   "author": "Yuuki",
  5.   "description": ["Changes the color of your platform!"],
  6.   "gameVersion": "1.1.0",
  7.   "version": "0.1.0.0",
  8.   "platform": "Quest",
  9.   "category": "Gameplay",
  10.   "components": [
  11.     {
  12.       "Type": "AssetsMod",
  13.       "InstallAction": {
  14.         "PreloadFiles": ["sharedassets2.assets"],
  15.         "Actions": [
  16.             {
  17.                 "Type": "ReplaceAsset",
  18.                 "StepNumber": 1,
  19.                 "Locator": {
  20.                     "TypeIs": "Material",
  21.                     "NameIs": "PlayerPlace"
  22.                     },
  23.                 "FromDataFile": "PlayerPlace.dat"
  24.             }
  25.         ]
  26.       },
  27.       "UninstallAction": {
  28.         "PreloadFiles": ["sharedassets2.assets"],
  29.         "Actions": [
  30.             {
  31.                 "Type": "RestoreAsset",
  32.                 "StepNumber": 1,
  33.                 "Locator": {
  34.                     "TypeIs": "Material",
  35.                     "NameIs": "PlayerPlace"
  36.                     }          
  37.             }
  38.         ]
  39.       }
  40.     }
  41.   ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement