Difference between revisions of "Running the game"

From EncyclopAtys

Jump to: navigation, search
m (Support)
Line 41: Line 41:
  
 
== 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://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].
+
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].
  
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.
+
Using IRC: http://webchat.freenode.net/ channel are:
 +
* #ryzomsupport
 +
* for mac and linux users, resp. #ryzommac and #yyzomlinux
 +
* FYI: Ryzomatys to contact Event Team
  
 +
And http://megacorp.io may be usefull too.
  
A preconfigured CeB for Windows can be found [http://chat.ryzom.com/ceb_ryzom_setup.exe here], for binaries for Mac OS and Linux you need to go [http://code.google.com/p/cebmtpchat/downloads/list here].
+
[[User:Craftjenn|Ranger du Cercle du Bois d&#39;Almati]] ([[User talk:Craftjenn|talk]]) 03:19, 15 June 2016 (CEST)
 
 
Server info for the english Support Chat:
 
<pre style="overflow:auto;">
 
Name: Arispotle
 
Address: chat.ryzom.com
 
Port: 6001
 
Description: English technical support chat for Ryzom
 
</pre>
 
  
 
== Command line arguments ==
 
== Command line arguments ==

Revision as of 03:19, 15 June 2016

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.

Using IRC: http://webchat.freenode.net/ channel are:

  • #ryzomsupport
  • for mac and linux users, resp. #ryzommac and #yyzomlinux
  • FYI: Ryzomatys to contact Event Team

And http://megacorp.io may be usefull too.

Ranger du Cercle du Bois d'Almati (talk) 03:19, 15 June 2016 (CEST)

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.