Quetzy
Quetzy
I think ideally I'd like to apply the clipping to the element, and not when drawing, simply for optimization? Which I think then means object space if I understand that...
I think you just wrote a bunch of this in response to my discord questions :)
The download code button doesn't work (for stupid GitHub reasons). You can either use the YYMPS package or clone the repo until I fix that (near future). Thanks for checking...
Fixed in 559d4c7
Fixing this requires doing #25 first as we need to init the template item at the same time as we load the resource file (instead of the current version where...
Hiya, did you download the source code zip? Currently the zip doesn't work for some reason. You need to clone the repo or import the yymps
This might be better solved by planned 'embedding' feature, though might still need to be solved to support UI modding (but that's way in the future)
Fixed by 04442ab
okay I think i finally understand what was happening here -- the problem seems to be that in some versions of GM, when the static inspectron is initialized (declared at...
I think I can use the new flexpanel support in 2024.8 to address this... eventually. Currently I can't use it because I need to be able to define custom measure...