From 5d2e0582c39d1a58203c5fed02020f2bf5472f9d Mon Sep 17 00:00:00 2001
From: bgArray <474037765@qq.com>
Date: Fri, 28 Jan 2022 17:28:52 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=A1=A3=E5=A5=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/.gitignore | 3 -
.idea/Musicreater.iml | 12 ---
.idea/inspectionProfiles/Project_Default.xml | 46 ------------
.../inspectionProfiles/profiles_settings.xml | 6 --
.idea/misc.xml | 4 -
.idea/modules.xml | 8 --
.idea/vcs.xml | 6 --
.idea/workspace.xml | 73 +++++++++++++++++++
Musicreater.py | 12 +--
README.md | 20 +----
bgArrayLib/resourcesPath.rpposi | 1 -
log/2022-01-28 17_22_27.logger | 4 +
12 files changed, 84 insertions(+), 111 deletions(-)
delete mode 100644 .idea/.gitignore
delete mode 100644 .idea/Musicreater.iml
delete mode 100644 .idea/inspectionProfiles/Project_Default.xml
delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml
delete mode 100644 .idea/misc.xml
delete mode 100644 .idea/modules.xml
delete mode 100644 .idea/vcs.xml
create mode 100644 .idea/workspace.xml
delete mode 100644 bgArrayLib/resourcesPath.rpposi
create mode 100644 log/2022-01-28 17_22_27.logger
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index eaf91e2..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/.idea/Musicreater.iml b/.idea/Musicreater.iml
deleted file mode 100644
index 2946dc0..0000000
--- a/.idea/Musicreater.iml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
deleted file mode 100644
index a2a5d19..0000000
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index 105ce2d..0000000
--- a/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 8d93904..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index b125bed..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 9661ac7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..19b031e
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1643338026816
+
+
+ 1643338026816
+
+
+
+
\ No newline at end of file
diff --git a/Musicreater.py b/Musicreater.py
index 7322474..6629b00 100644
--- a/Musicreater.py
+++ b/Musicreater.py
@@ -1436,11 +1436,11 @@ def __main__():
funcmenu.add_command(label=READABLETEXT[64], command=MakeCMD)
funcmenu.add_command(label=READABLETEXT[65], command=MakeCMDdir)
funcmenu.add_command(label=READABLETEXT[66], command=MakePackFile)
- funcmenu.add_separator()
- funcmenu.add_command(label=READABLETEXT[147], command=MakeNewCMD)
- funcmenu.add_command(label=READABLETEXT[153], command=MakeNewCMDdir)
- funcmenu.add_command(label=READABLETEXT[154], command=MakeNewFunctionPackFile)
- funcmenu.add_command(label=READABLETEXT[155], command=MakeNewFunctionPack_ResourcesPacks_File)
+ # funcmenu.add_separator()
+ # funcmenu.add_command(label=READABLETEXT[147], command=MakeNewCMD)
+ # funcmenu.add_command(label=READABLETEXT[153], command=MakeNewCMDdir)
+ # funcmenu.add_command(label=READABLETEXT[154], command=MakeNewFunctionPackFile)
+ # funcmenu.add_command(label=READABLETEXT[155], command=MakeNewFunctionPack_ResourcesPacks_File)
# 将子菜单加入到菜单条中
main_menu_bar.add_cascade(label=READABLETEXT[67], menu=funcmenu)
@@ -1483,7 +1483,7 @@ def __main__():
helpmenu.add_command(label=READABLETEXT[85], command=ClearLog)
helpmenu.add_command(label=READABLETEXT[86], command=resetver)
helpmenu.add_command(label=READABLETEXT[152], command=end)
- helpmenu.add_command(label=READABLETEXT[156], command=changeResourcesPath)
+ # helpmenu.add_command(label=READABLETEXT[156], command=changeResourcesPath)
helpmenu.add_separator() # 分隔符
diff --git a/README.md b/README.md
index a11cc3f..e464e49 100644
--- a/README.md
+++ b/README.md
@@ -64,31 +64,13 @@ python3 Musicreater.py
2. 看得懂简体中文字的不一定全会用
3. 最好要懂一点点英文
-
-### 诸葛亮与八卦阵的说明(不必要)
-
-1. 首先!这里的提示是给想使用多音色资源包的人的,如果你想请下载 神羽资源包(神羽自己的链接):https://pan.baidu.com/s/11uoq5zwN7c3rX-98DqVpJg
-提取码:ek3t
-2. 下载到你自己电脑上某个位置,注意并不需要放置于本项目下。音色资源包较大,可以选取只下载:
-`神羽资源包_乐器、音源的资源包\羽音缭绕-midiout_25.0` 这个文件夹。
-3. 也可以只下载其中的:
- `神羽资源包_乐器\音源的资源包\羽音缭绕-midiout_25.0\mcpack(国际版推荐)格式_25.0` 或者:
- `神羽资源包_乐器\音源的资源包\羽音缭绕-midiout_25.0\zip格式_25.0`
-4. 接下来就是关键了:在音创中绑定资源包
-5. 首先,先打开音创->帮助与疑问->[神羽资源包位置选择]:选择文件夹... 这时候,
-会跳出选择框,关键来了,选择:***你的mcpack(国际版推荐)_25.0文件夹或zip格式_25.0文件夹,外面的!文件夹!注意是外面的文件夹!!***
- 举个例子:我的文件路径是这样的:
- `L:\shenyu\音源的资源包\羽音缭绕-midiout_25.0`这里面有:`神羽资源包_25.0_使用方法.xls`、
- `mcpack(国际版推荐)格式_25.0`、`zip格式_25.0`两个文件夹和一个.xls文件,而你在音创中
- 也应该选择这个文件夹:**L:\shenyu\音源的资源包\羽音缭绕-midiout_25.0**
-
### 致谢
1. 感谢由 [Fuckcraft](https://github.com/fuckcraft) “鸣凤鸽子”等 带来的我的世界websocket服务器功能
2. 感谢 昀梦\ 找出指令生成错误bug并指正
3. 感谢由 Charlie_Ping “查理平” 带来的bdx转换功能
4. 感谢由 CMA_2401PT 带来的 BDXWorkShop 供本程序对于bdx操作的指导
-5. 感谢由 Miracle Plume “神羽” \带来的基岩版资源包
+5.
6. 感谢广大群友为此程序提供的测试等支持
7. 若您对我们有所贡献但您的名字没有显示在此列表中,请联系我!
diff --git a/bgArrayLib/resourcesPath.rpposi b/bgArrayLib/resourcesPath.rpposi
deleted file mode 100644
index 0830f11..0000000
--- a/bgArrayLib/resourcesPath.rpposi
+++ /dev/null
@@ -1 +0,0 @@
-L:/shenyu/ԴԴ/-midiout_25.0
\ No newline at end of file
diff --git a/log/2022-01-28 17_22_27.logger b/log/2022-01-28 17_22_27.logger
new file mode 100644
index 0000000..7e34afc
--- /dev/null
+++ b/log/2022-01-28 17_22_27.logger
@@ -0,0 +1,4 @@
+2022-01-28 17:22:27,138 - nmcsup.log - INFO - ִλãǰļλ L:\0WorldMusicCreater-MFMS new edition\\v0.5.2\Musicreater\Musicreater.py
+2022-01-28 17:22:27,508 - nmcsup.log - INFO - root.mainloopڣ
+2022-01-28 17:22:47,849 - nmcsup.log - INFO - ˳
+2022-01-28 17:22:47,849 - nmcsup.log - INFO - ˳