mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-25 12:14:46 +02:00
Updated docs
This commit is contained in:
parent
dfc72134f2
commit
0b044663d9
docs/modders
@ -88,6 +88,7 @@ Prolog and epilog properties are optional
|
|||||||
{
|
{
|
||||||
"video": "NEUTRALA.smk", //video to show
|
"video": "NEUTRALA.smk", //video to show
|
||||||
"music": "musicFile.ogg", //music to play, should be located in music directory
|
"music": "musicFile.ogg", //music to play, should be located in music directory
|
||||||
|
"voice": "musicFile.wav", //voice to play, should be located in sounds directory
|
||||||
"text": "some long text" //text to be shown
|
"text": "some long text" //text to be shown
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -178,6 +178,23 @@ These are fields that are present only in local mod.json file
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Mod repository fields
|
||||||
|
|
||||||
|
These are fields that are present only in remote repository and are generally not used in mod.json
|
||||||
|
|
||||||
|
```jsonc
|
||||||
|
{
|
||||||
|
// URL to mod.json that describes this mod
|
||||||
|
"mod" : "https://raw.githubusercontent.com/vcmi-mods/vcmi-extras/vcmi-1.4/mod.json",
|
||||||
|
|
||||||
|
// URL that player can use to download mod
|
||||||
|
"download" : "https://github.com/vcmi-mods/vcmi-extras/archive/refs/heads/vcmi-1.4.zip",
|
||||||
|
|
||||||
|
// Approximate size of download, megabytes
|
||||||
|
"downloadSize" : 4.496
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
For mod description it is possible to use certain subset of HTML as
|
For mod description it is possible to use certain subset of HTML as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user