1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Add documentation regarding supported by vcmi formats

This commit is contained in:
Ivan Savenko
2024-08-20 19:21:02 +00:00
parent efcf1e1ba9
commit f4547a9434
2 changed files with 83 additions and 1 deletions

View File

@@ -19,8 +19,10 @@ Example of how directory structure of your mod may look like:
music/ - music files. Mp3 and ogg/vorbis are supported
sounds/ - sound files, in wav format.
sprites/ - animation, image sets (H3 .def files or VCMI .json files)
video/ - video files, .bik or .smk
video/ - video files, .bik, .smk, .ogv .webm
```
See [File Formats](File_Formats.md) page for more information on which formats are supported or recommended for vcmi
## Creating mod file