Battlefield 3 Official Ranked game servers now available!

i3D.net Game Forums   i3D.net Support (email & live chat)
Amsterdam +31 (0)10 8900070
USA 1-800-482-6910 (toll free)
Frankfurt +49 69 257378709

Go Back   i3D.net Game Forums > Game Forums > Call of Duty Series > Call of Duty & United Offensive > Technische Hulp (CoD)
Downloads
300 GB of games and patches
Downloads

Reply
 
Thread Tools Search this Thread Display Modes
Old 5-8-2009, 19:31   #1 (permalink)
 
Join Date: 05 August 09
Posts: 3
Downloads: 1
Uploads: 0
stregaa 10

Default Unanswered: CoD (1) server maken op dedicated server

Hallo,

Ik heb zojuist een EQ 4 server gekocht bij hetzner en zou graag een cod (1) server daar op willen draaien.
De server heeft een Ubuntu (Linux) OS.
Via SSH heb ik al een directory gemaakt waar die in moet maar ik kan nergens vinden wat de SSH-commands zijn om die server te installeren.
Kan iemand mij please helpen ?
Read more on: : i3D.net Game Forums /technische-hulp-cod/65295-cod-1-server-maken-op-dedicated-server.html

Groeten, Stregaa
stregaa is offline   Reply With Quote
Sponsored Links
Old 5-8-2009, 19:45   #2 (permalink)
i3D news team
 
StevenW's Avatar
 
Join Date: 04 June 08
Location: Zuid-Limburg
Posts: 13,441
Downloads: 89
Uploads: 3
Xfire: steven543
StevenW 250StevenW 250StevenW 250StevenW 250
Provided Answers: 62
Default

3 seconden Googlen;

Quote:
!! IMPORTANT !!
Call of Duty(tm) Linux Server is NOT SUPPORTED by Activision(r) Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom of this document.

=============================

1. Introduction

This document explains how to install the Call of Duty(tm) Linux server version 1.5. Installation from scratch and upgrading an existing installation are both covered.

Usage is very similar to Call of Duty(tm) and Return to Castle Wolfenstein(tm)... many of the console commands, command lines, and cvars are identical.

MOD USERS: PLEASE READ...
It is recommended that any user modifications that have been installed to the Call of Duty(tm) directory be removed before installing this package. These modifications are not supported by Activision(r) and may not be compatible with some of the new features that are included.

IF YOU HAVE A PROBLEM WITH "LIBSTDC++.SO.5" ...
(This is a frequent-enough problem to merit discussion in the introduction.)

If you are reading this, it's probably because you tried to start your Linux server and saw this message:

./cod_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

COD is a C++ program built with gcc 3.2.3, which means it needs a system library specific to gcc 3.2. Older Linux systems won't have this installed, and we're starting to see newer Linux distributions that don't have this either, since they are supplying an incompatible gcc 3.4 version. The good news is that you can drop the needed library into your system without breaking anything else.

Here is the library you need, if your Linux distribution doesn't supply it:
http://icculus.org/updates/cod/gcc3-libs.tar.bz2

You want to unpack that somewhere that the dynamic linker will see it (if you are sure it won't overwrite any files, you can even use /lib).

The brave can put it in the same directory as the game and run the server like this:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod_lnxded

Now the server will start.

2. Installation From Scratch

There are two server packages...a "small" and "large" version. The size difference is because small version requires a program named xdelta. The xdelta program is shipped with many Linux distros, and can be found here: xdelta | freshmeat.net

The large version doesn't need xdelta.

- Get the retail Call of Duty(tm) discs.
- Copy the contents of Disc One's "Setup/Data" directory to wherever you installed the Call of Duty(tm) Linux server. There should be a "localization.txt" file in the root of this directory, and a "main" subdirectory).
- Copy the contents of Disc Two's "Setup/Data" directory to your server (should be just a "main" directory...add it to the contents of the previous disc's "main").
- Alternately, you may install on Windows(r) and copy the installed game to your Linux system, but many will opt to skip this step since the data files are uncompressed and easily accessible on the discs. Final installation size is around 1.2 gigabytes.
- Unpack this archive in the root of the newly-copied tree, so "cod_lnxded" is in the same directory as "localization.txt" and "game.mp.i386.so" is in the "main" directory, etc. This may overwrite some files; this is normal.
- (If you have the "large" package, skip this step.) If you have the "small" package, you now need to patch some files. The command line looks something like:
cd /where/i/copied/callofduty
xdelta patch pak0.pk3.xdelta main/pak0.pk3 tmp.bin
mv tmp.bin main/pak0.pk3
...if this doesn't work, you should get the "large" package and unpack it like you did the small package, and it'll give you the same results. Either way, it's now safe to delete the pak0.pk3.xdelta file.
- Now, run the server:
cd /where/i/copied/callofduty
./cod_lnxded

- When you see "Started tty console (use +set ttycon 0 to disable)", the server has started, but you need to start a map before the server will accept connections. At this point, type:

map mp_chateau

("mp_chateau" being a given map's name).

- Now you should see your server in the in-game browser. You will now want to customize your server, but that is beyond the scope of this document.

3. Upgrading an existing COD Linux server

This assumes you have a functioning COD server. You should be able to upgrade from any previous version directly to 1.5.

If you aren't sure of your server's state, or want to be safe, you should start with section 2 of this document ("INSTALLATION"), above, and ignore this section.

There are two patch packages...a "small" and "large" version. The size difference is because small version requires a program named xdelta. The xdelta program is shipped with many Linux distros, and can be found here: xdelta | freshmeat.net

The large version doesn't need xdelta.

- Shutdown your existing COD server if it is currently running.
- Make a backup of your existing COD server's directory, just in case.
- Remove any mods you've installed. Incompatible mods left in an upgraded server are among the most frequent bug reports!
- Unpack this archive in the root of the newly-copied tree, so "cod_lnxded" is in the same directory as "localization.txt" and "game.mp.i386.so" is in the "main" directory. It may overwrite files; this is normal.
- (If you have the "large" package, skip this step.) If you have the "small" package, and haven't done so in previous patches, you now need to patch pak0.pk3. This only needs to be done once! If you've done it for a previous patch, attempting to do so again will fail!
The command line looks something like:
cd /where/i/copied/callofduty
xdelta patch pak0.pk3.xdelta main/pak0.pk3 tmp.bin
mv tmp.bin main/pak0.pk3
...if this doesn't work, you should get the "large" package and unpack it like you did the small package, and it'll give you the same results. Either way, it's now safe to delete the .xdelta file.
- Now the server can be restarted, and should function as before, except with the new patch fixes and features. You should experiment with readding your mods one by one to see if any are incompatible with the new patch.

Call Of Duty: United Offensive v1.51

!! IMPORTANT !!
Call of Duty(tm): United Offensive(tm) Linux Server is NOT SUPPORTED by Activision(r) Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom of this document.

1. Introduction

This document explains how to install the Call of Duty(tm): United Offensive(tm) Linux server version 1.51.

Usage is very similar to Call of Duty(tm) and Return to Castle Wolfenstein(tm)... many of the console commands, command lines, and cvars are identical.

MOD USERS: PLEASE READ...
It is recommended that any user modifications that have been installed to the Call of Duty(tm) directory be removed before installing this package. These modifications are not supported by Activision(r) and may not be compatible with some of the new features that are included.

IF YOU HAVE A PROBLEM WITH "LIBSTDC++.SO.5" ...

If you are reading this, it's probably because you tried to start your Linux server and saw this message:

./coduo_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

COD:UO is a C++ program built with gcc 3.2.3, which means it needs a system library specific to gcc 3.2. Older Linux systems won't have this installed, and we're starting to see newer Linux distributions that don't have this either, since they are supplying an incompatible gcc 3.4 version. The good news is that you can drop the needed library into your system without breaking anything else.

Here is the library you need, if your Linux distribution doesn't supply it:
http://icculus.org/updates/cod/gcc3-libs.tar.bz2

You want to unpack that somewhere that the dynamic linker will see it (if you are sure it won't overwrite any files, you can even use /lib).

The brave can put it in the same directory as the game and run the server like this:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./coduo_lnxded

Now the server will start.

2. Installation From Scratch

There are two server packages...a "small" and "large" version. The size difference is because the small version requires a program named xdelta. The xdelta program is shipped with many Linux distros, and can be found seperately here: xdelta | freshmeat.net

The large version doesn't need xdelta.

- Get the retail Call of Duty(tm): United Offensive(tm) discs.
- Copy the contents of Disc One's "Setup/Data" directory to wherever you installed the Call of Duty(tm) 1.41 Linux server. There should be a "localization.txt" file in the root of this directory, and a "main" subdirectory).
- Copy the contents of Disc Two's "Setup/Data" directory to your server (should be just a "uo" directory...add it to the contents of the previous disc's "uo").
- Alternately, you may install on Windows(r) and copy the installed game to your Linux system, but many will opt to skip this step since the data files are uncompressed and easily accessible on the discs.
- Unpack this archive in the root of the newly-copied tree, so "coduo_lnxded" is in the same directory as "localization.txt" and "game.mp.uo.i386.so" is in the "uo" directory, etc.
- (If you have the "large" package, skip this step.) If you have the "small" package, you now need to patch some files. The command line looks something like:
cd /where/i/copied/callofduty
xdelta patch pakuo00.pk3.xdelta uo/pakuo00.pk3 tmp.bin
mv tmp.bin uo/pakuo00.pk3
xdelta patch pakuo01.pk3.xdelta uo/pakuo01.pk3 tmp.bin
mv tmp.bin uo/pakuo01.pk3
...these commands won't output anything unless there is a problem. If the patching doesn't work, you should get the "large" package and unpack it like you did the small package, and it'll give you the same results. Either way, it's now safe to delete the .xdelta files and reclaim about 100 megabytes of disk space.
- Now, run the server:
cd /where/i/copied/callofduty
./coduo_lnxded

- When you see "Started tty console (use +set ttycon 0 to disable)", the server has started, but you need to start a map before the server will accept connections. At this point, type:

map mp_cassino

("mp_cassino" being a given map's name).

- Now you should see your server in the in-game browser. You will now want to customize your server, but that is beyond the scope of this document.

3. Upgrading a COD:UO 1.41 Linux server

This assumes you have a functioning 1.41 server (the letter afterwards, i.e. - "1.41e" is irrelevant for this discussion).

If you aren't sure of your server's state, or want to be safe, you should start with section 2 of this document ("INSTALLATION"), above, and ignore this section.

There are two server packages...a "small" and "large" version. The size difference is because small version requires a program named xdelta. The xdelta program is shipped with many Linux distros, and can be found seperately here: xdelta | freshmeat.net

The large version doesn't need xdelta.

- Shutdown your existing COD:UO server if it is currently running.
- Make a backup of your existing COD:UO server's directory, just in case.
- Remove any mods you've installed. Incompatible mods left in an upgraded server are among the most frequent bug reports!
- Unpack this archive in the root of the newly-copied tree, so "coduo_lnxded" is in the same directory as "localization.txt" and "game.mp.uo.i386.so" is in the "uo" directory. It will overwrite several files.
- (If you have the "large" package, skip this step.) If you have the "small" package, you now need to patch some files. The command line looks something like:
cd /where/i/copied/callofduty
xdelta patch pakuo00.pk3.xdelta uo/pakuo00.pk3 tmp.bin
mv tmp.bin uo/pakuo00.pk3
xdelta patch pakuo01.pk3.xdelta uo/pakuo01.pk3 tmp.bin
mv tmp.bin uo/pakuo01.pk3
...these commands won't output anything unless there is a problem. If the patching doesn't work, you should get the "large" package and unpack it like you did the small package, and it'll give you the same results. Either way, it's now safe to delete the .xdelta files and reclaim about 100 megabytes of disk space.
- Now the server can be restarted, and should function as before, except with the new patch fixes and features. You should experiment with readding your mods one by one to see if any are incompatible with the new patch.

CHANGELOG:
1.41 : Initial release
1.41a : Removed glibc 2.3 dependency, fixed a memcpy() overlap, changed README to unix endlines.
1.41b : Fixed crash on startup some admins were seeing (we blew the stack with a couple large, stack-allocated arrays).
1.41c : Fixed a different crash on startup some admins were seeing (we blew the stack here, too), and fixed the "51230 files in pk3 files" console message to not grow incorrectly on map load.
1.41d : Fixed heavy CPU loads on empty servers when vehicles were present.
1.41e : Uninitialized memory fixes (jeep crash fix).
1.51 : Linux server to match Windows 1.51 patch, updated README to comment on installation vs patching and other topics.
StevenW is offline   Reply With Quote

i3D.net is now on Facebook!
Old 5-8-2009, 19:50   #3 (permalink)
 
Join Date: 05 August 09
Posts: 3
Downloads: 1
Uploads: 0
stregaa 10
Default

Quote:
Originally Posted by StevenW View Post
3 seconden Googlen;
Ja, maar daar zeggen ze iets van een cd, maar aangezien die server in duitsland staat kan ik het spel daar niet op installeren met een cd, verder zie ik geen links om het spel zelf te kunnen ophalen en installeren op de server via ssh.
Of ben ik fout?

Groeten, Stregaa
stregaa is offline   Reply With Quote
Old 7-8-2009, 18:10   #4 (permalink)
 
Join Date: 05 August 09
Posts: 3
Downloads: 1
Uploads: 0
stregaa 10
Default

Enig idee hoe het te doen zonder cd ?

Groeten, Stregaa
stregaa is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



New To Site? Need Help?

All times are GMT +2. The time now is 19:11.


©2011 INTERACTIVE 3D BV - Alle rechten voorbehouden
no new posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264