Difference between revisions of "Server (UFO2000)"

From UFOpaedia
Jump to navigation Jump to search
 
(34 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
==The server connecting screen==
 
==The server connecting screen==
 
Pressing "connect to internet server" will take you to the server connection screen. In this screen you will see a login box with three lines:
 
Pressing "connect to internet server" will take you to the server connection screen. In this screen you will see a login box with three lines:
 +
 
[[Image:Serverconnect.jpg]]
 
[[Image:Serverconnect.jpg]]
  
==The Official server==
+
===Your player name for your account===
The first is the server location line.
+
In the second line »Login:« you have to enter your desired player name. In the picture above this is Mister Kill. A maximum of 16 characters is set for your player name. Player names are case sensitive. So it makes a difference, if you login as killah or Killah.
It should say: '''ufo2000.net:2000''' if you want to login to the official UFO2000 game server. All players should log into this server, if available.
 
 
 
===Error trying to connect===
 
If you receive this message:
 
[[Image:Failconnect.jpg]]
 
It may be so that the official server can't be reached currently. <del>There is a back-up server which you can play on.</del>
 
 
 
==The Back-up Server==
 
Change the first line of the login box to one of the following servers:
 
* <del>ufo2000.kostax.cz:2000</del>
 
* ufo2000.openxcom.com
 
* mobile-infanterie.gamersunitonline.net (will only be online on request for a shot period of time, contact: [mailto:7saturn@gmx.de 7saturn@gmx.de]
 
to play on the back-up server.
 
  
==Your player name for your account==
+
===The password for your player name account===
In the second line you have to enter your desired player name: In the picture this is Mister Kill. A maximum of 16 characters is set for your player name
+
The third line is the password line. Enter your desired password here. '''BEWARE!''' There is '''NO WAY OF RETREIVING a lost password''' so write it down! Also be sure not to use any valuable passwords with this service, as they are only saved as a plain MD5-hash. Techniques such as [http://en.wikipedia.org/wiki/Salt_%28cryptography%29 salt] are not being used!
  
==The password for your player name account==
+
Player names are only protected by this password. For each player name there is also an elo-score, which is used to create a ranking. So essentially, it's in your own interest, to not give others the opportunity to play in your name, if you take an interest in this ranking system. On the public server, you can find the current ranking of the [[#Offical_server]] here: http://ufo2000.net/results.php.
The third line is the password line. Enter your desired password here. '''BEWARE!! There is NO WAY OF RETREIVING a lost password so WRITE DOWN YOUR PASSWORD!!'''
 
  
Also be sure not to use any valuable passwords with this service.
+
===The Auto-login box===
==The Auto-login box==
+
Leave the autologin box emty. If you have autologin turned on, you can't change your name or the server-adress, unless you disable this first. Do this in the <code>ufo2000.ini</code> file in the ufo2000 game folder.
Leave the autologin box emty. (if you have autologin on you can't change your name unless you disable it first. Do this in the ufo2000.ini file in the ufo2000 folder)
 
  
==Connecting to the server==
+
===Connecting to the server===
 
To login to the server press OK!
 
To login to the server press OK!
  
=Setting up your own game server=
+
== Official server==
In principle, for playing online, you ''do need'' an online server. Usually the public <code>ufo2000.net</code> server should do just fine. But maybe you want to set up a private server or a backup server. In order to do so, you can either use the supplied [[http://prdownloads.sourceforge.net/ufo2000/ufo2000-0.9.1176-beta.exe?download precompiled ufo2000.exe]] from the [[http://ufo2000.sourceforge.net project page]], or for linux, you will need to compile it yourself. Don't worry, the latter is no real problem.
+
The first is the server location line.
 +
It should say: '''ufo2000.net:2000''' if you want to login to the official UFO2000 game server. All players should log into this server, if available.
  
==Requirements==
+
If you receive this message:
First, you will need the following to libraries:
 
  
* libhawknl-dev
+
[[Image:Failconnect.jpg]]
* libsqlite3-dev
 
  
If you have never before compiled anything, it might be necessary, to also install the Build essentials. Here's an example for installing these libraries on an ubuntu 14.04:
+
it may be the case that the official server can't be reached currently. There might also be back-up [http://ufopaedia.org/index.php?title=Server_%28UFO2000%29#Back-up_Servers servers which you can play on].
  
  sudo apt-get install libhawknl-dev libsqlite3-dev build-essential
+
==Backup Servers==
 
+
Change the first line of the login box to one of the following servers:
After that, you will need the source files of UFO2000. To obtain them, you can use the svn-repository:
+
* <del>ufo2000.kostax.cz:2000</del>
 
+
* <del>ufo2000.openxcom.com</del>
==Getting the sources==
+
* www.mobile-infanterie.de:2000 (contact: [mailto:7saturn@gmx.de 7saturn@gmx.de]), statistics: https://www.mobile-infanterie.de/ufo2000results.php
 
+
* ufosrv.minecraft-today.ru:2000 , statistics: http://ufo2000.8fly.ru/
svn checkout svn://svn.code.sf.net/p/ufo2000/code/trunk ufo2000-code
 
cd ufo2000-code
 
 
 
This downloads the current svn-version of UFO2000 into the directory <code>ufo2000-code</code> and switches into that new directory. You can as well get that with the .tar.bz2-file from the project site. After that, you only need to compile it with
 
  
make server
+
to play on the back-up server. If you wanna setup your own server (for private use or as backup server for the community) have a look at [[Setting up an UFO2000 server]].
  
You then should find a binary named <code>ufo2000-srv</code>. You can either start it manually (stopping with CTRL+C) or let it be done by an init-script. For the moment, it is not recommended, to use the ''demonized''-mode, as there have been reports of problems with that.
+
== Third Party chat program ==
 +
There's also a third party software, that enables you, to be on the server for chatting, even during a match, called [http://www.7kplay.net/phpBB3/utto.php?sid=a7e3660e08227b95f9ea16791e64c36e UTTO].
  
 
[[Category:UFO2000]]
 
[[Category:UFO2000]]

Latest revision as of 21:29, 10 December 2019

Logging in to the game server

The server connecting screen

Pressing "connect to internet server" will take you to the server connection screen. In this screen you will see a login box with three lines:

Serverconnect.jpg

Your player name for your account

In the second line »Login:« you have to enter your desired player name. In the picture above this is Mister Kill. A maximum of 16 characters is set for your player name. Player names are case sensitive. So it makes a difference, if you login as killah or Killah.

The password for your player name account

The third line is the password line. Enter your desired password here. BEWARE! There is NO WAY OF RETREIVING a lost password so write it down! Also be sure not to use any valuable passwords with this service, as they are only saved as a plain MD5-hash. Techniques such as salt are not being used!

Player names are only protected by this password. For each player name there is also an elo-score, which is used to create a ranking. So essentially, it's in your own interest, to not give others the opportunity to play in your name, if you take an interest in this ranking system. On the public server, you can find the current ranking of the #Offical_server here: http://ufo2000.net/results.php.

The Auto-login box

Leave the autologin box emty. If you have autologin turned on, you can't change your name or the server-adress, unless you disable this first. Do this in the ufo2000.ini file in the ufo2000 game folder.

Connecting to the server

To login to the server press OK!

Official server

The first is the server location line. It should say: ufo2000.net:2000 if you want to login to the official UFO2000 game server. All players should log into this server, if available.

If you receive this message:

Failconnect.jpg

it may be the case that the official server can't be reached currently. There might also be back-up servers which you can play on.

Backup Servers

Change the first line of the login box to one of the following servers:

to play on the back-up server. If you wanna setup your own server (for private use or as backup server for the community) have a look at Setting up an UFO2000 server.

Third Party chat program

There's also a third party software, that enables you, to be on the server for chatting, even during a match, called UTTO.