[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some place else to download a2gameserver?
> The Berlios server seems down, and has been down for some time.
> Is there an alternative download site?
I've posted a newer version than what was previously at berlios here at
the old home for now:
http://brendan.robert.googlepages.com/applegameserver
I'll update that page once I have a new home set up at SourceForge. I
also need to update the docs for this badly, since I've gutted and
replaced the script engine with something far more elaborate.
Anyway, you start this from the commandline similar as before, except
you need to specify an additional commandline parameter to tell it
which script target to use, apple2e or apple2c. If you want the script
to use one of these by default, just edit the top of the script to jump
to that part directly instead of printing out the normal instructions.
e.g.:
linux (and probably not too dissimilar for mac os x):
cd ~/a2gameserver
java -Djava.library.path=lib -cp lib:lib/RXTXcomm.jar -jar dist/ags.jar
/dev/ttyS1 apple2e
windows:
cd \a2gameserver
java -Djava.library.path=lib -cp lib;lib/RXTXcomm.jar -jar dist/ags.jar
COM1 apple2e
Happy new years folks!