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
Install downloaded patch
Moderator: OpenTTD Developers
- belugas
- OpenTTD Developer
- Posts: 1507
- Joined: 05 Apr 2005 01:48
- Location: Deep down the deepest blue
- Contact:
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.
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
OpenTTD and Realism? Well... Here are a few thoughs on the matter.
He he he he
------------------------------------------------------------
Music from the Bloody Time Zones
Dear danharibo,danharibo wrote:noooooooooooooooooooooooo! c++
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."
<@[R-Dk]FoRbiDDeN> "HELP, this litte arrow thing keeps following my mouse, and I can't make it go away."
-
- Engineer
- Posts: 70
- Joined: 24 Apr 2006 21:11
on my dedicated linux server i do following
hope i could help you. this is ONLY for linux. if u have a rootshell, have fun with this lil tut 
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

Who is online
Users browsing this forum: No registered users and 16 guests