iamseth Posted February 3, 2013 Posted February 3, 2013 Hi guys. So I'm basically just starting out trying to learn some modding by messing around with some nice mods.Now, what I want is to Edit the Source of a certain script, but when I right-click on the script the option 'edit source' is greyed out.What can I do to fix that?
VectorPlexus Posted February 3, 2013 Posted February 3, 2013 Scripts to be used in game are compiled (.pex), but to edit them you must have the uncompiled version (.psc), so I'm guessing you are trying to edit a script that has no uncompiled counterpart in the "Source" folder
iamseth Posted February 3, 2013 Author Posted February 3, 2013 I guess you are right! What can I do about that if I don't have an uncompiled version of the script?
VectorPlexus Posted February 3, 2013 Posted February 3, 2013 On 2/3/2013 at 9:24 PM, iamseth said: I guess you are right! What can I do about that if I don't have an uncompiled version of the script? nothing, but check the mod's download page, sometimes mod authors offer the source in a different download, or try to contact the author and request the source.
Recommended Posts