Hi all,
Trying to get IPX working on the latest version of Recalbox dosbox. Using a new Raspberry Pi 3.
Here's what's worked so far:
I've got latest version of dosbox on my PC. Configured it to use IPX by changing ipx=true in the PC's dosbox configuration. Works great - I can start two dosboxes on the PC, one as server and one as client, and play Doom multiplayer. So, I know Doom is working ok and that IPX is working on the PC version of dosbox.
Now, when I copy Doom to the Recalbox, it fails. I added some pauses into the dosbox.bat so that I could see what was going on. I saw some "Illegal Command: IPXNET" errors after trying to start the server or client. So, I added a "dir z:" and a "pause" command at the beginning of dosbox.bat. IPXNET.com doesn't exist in Z:.
I've tried several different things.
-
Copied the default recalbox dosbox.conf in the server\config section (which looks very jumbled, not a lot of line breaks) to the DOOM.pc directory (and renamed to dosbox.cfg), and tried adding the following lines:
[ipx]
ipx=true
-
Tried downloading the latest example dosbox.cfg from the recalbox site (which was much cleaner-looking), and added the same lines.
[ipx]
ipx=true
-
All manner of edits to the dosbox.cfg file, trying to see if something was conflicting. Remarked out sections at a time and tested, no luck.
-
Tried a second new Raspberry Pi 3 - same problems.
I have network connectivity on the pi. I can copy files and and from it from my PC. I can access the internet (recently ran the latest update for Recalbox). Everything is working, but I can't get IPXNET.com to show up on z:.
Is there some special configuration on dosbox for recalbox that I'm missing? Is something case-sensitive and I'm missing it or something? The one thing that seems odd to me is that I've had to add the [ipx] section to the recalbox config file, whereas the PC version had the section already included, with ipx orginally set to false. I don't see that on the Recalbox/dosbox.
Any help would be greatly appreciated. I've been wrenching on this for a while...