Making a Patch: Difference between revisions
Jump to navigation
Jump to search
imported>Bale mNo edit summary |
imported>Heeheehee m consistency |
||
Line 1: | Line 1: | ||
Once you have the source code for Mafia successfully downloaded as in the [[Compiling from Source]] page, you will then need to make a patch, as the dev's don't let just anyone update the program. Fortunately, this is very simple, and once you have the patch, post it on the | Once you have the source code for Mafia successfully downloaded as in the [[Compiling from Source]] page, you will then need to make a patch, as the dev's don't let just anyone update the program. Fortunately, this is very simple, and once you have the patch, post it on the KoLmafia Forums for acceptance. | ||
==Windows== | ==Windows== | ||
# Right-click on the | # Right-click on the KoLmafia folder on your desktop (this assumes you are using Tortoise SVN), click on "TortoiseSVN" and then "Create Patch...". | ||
# A new window then appears. Tick all the files you want to include in the patch (this is probably all of them), and click OK. | # A new window then appears. Tick all the files you want to include in the patch (this is probably all of them), and click OK. | ||
# Tortoise SVN then merges all your changes into a single .patch file, which you can then post on the forums. | # Tortoise SVN then merges all your changes into a single .patch file, which you can then post on the forums. |
Revision as of 18:12, 5 July 2010
Once you have the source code for Mafia successfully downloaded as in the Compiling from Source page, you will then need to make a patch, as the dev's don't let just anyone update the program. Fortunately, this is very simple, and once you have the patch, post it on the KoLmafia Forums for acceptance.
Windows
- Right-click on the KoLmafia folder on your desktop (this assumes you are using Tortoise SVN), click on "TortoiseSVN" and then "Create Patch...".
- A new window then appears. Tick all the files you want to include in the patch (this is probably all of them), and click OK.
- Tortoise SVN then merges all your changes into a single .patch file, which you can then post on the forums.