mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-10 01:31:14 +00:00
README punctuation patch from Sander van Dijk
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@412 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
dbb81ef781
commit
d9ef4a1262
3 changed files with 4 additions and 4 deletions
|
@ -88,7 +88,7 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and
|
||||||
|
|
||||||
<P>Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
|
<P>Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Tracks should be named "track02.ogg, track03.ogg" ... (for example. there is no track01), and placed into "Quake/id1/music".</LI>
|
<LI>Tracks should be named like "track02.ogg", "track03.ogg" ... (there is no track01) and placed into "Quake/id1/music".</LI>
|
||||||
<LI>Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG.</LI>
|
<LI>Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG.</LI>
|
||||||
<LI>Use the "-nomusic" option to disable this feature.</LI>
|
<LI>Use the "-nomusic" option to disable this feature.</LI>
|
||||||
</UL>
|
</UL>
|
||||||
|
|
|
@ -46,7 +46,7 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and
|
||||||
<sect1>Music Playback<p>
|
<sect1>Music Playback<p>
|
||||||
Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
|
Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>Tracks should be named "track02.ogg, track03.ogg" ... (for example. there is no track01), and placed into "Quake/id1/music".
|
<item>Tracks should be named like "track02.ogg", "track03.ogg" ... (there is no track01) and placed into "Quake/id1/music".
|
||||||
<item>Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG.
|
<item>Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG.
|
||||||
<item>Use the "-nomusic" option to disable this feature.
|
<item>Use the "-nomusic" option to disable this feature.
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
|
@ -80,8 +80,8 @@
|
||||||
Since version 0.85.4, Quakespasm can play back external MP3, OGG and
|
Since version 0.85.4, Quakespasm can play back external MP3, OGG and
|
||||||
Wave music files.
|
Wave music files.
|
||||||
|
|
||||||
o Tracks should be named "track02.ogg, track03.ogg" ... (for example.
|
o Tracks should be named like "track02.ogg", "track03.ogg" ... (there
|
||||||
there is no track01), and placed into "Quake/id1/music".
|
is no track01) and placed into "Quake/id1/music".
|
||||||
|
|
||||||
o Unix users may need some extra libraries installed: libmad for MP3
|
o Unix users may need some extra libraries installed: libmad for MP3
|
||||||
and libogg and libvorbis for OGG.
|
and libogg and libvorbis for OGG.
|
||||||
|
|
Loading…
Reference in a new issue