When I save the file when i have patched it and then try to play the game... nothing has changed.
If someone could help me with that I'd be very gratefull

Moderator: OpenTTD Developers
Code: Select all
svn update -r 16200
patch -p0 < company_info_v3_r16200.patch
svn update -r 19990
patch -p0 < buy_area_r19990.diff
svn update -r 20180
patch -p0 < more-cond-orders.r20180.patch
Code: Select all
svn revert -r <name>
I tried doing this with the infrastructure sharing patch but it's not worked...I probably did something wrong though.MeusH wrote:If you're using windows, you can download TortoiseSVN, install and do the following:
Download the source files:
Make a new folder
Right click on it
Choose "SVN Checout..." from the menu
Set data fields like on attachement 1
Hit OK, wait 5-20 minutes for all files to download
Choose the diff file:
Right click on folder you've downloaded files to
Choose "TortoiseSVN > Apply Patch..." from the menu
Browse for .patch or .diff file
Apply the changes:
Usually, right clicking on filelist window (attachement 2) and clicking "Patch all" should work, but sometimes there is something wrong (attachement 2 - files marked red):
Don't worry, often application will download other revision and everything will work.
However, if you're experiencing problems (marked red) ask patch developer and tell him what's wrong. Tell him what diff file have you downloaded and what revision have you downloaded using "SVN Checkout"
Happy patching
I don't know if I did, I followed everything in the quoted text but hasn't gone through so I assume I've missed something out.Alberth wrote:That quoted text comes quite close, except that after download you should not apply any patch, but instead first build a binary from unmodified trunk sources.
That exercises the whole compiler chain, and if the built binary works, you know that parts works.
Then if you apply a patch and it breaks, you know that patching is the problem spot.
As for further assistance, we need more details than "I did something wrong."
Users browsing this forum: No registered users and 16 guests