Thread: Blood
View Single Post
Old 14-02-2010, 07:44 PM   #543
zirkoni
Game Wizzzzzzard
 
zirkoni's Avatar

 
Join Date: Oct 2007
Location: Tampere, Finland
Posts: 509
Default

Quote:
Originally Posted by Saccade View Post
Do you think it would be easy to make a quickstart menu option to run dosbox IPX - enter ip number - and launch this game in multiplayer mode..?

So it's really easy to get playing online with hamachi?
It's possible, just edited my menu (added the multiplayer option) and connected two PC's/started Blood.
Here's what I did:
1. added these two entries to my menu.bat

:startserver
cls
ipx=true
ipxnet startserver
setup.exe
goto start

:connect
cls
ipx=true
echo Enter the IP address to connect to:
copy con ip.txt
copy /b ipxnet.txt+ip.txt ip.bat
call ip.bat
pause
setup.exe
goto start

2. added two .txt files in Blood directory, one more .bat file
-ip.txt only stores the ip address
-ipxnet.txt reads "ipxnet connect "
-ip.bat then executes "ipxnet connect <ip address>"

Maybe there are better (easier) ways to do this, this is only what I came up with. Like I said, I tested it, and only had to type the IP address and go through the setup.exe menus. Don't know if this works with Hamachi (never used). Also, when asked to type the IP address you can't see what you are typing (maybe there's some simple solution to this too).

Menu.bat
__________________
www.youtube.com/@zirkoni42

Last edited by zirkoni; 11-09-2012 at 03:17 PM. Reason: Added menu.bat
zirkoni is offline                         Send a private message to zirkoni
Reply With Quote