Replies: 1 comment
-
No, currently that's not possible.
You can have a mod that injects into all the processes you need, and checks in which process it runs to run the desired logic. You can look at "Text Replace" and "Timer Resolution Control" which check in which process they run. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to include into one mod several .md.cpp files which are united by the same topic but should be injected into different processes?
For instance, I want to set certain attribute for most processes to value A and to a few exceptions to value B. It would not be optimal, I think, to make two separate mods. Or there is another way to do so?
Beta Was this translation helpful? Give feedback.
All reactions