It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi.
When I click the "start Client game" program it starts ok but doesn't ask what IP it should connect to. I can see the question for a second but then it just starts the game. Both Redneck Rampage and Rides Again work ok. Allso the Host game works.
thx for any help you might be able to give!
No posts in this topic were marked as the solution yet. If you can help, add your reply
Never mind. Figured it out myself.
There is a typo on the "dosbox66_client.conf" -file. The [autoexec] part looks like this:
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C .
imgmount d ".Redneck.inst" -t iso -fs iso
c:
cls
@echo To connect to host, you must know it's IP address. Type CONNECT IP_ADDRESS, and hit ENTER.
@echo i.e. CLIENT66 123.11.12.13
ROUTE66.EXE
exit
When it should look like this:
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C .
imgmount d ".Redneck.inst" -t iso -fs iso
c:
cls
@echo To connect to host, you must know it's IP address. Type CONNECT IP_ADDRESS, and hit ENTER.
@echo i.e. CLIENT66 123.11.12.13
I just deleted the "ROUTE66.EXE" and "exit" parts. You can also just add "#" -mark in front of them if you don't want to delete them.
BTW. Support had also sent me the answer to my email. I just hadn't checked it.
Post edited October 30, 2008 by azub