1<html>
2<head>
3<title>Domination FAQ</title>
4</head>
5<body bgcolor=white background="back.jpg" link=#0000FF vlink=#800080>
6<center>
7
8<p><b>Frequently Asked Questions (FAQ)</b></p>
9
10
11<p>Question:</p>
12<p>What port does P2P network play use?</p>
13<p>Answer:</p>
14<p>port 4444.</p>
15<hr>
16
17<p>Question:</p>
18<p>How can i start the game risk, there is no exe file?</p>
19<p>Answer:</p>
20<p>You have to download jave 1.4 or higher to run Risk, the Risk.jar is the jave "exe" file <br>(you can double click on it to start the game). Use the cmd files to run other GUIs.</p>
21<hr>
22
23<p>Question:</p>
24<p>I have windows 95/98/ME and i cant run the .cmd files?</p>
25<p>Answer:</p>
26<p>Rename them to .bat (This game does not officially support windows 9x)</p>
27<hr>
28
29<p>Question:</p>
30<p>Is there another way to start the game</p>
31<p>Answer:</p>
32<p>Yes, in the command line type "java -jar Domination.jar" when you are in the same dir as Domination.jar file.</p>
33<hr>
34
35
36<p>Question:</p>
37<p>How do i run the game in a language other then the default of my system?</p>
38<p>Answer:</p>
39<p>Edit the cmd/sh files in a text editor and add the switch "--lang=XX" to the end of the run argument where XX is the 2 letter code for the language, like "en" or "ru".</p>
40<hr>
41
42
43
44<p>Question:</p>
45<p>Is it possible to start a server in a pc without graphics?</p>
46<p>Answer:</p>
47<p>Yes, use the CommandLine interface and the command: "startserver".</p>
48<hr>
49
50
51<p>Question:</p><p>The game is the wrong size, either too small or too big compared to other apps?</p>
52<p>Answer:</p><p>Try adding "-Dsun.java2d.uiScale=1.0" to the command line arguments of java, and change the 1.0 to the scale your display needs. e.g. "java -Dsun.java2d.uiScale=3.0 -jar Domination.jar"</p>
53<hr>
54
55
56</center>
57</body>
58</html>
59