Skip to content

Commit 812f929

Browse files
authored
[Sound] Add info about SystemPack ogg playback (#142)
1 parent 098c1af commit 812f929

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/zengin/sound/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ For this dialogue line
2222
AI_Output(self,hero,"Info_Diego_Gamestart_11_00"); //I'm Diego.
2323
```
2424
the engine will play `Info_Diego_Gamestart_11_00.wav` sound file (if it exists).
25+
26+
## SystemPack
27+
SystemPack 1.5+ adds support for `ogg` sound files playback, but in the hacky way. The `.ogg` file extension have to be changed into `.wav` creating "pseudo-wav" file that will work. This could be helpful for reducing the size of the mod.

docs/zengin/sound/index.pl.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ W przypadku tej linii dialogowej
2222
AI_Output(self,hero,"Info_Diego_Gamestart_11_00"); //Jestem Diego.
2323
```
2424
silnik odtworzy plik dźwiękowy `Info_Diego_Gamestart_11_00.wav` (jeśli istnieje).
25+
26+
## SystemPack
27+
SystemPack 1.5+ dodaje obsługę formatu `ogg`, ale w nietypowy sposób. Rozszerzenie pliku `.ogg` musi zostać zmienione na `.wav`, tworząc plik "pseudo-wav", który będzie działał. Może to być pomocne w zmniejszeniu rozmiaru moda.

0 commit comments

Comments
 (0)