Closed Captions / Subtitles for Vintage Story.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update modinfo.json from template.

+21 -5
+8
.idea/.idea.ClosedCaptions/.idea/indexLayout.xml
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <project version="4"> 3 + <component name="UserContentModel"> 4 + <attachedFolders /> 5 + <explicitIncludes /> 6 + <explicitExcludes /> 7 + </component> 8 + </project>
+8
.idea/.idea.ClosedCaptions/.idea/projectSettingsUpdater.xml
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <project version="4"> 3 + <component name="RiderProjectSettingsUpdater"> 4 + <option name="singleClickDiffPreview" value="1" /> 5 + <option name="unhandledExceptionsIgnoreList" value="1" /> 6 + <option name="vcsConfiguration" value="3" /> 7 + </component> 8 + </project>
+5 -5
ClosedCaptions/modinfo.json
··· 1 1 { 2 2 "type": "code", 3 - "modid": "mymodid", 4 - "name": "My Template Mod", 3 + "modid": "captions", 4 + "name": "Closed Captions", 5 5 "authors": [ 6 - "Unknown" 6 + "Diff" 7 7 ], 8 - "description": "To be added", 9 - "version": "1.0.0", 8 + "description": "Add closed captions for sound effects.", 9 + "version": "0.1.0", 10 10 "dependencies": { 11 11 "game": "" 12 12 }