Lordmau5
Lordmau5
I feel raising the `INCREASE_FAT_VALUE` to `* 0.1f` instead of `* 0.035f` might be better. Additionally, as you said as well, I don't have an idea on how to name...
There should be date when it was last updated and the chaos mod version it was updated for. Incorrect descriptions: - [x] Trees are no longer saved - [x] The...
Can you right click the gta_sa file and click on properties, then post a screenshot of that? Looking at the file size in the explorer window it looks like you're...
Looks mostly alright to me - every 5 seconds seems a bit too much though... Maybe raising it to 10 would be better?
Actually getting around to looking at your PRs again and preparing a new version of the mod (since I've not done that all this time with all your new effects)...
> 1. Why not check for ndi_video_frame->xres/yres == 0 in the source, instead of using picture_aspect_ratio == -1? Are they not set to 0 when receiving empty frames from a...
Okay I ran some more tests - turns out we *can* use the `p_metadata` field on the video frame. I'm not sure if something in my code changed before when...
As mentioned in the Discord, I could add an additional fix onto this which would kinda tie into the clear frame functionality. In the current form, if the Dedicated NDI...
After some more trial and error I've managed to fix the disabling and removal of the filter properly. For some reason NDI doesn't like 1x1 width and height frames so...
As talked about in the Discord, I've reworked it to destroy the NDI sender instead of sending a clear frame. It will get created again once it detects proper frame...