From 4fec1da9f3943c26cffccf26b73313573e14a33f Mon Sep 17 00:00:00 2001 From: Totally a booplicate <53382877+thezotikrus@users.noreply.github.com> Date: Sun, 16 Aug 2020 23:53:11 +0300 Subject: [PATCH] minor things --- README.md | 2 +- .../Submods/Submod Updater Plugin/submod_updater_plugin.rpy | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eccae45..59b31c0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Currently known submods that support this util: 2. The packages should be installed into your `DDLC/` folder. Exactly this folder, you should have `DDLC.exe` there. ## Usage: -**This part is for the developers that want add support for this util to their submods, the actual end users do not need to do any manipulations - just install this submod.** +**This part is for the developers that want to add support for this util to their submods, the actual end users do not need to do any manipulations - just install this submod.** To use the full power of the updater, you'll need to define your submod first. After your submod is registered in the submods map, you can define an updater. Keep in mind that the name you pass in for the updater must be the same you used when defined your `Submod` object. Example: ```python diff --git a/Submod Updater Plugin/game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy b/Submod Updater Plugin/game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy index a2e45d8..aa147b9 100644 --- a/Submod Updater Plugin/game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy +++ b/Submod Updater Plugin/game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy @@ -5,8 +5,8 @@ init -990 python: author="Booplicate", name="Submod Updater Plugin", description=( - "A util submod that makes updating other submods easier. " - "More information on the project's {a=https://github.com/Booplicate/MAS-Submods-SubmodUpdaterPlugin}{i}{u}GitHub{/u}{/i}{/a}." + "A util submod that adds an in-game updater for other submods. " + "Check {a=https://github.com/Booplicate/MAS-Submods-SubmodUpdaterPlugin}{i}{u}here{/u}{/i}{/a} if you want your submod to use this." ), version="1.2", settings_pane="sup_setting_pane"