
06-30-2004, 01:44 PM
.:=|HC|=:. Ajax posted something in the " two players at same time problem" post that I was able to incorporate into my game with only one computer being used having the same problem as you are. Now mine works fine. Even though you are only having this problem with one computer, try it.
here's the answer:
You will experience difficulties with Medal of Honor because both computers will attempt to connect to the same internet port (12203). This will cause problems when working behind a router. To prevent this from happening, you’ll have to tell the game to use a different port:
· Right click on the game short cut and go to Properties.
· When the Game Properties window appears, go to the “Target” field. In this field you’ll see something similar to “C:\Program Files\EA GAMES\MOHAA\moh_spearhead.exe”. You will need to add +set net_port 12203 to the end of “C:\Program Files\EA GAMES\MOHAA\moh_spearhead.exe” on the first computer, and on the second one, you’ll add +set net_port 12204 on the second computer. For our example, the first computers “Target” field will look similar to this:
“C:\Program Files\EA GAMES\MOHAA\moh_spearhead.exe” +set net_port 12203
The second computer’s “Target” field would look similar to this:
“C:\Program Files\EA GAMES\MOHAA\moh_spearhead.exe” +set net_port 12204
· After you complete those steps click Apply then click OK and you should be able to have both computers on at the same time.[/quote]
|