top of page

KeyScreen

MMM Compatible

Last updated: 02/07/2013

KeyScreen turns any asset that uses MMD's innate screen capture mode (ie. screen.bmp) into a single color, allowing for easy post editing.

KeyScreen

Click the image above to see it in full

Download

Tutorial

1. Go to 'MMEffect' and select 'Effect Mapping'.

2. In this new window, select the asset you want to apply the effect to, and click 'Set Effect'. You may need to first right-click the asset and select 'Subset-Extract' in order to find the specific part that uses 'screen.bmp'.

3. Select 'KeyScreen.fx' and click 'Open'.

4. Click 'Apply' then 'OK'.

5. Go to 'Background' and select 'ON.mode03'.

Editing the Code Parameters


-Line 9: float3 ColorKey = float3: Determines the color of the modified screen capture, indicated in a (R,G,B) format. \\This value should change the color, but I'm having difficulty making it do so. If someone could double-check this for me, that would be great.


-Line 10: float Threshold: Determines the color key threshold. 


-Line 12: #define BothSides: Determines whether the back side of the asset will capture the screen. 0 means only the front will capture the screen, whereas 1 means both the front and the back will capture the screen

Tips

-KeyScreen is a modification of Dance Intervention-P's full.fx.

bottom of page