Looking at the documentation, it seems to be based on making the mod depend on Prepatcher. Unfortunately, this is not feasible for me. In the previous versions, I could use careful management of method calling to only use the added fields when Prepatcher is installed. I was wondering if there is anything similar I could do with this version. Specifically, I would like a way to be able to add the field and use it when prepatcher is installed, but fall back to a dictionary-based approach if it is now.
Looking at the documentation, it seems to be based on making the mod depend on Prepatcher. Unfortunately, this is not feasible for me. In the previous versions, I could use careful management of method calling to only use the added fields when Prepatcher is installed. I was wondering if there is anything similar I could do with this version. Specifically, I would like a way to be able to add the field and use it when prepatcher is installed, but fall back to a dictionary-based approach if it is now.