Sandbox Logo

Metadata

{
  "CsProjName": "",
  "PrimaryAsset": "RetroFX.RetroFXPostEffect",
  "PhysicsMins": "-1,-1,-1",
  "PhysicsMaxs": "1,1,1",
  "RenderMins": "-1,-1,-1",
  "RenderMaxs": "-1,-1,-1",
  "Summary": "Retro post processing effects (Dither, bit depth reduction, pixelate)",
  "Description": "Retro post processing effect (Dither, bit depth reduction, pixelate)\n\nCustomizable via con vars:\n\nretrofx_enabled: 0/1 (Enable/disable effect)\n\nretrofx_scale: 0 to 1 (Scale of pixelation effect)\n\nretrofx_ditherscale: 0 to 1 (Scale of dither effect)\n\nretrofx_colourdepth: 1 to 255 (Colour depth. 255 is normal)\n\nretrofx_ditherstrength: 0 to 1 (Strength of dither effect, low val recommended)",
  "Public": true,
  "PackageSettings": [
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "retrofx_enabled",
      "DisplayName": "Enable RetroFX",
      "DefaultValue": "true",
      "Description": "Enable/disable the effect",
      "Group": ""
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "retrofx_scale",
      "DisplayName": "Pixelation Scale",
      "DefaultValue": "0.25",
      "Description": "How pixelated the image should be.",
      "Group": "",
      "Minimum": 0.1,
      "Maximum": 1,
      "Step": 0.05
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "retrofx_colourdepth",
      "DisplayName": "Colour Depth",
      "DefaultValue": "16",
      "Description": "Colour depth, from 1 -\u003E 255. Lower for less colours.",
      "Group": "",
      "Minimum": 1,
      "Maximum": 255
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "retrofx_ditherscale",
      "DisplayName": "Dither Scale",
      "DefaultValue": "0.49660632",
      "Description": "Scale of dither effect in relation to the current screen resolution.",
      "Group": "",
      "Maximum": 1
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "retrofx_ditherstrength",
      "DisplayName": "Dither Strength",
      "DefaultValue": "0.01",
      "Description": "How strong the dither effect is.",
      "Group": "",
      "Maximum": 1,
      "Step": 0.01
    }
  ],
  "ReplaceTags": "effect post retro pixelate dither filter bitdepth postprocessing"
}

Files

Name Size
.bin
text_snippet manifest.json 50B
text_snippet package.robft.retrofx.dll 12KB
materials/default
insert_photo default_ao_tga_7449568e.generated.vtex_c 1.9KB
insert_photo default_color_tga_380558b.generated.vtex_c 1.8KB
insert_photo default_normal_tga_5c878876.generated.vtex_c 2.3KB
materials
collections retrofxpost.vmat_c 1.5KB
shaders
text_snippet pixelate.shader_c 9.3KB