A few people have asked about my use of patch for distributing my MODs and if they can have a text file with the changes. Some people are not familiar with patch, some are worried that patch will not work with their existing MOD'd files.
Actually, thats what a patch is. And I put it together as a patch so that it will work with most code. (it only modifies the certain parts of the file it is scanning for).
If you read the patch files and you'll see very clearly where to look and what to change. The 'patch' program uses a context modification syntax to locate a particular section in a file and then to apply the designated changes. If the system is unable to correctly determine how to make the change, it will not substitute the changes and will give an exception report. However patch is very good about figuring out how to apply the changes. If you've not made changes to that specific section of code, you should have no problems.
I strongly encourage MODers to learn the patch system and begin to use it. It's only a little more work, however it will makes most site owners jobs much easier than having to make the changes manually.
Garth


LinkBack URL
About LinkBacks
Reply With Quote




Bookmarks