Skip to content

Commit

Permalink
[Sound] Add info about SystemPack ogg playback (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
muczc1wek authored Jan 11, 2025
1 parent 098c1af commit 812f929
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/zengin/sound/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ For this dialogue line
AI_Output(self,hero,"Info_Diego_Gamestart_11_00"); //I'm Diego.
```
the engine will play `Info_Diego_Gamestart_11_00.wav` sound file (if it exists).

## SystemPack
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.
3 changes: 3 additions & 0 deletions docs/zengin/sound/index.pl.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ W przypadku tej linii dialogowej
AI_Output(self,hero,"Info_Diego_Gamestart_11_00"); //Jestem Diego.
```
silnik odtworzy plik dźwiękowy `Info_Diego_Gamestart_11_00.wav` (jeśli istnieje).

## SystemPack
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 comments on commit 812f929

Please sign in to comment.