IWantMyMod Posted April 7, 2018 Posted April 7, 2018 Once I have made changes to a plugin or created a new plugin using a script how do I save the changed or new file? Is this where I would use FileWriteToStream or is there an easier way?
0 hishutup Posted April 8, 2018 Posted April 8, 2018 I assume we're talking about xEdit by the given topic.To save a file, there is a dialogue box upon closure of the program.
0 zilav Posted April 8, 2018 Posted April 8, 2018 To change over original file you need to close xEdit (because all loaded plugins are memory mapped and can't be overwritten without unloading a plugin).FileWriteToStream allows to save under a different name.
Question
IWantMyMod
Once I have made changes to a plugin or created a new plugin using a script how do I save the changed or new file?
Is this where I would use FileWriteToStream or is there an easier way?
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now