<div dir="ltr"><div><div><div>No, it wasn't the only one, but I think it was the first one.<br><br></div>Spitwars had local IPX support, and in theory I think it might have had up to 6 players, but I have no memory of ever testing more than 2 at a time.<br><br></div>Scrambled Eggs also used the IPX multiplayer stuff.<br><br></div>I also see a copy of ipxstuff.asm in the shipwars source, but I don't think that it was ever used. I think that was was just two-players-on-the-same-keyboard multiplayer<br><div><br><div><br><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 19, 2017 at 8:42 AM, Ralph Versteegen <span dir="ltr"><<a href="mailto:teeemcee@gmail.com" target="_blank">teeemcee@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Was ipxufo the only HR game with network support? Both the network code, and the whole game, looks really short and simple. Having the other end of the connection a few feet away does away with a lot of the problems of over-internet networking, seems pretty ideal for having fun with it.<br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 20 May 2017 at 03:21, James Paige <span dir="ltr"><<a href="mailto:Bob@hamsterrepublic.com" target="_blank">Bob@hamsterrepublic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The source code to givefile and getfile is lost to time, but I did just realize that the IPX networking code that they use still exists here <a href="https://james.hamsterrepublic.com/hamster/ipxufo/asmcode/ipxstuff.asm" target="_blank">https://james.hamsterrepublic.<wbr>com/hamster/ipxufo/asmcode/ipx<wbr>stuff.asm</a><br><br><br></div><div class="m_6808915423894770026HOEnZb"><div class="m_6808915423894770026h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 19, 2017 at 8:13 AM, Ralph Versteegen <span dir="ltr"><<a href="mailto:teeemcee@gmail.com" target="_blank">teeemcee@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Ah, that's rather neat! I actually read zz_486.bat last week when looking at the source from 2000 and I noticed givefile. I figured it was a network transfer program, and with a name like that guessed it was a custom program or batch file. And then you answer my question a few days later :)<div><div class="m_6808915423894770026m_-6274568563151842644h5"><br><div class="gmail_extra"><br><div class="gmail_quote">On 20 May 2017 at 02:20, James Paige <span dir="ltr"><<a href="mailto:Bob@hamsterrepublic.com" target="_blank">Bob@hamsterrepublic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div>Opps!<br><br></div>I had those files uploaded chmod 600 instead of 644<br><br></div>I have fixed them, and normalized their names<br><br><a href="http://hamsterrepublic.com/ohrrpgce/archive/ohrrpgce-source-2001-06-07.zip" target="_blank">http://hamsterrepublic.com/ohr<wbr>rpgce/archive/ohrrpgce-source-<wbr>2001-06-07.zip</a><br><a href="http://hamsterrepublic.com/ohrrpgce/archive/ohrrpgce-source-2002-07-10.zip" target="_blank">http://hamsterrepublic.com/ohr<wbr>rpgce/archive/ohrrpgce-source-<wbr>2002-07-10.zip</a><br><a href="http://hamsterrepublic.com/ohrrpgce/archive/ohrrpgce-source-2003-11-29.zip" target="_blank">http://hamsterrepublic.com/ohr<wbr>rpgce/archive/ohrrpgce-source-<wbr>2003-11-29.zip</a><br><br></div>Looking on those is a blast to the past. In the 2001 zip, I can see a batch file called zz_486.bat<br></div>It calls a program called "givefile"<br><br></div>If I remember correctly, My computer, and my cousin Brian's computer were sitting side-by-side connected by a single ethernet cable with no hub/switch.<br><br></div>His was a Pentium running Windows 95, and mine was a 486 running DOS, and Windows 3.1<br><br></div>Our attempts to get Windows networking file sharing to work repeatedly ended in frustration, but we knew that IPX networking was working fine because we could play multiplayer DOOM and Hexen, so Brian dug into some IPX documentation, and wrote givefile.exe and getfile.exe (I think they were in asm, not quickbasic, but I am not sure) They would do a crude file transfer<br><br></div>So that zz_486.bat was my first network backup script for the ohrrpgce.<br><div><div><div><br><div><div><div><br></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_6808915423894770026m_-6274568563151842644m_9011928861556853612m_1902022257081553055h5">On Fri, May 19, 2017 at 6:31 AM, Ralph Versteegen <span dir="ltr"><<a href="mailto:teeemcee@gmail.com" target="_blank">teeemcee@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_6808915423894770026m_-6274568563151842644m_9011928861556853612m_1902022257081553055h5"><div dir="ltr"><div><div>James, you mentioned that you found some more backup copies of the OHR source code and uploaded them to <a href="http://hamsterrepublic.com/ohrrpgce/archive/" target="_blank">http://hamsterrepublic.com/ohr<wbr>rpgce/archive/</a>. (For some reason I can't find the email about it, maybe it was on IRC). Half a year later I'm finally getting around to downloading them and splicing them into the git-svn history. I see three new files in that directory:<br><br><a href="http://hamsterrepublic.com/ohrrpgce/archive/ohrrpgce-src-2003-11-29.zip" target="_blank">http://hamsterrepublic.com/ohr<wbr>rpgce/archive/ohrrpgce-src-200<wbr>3-11-29.zip</a><br><a href="http://hamsterrepublic.com/ohrrpgce/archive/wander-src_2001_06_07.zip" target="_blank">http://hamsterrepublic.com/ohr<wbr>rpgce/archive/wander-src_2001_<wbr>06_07.zip</a><br><a href="http://hamsterrepublic.com/ohrrpgce/archive/wander-src_2002-07-10.zip" target="_blank">http://hamsterrepublic.com/ohr<wbr>rpgce/archive/wander-src_2002-<wbr>07-10.zip</a><br></div><div><br></div>But I can't download any of them, they all give a 403 error!<br><br></div>(Also, these are inconsistently named with the other ohrrpgce-source-*.zip files)<br></div>
<br></div></div>______________________________<wbr>_________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org" target="_blank">ohrrpgce@lists.motherhamster.o<wbr>rg</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.org<wbr>/listinfo.cgi/ohrrpgce-motherh<wbr>amster.org</a><br>
<br></blockquote></div><br></div>
<br>______________________________<wbr>_________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org" target="_blank">ohrrpgce@lists.motherhamster.o<wbr>rg</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.org<wbr>/listinfo.cgi/ohrrpgce-motherh<wbr>amster.org</a><br>
<br></blockquote></div><br></div></div></div></div>
<br>______________________________<wbr>_________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org" target="_blank">ohrrpgce@lists.motherhamster.o<wbr>rg</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.org<wbr>/listinfo.cgi/ohrrpgce-motherh<wbr>amster.org</a><br>
<br></blockquote></div><br></div>
</div></div><br>______________________________<wbr>_________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org" target="_blank">ohrrpgce@lists.motherhamster.o<wbr>rg</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.org<wbr>/listinfo.cgi/ohrrpgce-motherh<wbr>amster.org</a><br>
<br></blockquote></div><br></div>
</div></div><br>______________________________<wbr>_________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org">ohrrpgce@lists.motherhamster.<wbr>org</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.<wbr>org/listinfo.cgi/ohrrpgce-<wbr>motherhamster.org</a><br>
<br></blockquote></div><br></div>