Nice, thank you. You might also want to specify that Event has been decompiled as Function. Even if any experienced modder knows all Events by heart and can tell which is which, the heads-up might help the less experienced ones.
yeah I think I need to rework my code for this for a few things. I typically alphabetically sort aliases and fragments for better git diffs, but copy-pasting that code just broke this workflow. functions/events should compile the same, but doing that automatically would have been annoying so I didn't. I may update this in the future if I improve my replacers. Fishing, for example, has a bunch of autoreadonly properties that my replacers couldn't detect and fix last time I manually checked that one. I don't remember if I fixed that before doing this.
Very helpful, thank you. I wouldn't mind having an automated tool to do this for those situations where a mod author hasn't included their script source with the mod. ;)
8 comments
You might also want to specify that Event has been decompiled as Function.
Even if any experienced modder knows all Events by heart and can tell which is which, the heads-up might help the less experienced ones.
functions/events should compile the same, but doing that automatically would have been annoying so I didn't. I may update this in the future if I improve my replacers.
Fishing, for example, has a bunch of autoreadonly properties that my replacers couldn't detect and fix last time I manually checked that one. I don't remember if I fixed that before doing this.
diziet