[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Any Apple Game Server users out there?
On Nov 5, 9:43 am, BLuRry <brendan.rob...@gmail.com> wrote:
> I'm thinking of doing some revamp work around the way that Apple Game
> Server does its bootstrapping as well as how it manages its java
> resources. Anyone out there using it much or at all these days? If
> so, what is your configuration look like? What Java version do you
> use? Also, what are your Apple port settings? (e.g. SSC dip
> switches)
>
> I'm trying to decide if I need to build some more flexibility on the
> backend.
>
> Thanks!
> -B
I've been using version 2.0 with a //c for a while now.
My current setup is a Mac iBook running 10.4.11 with Java 1.5, the
latest for this OS.
Connects to the //c's modem port with a USB-to-Serial adapter and a
null cable.
Works best for me with:
IN#2
<CTRL-A> 15B
<CTRL-A> I (not really necessary)
Then on the mac:
cd /$HOME/a2gameserver
java -Djava.library.path=lib -cp lib:lib/RXTXcomm.jar:dist/ags.jar
ags.Main /dev/tty.usbserial apple2e
which is the //e startup.
I toyed with version 3, but could never get it to work on my laptop
(kept getting path errors no matter
what I tried), although it does work well on one of my XP boxes.
-Dutch