Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sound] Add info about SystemPack ogg playback #142

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading