From d4c0d07d70424142e4b468a28d90bf8bd2addd7c Mon Sep 17 00:00:00 2001 From: KANAjetzt <41547570+KANAjetzt@users.noreply.github.com> Date: Mon, 10 Jul 2023 21:31:00 +0200 Subject: [PATCH] chore: :memo: updated readme and plugin.cfg for v0.1.0 (#80) --- README.md | 10 +++++----- addons/mod_tool/plugin.cfg | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d89e27b..aacc8fb 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@ The mod tool aims to improve the development experience when creating [Godot Mod ## Features: - Simple mod zipping process with 7zip to ensure proper format for ModLoader - - Steam Workshop (default, works manually too) - - Thunderstore (coming soon) + - Steam Workshop + - Thunderstore (soon™) - Easy editing of the mod's `manifest.json` file, with validation -- Json editor for the mod's default configuration settings, with validation +- Json Schema editor for the mod's configuration settings, with validation (soon™) - Advanced right click context menu - Create new script override file - Create new asset overwrite - Create a simple mod skeleton with a single click -- Easy installation as an addon (soon from the AssetLib) +- Easy installation as an addon (soon™ from the AssetLib) ## Installation @@ -19,7 +19,7 @@ The mod tool aims to improve the development experience when creating [Godot Mod 1. Add the `mod_tool` folder to your Godot project's `addons` folder 1. Enable the addon in the Godot editor's Project Settings -Even more convenient, you can install the addon from the AssetLib (coming soon). +Even more convenient, you can install the addon from the AssetLib (coming soon™). 1. Go to the AssetLib tab 1. Search for `mod tool` 1. Click `Install` on the addon diff --git a/addons/mod_tool/plugin.cfg b/addons/mod_tool/plugin.cfg index 1e36325..6e36e33 100644 --- a/addons/mod_tool/plugin.cfg +++ b/addons/mod_tool/plugin.cfg @@ -1,7 +1,7 @@ [plugin] -name="Mod Tool" -description="Tool to improve the development experience when creating Godot mod-loader mods." +name="Mod Loader Dev Tool" +description="Tool to improve the development experience when creating Godot Mod Loader mods." author="Ste, KANA" -version="1.0" +version="0.1" script="plugin.gd"