Hi Guys,
I was just wondering, because i know *nothing* about network connections....
Now that FS-UAE supports "super-servers" for online play... i.e. a game-server which server up to 30-games (like the old winuae-kailera servers)
- Is it possible for us to have one permanently running via this site?
- Can it be redirected from amigaonline.co.uk, or games.amigaonline.co.uk ? thus meaning we dont need to remember an IP address?
You need only run a small python script to run one of these servers.
Details of running a super-server from the FS-UAE launcher are here:
http://fengestad.no/fs-uae/launcher-net-playbut Frode himself has told me how the Python script used to create the super-servers is in the FS-UAE source download.
Its the file:
server/fs_uae_netplay_server/service.pyYou can also make it specifically shout different server addresses if required:
for example python -m fs_uae_netplay_server.service --addresses=10.0.0.10,192.168.1.10
This gives a global and local IP address shouted (although in our case, we wont need the latter)
I am going to set up a test server on my MacMini at some point, but i cannot leave it online 24/7 ... i am hoping FOL maybe can for us though