Install downloaded patch

Forum for technical discussions regarding development. If you have a general suggestion, problem or comment, please use one of the other forums.

Moderator: OpenTTD Developers

Post Reply
Jonnotie
Engineer
Engineer
Posts: 6
Joined: 25 May 2006 14:36

Install downloaded patch

Post by Jonnotie »

I'm new here and i can't find how i add a downloaded patch in to the game.

Where do i put it and wich file do i edit if needed.


I'm using Macosx 10.4 if that makes any difference
User avatar
belugas
OpenTTD Developer
OpenTTD Developer
Posts: 1507
Joined: 05 Apr 2005 01:48
Location: Deep down the deepest blue
Contact:

Post by belugas »

Unless you have a C compiler and a SVN client, patches would be absolutely useless.
Patches (in OTTD) are just differences between source files. Not binaries.
If you are not ready to work a bit for your ideas, it means they don't count much for you.
OpenTTD and Realism? Well... Here are a few thoughs on the matter.
He he he he
------------------------------------------------------------
Music from the Bloody Time Zones
User avatar
danharibo
Traffic Manager
Traffic Manager
Posts: 159
Joined: 24 May 2006 21:41
Contact:

Post by danharibo »

belugas wrote: C compiler
noooooooooooooooooooooooo! c++
User avatar
Darkvater
Tycoon
Tycoon
Posts: 3053
Joined: 24 Feb 2003 18:45
Location: Hong Kong

Post by Darkvater »

danharibo wrote:noooooooooooooooooooooooo! c++
Dear danharibo,

Thank you very much for your very insightful contribution to this thread. We greatly value your input and hope that all your comments will maintain the same high quality you have exhibited in your post. It has opened all new ways into the everlasting discussion between C and C++ and which of these languages should be preferred.

Thank you again!
TrueLight: "Did you bother to read any of the replies, or you just pressed 'Reply' and started typing?"
<@[R-Dk]FoRbiDDeN> "HELP, this litte arrow thing keeps following my mouse, and I can't make it go away."
penticrack
Engineer
Engineer
Posts: 70
Joined: 24 Apr 2006 21:11

Post by penticrack »

on my dedicated linux server i do following

Code: Select all

//this make a fresh copy of sourcecodes into current folder
svn co svn://svn.openttd.org/trunk openttd
//update to a revisionnumber (type an other number u need)
svn up -r 4917
//wget is downloadcommand in linuxconsole
//in this case i need ottd mini_IN patch (r4917M)
wget http://www.tt-forums.net/download.php?id=49050
//now i apply the patch
patch -p0 < mini_in_r4917_185.patch
//and the make command, but remember , make for dedicated server
make DEDICATED:=1
hope i could help you. this is ONLY for linux. if u have a rootshell, have fun with this lil tut :)
Post Reply

Return to “OpenTTD Development”

Who is online

Users browsing this forum: No registered users and 18 guests