2009-01-27 15:18:50 UTC
Hi,
try the player svn trunk.
svn checkout
https://playerstage.svn.sourceforge.net/svnroot/playerstage/code/player/trunk player
go into the player dir
mkdir build
cd build
ccmake ../
make
make install
download the following file
http://www.informatik.uni-osnabrueck.de/sstiene/unreal/usarsim.tar.gz
unpack the file.
adjust the first 3 line of the Makefile(where to find player, where to install the usarsim plugin lib)
make
make install
try
start your usarsim server (be sure the created usarsim lib is in your search path)
adjust the starting position in kurt2d_usarsim.cfg to your usarsim map
player kurt2d_usarsim.cfg
This works for me yesterday ;-)
However the svn trunk changes very fast. I will create a anonymous access to our player usarsim svn soon.
Hope this helps and that it works under Cygwin too
Best Stefan