Add version to json

This commit is contained in:
AliasAlreadyTaken 2023-05-21 18:30:23 +02:00
parent dde04d113b
commit 0fc944b781

View File

@ -80,10 +80,8 @@ The mod provides two chat commands for showing movies and listing movies:
To create a movie, follow these steps:
1. Create a folder with the movie ID as the name. Consult your admin for any required prefixes, suffixes, or other markings.
2. Inside the folder, create a JSON file with the following structure: `{movie_id, name, description, title_texture, replay, [{order, texturename, caption, captionposx, captionposy, duration},{...}]}`.
3. Create a "textures" folder inside the movie ID folder and place all the textures of your movie in it
. Ensure that the filenames correspond to the `title_texture` and `texturename` specified in the JSON file.
2. Inside the folder, create a JSON file with the following structure: `{movie_id, name, description, title_texture, version, replay, [{order, texturename, caption, captionposx, captionposy, duration},{...}]}`.
3. Create a "textures" folder inside the movie ID folder and place all the textures of your movie in it. Ensure that the filenames correspond to the `title_texture` and `texturename` specified in the JSON file.
4. Copy the movie to the yl_cinema.save_path, which is by default "yl_cinema_movies".
## Uninstall