From b8077ba586a935f39ff4c25b12a6608e4a1c2a84 Mon Sep 17 00:00:00 2001 From: muczc1wek <110698397+muczc1wek@users.noreply.github.com> Date: Sun, 5 Jan 2025 23:11:58 +0100 Subject: [PATCH] [Sound] Add info about SystemPack ogg playback --- docs/zengin/sound/index.md | 3 +++ docs/zengin/sound/index.pl.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/zengin/sound/index.md b/docs/zengin/sound/index.md index 027ba1e870..fada3f325e 100644 --- a/docs/zengin/sound/index.md +++ b/docs/zengin/sound/index.md @@ -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. \ No newline at end of file diff --git a/docs/zengin/sound/index.pl.md b/docs/zengin/sound/index.pl.md index d1d86cf73a..2af190b62f 100644 --- a/docs/zengin/sound/index.pl.md +++ b/docs/zengin/sound/index.pl.md @@ -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. \ No newline at end of file