mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:45:34 +00:00
Changed default cell from Sud to Assu.
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@36 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
parent
3c1964feca
commit
fc621518cb
2 changed files with 12 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue