aboutsummaryrefslogtreecommitdiffstats
path: root/Game/ReadMe.txt
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-07-08 12:30:53 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-07-08 12:30:53 +0000
commit711b111994779f94c310ccde4e08645d13741b71 (patch)
tree4befcc6ae9f0d634734a6d22cb93bb7f7490050a /Game/ReadMe.txt
parent002bda99cfc259407bd924619302671bc5cd193a (diff)
downloadusdx-711b111994779f94c310ccde4e08645d13741b71.tar.gz
usdx-711b111994779f94c310ccde4e08645d13741b71.tar.xz
usdx-711b111994779f94c310ccde4e08645d13741b71.zip
Update ReadMe.txt with some information about Command-Line Parameters
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@276 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/ReadMe.txt42
1 files changed, 38 insertions, 4 deletions
diff --git a/Game/ReadMe.txt b/Game/ReadMe.txt
index 618a1924..fffab29e 100644
--- a/Game/ReadMe.txt
+++ b/Game/ReadMe.txt
@@ -2,8 +2,9 @@ Ultrastar Deluxe 1.0 Readme.txt
----------------------------
1. Authors
2. Release Notes
-3. Controls
-4. License
+3. Command-Line Parameters
+4. Controls
+5. License
----------------------------
SF.Net Page: http://sourceforge.net/projects/ultrastardx/
@@ -59,7 +60,40 @@ And this piece of software is the Result!
----------------------------
-3. Controls
+3. Command-Line Parameters
+----------------------------
+Command-Line Parameters are passed to the game adding it to the Path of a Shortcut or starting the game within the console.
+
+The following parameters are possible. They can be joined in any possible way.
+
+-Benchmark : Create a benchmark.log file with start timings.
+-NoLog : Do not create any .log files
+-Joypad : Start with Joypad support
+-Language [ID] : Load Language [ID] on startup. Example: -Language german
+
+-Songpath [Path] : Some as config Songpath. Example: -SongPath "C:\Ultrastar Songs"
+-ConfigFile [File] : Load Configfile [File] instead of config.ini. Path to the file have to exist. Example: -ConfigFile config.SongCreation.ini
+-ScoreFile [File] : Use [File] instead of Ultrastar.db. Path to the file have to exist. Example: -ScoreFile HouseParty.db
+
+-FullScreen : Start the game in Fullscreen Mode
+-Depth [16/32] : Force Depth 16 or 32. Example: -Depth 16
+-Resolution [ID] : Force resolution. Example: -Resolution 800x600
+-Screens [1/2] : Force 1 or 2 Screen Mode. Example: -Screens 2
+
+Some Examples:
+
+Start with Resolution 1024x768 32 Bit Depth and Fullscreen:
+ultrastar.exe -Resolution 1024x768 -Depth 32 -Fullscreen
+
+Start without logging and polish Language
+ultrastar.exe -NoLog -Language polish
+
+Start with custom config File and Score DB:
+ultrastar.exe -ConfigFile C:\Ultrastar\Configs\PartyConfig.ini -ScoreFile C:\Ultrastar\Scores\PartyScores.db
+
+
+----------------------------
+4. Controls
----------------------------
Use the Arrowkeys to navigate through the Screens.
Use Enter to select and Escape to go to the previous screen.
@@ -72,7 +106,7 @@ Editor Controls are described in documentation.pdf
----------------------------
-4. License
+5. License
----------------------------
Ultrastar Deluxe is licensed under the terms of the GNU General Public License 2.0
See License.txt for more Information. \ No newline at end of file