- Posts: 57
VHS Shader for v3.0 ported over
- XIIICaesar
-
Topic Author
- Offline
Please Log in or Create an account to join the conversation.
- gamehancer
-
- Offline
- Posts: 38
Please Log in or Create an account to join the conversation.
- XIIICaesar
-
Topic Author
- Offline
- Posts: 57
LINK Sorry for the late reply dude. Theres the libnk. To change the VHS noise texture use preprocessor definitions like with the LUT shader.gamehancer wrote: hey bro You also love the effect vhs me I would really like the improved or have another effect like on this video a few days ago I leave a topic ask for help on my di that it is necessary to convert the channel In yuv / yiq I fall in love with this effect vhs watch the video lol
Please Log in or Create an account to join the conversation.
- Mynameislol
-
- Offline
- Posts: 3
Please Log in or Create an account to join the conversation.
- Nit Pick
-
- Offline
- Posts: 1
Please Log in or Create an account to join the conversation.
- reter
-
- Offline
- Posts: 5
Please Log in or Create an account to join the conversation.
- Daodan
-
- Offline
- Posts: 177
from:
origcolor2 += dot(col,0.233);
origcolor2 += dot(col,0.233.rrr);
Please Log in or Create an account to join the conversation.
- crosire
-
- Offline
- Posts: 3840
origcolor2 += col * 0.233;
It's unclear whether the author intended to have a muliplication here or a dot product with a (0.233, 0.233, 0.233) vector like Daodan posted. Either way, ReShade failing to compile this code is actually correct behavior.
Please Log in or Create an account to join the conversation.
- StyleMaster
-
- Offline
- Posts: 12
Please Log in or Create an account to join the conversation.