Difference between revisions of "Running the game"

From EncyclopAtys

Jump to: navigation, search
(Support)
m
Line 26: Line 26:
  
 
== Support ==
 
== Support ==
For help with problems running the game when your system meets the above system requirements, look at the [http://www.ryzom.com/en/support.html 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 [http://forums.ryzom.com/forumdisplay.php?f=90 support forums].
+
For help with problems running the game when your system meets the above system requirements, look at the [http://www.ryzom.com/en/support.html 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 [http://atys.ryzom.com/start/app_forum.php?page=forum/view/1841 current support forums] or the [http://forums.ryzom.com/forumdisplay.php?f=90 old support forums].
  
There is also Live Support available, it can be accessed with the ingame command /supportChat and in case your client is not working with the CeB chat client. (Former Klients)
+
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 <tt>/supportChat</tt> command.
  
  
A preconfigured CeB for Windows can be found here http://forums.ryzom.com/showthread.php?t=2920
+
A preconfigured CeB for Windows can be found [http://forums.ryzom.com/showthread.php?t=2920 here], for binaries for Mac OS and Linux you need to go [http://code.google.com/p/cebmtpchat/downloads/list here].
Binaries for Mac OS and Linux can be found here http://code.google.com/p/cebmtpchat/downloads/list
 
  
 
Server info for the english Support Chat:
 
Server info for the english Support Chat:
Line 46: Line 45:
  
 
== Languages ==
 
== Languages ==
Ryzom currently supports four different languages; English, German, French and Russian. As of patch [[Game_updates/20100217|Patch 1.8.0]] the client fully supports the Cyrillic alphabet. There were mentions in an official newsletter of Spanish to be added in future patches.
+
Ryzom currently supports four different languages; English, German, French, Spanish and Russian. As of patch [[Game_updates/20100217|Patch 1.8.0]] the client fully supports the Cyrillic alphabet.
  
 
{{quotation|Official Newsletter|
 
{{quotation|Official Newsletter|
 
At each patch, we applied a lot of corrections on the texts in all 3 languages. The ring has also been fully translated into 3 languages. We plan to launch Ryzom in Russian and Spanish in 2010.}}
 
At each patch, we applied a lot of corrections on the texts in all 3 languages. The ring has also been fully translated into 3 languages. We plan to launch Ryzom in Russian and Spanish in 2010.}}
  
== Running the game on unsupported systems ==
+
== Running the game on other supported systems ==
{{warning|Running Ryzom on other operating systems is completely unsupported by Winch Gate Pty Ltd.. Use at your own risk as support may not always be able to help you.}}
+
=== Supported operating systems ===
 
 
=== Unsupported graphics cards ===
 
 
 
=== Unsupported operating systems ===
 
  
 
==== Linux (any variation) ====  
 
==== Linux (any variation) ====  
Line 80: Line 75:
  
 
Further details and binaries can be found here http://dev.ryzom.com/projects/ryzom/wiki/MacBinaries
 
Further details and binaries can be found here http://dev.ryzom.com/projects/ryzom/wiki/MacBinaries
 
=== Other operating systems ===
 
  
 
[[Category:Support]]
 
[[Category:Support]]

Revision as of 17:15, 19 September 2011

System Requirements

Official specifications for Ryzom:

Minimum System Specification

  • Windows 98SE/2000/XP/Vista/7
  • Pentium III 1Ghz or equivalent
  • 512 MB RAM
  • Nvidia Geforce 2 or equivalent video card with 64 MB RAM
  • 4x CD-Rom drive or higher1
  • 7 Gb free Hard Disk Space
  • Internet connection with 56k Modem
  • Keyboard and mouse
  • DirectX 8 compatible Sound Card

Recommended System Specification

  • 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 higher1
  • 7 Gb free Hard Disk Space
  • Internet connection with 56k Modem
  • Keyboard and mouse
  • DirectX 8 compatible Sound Card

1Required 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.

At each patch, we applied a lot of corrections on the texts in all 3 languages. The ring has also been fully translated into 3 languages. We plan to launch Ryzom in Russian and Spanish in 2010.

  Official Newsletter

Running the game on other supported systems

Supported operating systems

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 http://dev.ryzom.com/projects/ryzom/wiki/LinuxBinaries

To manually install the Client and precompiled binaries, follow this guide http://dev.ryzom.com/projects/ryzom/wiki/OfficialRyzomClientLinux

It is also possible to download the source and build your own binaries, see this page for details http://dev.ryzom.com/projects/ryzom/wiki/BuildForLinuxCmake

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 http://dev.ryzom.com/projects/ryzom/wiki/MacBinaries