Difference between revisions of "Dev Server"
From #openttdcoop wiki
m (→Server Details) |
(revert) |
||
Line 16: | Line 16: | ||
Additionally, you need some GRFs - further details at [[GRF|our related page]]. | Additionally, you need some GRFs - further details at [[GRF|our related page]]. | ||
− | Installed Patch: ( | + | Installed Patch: (check IRC topic) |
IRC Channel: irc://irc.oftc.net/openttdcoop.dev | IRC Channel: irc://irc.oftc.net/openttdcoop.dev | ||
Line 27: | Line 27: | ||
===Linux (or other selfcompiler;-)=== | ===Linux (or other selfcompiler;-)=== | ||
− | * svn revert . -R | + | * svn revert . -R (for i in `svn st src/ | sed -n -e 's/^\? //gp'`; do rm $i; done) |
* svn up -rXXXX (without M) | * svn up -rXXXX (without M) | ||
* Get the patch from the forum thread. It's usually on the last page. (link is in the IRC topic) | * Get the patch from the forum thread. It's usually on the last page. (link is in the IRC topic) | ||
− | * patch -p0 -i | + | * patch -p0 -i patch.diff |
* ./configure && make | * ./configure && make | ||
* if your client shows now the revision rXXXXM -> join us | * if your client shows now the revision rXXXXM -> join us | ||
Line 40: | Line 40: | ||
===Mac OSX=== | ===Mac OSX=== | ||
*ask [[User:Osai|Osai]] | *ask [[User:Osai|Osai]] | ||
+ | |||
+ | ==revert== | ||
+ | Because you will have troubles with reverting patched source. (new files won't be deleted) | ||
+ | |||
+ | for i in `svn st src/ | sed -n -e 's/^\? //gp'`; do rm $i; done | ||
+ | |||
+ | There is a script in the root directory: ./cleanrevert |
Revision as of 14:50, 3 March 2008
This server is a playground for testing new patches until they come to trunk. This server is only running, while the Member Zone is paused.
Feel free to join us: search for the server name "#openttdcoop - Patch:...". The password is "coop".
rcon on the Dev Server is granted to every full member of #openttdcoop.
Contents
Server Details
Info page of servers.openttd.org
Address: openttdcoop.ppcis.org:3982
Location: United Kingdom
Additionally, you need some GRFs - further details at our related page.
Installed Patch: (check IRC topic)
IRC Channel: irc://irc.oftc.net/openttdcoop.dev
How to join a patched server
Ask for further help on IRC
XXXX = type !revision on irc
Linux (or other selfcompiler;-)
- svn revert . -R (for i in `svn st src/ | sed -n -e 's/^\? //gp'`; do rm $i; done)
- svn up -rXXXX (without M)
- Get the patch from the forum thread. It's usually on the last page. (link is in the IRC topic)
- patch -p0 -i patch.diff
- ./configure && make
- if your client shows now the revision rXXXXM -> join us
Windows
- Take BuildOTTD and let it make for you. (or ask XeryusTC for a binary on IRC)
- if your client shows now the revision rXXXXM -> join us
Mac OSX
- ask Osai
revert
Because you will have troubles with reverting patched source. (new files won't be deleted)
for i in `svn st src/ | sed -n -e 's/^\? //gp'`; do rm $i; done
There is a script in the root directory: ./cleanrevert