Difference between revisions of "Getting Started for Users"

From Sirikata Wiki
Jump to navigation Jump to search
(Add link for keybindings)
(Redirect to installation as that's all this page was)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Downloading and Installing Sirikata ==
+
#REDIRECT [[Installation]]
 
 
{{note}} Currently, we only have packaged builds for Windows. OS X and Linux users should [[GetTheCode|check out]] and [[BuildTheCode|build]] the code themselves. This process is scripted, so it should be simple even though it takes a long time.
 
 
 
To run Sirikata, including the graphical client, you'll need to install two additional packages:
 
*[http://www.microsoft.com/downloads/details.aspx?familyid=2DA43D38-DB71-4C1B-BC6A-9B6652CD92A3 DirectX End-User Runtime Web Installer]
 
*[http://www.microsoft.com/downloads/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)]
 
 
 
With these installed, simply download the [http://sirikata.com/builds/manual/vc9/ latest package]. Unzip it anywhere on your computer. You should then have directories that look like this:
 
 
 
* sirikata_win32/
 
  * bin/
 
  * include/
 
  * lib/
 
  * share/
 
 
 
Go into sirikata_win32/bin/ and run space.exe, then cppoh.exe.  space.exe starts a space locally. It is private and will only use the objects you start. cppoh.exe is the client. By default, it loads up a few objects as well as your avatar. If everything worked, you should see a window pop up and start displaying the world.
 
 
 
See the [[Keybindings]] page for information about how to control your object.
 
 
 
==== Ogre Configuration ====
 
 
 
When you first start the client, a window will pop up with the Ogre logo asking for some settings. Usually you only need to change two settings: from the top drop down, select 'OpenGL Renderer' and in the resulting option list chnage 'Fullscreen' to off.  OpenGL is the more reliable default, but you may also try the Direct3D renderer (see 'Troubleshooting' below for more details).
 
 
 
=== Connecting to a Different Sirikata World ===
 
 
 
TODO
 
 
 
=== Troubleshooting ===
 
 
 
* I'm getting the message 'This application has failed to start because d3dx9_42.dll was not found. Re-installing the application may fix this problem.'
 
** You need to install the DirectX End-User Runtime. Make sure you've followed the instructions above.
 
* Nothing is showing up.
 
** Give it a minute or two on the first run. The default scene isn't small and the meshes need to be downloaded. On future runs, the content will be loaded from your local disk if possible, making it start up much more quickly. If, after a few minutes, still nothing shows up, get in touch with the developers as described below.
 
* The settings I chose for Ogre don't work and it doesn't pop up the configuration screen anymore.
 
** In the sirikata_win32/bin/ directory, delete the file ogre.cfg. The next time you run, the configuration will pop up again.
 
* I'm having another problem not covered here.
 
** Get in touch with the developers on the [http://groups.google.com/group/platformtalk developer mailing list] or via IRC (#sirikata on irc.freenode.net).
 

Latest revision as of 02:11, 26 May 2012

Redirect to: