Welcome To

SleePy Code

The limitation of PHP is the script creator.

What is a diff parser?

Some may be wondering what this is or does. Its quite simple. It makes the creation of an installer file for your SMF mod automatic. Create your mod on a clean install of SMF, compare the files to that of another clean install of SMF using the *nix 'diff' utility, and run the file through this parser and out you will have your XML install file.

Making mods can be a tedious process, which may involve editing lots of files, and you may forget one file you edited, and that can throw your whole mod off. This can cause delays in approval, and maybe even unhappy recipents of the mod. Fret no more. You can catch every change made to the files in your Mod easily and pain free and get them into a properly formatted XML file. Unsure of how to actually create the installer file? No worries, this does it for you.
-Matt @ ATRcom's Diff Parser About section.

What do I need?

How do I get started?

How do I use the parser?

-Matt @ ATRcom's Diff Parser Using the Parser section.

Who made this script/How is this script made?

Matt @ ARTcom from the SMF Team has created this script. This script makes use of php's functions to analyze the diff file and create a valid .xml file
Go To Top