Difference between revisions of "Running the game"

From EncyclopAtys

Jump to: navigation, search
Line 1: Line 1:
βˆ’
== System Requirements ==
+
== System requirements ==
βˆ’
Official specifications for Ryzom:
+
[http://www.ryzom.com/en/mmorpg-rpg-mmo-system-requirements.html Official specifications] for Ryzom:
  
βˆ’
=== Minimum System Specification ===
+
{| {{STDT}}
βˆ’
* Windows 98SE/2000/XP/Vista/7
+
|- style="background:lightgray;"
βˆ’
* Pentium III 1Ghz or equivalent
+
! Component !! Minimum specification !! Recommended
βˆ’
* 512 MB RAM
+
|-
βˆ’
* Nvidia Geforce 2 or equivalent video card with 64 MB RAM
+
! Operating System  
βˆ’
* 4x CD-Rom drive or higher<sup>1</sup>
+
| Windows 2000/XP/Vista/7<br/>GNU/Linux
βˆ’
* 7 Gb free Hard Disk Space
+
| Windows 2000/XP/Vista/7<br/>GNU/Linux
βˆ’
* Internet connection with 56k Modem
+
|-
βˆ’
* Keyboard and mouse
+
! Processor
βˆ’
* DirectX 8 compatible Sound Card
+
| Pentium III 1Ghz or equivalent
 +
| Pentium IV / Celeron 2Ghz or equivalent
 +
|-
 +
! Memory
 +
| 512 MB RAM
 +
| 1 GB RAM
 +
|-
 +
! Optical drive
 +
| colspan=2 | DVD-ROM drive (only needed for installation from boxed version)
 +
|-
 +
! Hard drive
 +
| colspan=2 | 7 Gb free Hard Disk Space
 +
|-
 +
! Graphics card
 +
| NVIDIA GeForce 2 series (64 MB of VRAM)
 +
| Nvidia GeForce 4 TI (with 128 MB RAM)
 +
|-
 +
! Internet connection
 +
| colspan=2 | Internet connection with 56k Modem
 +
|-
 +
! Input
 +
| colspan=2 | Keyboard and mouse
 +
|-
 +
! DirectX
 +
| colspan=2 | DirectX 8
 +
|}
  
βˆ’
=== Recommended System Specification ===
+
'''Note:''' The a 4x CD-Rom drive or higher is required only for installation of boxed versions of the game. Boxed versions' client will most likely be incompatible and will require a special patch.
βˆ’
* Windows 98SE/2000/XP/Vista/7
 
βˆ’
* Pentium IV / Celeron 2Ghz or equivalent
 
βˆ’
* 1024 MB RAM
 
βˆ’
* Nvidia GeForce 4 TI or equivalent, with 128 MB RAM
 
βˆ’
* 4x CD-Rom drive or higher<sup>1</sup>
 
βˆ’
* 7 Gb free Hard Disk Space
 
βˆ’
* Internet connection with 56k Modem
 
βˆ’
* Keyboard and mouse
 
βˆ’
* DirectX 8 compatible Sound Card
 
βˆ’
<p style="font-size: smaller"><sup>1</sup>Required only for installation of boxed versions of the game. Boxed versions' client will most likely be incompatible and will require a special patch.</p>
 
  
 
== Support ==
 
== Support ==
Line 72: Line 87:
 
Further details and binaries can be found [http://dev.ryzom.com/projects/ryzom/wiki/MacBinaries here].
 
Further details and binaries can be found [http://dev.ryzom.com/projects/ryzom/wiki/MacBinaries here].
  
βˆ’
[[Category:Support]]
+
[[Category:Guides]]

Revision as of 16:25, 23 September 2011

System requirements

Official specifications for Ryzom:

Component Minimum specification Recommended
Operating System Windows 2000/XP/Vista/7
GNU/Linux
Windows 2000/XP/Vista/7
GNU/Linux
Processor Pentium III 1Ghz or equivalent Pentium IV / Celeron 2Ghz or equivalent
Memory 512 MB RAM 1 GB RAM
Optical drive DVD-ROM drive (only needed for installation from boxed version)
Hard drive 7 Gb free Hard Disk Space
Graphics card NVIDIA GeForce 2 series (64 MB of VRAM) Nvidia GeForce 4 TI (with 128 MB RAM)
Internet connection Internet connection with 56k Modem
Input Keyboard and mouse
DirectX DirectX 8

Note: The a 4x CD-Rom drive or higher is required only for installation of boxed versions of the game. Boxed versions' client will most likely be incompatible and will require a special patch.

Support

For help with problems running the game when your system meets the above system requirements, look at the official support site, where you can also ask for help from a support representative if you cannot find a solution to your problem in the current support forums or the old support forums.

There is also live support available, it can be accessed from outside the game by using CeB (former Klients) and from in game by using the /supportChat command.


A preconfigured CeB for Windows can be found here, for binaries for Mac OS and Linux you need to go here.

Server info for the english Support Chat:

Name: Arispotle
Address: chat.ryzom.com
Port: 6001
Description: English technical support chat for Ryzom

Command line arguments

Command line arguments are startup parameters that can be used to alter the game's behavior. For a complete list and instructions on how to use these see command line arguments.

Languages

Ryzom currently supports four different languages; English, German, French, Spanish and Russian. As of patch Patch 1.8.0 the client fully supports the Cyrillic alphabet.

Running the game on other supported systems

Supported operating systems

Currently Windows (XP, Vista, 7), Linux and Mac OS are being supported by Ryzom. Below you can find details about the Linux and Mac OS versions of Ryzom and how to get them working.

Linux (any variation)

It is recommended to use a Debian based System such as Ubuntu, however any other distribution should work. To install the Client on Ubuntu, follow this guide.

To manually install the Client and precompiled binaries, follow this guide.

It is also possible to download the source and build your own binaries, see this page for details.

Apple

Ryzom can be downloaded in the App Store. Due to the limitations of the App Store, Ryzom is not allowed to update itself. Every update has to be downloaded from the App Store and is currently as large as the original download (3Gb).

It is possible to bypass this limitation and update the Client manually with the following commands:

mkdir ryzom_client.app/Contents/Resources
cd ryzom_client.app/Contents/Resources
rsync -rtzv --progress --stats www.ryzom.com::ryzom/data data
rsync -rtzv --progress --stats www.ryzom.com::ryzom/client_default.cfg .

Further details and binaries can be found here.