User Tools

Site Tools


projects:liflg:rt2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:liflg:rt2 [2009/07/28 22:05] rettichschnidiprojects:liflg:rt2 [2011/02/06 13:11] (current) rettichschnidi
Line 5: Line 5:
 == Achievements == == Achievements ==
  
-Have a working installer.+  * have a working installer. 
 +  * included German language packet (see the MLLG projekt)
  
- +== Test cases==
-== Test cases===+
  
  
Line 15: Line 15:
 | Movies work|  yes |  | Movies work|  yes | 
 | Sound works |  yes |  | Sound works |  yes | 
-| LAN-Game works |  to be tested|+| LAN-Game works |  yes (see Multiplayer) |
 | Internetgame works |  to be tested| | Internetgame works |  to be tested|
 | Uninstall option works |  yes| | Uninstall option works |  yes|
-| Uninstall option works with installed Loki-Compat-Libs|  yes| 
  
  
-=== Problems === +== Problems == 
-There are at least two different disc available. The only differences are the names of the filenames (upper- an lowercase, .tar.gz -> .tgz) and the content of the files "anim/cvwin.mjp"+ 
 +=== Multiplayer === 
 + 
 +When starting a multiplayer-game, the file .loki/rt2/userprofile.txt must exist and have a meaningful content like this: 
 +<code> 
 +ipaddress=192.168.33.44 
 +</code> 
 + 
 +Unfortunately RT2 does not create this file by itself. 
 + 
 +If that file does not exist and RT runs without Loki-Compat libs, RT2 will crash. If that file does not exist and RT runs with Loki-Compat libs, RT2 will not crash, but show 127.0.01 as the IP of the computer. Anyway, its unusable and the user has to create the file and set the right IP by hand. 
 + 
 +To avoid crashing, the startscript tests if the file .loki/rt2/userprofile.txt exists and if it doesn't, it will copy over a default userprofile.txt. 
 +The default userprofile.txt has the following content: 
 +<code> 
 +ipaddress=0.0.0.0 
 +</code> 
 + 
 +This way RT2 does never crashes. 
 + 
 +  
 +=== different discs === 
 +There are at least two different disc available. The only differences are the names of the filenames (upper- an lowercase, .tar.gz -> .tgz, naming of the .map-files) and the content of the files "anim/cvwin.mjp"
  
 Disc 1 (J.) Disc 1 (J.)
Line 522: Line 543:
 2feacaf8ba7593f8c5ed9dad8c5e0b11  ./win32/README.htm 2feacaf8ba7593f8c5ed9dad8c5e0b11  ./win32/README.htm
 </code> </code>
- 
- 
-== TODO == 
- 
- 
-   * maybe include language packets, allows users to switch between those languages (see the MLLG projekt) 
- 
-   * a nicer splash would be good 
  
projects/liflg/rt2.1248811508.txt.gz · Last modified: 2009/07/28 22:05 by rettichschnidi