From fc621518cba05457be0f9a2456c60ff89e3c1091 Mon Sep 17 00:00:00 2001 From: nkorslund Date: Sat, 26 Jul 2008 10:05:54 +0000 Subject: [PATCH] Changed default cell from Sud to Assu. git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@36 ea6a568a-9f4f-0410-981a-c910a81bb256 --- COMPILE-linux.txt | 17 +++++++++++------ core/config.d | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/COMPILE-linux.txt b/COMPILE-linux.txt index f65f83dd7..28c0e8632 100644 --- a/COMPILE-linux.txt +++ b/COMPILE-linux.txt @@ -54,18 +54,23 @@ tool to install as many of these as possible. On ubuntu, try typing: sudo apt-get install libogre-dev libavcodec-dev libavformat-dev libois-dev build-essential g++ gdc -A note about +A note about OpenAL: The library found in most Linux distributions +(0.0.8 SI) is out of date. Some distributions are now changing to +OpenAL Soft, which is a newer and less hardware-dependent +implementation. If you experience sound problems (like stuttering +music), try switching to OpenAL Soft. libavcodec and libavformat are part of the FFmpeg package, which is part of the 'mplayer' project. Note that some of the codecs might be -patented in your country. +patented in your country or area. If you want to install Ogre, OpenAL, OIS or FFmpeg manually, try: -OGRE: http://ogre3d.org/ -OpenAL: http://openal.org/ -OIS: http://sourceforge.net/projects/wgois/ -FFmpeg: http://ffmpeg.mplayerhq.hu/download.html +OGRE: http://ogre3d.org/ +OpenAL: http://openal.org/ + Linux source: http://kcat.strangesoft.net/openal.html +OIS: http://sourceforge.net/projects/wgois/ +FFmpeg: http://ffmpeg.mplayerhq.hu/download.html Choosing a D compiler diff --git a/core/config.d b/core/config.d index 65e0c2e76..9fef75bd5 100644 --- a/core/config.d +++ b/core/config.d @@ -198,7 +198,7 @@ struct ConfigManager mouseSensY = ini.getFloat("Controls", "Mouse Sensitivity Y", 0.2); flipMouseY = ini.getBool("Controls", "Flip Mouse Y Axis", false); - defaultCell = ini.getString("General", "Default Cell", "Sud"); + defaultCell = ini.getString("General", "Default Cell", "Assu"); firstRun = ini.getBool("General", "First Run", true); showOgreConfig = ini.getBool("General", "Show Ogre Config", false);