• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

user file merging

FCWesel

Well-known member
hi, i ended up creating 2-3 files for my homebrew game stuff and I wanted to get them into one file, is there a way to merge the files, or basically do I have to re-script everything from one to the other?

don't know why i bothered with multiple files at the time, just a brain fart i guess.

thanks.
 
What you want to do is use NotePad, or better yet get TextPad, and open up the .user file. User files are just XML files which is nothing more than basic text.

Open up the one and copy everything after the
Code:
<document>
to
Code:
</document>
Then simply past into the the other .user file after the <document> element.

This assumes you didn't put in of the Version, History, Author info into each .user file. If you did you don't want to copy that to the new .user file

P.S. - Make sure you make a BACKUP of all your .user files before trying this just encase it goes badly. :)
 
Back
Top