Orvid / Champollion

A PEX to Papyrus Decompiler for Skyrim, Fallout 4 and Starfield
GNU Lesser General Public License v3.0
107 stars 20 forks source link

Tag Fallout4's custom events #10

Open nikitalita opened 1 year ago

nikitalita commented 1 year ago

Find a way to tag Fallout4's custom events From #7 :

If a better analysis is needed, it would be worth extending that to FO4's custom events, as they are not currently recorded anywhere in the pex, so you just have to find what places manually invoke the custom event and make sure to emit that event.

SilverIce commented 9 months ago

Hi @nikitalita . Please correct me, if I'm wrong, from the issue #7 it seems like events are not recorded as functions in PEX. Does this mean that the events will still work - for example if I'd compile decompiled PSC file, where some events are marked as regular functions?

That question is not related to FO4, I'm asking about Skyrim SE, sorry for off-topic