xavierp94 wrote:Kottizen wrote:That is different from patch to patch. Usually it works.
I have a problem with a patch. I have used the friendslist patch on the source code for teeworlds. Everything went well. Then I decided that Killa Billa's patch for Download Extension was another thing that I need so I tried to use that on my already patched teeworlds with the friendslist functionality. I no longer can add any more patches. How do I fix this? Thanks for the help in advance!
You can patch it by hand. Take a clean source and patch it with your friend's patch. Then, open KillaBilla's patch in a text editor and read it, from the start to the end.
The most lines have a "+" or a "-". A plus means "add" and a minus means "remove". Some lines also contain information about which file that those lines are on. So, first, open the first stated file and copy over all pluslines, don't forget to remove the plus-marks. Then, look for the minuslines, if any, and remove them.
If you do so throw the whole patchfile, it should work, but I can't guarantee is works.