- Added SUPER-XBR-GDV presets includes SUPER-XBR by Hyllian
- These presets create a rounded look to the pixels while maintaining more of the original pixel look
- Vertical resolution of the signal stays the same as the original
- Uses Guest Advanced (GDV) crt shader on top
- Also uses Guest's SharpSmoother shader before XBR to smooth out some dithering/shading
- Updated Hyllian's Checkerboard Dedither
- Now includes his error control parameters
- Default values set to avoid errors
- Reduce Neighbor Errors = 4
- Reduce Region Errors = 1
- DeDithering / Pixel Blending
- Guest.r's SharpSmoother is added to ADV presets
- Megatron CRT Shader updated to V4.1
- Split Scaling Fluidvision ;)
- Added Split Preserve Center %
- Added Follow Mode
- You can now follow the position and scale of a layer or follow it exactly
- the follow exactly mode reuses the coordinate from the layer it follows
- Now the newly exposed areas can now be filled in with a repeated texture
- Renamed Parameters
_FOLLOW_LAYER
in each image layer has been renamed to_FOLLOW_LAYER
- E.G. HSM_BG_FOLLOW_LAYER -> HSM_BG_FOLLOW_LAYER
_FOLLOW_FULL_USES_ZOOM
has been renamed to_FOLLOW_FULL_USES_ZOOM
- E.G. HSM_BG_SCALE_FULL_WITH_ZOOM -> HSM_BG_FOLLOW_FULL_USES_ZOOM
- If you do search and replace through your files you will want to watch out for
HSM_INT_SCALE_MODE
- To handle this you can do the following:
- Search and replace
HSM_INT_SCALE_MODE
toXXX_UniqueReplace_XXX
or something else unique - Search and replace
_SCALE_MODE
with_FOLLOW_LAYER
- Search and replace
XXX_UniqueReplace_XXX
withHSM_INT_SCALE_MODE
to put it back
- Search and replace
- VSCode is recommended for an easy search and replace through files
- To handle this you can do the following:
- New Follow Mode added for each layer
- Gives the option to follow scale and position, or follow exactly
- When Follow Exactly is on it uses the same coordinates as the other layer, splits included
- Added Device LED layer
- The texture is named DeviceLEDImage
- By Default the Device LED layer
- Follows the Device layer
- Follow Exactly is set to on
- Uses add blend Mode
- Added Tube Diffuse Image Rotation