diff --git a/README.md b/README.md index be0fe45..a9cc4f9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ These carts may support BL2CK OS. Only these carts are confirmed to actually wor - Default version: - r4i3d.com NEW, 2012+ - r4igold.cc 3DS - - r4i-gold.me 2014-2015 + - r4i-gold.me 2013-2015 - r4isdhc.hk carts with no year number, or before 2020 - r4isdhc.com NEW/2013 carts - r4isdhc.com Dual-Core (no year number) @@ -33,17 +33,23 @@ These carts may support BL2CK OS. Only these carts are confirmed to actually wor - r4isdhc.in 2014 - R4i Gold 3DS Plus with faulty DS mode - r4-pro.com carts - - r4dspro.com carts - r4ixds.com 2014-2016 non-white - r4i-gold.com 3DS Gold Pro / 2013 carts - r4sdhc.com V3DSU + - r4i-3dsnew.com carts + - r4i-u.com carts + - r4ds-i.com.cn carts + - super4i.com carts - Amaze3DS version: - r4igold.cc Wood - Amaze3DS (use the Amaze3DS version) +- EDGEi version: + - edgei-ds.cn carts (Fake iEDGE) +- R4DSPro version: + - r4dspro.com carts These carts may support BL2CK OS, but have not been attempted. This information is based on its provided DLDI, which are identical. Please do not attempt cross-loading without knowing what you're doing. - 3dslink.com Blue -- r4i-gold.me 2013 - amazekard.com cards - Galaxy Eagle cards (use the Amaze3DS version and rename _DS_MENU.dat to ge.nds) diff --git a/archive/r4ds-i.com.cn/Makefile b/archive/r4ds-i.com.cn/Makefile index 73a4d42..0bbc086 100644 --- a/archive/r4ds-i.com.cn/Makefile +++ b/archive/r4ds-i.com.cn/Makefile @@ -5,13 +5,15 @@ export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels -package: directory r4ds-i.com.cn_Kernel_1.27.zip extdata +package: directory old BL2CK_1.31.0.zip extdata directory: mkdir -p $(OUT)/$(BASE) -r4ds-i.com.cn_Kernel_1.27.zip: directory - cd $(TOPDIR)/r4ds-i.com.cn_Kernel_1.27 && zip -r $(OUT)/$(BASE)/$@ * +include $(COMMON)/BL2CK/R4iTT/Makefile + +old: directory + make -C $@ extdata: directory cp README.txt $(OUT)/$(BASE) diff --git a/archive/r4ds-i.com.cn/README.txt b/archive/r4ds-i.com.cn/README.txt index f453035..c2002b8 100644 --- a/archive/r4ds-i.com.cn/README.txt +++ b/archive/r4ds-i.com.cn/README.txt @@ -1,5 +1,3 @@ cheats: - -Please rename R4 CHEAT FILE "usrcheat.dat" to "cheat.dat", and put in Folder "_SYSTEM_"! - -Or you also can use *.cht, rename it as same as *.nds, and put it in the same folder. just like aaa.nds and aaa.cht. \ No newline at end of file + - BL2CK: SD:/__rpg/cheats/usrcheat.dat + - r4ds-i.com.cn Kernel 1.27: SD:/_SYSTEM_/cheat.dat diff --git a/archive/r4ds-i.com.cn/old/Makefile b/archive/r4ds-i.com.cn/old/Makefile new file mode 100644 index 0000000..e78dac6 --- /dev/null +++ b/archive/r4ds-i.com.cn/old/Makefile @@ -0,0 +1,14 @@ +.PHONY: package + +export TOPDIR := $(shell pwd $(CURDIR)) +export BASE := r4ds-i.com.cn/$(shell basename $(CURDIR)) +export OUT := $(TOPDIR)/../../../out/ +export COMMON := $(TOPDIR)/../../../common-kernels + +package: directory r4ds-i.com.cn_Kernel_1.27.zip + +directory: + mkdir -p $(OUT)/$(BASE) + +r4ds-i.com.cn_Kernel_1.27.zip: directory + cd $(TOPDIR)/r4ds-i.com.cn_Kernel_1.27 && zip -r $(OUT)/$(BASE)/$@ * diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/HOW TO USE CHEAT.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/HOW TO USE CHEAT.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/HOW TO USE CHEAT.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/HOW TO USE CHEAT.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk0.sav b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk0.sav similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk0.sav rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk0.sav diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk1.sav b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk1.sav similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk1.sav rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk1.sav diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk2.sav b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk2.sav similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk2.sav rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk2.sav diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk3.sav b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk3.sav similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk3.sav rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/bookmrk3.sav diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_boxmin.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_boxmin.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_boxmin.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_boxmin.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_boxplus.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_boxplus.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_boxplus.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_boxplus.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_cancel.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_cancel.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_cancel.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_cancel.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_chkoff.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_chkoff.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_chkoff.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_chkoff.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_chkon.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_chkon.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_chkon.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_chkon.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_ok.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_ok.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_ok.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_ok.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_radiooff.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_radiooff.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_radiooff.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_radiooff.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_radioon.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_radioon.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_radioon.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/comp_radioon.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenPicture.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenPicture.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenPicture.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenPicture.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenSound.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenSound.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenSound.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenSound.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenStandby.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenStandby.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenStandby.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenStandby.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenText.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenText.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenText.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/BacklightTimeout_WhenText.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_StartupSound.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_StartupSound.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_StartupSound.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_StartupSound.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenAboutWindow.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenAboutWindow.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenAboutWindow.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenAboutWindow.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenDateTimeWindow.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenDateTimeWindow.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenDateTimeWindow.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenDateTimeWindow.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenHelpWindow.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenHelpWindow.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenHelpWindow.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Boot_hiddenHelpWindow.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog_Proc0.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog_Proc0.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog_Proc0.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog_Proc0.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog_Proc1.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog_Proc1.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog_Proc1.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ExitDialog_Proc1.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_DefaultLengthSec.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_DefaultLengthSec.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_DefaultLengthSec.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_DefaultLengthSec.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_HES_MaxTrackNumber.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_HES_MaxTrackNumber.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_HES_MaxTrackNumber.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_HES_MaxTrackNumber.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_ReverbLevel.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_ReverbLevel.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_ReverbLevel.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_ReverbLevel.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_SimpleLPF.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_SimpleLPF.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_SimpleLPF.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/GMEPlugin_SimpleLPF.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Archive.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Archive.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Archive.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Archive.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Hidden.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Hidden.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Hidden.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Hidden.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Readonly.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Readonly.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Readonly.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_Readonly.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_System.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_System.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_System.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Attribute_System.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_File_Thumbnail.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_File_Thumbnail.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_File_Thumbnail.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_File_Thumbnail.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Path_Moonshl.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Path_Moonshl.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Path_Moonshl.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Path_Moonshl.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Path_Shell.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Path_Shell.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Path_Shell.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/HiddenItem_Path_Shell.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_DrawFileInfo.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_DrawFileInfo.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_DrawFileInfo.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_DrawFileInfo.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_GUITimeOutSec.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_GUITimeOutSec.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_GUITimeOutSec.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_GUITimeOutSec.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_ImageMode.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_ImageMode.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_ImageMode.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_ImageMode.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_Interpolation.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_Interpolation.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_Interpolation.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_Interpolation.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_VerticalPadding.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_VerticalPadding.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_VerticalPadding.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/ImagePlugin_VerticalPadding.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat_DelayCount.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat_DelayCount.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat_DelayCount.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat_DelayCount.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat_RateCount.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat_RateCount.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat_RateCount.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/KeyRepeat_RateCount.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_ClosedSholderButton.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_ClosedSholderButton.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_ClosedSholderButton.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_ClosedSholderButton.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FileMaxCount.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FileMaxCount.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FileMaxCount.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FileMaxCount.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FileSelectSubScreen.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FileSelectSubScreen.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FileSelectSubScreen.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FileSelectSubScreen.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FullScreenOverlaySubScreen.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FullScreenOverlaySubScreen.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FullScreenOverlaySubScreen.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_FullScreenOverlaySubScreen.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_ResumeUsingWhileMusicPlaying.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_ResumeUsingWhileMusicPlaying.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_ResumeUsingWhileMusicPlaying.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_ResumeUsingWhileMusicPlaying.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_StartButtonExec.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_StartButtonExec.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_StartButtonExec.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_StartButtonExec.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_WhenPanelClose.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_WhenPanelClose.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_WhenPanelClose.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/System_WhenPanelClose.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_ScrollType.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_ScrollType.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_ScrollType.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_ScrollType.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_SelectDisplay.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_SelectDisplay.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_SelectDisplay.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_SelectDisplay.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_SpacePixel.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_SpacePixel.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_SpacePixel.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/TextPlugin_SpacePixel.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_Mode.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_Mode.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_Mode.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_Mode.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_SelectItemAlpha.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_SelectItemAlpha.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_SelectItemAlpha.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_SelectItemAlpha.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_UnselectItemAlpha.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_UnselectItemAlpha.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_UnselectItemAlpha.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/Thumbnail_UnselectItemAlpha.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/_font.glf b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/_font.glf similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/_font.glf rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/_font.glf diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/_lang.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/_lang.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/_lang.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang0/_lang.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenPicture.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenPicture.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenPicture.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenPicture.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenSound.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenSound.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenSound.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenSound.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenStandby.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenStandby.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenStandby.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenStandby.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenText.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenText.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenText.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/BacklightTimeout_WhenText.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_StartupSound.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_StartupSound.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_StartupSound.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_StartupSound.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenAboutWindow.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenAboutWindow.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenAboutWindow.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenAboutWindow.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenDateTimeWindow.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenDateTimeWindow.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenDateTimeWindow.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenDateTimeWindow.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenHelpWindow.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenHelpWindow.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenHelpWindow.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Boot_hiddenHelpWindow.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog_Proc0.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog_Proc0.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog_Proc0.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog_Proc0.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog_Proc1.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog_Proc1.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog_Proc1.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ExitDialog_Proc1.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_DefaultLengthSec.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_DefaultLengthSec.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_DefaultLengthSec.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_DefaultLengthSec.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_HES_MaxTrackNumber.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_HES_MaxTrackNumber.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_HES_MaxTrackNumber.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_HES_MaxTrackNumber.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_ReverbLevel.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_ReverbLevel.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_ReverbLevel.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_ReverbLevel.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_SimpleLPF.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_SimpleLPF.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_SimpleLPF.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/GMEPlugin_SimpleLPF.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Archive.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Archive.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Archive.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Archive.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Hidden.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Hidden.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Hidden.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Hidden.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Readonly.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Readonly.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Readonly.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_Readonly.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_System.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_System.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_System.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Attribute_System.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_File_Thumbnail.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_File_Thumbnail.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_File_Thumbnail.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_File_Thumbnail.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Path_Moonshl.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Path_Moonshl.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Path_Moonshl.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Path_Moonshl.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Path_Shell.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Path_Shell.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Path_Shell.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/HiddenItem_Path_Shell.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_DrawFileInfo.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_DrawFileInfo.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_DrawFileInfo.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_DrawFileInfo.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_GUITimeOutSec.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_GUITimeOutSec.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_GUITimeOutSec.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_GUITimeOutSec.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_ImageMode.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_ImageMode.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_ImageMode.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_ImageMode.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_Interpolation.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_Interpolation.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_Interpolation.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_Interpolation.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_VerticalPadding.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_VerticalPadding.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_VerticalPadding.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/ImagePlugin_VerticalPadding.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat_DelayCount.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat_DelayCount.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat_DelayCount.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat_DelayCount.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat_RateCount.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat_RateCount.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat_RateCount.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/KeyRepeat_RateCount.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_ClosedSholderButton.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_ClosedSholderButton.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_ClosedSholderButton.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_ClosedSholderButton.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FileMaxCount.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FileMaxCount.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FileMaxCount.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FileMaxCount.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FileSelectSubScreen.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FileSelectSubScreen.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FileSelectSubScreen.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FileSelectSubScreen.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FullScreenOverlaySubScreen.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FullScreenOverlaySubScreen.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FullScreenOverlaySubScreen.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_FullScreenOverlaySubScreen.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_ResumeUsingWhileMusicPlaying.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_ResumeUsingWhileMusicPlaying.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_ResumeUsingWhileMusicPlaying.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_ResumeUsingWhileMusicPlaying.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_WhenPanelClose.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_WhenPanelClose.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_WhenPanelClose.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/System_WhenPanelClose.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_ScrollType.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_ScrollType.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_ScrollType.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_ScrollType.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_SelectDisplay.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_SelectDisplay.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_SelectDisplay.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_SelectDisplay.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_SpacePixel.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_SpacePixel.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_SpacePixel.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/TextPlugin_SpacePixel.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_Mode.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_Mode.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_Mode.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_Mode.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_SelectItemAlpha.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_SelectItemAlpha.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_SelectItemAlpha.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_SelectItemAlpha.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_UnselectItemAlpha.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_UnselectItemAlpha.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_UnselectItemAlpha.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/Thumbnail_UnselectItemAlpha.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/_font.glf b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/_font.glf similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/_font.glf rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/_font.glf diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/_lang.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/_lang.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/_lang.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/lang1/_lang.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnc.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnc.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnc.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnc.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnd.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnd.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnd.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnd.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnl.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnl.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnl.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnl.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnr.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnr.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnr.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pagebtnr.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pageclosebtn.b15 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pageclosebtn.b15 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pageclosebtn.b15 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/pageclosebtn.b15 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_cancelbutton.u8m b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_cancelbutton.u8m similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_cancelbutton.u8m rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_cancelbutton.u8m diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_check.u8m b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_check.u8m similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_check.u8m rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_check.u8m diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_dialog.u8m b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_dialog.u8m similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_dialog.u8m rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_dialog.u8m diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_okbutton.u8m b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_okbutton.u8m similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_okbutton.u8m rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_okbutton.u8m diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_open.u8m b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_open.u8m similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_open.u8m rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_open.u8m diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_page.u8m b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_page.u8m similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_page.u8m rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/custom/snd_page.u8m diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/lang0.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/lang0.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/lang0.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/lang0.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/lang1.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/lang1.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/lang1.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/lang1.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/moonshl.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/moonshl.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/moonshl.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/moonshl.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/moonshl.sav b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/moonshl.sav similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/moonshl.sav rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/moonshl.sav diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/aac.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/aac.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/aac.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/aac.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/aac.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/aac.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/aac.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/aac.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/bmp.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/bmp.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/bmp.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/bmp.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/bmp_hist.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/bmp_hist.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/bmp_hist.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/bmp_hist.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/gif.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/gif.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/gif.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/gif.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/gif.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/gif.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/gif.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/gif.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ikm.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ikm.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ikm.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ikm.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu_hist.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu_hist.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu_hist.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/jpegaccu_hist.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mdx.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mdx.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mdx.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mdx.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mdx.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mdx.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mdx.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mdx.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.bin b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.bin similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.bin rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.bin diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp_hist.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp_hist.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp_hist.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/midrcp_hist.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt0.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt1.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mikmodt2.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mp3.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mp3.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mp3.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mp3.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mp3.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mp3.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mp3.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/mp3.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/msp.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/msp.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/msp.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/msp.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/nsf.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/nsf.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/nsf.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/nsf.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogg.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogg.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogg.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogg.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogg.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogg.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogg.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogg.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogghist.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogghist.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogghist.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/ogghist.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png_hist.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png_hist.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png_hist.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/png_hist.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd_hist.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd_hist.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd_hist.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/psd_hist.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.mse b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.mse similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.mse rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.mse diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.mse.r4 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.mse.r4 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.mse.r4 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.mse.r4 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/reset.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/spc.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/tta.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/tta.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/tta.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/tta.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/tta.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/tta.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/tta.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/tta.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/wav.msp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/wav.msp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/wav.msp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/plugin/wav.msp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/resume.sav b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/resume.sav similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/resume.sav rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/resume.sav diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/Thumbs.db b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/Thumbs.db similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/Thumbs.db rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/Thumbs.db diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/c_file.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/c_file.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/c_file.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/c_file.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/c_text.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/c_text.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/c_text.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/c_text.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/client.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/client.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/client.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/client.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/closebtn.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/closebtn.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/closebtn.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/closebtn.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/desktop.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/desktop.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/desktop.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/desktop.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/fbarcur.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/fbarcur.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/fbarcur.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/fbarcur.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/fbarplay.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/fbarplay.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/fbarplay.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/fbarplay.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/prgbara.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/prgbara.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/prgbara.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/prgbara.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/prgbard.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/prgbard.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/prgbard.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/prgbard.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_bg.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_bg.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_bg.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_bg.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_body.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_body.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_body.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_body.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_part.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_part.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_part.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sb_part.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/shutdown.mp3 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/shutdown.mp3 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/shutdown.mp3 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/shutdown.mp3 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/skin.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/skin.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/skin.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/skin.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/skin.txt b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/skin.txt similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/skin.txt rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/skin.txt diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/splash.ani b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/splash.ani similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/splash.ani rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/splash.ani diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/startup.mp3 b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/startup.mp3 similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/startup.mp3 rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/startup.mp3 diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sysicon.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sysicon.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sysicon.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/sysicon.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/titlea.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/titlea.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/titlea.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/titlea.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/titled.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/titled.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/titled.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/skin/titled.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.ank b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.ank similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.ank rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.ank diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.fon b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.fon similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.fon rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.fon diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.l2u b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.l2u similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.l2u rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/MOONSHL/system.l2u diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_DS_MENU.DAT b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_DS_MENU.DAT similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_DS_MENU.DAT rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_DS_MENU.DAT diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_DS_MENU.INI b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_DS_MENU.INI similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_DS_MENU.INI rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_DS_MENU.INI diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_DS_MSHL.NDS b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_DS_MSHL.NDS similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_DS_MSHL.NDS rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_DS_MSHL.NDS diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/brightness.bin b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/brightness.bin similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/brightness.bin rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/brightness.bin diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/dldi.bin b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/dldi.bin similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/dldi.bin rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/dldi.bin diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/local.fon b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/local.fon similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/local.fon rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/local.fon diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/reset.bin b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/reset.bin similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/reset.bin rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/reset.bin diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/romframe1.bin b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/romframe1.bin similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/romframe1.bin rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/romframe1.bin diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/romframe2.bin b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/romframe2.bin similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/romframe2.bin rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/romframe2.bin diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.ank b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.ank similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.ank rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.ank diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.l2u b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.l2u similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.l2u rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.l2u diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.u2l b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.u2l similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.u2l rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/resource/unicode.u2l diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme01/theme.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme02/theme.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme03/theme.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme04/theme.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme05/theme.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme06/theme.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme07/theme.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme08/theme.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme09/theme.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme10/theme.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme11/theme.ini diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/bckgrd_1.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/bckgrd_1.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/bckgrd_1.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/bckgrd_1.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/bckgrd_2.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/bckgrd_2.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/bckgrd_2.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/bckgrd_2.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/icons.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/icons.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/icons.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/icons.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/logo.bmp b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/logo.bmp similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/logo.bmp rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/logo.bmp diff --git a/archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/theme.ini b/archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/theme.ini similarity index 100% rename from archive/r4ds-i.com.cn/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/theme.ini rename to archive/r4ds-i.com.cn/old/r4ds-i.com.cn_Kernel_1.27/_SYSTEM_/themes/theme12/theme.ini diff --git a/archive/r4i-3dsnew.com/Makefile b/archive/r4i-3dsnew.com/Makefile new file mode 100644 index 0000000..0517471 --- /dev/null +++ b/archive/r4i-3dsnew.com/Makefile @@ -0,0 +1,16 @@ +.PHONY: package + +export TOPDIR := $(shell pwd $(CURDIR)) +export BASE := $(shell basename $(CURDIR)) +export OUT := $(TOPDIR)/../../out +export COMMON := $(TOPDIR)/../../common-kernels + +package: directory BL2CK_1.31.0.zip extdata + +directory: + mkdir -p $(OUT)/$(BASE) + +include $(COMMON)/BL2CK/R4iTT/Makefile + +extdata: directory + cp README.txt $(OUT)/$(BASE) diff --git a/archive/r4i-3dsnew.com/README.txt b/archive/r4i-3dsnew.com/README.txt new file mode 100644 index 0000000..0088090 --- /dev/null +++ b/archive/r4i-3dsnew.com/README.txt @@ -0,0 +1,2 @@ +cheats: + - BL2CK: SD:/__rpg/cheats/usrcheat.dat diff --git a/archive/r4i-gold.me/Makefile b/archive/r4i-gold.me/Makefile index d4d4fff..8afb3ed 100644 --- a/archive/r4i-gold.me/Makefile +++ b/archive/r4i-gold.me/Makefile @@ -5,10 +5,16 @@ export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels -package: directory r4i-gold.me_2013_Kernel_1.63.1.zip +package: directory old BL2CK_1.31.0.zip extdata directory: mkdir -p $(OUT)/$(BASE) -r4i-gold.me_2013_Kernel_1.63.1.zip: directory - cd $(TOPDIR)/r4i-gold.me_2013_Kernel_1.63.1 && zip -r $(OUT)/$(BASE)/$@ * +include $(COMMON)/BL2CK/R4iTT/Makefile + +old: directory + make -C $@ + +extdata: directory + cp README.txt $(OUT)/$(BASE) + diff --git a/archive/r4i-gold.me/README.txt b/archive/r4i-gold.me/README.txt new file mode 100644 index 0000000..9610987 --- /dev/null +++ b/archive/r4i-gold.me/README.txt @@ -0,0 +1,3 @@ +cheats: + - BL2CK: SD:/__rpg/cheats/usrcheat.dat + - r4i-gold.me 2013 Kernel 1.63.1: SD:/__rpg/cheats/usrcheat.dat diff --git a/archive/r4i-gold.me/old/Makefile b/archive/r4i-gold.me/old/Makefile new file mode 100644 index 0000000..9bf5794 --- /dev/null +++ b/archive/r4i-gold.me/old/Makefile @@ -0,0 +1,14 @@ +.PHONY: package + +export TOPDIR := $(shell pwd $(CURDIR)) +export BASE := r4i-gold.me/$(shell basename $(CURDIR)) +export OUT := $(TOPDIR)/../../../out +export COMMON := $(TOPDIR)/../../../common-kernels + +package: directory r4i-gold.me_2013_Kernel_1.63.1.zip + +directory: + mkdir -p $(OUT)/$(BASE) + +r4i-gold.me_2013_Kernel_1.63.1.zip: directory + cd $(TOPDIR)/r4i-gold.me_2013_Kernel_1.63.1 && zip -r $(OUT)/$(BASE)/$@ * diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/_DS_MENU.dat b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/_DS_MENU.dat similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/_DS_MENU.dat rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/_DS_MENU.dat diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/TTMENU.SYS b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/TTMENU.SYS similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/TTMENU.SYS rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/TTMENU.SYS diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/engi.ne2 b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/engi.ne2 similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/engi.ne2 rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/engi.ne2 diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/liberation.pcf b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/liberation.pcf similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/liberation.pcf rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/liberation.pcf diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/ugulim12.pcf b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/ugulim12.pcf similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/ugulim12.pcf rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/ugulim12.pcf diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/virgin14.pcf b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/virgin14.pcf similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/virgin14.pcf rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/virgin14.pcf diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/wenquanyi_9pt.pcf b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/wenquanyi_9pt.pcf similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/wenquanyi_9pt.pcf rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/fonts/wenquanyi_9pt.pcf diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/globalsettings.ini b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/globalsettings.ini similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/globalsettings.ini rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/globalsettings.ini diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Czech/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Czech/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Czech/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Czech/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Deutsch/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Deutsch/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Deutsch/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Deutsch/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/English/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/English/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/English/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/English/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Espaテアol/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Espaテアol/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Espaテアol/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Espaテアol/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Espa蟶スol/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Espa蟶スol/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Espa蟶スol/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Espa蟶スol/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Franテァais/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Franテァais/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Franテァais/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Franテァais/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Fran闔スais/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Fran闔スais/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Fran闔スais/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Fran闔スais/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Italiano/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Italiano/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Italiano/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Italiano/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Magyar/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Magyar/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Magyar/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Magyar/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Nederlands/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Nederlands/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Nederlands/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Nederlands/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Portuguテェs/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Portuguテェs/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Portuguテェs/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Portuguテェs/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Romテ「n/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Romテ「n/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Romテ「n/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Romテ「n/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Rom闃地/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Rom闃地/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Rom闃地/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Rom闃地/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Svenska/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Svenska/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Svenska/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/Svenska/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/ミムτムミコミクミケ (RU)/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/ミムτムミコミクミケ (RU)/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/ミムτムミコミクミケ (RU)/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/ミムτムミコミクミケ (RU)/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/譌・譛ャ隱 (JP)/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/譌・譛ャ隱 (JP)/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/譌・譛ャ隱 (JP)/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/譌・譛ャ隱 (JP)/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/邂菴謎クュ譁 (CN)/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/邂菴謎クュ譁 (CN)/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/邂菴謎クュ譁 (CN)/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/邂菴謎クュ譁 (CN)/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/郢鬮比クュ譁 (ZH)/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/郢鬮比クュ譁 (ZH)/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/郢鬮比クュ譁 (ZH)/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/郢鬮比クュ譁 (ZH)/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/復オュ牟 (KO)/language.txt b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/復オュ牟 (KO)/language.txt similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/復オュ牟 (KO)/language.txt rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/language/復オュ牟 (KO)/language.txt diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/lastsave.ini b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/lastsave.ini similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/lastsave.ini rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/lastsave.ini diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/mixinfo.dat b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/mixinfo.dat similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/mixinfo.dat rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/mixinfo.dat diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/r4_sd.dldi b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/r4_sd.dldi similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/r4_sd.dldi rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/r4_sd.dldi diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/savesize.bin b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/savesize.bin similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/savesize.bin rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/savesize.bin diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/sqpth.bin b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/sqpth.bin similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/sqpth.bin rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/sqpth.bin diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/brightness.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/brightness.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/brightness.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/brightness.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn2.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn2.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn2.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn2.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn3.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn3.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn3.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn3.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn4.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn4.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn4.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/btn4.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/clock_colon.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/clock_colon.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/clock_colon.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/clock_colon.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/clock_numbers.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/clock_numbers.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/clock_numbers.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/clock_numbers.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/day_numbers.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/day_numbers.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/day_numbers.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/day_numbers.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/year_numbers.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/year_numbers.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/year_numbers.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/calendar/year_numbers.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/card_icon_blue.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/card_icon_blue.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/card_icon_blue.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/card_icon_blue.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/cross.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/cross.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/cross.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/cross.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/custom.ini b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/custom.ini similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/custom.ini rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/custom.ini diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/folder_up.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/folder_up.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/folder_up.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/folder_up.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/lower_screen.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/lower_screen.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/lower_screen.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/lower_screen.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/menu_bg.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/menu_bg.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/menu_bg.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/menu_bg.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/progress_bar.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/progress_bar.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/progress_bar.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/progress_bar.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/progress_wnd.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/progress_wnd.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/progress_wnd.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/progress_wnd.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/spin_btn_left.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/spin_btn_left.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/spin_btn_left.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/spin_btn_left.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/spin_btn_right.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/spin_btn_right.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/spin_btn_right.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/spin_btn_right.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/tick.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/tick.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/tick.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/tick.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_bg.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_bg.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_bg.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_bg.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_left.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_left.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_left.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_left.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_right.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_right.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_right.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/title_right.bmp diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/uisettings.ini b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/uisettings.ini similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/uisettings.ini rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/uisettings.ini diff --git a/archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/upper_screen.bmp b/archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/upper_screen.bmp similarity index 100% rename from archive/r4i-gold.me/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/upper_screen.bmp rename to archive/r4i-gold.me/old/r4i-gold.me_2013_Kernel_1.63.1/__rpg/ui/gbatemp/upper_screen.bmp diff --git a/archive/r4i-u.com/Makefile b/archive/r4i-u.com/Makefile new file mode 100644 index 0000000..0517471 --- /dev/null +++ b/archive/r4i-u.com/Makefile @@ -0,0 +1,16 @@ +.PHONY: package + +export TOPDIR := $(shell pwd $(CURDIR)) +export BASE := $(shell basename $(CURDIR)) +export OUT := $(TOPDIR)/../../out +export COMMON := $(TOPDIR)/../../common-kernels + +package: directory BL2CK_1.31.0.zip extdata + +directory: + mkdir -p $(OUT)/$(BASE) + +include $(COMMON)/BL2CK/R4iTT/Makefile + +extdata: directory + cp README.txt $(OUT)/$(BASE) diff --git a/archive/r4i-u.com/README.txt b/archive/r4i-u.com/README.txt new file mode 100644 index 0000000..0088090 --- /dev/null +++ b/archive/r4i-u.com/README.txt @@ -0,0 +1,2 @@ +cheats: + - BL2CK: SD:/__rpg/cheats/usrcheat.dat diff --git a/archive/super4i.com/Makefile b/archive/super4i.com/Makefile new file mode 100644 index 0000000..0bbc086 --- /dev/null +++ b/archive/super4i.com/Makefile @@ -0,0 +1,19 @@ +.PHONY: package + +export TOPDIR := $(shell pwd $(CURDIR)) +export BASE := $(shell basename $(CURDIR)) +export OUT := $(TOPDIR)/../../out +export COMMON := $(TOPDIR)/../../common-kernels + +package: directory old BL2CK_1.31.0.zip extdata + +directory: + mkdir -p $(OUT)/$(BASE) + +include $(COMMON)/BL2CK/R4iTT/Makefile + +old: directory + make -C $@ + +extdata: directory + cp README.txt $(OUT)/$(BASE) diff --git a/archive/super4i.com/README.txt b/archive/super4i.com/README.txt new file mode 100644 index 0000000..614e365 --- /dev/null +++ b/archive/super4i.com/README.txt @@ -0,0 +1,3 @@ +cheats: + - BL2CK: SD:/__rpg/cheats/usrcheat.dat + - super4i.com Kernel v1.2: SD:/_SYSTEM_/cheat.dat diff --git a/archive/super4i.com/old/Makefile b/archive/super4i.com/old/Makefile new file mode 100644 index 0000000..d3982bb --- /dev/null +++ b/archive/super4i.com/old/Makefile @@ -0,0 +1,14 @@ +.PHONY: package + +export TOPDIR := $(shell pwd $(CURDIR)) +export BASE := super4i.com/$(shell basename $(CURDIR)) +export OUT := $(TOPDIR)/../../../out/ +export COMMON := $(TOPDIR)/../../../common-kernels + +package: directory super4i.com_Kernel_v1.2.zip + +directory: + mkdir -p $(OUT)/$(BASE) + +super4i.com_Kernel_v1.2.zip: directory + cd $(TOPDIR)/super4i.com_Kernel_v1.2 && zip -r $(OUT)/$(BASE)/$@ * diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/HOW TO USE CHEAT.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/HOW TO USE CHEAT.txt new file mode 100644 index 0000000..7f2edcc --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/HOW TO USE CHEAT.txt @@ -0,0 +1,3 @@ +Please rename R4 CHEAT FILE "usrcheat.dat" to "cheat.dat", and put in Folder "_SYSTEM_"! + +Or you also can use *.cht, rename it as same as *.nds, and put it in the same folder. just like aaa.nds and aaa.cht. \ No newline at end of file diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_DS_MENU.DAT b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_DS_MENU.DAT new file mode 100644 index 0000000..f2f044d Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_DS_MENU.DAT differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_DS_MENU.INI b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_DS_MENU.INI new file mode 100644 index 0000000..1c7284f --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_DS_MENU.INI @@ -0,0 +1,3 @@ +[system] +downloadPlayPatch = 1 +cheatingSystem = 1 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_DS_MSHL.NDS b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_DS_MSHL.NDS new file mode 100644 index 0000000..be731db Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_DS_MSHL.NDS differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/brightness.bin b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/brightness.bin new file mode 100644 index 0000000..ee8e3d2 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/brightness.bin differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/dldi.bin b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/dldi.bin new file mode 100644 index 0000000..29336f7 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/dldi.bin differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/local.fon b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/local.fon new file mode 100644 index 0000000..4631218 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/local.fon differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/reset.bin b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/reset.bin new file mode 100644 index 0000000..bca41bf Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/reset.bin differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/romframe1.bin b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/romframe1.bin new file mode 100644 index 0000000..cec6712 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/romframe1.bin differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/romframe2.bin b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/romframe2.bin new file mode 100644 index 0000000..bfea130 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/romframe2.bin differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/unicode.ank b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/unicode.ank new file mode 100644 index 0000000..76fae2a Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/unicode.ank differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/unicode.l2u b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/unicode.l2u new file mode 100644 index 0000000..cc8f091 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/unicode.l2u differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/unicode.u2l b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/unicode.u2l new file mode 100644 index 0000000..0451530 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/resource/unicode.u2l differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/Thumbs.db b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/Thumbs.db new file mode 100644 index 0000000..f7b22f1 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/Thumbs.db differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/bckgrd_1.bmp new file mode 100644 index 0000000..b04fdf1 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/bckgrd_2.bmp new file mode 100644 index 0000000..73e2db4 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/icons.bmp new file mode 100644 index 0000000..d7ced60 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/logo.bmp new file mode 100644 index 0000000..05039af Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/theme.ini new file mode 100644 index 0000000..3984579 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme01/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=000000 + +; ヨイヒオ・ム。ヤソムユノォ +Color01=ff0000 + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=000000 + +; ホトシテマヤハセムユノォ +Color06=ffff00 + +; トソツシテマヤハセムユノォ +Color07=ffffff + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=1cac38 + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/Thumbs.db b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/Thumbs.db new file mode 100644 index 0000000..4c5390f Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/Thumbs.db differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/bckgrd_1.bmp new file mode 100644 index 0000000..30de1bb Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/bckgrd_2.bmp new file mode 100644 index 0000000..0eec2d6 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/icons.bmp new file mode 100644 index 0000000..aa0773b Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/logo.bmp new file mode 100644 index 0000000..fe3a541 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/theme.ini new file mode 100644 index 0000000..4926e29 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme02/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=000000 + +; ヨイヒオ・ム。ヤソムユノォ +Color01=ff0000 + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=ffffff + +; ホトシテマヤハセムユノォ +Color06=ffff00 + +; トソツシテマヤハセムユノォ +Color07=00ff00 + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=70c8ff + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/bckgrd_1.bmp new file mode 100644 index 0000000..38df8c8 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/bckgrd_2.bmp new file mode 100644 index 0000000..d389d55 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/icons.bmp new file mode 100644 index 0000000..e7e0207 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/logo.bmp new file mode 100644 index 0000000..13929c3 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/theme.ini new file mode 100644 index 0000000..25ae0d2 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme03/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=000000 + +; ヨイヒオ・ム。ヤソムユノォ +Color01=ff0000 + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=000000 + +; ホトシテマヤハセムユノォ +Color06=ffffff + +; トソツシテマヤハセムユノォ +Color07=00ffff + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=70c8ff + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/Thumbs.db b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/Thumbs.db new file mode 100644 index 0000000..831c5ec Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/Thumbs.db differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/bckgrd_1.bmp new file mode 100644 index 0000000..cc59846 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/bckgrd_2.bmp new file mode 100644 index 0000000..48ed16d Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/icons.bmp new file mode 100644 index 0000000..92c3cc2 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/logo.bmp new file mode 100644 index 0000000..cfaf8d7 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/theme.ini new file mode 100644 index 0000000..752ddf0 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme04/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=ff0000 + +; ヨイヒオ・ム。ヤソムユノォ +Color01=00ffff + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=ffffff + +; ホトシテマヤハセムユノォ +Color06=ffffff + +; トソツシテマヤハセムユノォ +Color07=00ffff + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=70c8ff + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/bckgrd_1.bmp new file mode 100644 index 0000000..e756eb2 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/bckgrd_2.bmp new file mode 100644 index 0000000..a7632d7 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/icons.bmp new file mode 100644 index 0000000..59573c0 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/logo.bmp new file mode 100644 index 0000000..8cd96dd Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/theme.ini new file mode 100644 index 0000000..25ae0d2 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme05/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=000000 + +; ヨイヒオ・ム。ヤソムユノォ +Color01=ff0000 + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=000000 + +; ホトシテマヤハセムユノォ +Color06=ffffff + +; トソツシテマヤハセムユノォ +Color07=00ffff + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=70c8ff + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/bckgrd_1.bmp new file mode 100644 index 0000000..fa08fff Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/bckgrd_2.bmp new file mode 100644 index 0000000..83811b3 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/icons.bmp new file mode 100644 index 0000000..c0fa5c9 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/logo.bmp new file mode 100644 index 0000000..04707da Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/theme.ini new file mode 100644 index 0000000..17c1951 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme06/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=ffffff + +; ヨイヒオ・ム。ヤソムユノォ +Color01=00ffff + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=000000 + +; ホトシテマヤハセムユノォ +Color06=00ff00 + +; トソツシテマヤハセムユノォ +Color07=00ffff + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=70c8ff + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/bckgrd_1.bmp new file mode 100644 index 0000000..5fc00d2 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/bckgrd_2.bmp new file mode 100644 index 0000000..01c1472 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/icons.bmp new file mode 100644 index 0000000..78ab73c Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/logo.bmp new file mode 100644 index 0000000..3e59d3e Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/theme.ini new file mode 100644 index 0000000..a69f18e --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme07/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=ff0000 + +; ヨイヒオ・ム。ヤソムユノォ +Color01=000000 + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=ffffff + +; ホトシテマヤハセムユノォ +Color06=ffffff + +; トソツシテマヤハセムユノォ +Color07=ffff80 + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=70c8ff + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/bckgrd_1.bmp new file mode 100644 index 0000000..8959069 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/bckgrd_2.bmp new file mode 100644 index 0000000..227d971 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/icons.bmp new file mode 100644 index 0000000..b1f18ac Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/logo.bmp new file mode 100644 index 0000000..1372f55 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/theme.ini new file mode 100644 index 0000000..56a222c --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme08/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=000000 + +; ヨイヒオ・ム。ヤソムユノォ +Color01=ff0000 + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=ffffff + +; ホトシテマヤハセムユノォ +Color06=000000 + +; トソツシテマヤハセムユノォ +Color07=ff8040 + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=70c8ff + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/bckgrd_1.bmp new file mode 100644 index 0000000..6986ea0 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/bckgrd_2.bmp new file mode 100644 index 0000000..af6b7b1 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/icons.bmp new file mode 100644 index 0000000..0bdfa34 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/logo.bmp new file mode 100644 index 0000000..b1ba994 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/theme.ini new file mode 100644 index 0000000..92430f1 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme09/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=000000 + +; ヨイヒオ・ム。ヤソムユノォ +Color01=ff0000 + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=ff0000 + +; ホトシテマヤハセムユノォ +Color06=ffffff + +; トソツシテマヤハセムユノォ +Color07=00ffff + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=70c8ff + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/bckgrd_1.bmp new file mode 100644 index 0000000..1638819 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/bckgrd_2.bmp new file mode 100644 index 0000000..175eee0 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/icons.bmp new file mode 100644 index 0000000..46451e3 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/logo.bmp new file mode 100644 index 0000000..7cd3b5e Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/theme.ini new file mode 100644 index 0000000..d9b9046 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme10/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=ffffff + +; ヨイヒオ・ム。ヤソムユノォ +Color01=00ffff + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=ffffff + +; ホトシテマヤハセムユノォ +Color06=ffffff + +; トソツシテマヤハセムユノォ +Color07=00ffff + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=70c8ff + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/bckgrd_1.bmp new file mode 100644 index 0000000..d446dbb Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/bckgrd_2.bmp new file mode 100644 index 0000000..6826050 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/icons.bmp new file mode 100644 index 0000000..dd1cf46 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/logo.bmp new file mode 100644 index 0000000..0cf87ef Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/theme.ini new file mode 100644 index 0000000..5aadadf --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme11/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=ffffff + +; ヨイヒオ・ム。ヤソムユノォ +Color01=00ffff + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=ffffff + +; ホトシテマヤハセムユノォ +Color06=00ffff + +; トソツシテマヤハセムユノォ +Color07=ff00ff + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=70c8ff + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/bckgrd_1.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/bckgrd_1.bmp new file mode 100644 index 0000000..6112239 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/bckgrd_1.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/bckgrd_2.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/bckgrd_2.bmp new file mode 100644 index 0000000..ef47fb7 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/bckgrd_2.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/icons.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/icons.bmp new file mode 100644 index 0000000..9a96069 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/icons.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/logo.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/logo.bmp new file mode 100644 index 0000000..1eeebb7 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/logo.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/theme.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/theme.ini new file mode 100644 index 0000000..92d244b --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/_SYSTEM_/themes/theme12/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; ヨフ箜フ +Title=R4 example theme + +; ヨフ籏ユ゚ +Author=R4 team + +; ヨフ籔ニラネユニレ +Date=03/06/2007 + +; ======================================= +[Color] + +; モムヤー豎セアハカムユノォ +Color00=000000 + +; ヨイヒオ・ム。ヤソムユノォ +Color01=00ffff + +; トレコヒー豎セアハカムユノォ +Color02=ffffff + +; ヨイヒオ・ム。ヤマトソフ睫セムユノォ +Color03=ffffff + +; オアヌーハアシ葭ユノォ +Color04=ffffff + +; オアヌートソツシフ睫セムユノォ +Color05=ffffff + +; ホトシテマヤハセムユノォ +Color06=000000 + +; トソツシテマヤハセムユノォ +Color07=00ffff + +; ク゚チチ」ィホトシ。「トソツシ」ゥマヤハセムユノォ +Color08=ff0000 + +; ク゚チチアウセーマヤハセムユノォ +Color09=0000ff + +; ケカッフムユノォ +Color10=70c8ff + +; ラコミ゙クトフ睫セムユノォ +Color11=000000 + +; ウ、ホトシテフ睫セムユノォ +Color12=000000 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk0.sav b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk0.sav new file mode 100644 index 0000000..a64a5a9 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk0.sav differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk1.sav b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk1.sav new file mode 100644 index 0000000..a64a5a9 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk1.sav differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk2.sav b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk2.sav new file mode 100644 index 0000000..a64a5a9 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk2.sav differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk3.sav b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk3.sav new file mode 100644 index 0000000..a64a5a9 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/bookmrk3.sav differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_boxmin.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_boxmin.b15 new file mode 100644 index 0000000..f3f391f Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_boxmin.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_boxplus.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_boxplus.b15 new file mode 100644 index 0000000..af1ba6e Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_boxplus.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_cancel.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_cancel.b15 new file mode 100644 index 0000000..9ec9e29 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_cancel.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_chkoff.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_chkoff.b15 new file mode 100644 index 0000000..5511cdd Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_chkoff.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_chkon.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_chkon.b15 new file mode 100644 index 0000000..9ce9d3b Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_chkon.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_ok.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_ok.b15 new file mode 100644 index 0000000..7b0c0fa Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_ok.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_radiooff.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_radiooff.b15 new file mode 100644 index 0000000..d9ec5e8 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_radiooff.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_radioon.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_radioon.b15 new file mode 100644 index 0000000..5724154 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/comp_radioon.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout.txt new file mode 100644 index 0000000..79069b9 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout.txt @@ -0,0 +1,3 @@ +繧ュ繝シ蜈・蜉帙′縺ェ縺縺ィ縺阪↓繝舌ャ繧ッ繝ゥ繧、繝医r豸育ッ縺励∪縺吶 +險ュ螳壼腰菴阪ッ遘偵〒縺吶 +譎りィ医励Λ繧ー繧、繝ウ縺後≠繧九→縺阪ッ譎りィ医r陦ィ遉コ縺励∪縺吶 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenPicture.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenPicture.txt new file mode 100644 index 0000000..bf6c52e --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenPicture.txt @@ -0,0 +1,5 @@ +繧ュ繝シ蜈・蜉帙′縺ェ縺縺ィ縺阪↓繝舌ャ繧ッ繝ゥ繧、繝医r豸育ッ縺励∪縺吶 +險ュ螳壼腰菴阪ッ遘偵〒縺吶 +譎りィ医励Λ繧ー繧、繝ウ縺後≠繧九→縺阪ッ譎りィ医r陦ィ遉コ縺励∪縺吶 + +逕サ蜒剰。ィ遉コ荳ュ縺ョ險ュ螳壹 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenSound.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenSound.txt new file mode 100644 index 0000000..cfbca2e --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenSound.txt @@ -0,0 +1,5 @@ +繧ュ繝シ蜈・蜉帙′縺ェ縺縺ィ縺阪↓繝舌ャ繧ッ繝ゥ繧、繝医r豸育ッ縺励∪縺吶 +險ュ螳壼腰菴阪ッ遘偵〒縺吶 +譎りィ医励Λ繧ー繧、繝ウ縺後≠繧九→縺阪ッ譎りィ医r陦ィ遉コ縺励∪縺吶 + +髻ウ讌ス蜀咲函荳ュ縺ョ險ュ螳壹 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenStandby.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenStandby.txt new file mode 100644 index 0000000..a41d193 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenStandby.txt @@ -0,0 +1,5 @@ +繧ュ繝シ蜈・蜉帙′縺ェ縺縺ィ縺阪↓繝舌ャ繧ッ繝ゥ繧、繝医r豸育ッ縺励∪縺吶 +險ュ螳壼腰菴阪ッ遘偵〒縺吶 +譎りィ医励Λ繧ー繧、繝ウ縺後≠繧九→縺阪ッ譎りィ医r陦ィ遉コ縺励∪縺吶 + +菴輔b縺励※縺縺ェ縺縺ィ縺阪ョ險ュ螳壹 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenText.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenText.txt new file mode 100644 index 0000000..83da389 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/BacklightTimeout_WhenText.txt @@ -0,0 +1,5 @@ +繧ュ繝シ蜈・蜉帙′縺ェ縺縺ィ縺阪↓繝舌ャ繧ッ繝ゥ繧、繝医r豸育ッ縺励∪縺吶 +險ュ螳壼腰菴阪ッ遘偵〒縺吶 +譎りィ医励Λ繧ー繧、繝ウ縺後≠繧九→縺阪ッ譎りィ医r陦ィ遉コ縺励∪縺吶 + +繝繧ュ繧ケ繝医r髢九>縺ヲ縺繧九→縺阪ョ險ュ螳壹 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot.txt new file mode 100644 index 0000000..6692f81 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot.txt @@ -0,0 +1 @@ +襍キ蜍慕憾諷九ョ險ュ螳壹〒縺吶 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_StartupSound.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_StartupSound.txt new file mode 100644 index 0000000..92e6f89 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_StartupSound.txt @@ -0,0 +1,5 @@ +襍キ蜍輔し繧ヲ繝ウ繝峨ョ險ュ螳壹〒縺吶 + +0 = 繧ク繝ウ繧ー繝ォ辟。縺 +1 = startup.mp3繧貞咲函 +2 = 繝輔か繝ォ繝蜀縺ョ髻ウ讌ス繝輔ぃ繧、繝ォ繧貞咲函 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_hiddenAboutWindow.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_hiddenAboutWindow.txt new file mode 100644 index 0000000..112ab92 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_hiddenAboutWindow.txt @@ -0,0 +1,4 @@ +繝舌シ繧ク繝ァ繝ウ諠蝣ア繧ヲ繧」繝ウ繝峨え繧帝撼陦ィ遉コ縺ォ縺励∪縺吶 + +OFF = 陦ィ遉コ +ON = 髱櫁。ィ遉コ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_hiddenDateTimeWindow.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_hiddenDateTimeWindow.txt new file mode 100644 index 0000000..12a0395 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_hiddenDateTimeWindow.txt @@ -0,0 +1,4 @@ +譎りィ医え繧」繝ウ繝峨え繧帝撼陦ィ遉コ縺ォ縺励∪縺吶 + +OFF = 陦ィ遉コ +ON = 髱櫁。ィ遉コ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_hiddenHelpWindow.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_hiddenHelpWindow.txt new file mode 100644 index 0000000..b36a8d0 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Boot_hiddenHelpWindow.txt @@ -0,0 +1,4 @@ +繝倥Ν繝励え繧」繝ウ繝峨え繧帝撼陦ィ遉コ縺ォ縺励∪縺吶 + +OFF = 陦ィ遉コ +ON = 髱櫁。ィ遉コ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ExitDialog.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ExitDialog.txt new file mode 100644 index 0000000..d33e6a6 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ExitDialog.txt @@ -0,0 +1,6 @@ +縺薙%縺ァ螟画峩縺励◆鬆逶ョ縺ッ縲[oonshl.sav縺ォ +菫晏ュ倥@縺セ縺吶 + +moonshl.ini繧貞、画峩縺吶k縺ィ縲[oonshl.ini +縺九i蜀崎ェュ霎シ縺励∪縺吶 +シmoonshl.sav縺ッ蛻晄悄蛹悶@縺セ縺呻シ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ExitDialog_Proc0.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ExitDialog_Proc0.txt new file mode 100644 index 0000000..d33e6a6 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ExitDialog_Proc0.txt @@ -0,0 +1,6 @@ +縺薙%縺ァ螟画峩縺励◆鬆逶ョ縺ッ縲[oonshl.sav縺ォ +菫晏ュ倥@縺セ縺吶 + +moonshl.ini繧貞、画峩縺吶k縺ィ縲[oonshl.ini +縺九i蜀崎ェュ霎シ縺励∪縺吶 +シmoonshl.sav縺ッ蛻晄悄蛹悶@縺セ縺呻シ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ExitDialog_Proc1.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ExitDialog_Proc1.txt new file mode 100644 index 0000000..3b9f48d --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ExitDialog_Proc1.txt @@ -0,0 +1 @@ +螟画峩縺励◆鬆逶ョ繧堤エ譽縺励∪縺吶 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin.txt new file mode 100644 index 0000000..f1f6c33 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin.txt @@ -0,0 +1,2 @@ +Game_Music_Emu 0.5.2 by Blargg +蜷遞ョ貍泌・冗憾諷九ョ險ュ螳壹〒縺吶 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_DefaultLengthSec.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_DefaultLengthSec.txt new file mode 100644 index 0000000..724d5c9 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_DefaultLengthSec.txt @@ -0,0 +1,5 @@ +讓呎コ匁シ泌・乗凾髢薙r險ュ螳壹@縺セ縺吶 +蜊倅ス阪ッ遘偵〒縺吶 +貍泌・冗オゆコ繧呈、懷コ縺吶k縺ィ縲∵凾髢灘縺ァ縺ゅ▲縺ヲ繧らオゆコ縺励∪縺吶 + +0 = 辟。髯舌Ν繝シ繝 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_HES_MaxTrackNumber.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_HES_MaxTrackNumber.txt new file mode 100644 index 0000000..d4e9051 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_HES_MaxTrackNumber.txt @@ -0,0 +1,2 @@ +HES(PC-Engine)繝輔ぃ繧、繝ォ縺ョ繝医Λ繝繧ッ謨ー繧定ィュ螳壹@縺セ縺吶 +HES繝輔ぃ繧、繝ォ蜀驛ィ縺ォ繝医Λ繝繧ッ謨ー諠蝣ア縺ッ縺ゅj縺セ縺帙s縲 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_ReverbLevel.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_ReverbLevel.txt new file mode 100644 index 0000000..8bdb952 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_ReverbLevel.txt @@ -0,0 +1,6 @@ +繧ス繝輔ヨ繧ヲ繧ァ繧「繝ェ繝舌シ繝厄シ域ョ矩涸蜉ケ譫懶シ峨ョ蠑キ縺輔r險ュ螳壹@縺セ縺吶 +128繧定カ縺医k縺ィ髻ウ貅舌′蜿取據縺励↑縺蜿ッ閭ス諤ァ縺後≠繧翫∪縺吶 + +0 = 辟。蜉ケ +64 = 讓呎コ +256 = 譛螟ァ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_SimpleLPF.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_SimpleLPF.txt new file mode 100644 index 0000000..d566e79 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/GMEPlugin_SimpleLPF.txt @@ -0,0 +1,6 @@ +LPFシ磯ォ倬浹蝓溘き繝繝茨シ峨r險ュ螳壹@縺セ縺吶 +髻ウ鬟帙ウ縺吶k縺ィ縺阪ッ辟。蜉ケ縺ォ縺励※縺上□縺輔>縲 + +0 = 辟。蜉ケ +1 = 蟆代@繧カ繝ゥ繧カ繝ゥ繧定サス貂帙☆繧 +2 = 邀繧ゅ▲縺滄浹縺ォ縺吶k diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem.txt new file mode 100644 index 0000000..20a24c5 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem.txt @@ -0,0 +1 @@ +謖螳壹@縺溷ア樊ァ縲√ヵ繧。繧、繝ォ蜷阪√ヵ繧ゥ繝ォ繝蜷阪r髱櫁。ィ遉コ縺ォ縺励∪縺吶 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_Archive.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_Archive.txt new file mode 100644 index 0000000..dcb3c1b --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_Archive.txt @@ -0,0 +1,4 @@ +繧「繝シ繧ォ繧、繝門ア樊ァ繧帝撼陦ィ遉コ縺ォ縺励∪縺吶 + +OFF = 陦ィ遉コ +ON = 髱櫁。ィ遉コ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_Hidden.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_Hidden.txt new file mode 100644 index 0000000..8818830 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_Hidden.txt @@ -0,0 +1,4 @@ +髫縺怜ア樊ァ繧帝撼陦ィ遉コ縺ォ縺励∪縺吶 + +OFF = 陦ィ遉コ +ON = 髱櫁。ィ遉コ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_Readonly.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_Readonly.txt new file mode 100644 index 0000000..b54f48b --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_Readonly.txt @@ -0,0 +1,4 @@ +隱ュ縺ソ霎シ縺ソ蟆ら畑螻樊ァ繧帝撼陦ィ遉コ縺ォ縺励∪縺吶 + +OFF = 陦ィ遉コ +ON = 髱櫁。ィ遉コ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_System.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_System.txt new file mode 100644 index 0000000..3aca70c --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Attribute_System.txt @@ -0,0 +1,4 @@ +繧キ繧ケ繝繝螻樊ァ繧帝撼陦ィ遉コ縺ォ縺励∪縺吶 + +OFF = 陦ィ遉コ +ON = 髱櫁。ィ遉コ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_File_Thumbnail.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_File_Thumbnail.txt new file mode 100644 index 0000000..1280ef9 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_File_Thumbnail.txt @@ -0,0 +1,4 @@ +繧オ繝繝阪う繝ォ繝輔ぃ繧、繝ォ繧帝撼陦ィ遉コ縺ォ縺励∪縺吶 + +OFF = 陦ィ遉コ +ON = 髱櫁。ィ遉コ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Path_Moonshl.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Path_Moonshl.txt new file mode 100644 index 0000000..acf8496 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Path_Moonshl.txt @@ -0,0 +1,4 @@ +moonshl繝輔か繝ォ繝繧帝撼陦ィ遉コ縺ォ縺励∪縺吶 + +OFF = 陦ィ遉コ +ON = 髱櫁。ィ遉コ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Path_Shell.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Path_Shell.txt new file mode 100644 index 0000000..96daf2b --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/HiddenItem_Path_Shell.txt @@ -0,0 +1,4 @@ +shell繝輔か繝ォ繝繧帝撼陦ィ遉コ縺ォ縺励∪縺吶 + +OFF = 陦ィ遉コ +ON = 髱櫁。ィ遉コ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin.txt new file mode 100644 index 0000000..d9e2a72 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin.txt @@ -0,0 +1 @@ +逕サ蜒剰。ィ遉コ繝励Λ繧ー繧、繝ウ蜈ィ闊ャ縺ョ險ュ螳壹〒縺吶 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_DrawFileInfo.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_DrawFileInfo.txt new file mode 100644 index 0000000..92eeb91 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_DrawFileInfo.txt @@ -0,0 +1,4 @@ +繝輔ぃ繧、繝ォ諠蝣ア縺後≠繧九→縺阪;UI縺ォ陦ィ遉コ縺励∪縺吶 + +0 = 陦ィ遉コ縺励↑縺 +1 = 陦ィ遉コ縺吶k diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_GUITimeOutSec.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_GUITimeOutSec.txt new file mode 100644 index 0000000..a6baa58 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_GUITimeOutSec.txt @@ -0,0 +1,4 @@ +謖螳夂ァ呈焚邨碁℃縺吶k縺ィGUI繧呈カ亥悉縺励∪縺吶 +蜊倅ス阪ッ遘偵〒縺吶 + +0 = 蟶ク縺ォOFF diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_ImageMode.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_ImageMode.txt new file mode 100644 index 0000000..b58ebbd --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_ImageMode.txt @@ -0,0 +1,5 @@ +逕サ蜒上r陦ィ遉コ縺吶k逕サ髱「繧帝∈謚槭@縺セ縺吶 +荳。逕サ髱「縺ッ諡。螟ァ邵ョ蟆上′闡励@縺丞宛髯舌&繧後∪縺吶 + +0 = 荳狗判髱「縺ョ縺ソ +1 = 荳。逕サ髱「 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_Interpolation.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_Interpolation.txt new file mode 100644 index 0000000..17ecc2f --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_Interpolation.txt @@ -0,0 +1,5 @@ +諡。螟ァ邵ョ蟆乗凾縺ョ陬懷ョ梧婿豕輔r驕ク謚槭@縺セ縺吶 +荳。逕サ髱「陦ィ遉コ譎ゅッ譛霑大m陬懷ョ後ョ縺ソ縺ァ縺吶 + +0 = 繝上シ繝峨え繧ァ繧「譛霑大m陬懷ョ +1 = 繧ス繝輔ヨ繧ヲ繧ァ繧「莠梧ャ。陬懷ョ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_VerticalPadding.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_VerticalPadding.txt new file mode 100644 index 0000000..999d5a2 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/ImagePlugin_VerticalPadding.txt @@ -0,0 +1,4 @@ +荳。逕サ髱「縺ォ陦ィ遉コ縺励◆縺ィ縺阪ョ遨コ逋ス鬆伜沺縺ョ繧オ繧、繧コ繧呈欠螳壹@縺セ縺吶 +荳顔判髱「縺ィ荳狗判髱「縺ョ髢薙ョ隕冶ヲ夊ェ、蟾ョ繧呈ク帙i縺咏岼逧 + +0繝斐け繧サ繝ォ莉・螟悶↓縺励◆縺ィ縺阪ッ縲∬。ィ遉コ縺輔l縺ェ縺驛ィ蛻縺檎匱逕溘@縺セ縺吶 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/KeyRepeat.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/KeyRepeat.txt new file mode 100644 index 0000000..a175a9c --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/KeyRepeat.txt @@ -0,0 +1,2 @@ +繧ュ繝シ繝ェ繝斐シ繝医ョ險ュ螳壹〒縺吶 +險ュ螳壼腰菴阪ッVSync(1/60sec)縺ァ縺吶 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/KeyRepeat_DelayCount.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/KeyRepeat_DelayCount.txt new file mode 100644 index 0000000..8b91779 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/KeyRepeat_DelayCount.txt @@ -0,0 +1,6 @@ +繧ュ繝シ繝ェ繝斐シ繝医′蟋九∪繧九∪縺ァ縺ョ譎る俣繧定ィュ螳壹@縺セ縺吶 +險ュ螳壼腰菴阪ッVSync(1/60sec)縺ァ縺吶 + +1 = 16繝溘Μ遘 +30 = 500繝溘Μ遘 +60 = 1遘 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/KeyRepeat_RateCount.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/KeyRepeat_RateCount.txt new file mode 100644 index 0000000..e2e8a85 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/KeyRepeat_RateCount.txt @@ -0,0 +1,6 @@ +繧ュ繝シ繝ェ繝斐シ繝医ョ髢馴囈繧定ィュ螳壹@縺セ縺吶 +蜊倅ス阪ッVSync(1/60sec)縺ァ縺吶 + +1 = 16繝溘Μ遘 +30 = 500繝溘Μ遘 +60 = 1遘 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System.txt new file mode 100644 index 0000000..06cc5d4 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System.txt @@ -0,0 +1 @@ +MoonShell蜈ィ菴薙ョ險ュ螳壹〒縺吶 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_ClosedSholderButton.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_ClosedSholderButton.txt new file mode 100644 index 0000000..9957ea7 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_ClosedSholderButton.txt @@ -0,0 +1,6 @@ +闢九r髢峨§縺ヲ縺繧九→縺阪↓SR/SL繝懊ち繝ウ繧呈怏蜉ケ縺ォ縺吶k縺九ョ險ュ螳壹〒縺吶 + +0 = 闢九r髢峨§縺ヲ縺繧矩俣縺ッ辟。蜉ケ +1 = 闢九r髢峨§縺ヲ縺繧矩俣縺ォ縲´繧呈款縺励↑縺後iR繧呈款縺吶→谺。繝輔ぃ繧、繝ォ縲ヽ繧呈款縺励↑縺後iL繧呈款縺吶→荳譎ょ●豁「 +2 = 蟶ク縺ォシ郁搭縺ョ髢矩哩縺ォ縺九°繧上i縺夲シ臥┌蜉ケ +3 = 蟶ク縺ォシ郁搭縺ョ髢矩哩縺ォ縺九°繧上i縺夲シ画怏蜉ケ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_FileMaxCount.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_FileMaxCount.txt new file mode 100644 index 0000000..6631575 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_FileMaxCount.txt @@ -0,0 +1,5 @@ +陦ィ遉コ蜿ッ閭ス繝輔ぃ繧、繝ォ謨ー縺ョ險ュ螳壹〒縺吶 +繝輔か繝ォ繝蜀縺ョ邱上ヵ繧。繧、繝ォ謨ー縺梧欠螳壹〒縺阪∪縺吶′縲 +縺ゅ∪繧雁、ァ縺阪↑謨ー蛟、縺ォ縺ッ縺励↑縺縺ァ縺上□縺輔>縲 + +#ff0000荳咲畑諢上↓螟画峩縺励↑縺縺ァ縺上□縺輔>縲 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_FileSelectSubScreen.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_FileSelectSubScreen.txt new file mode 100644 index 0000000..c336956 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_FileSelectSubScreen.txt @@ -0,0 +1,4 @@ +繝輔ぃ繧、繝ォ繝ェ繧ケ繝医え繧」繝ウ繝峨え繧定。ィ遉コ縺吶k繝代ロ繝ォ繧偵Γ繧、繝ウ縺ィ繧オ繝悶°繧蛾∈謚槭@縺セ縺吶 + +OFF = 繧ソ繝繝√ヱ繝阪Ν(荳狗判髱「) +ON = 騾壼クク逕サ髱「(荳顔判髱「) diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_FullScreenOverlaySubScreen.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_FullScreenOverlaySubScreen.txt new file mode 100644 index 0000000..6b45321 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_FullScreenOverlaySubScreen.txt @@ -0,0 +1,4 @@ +DPG繝輔Ν繧ケ繧ッ繝ェ繝シ繝ウ縺ョ逕サ髱「驕ク謚 + +OFF = 繧ソ繝繝√ヱ繝阪Ν(荳狗判髱「) +ON = 騾壼クク逕サ髱「(荳顔判髱「) diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_ResumeUsingWhileMusicPlaying.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_ResumeUsingWhileMusicPlaying.txt new file mode 100644 index 0000000..86822cd --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_ResumeUsingWhileMusicPlaying.txt @@ -0,0 +1,7 @@ +髻ウ讌ス蜀咲函荳ュ縺ョ繝ャ繧ク繝・繝シ繝菫晏ュ倥↓縺、縺縺ヲ +(繧サ繝繝医い繝繝励〒繝ャ繧ク繝・繝シ繝繧呈怏蜉ケ縺ォ縺励◆縺ィ縺阪ョ縺ソ諢丞袖縺後≠繧翫∪縺) + +OFF = 蜀咲函髢句ァ九@縺溘→縺阪□縺代Ξ繧ク繝・繝シ繝繧剃ソ晏ュ倥☆繧九 +(蟶ク縺ォ譖イ縺ョ蜈磯ュ縺九i繝ャ繧ク繝・繝シ繝縺吶k) +ON = 蜀咲函荳ュ縺ァ繧5遘呈ッ弱↓繝ャ繧ク繝・繝シ繝繧剃ソ晏ュ倥☆繧九 +(驕縺ТD繧ォ繝シ繝峨r菴ソ縺縺ィ髻ウ鬟帙ウ縺励∪縺) diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_StartButtonExec.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_StartButtonExec.txt new file mode 100644 index 0000000..6c9b40d --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_StartButtonExec.txt @@ -0,0 +1,8 @@ +繧ケ繧ソ繝シ繝医懊ち繝ウ繧呈款縺励◆縺ィ縺阪ョ蜃ヲ逅繧定ィュ螳壹@縺セ縺吶 + +0 = 繝繝舌ャ繧ー繧ケ繧ッ繝ェ繝シ繝ウ繧定。ィ遉コ +1 = 繧ス繝輔ヨ繝ェ繧サ繝繝 シRESET.MSE繧定オキ蜍包シ + +譛ェ蟇セ蠢懊い繝繝励ち縺ァ繧ス繝輔ヨ繝ェ繧サ繝繝医r螳溯。 +縺吶k縺ィ縲√お繝ゥ繝シ繧定。ィ遉コ縺励※蛛懈ュ「縺励∪縺吶 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_WhenPanelClose.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_WhenPanelClose.txt new file mode 100644 index 0000000..a8ac64e --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/System_WhenPanelClose.txt @@ -0,0 +1,5 @@ +縺オ縺溘r髢峨§縺溘→縺阪ョ蜃ヲ逅繧定ィュ螳壹@縺セ縺吶 + +0 = 讓呎コ(繝舌ャ繧ッ繝ゥ繧、繝域カ育ッ) +1 = 髮サ貅唇FF +2 = shutdown.mp3繧貞咲函縺励※縺九i髮サ貅唇FF diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin.txt new file mode 100644 index 0000000..852a9f6 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin.txt @@ -0,0 +1 @@ +繝繧ュ繧ケ繝医励Λ繧ー繧、繝ウ縺ョ險ュ螳壹〒縺吶 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin_ScrollType.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin_ScrollType.txt new file mode 100644 index 0000000..7c9931e --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin_ScrollType.txt @@ -0,0 +1,6 @@ +繝壹シ繧ク繧ケ繧ッ繝ュ繝シ繝ォ陦梧焚繧定ィュ螳壹@縺セ縺吶 + +0 = 蠕捺擂縺ィ蜷後§シ医■繧縺」縺ィ谿九☆シ +1 = 繝輔Ν繝壹シ繧ク繧ケ繧ッ繝ュ繝シ繝ォ + +2,3,4... = 陦梧焚繧偵槭ル繝・繧「繝ォ謖螳壹☆繧九 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin_SelectDisplay.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin_SelectDisplay.txt new file mode 100644 index 0000000..a29b747 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin_SelectDisplay.txt @@ -0,0 +1,5 @@ +繝繧ュ繧ケ繝医え繧」繝ウ繝峨え繧定。ィ遉コ縺吶k逕サ髱「繧帝∈謚槭@縺セ縺吶 + +0 = 繧ソ繝繝√ヱ繝阪Ν(荳狗判髱「) +1 = 騾壼クク逕サ髱「(荳顔判髱「) +2 = 荳。逕サ髱「 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin_SpacePixel.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin_SpacePixel.txt new file mode 100644 index 0000000..42909c9 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/TextPlugin_SpacePixel.txt @@ -0,0 +1,2 @@ +陦碁俣繝斐け繧サ繝ォ謨ー繧定ィュ螳壹@縺セ縺吶 +繝槭う繝翫せ蛟、繧逕サ髱「繧オ繧、繧コ莉・荳翫ョ蛟、縺ッ險ュ螳壹@縺ェ縺縺ァ荳九&縺縲 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail.txt new file mode 100644 index 0000000..ab32585 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail.txt @@ -0,0 +1,2 @@ +繧オ繝繝阪う繝ォ繝輔ぃ繧、繝ォ繝ェ繧ケ繝医ョ險ュ螳壹〒縺吶 +CreateThumbnail.exe縺ァ菴懈舌@縺溘ヵ繧ゥ繝ォ繝縺ョ縺ソ譛牙柑縺ァ縺吶 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail_Mode.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail_Mode.txt new file mode 100644 index 0000000..5309ce9 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail_Mode.txt @@ -0,0 +1,6 @@ +譛牙柑縺ォ縺吶k繧オ繝繝阪う繝ォ蜃ヲ逅繧帝∈謚槭@縺セ縺吶 + +0 = 荳。譁ケ辟。蜉ケ +1 = 繧オ繝繝阪う繝ォ繧サ繝ャ繧ッ繧ソ縺ョ縺ソ +2 = 繝輔Ν繧ケ繧ッ繝ェ繝シ繝ウ繝励Ξ繝薙Η繝シ縺ョ縺ソ +3 = 荳。譁ケ譛牙柑 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail_SelectItemAlpha.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail_SelectItemAlpha.txt new file mode 100644 index 0000000..6ef7cc0 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail_SelectItemAlpha.txt @@ -0,0 +1,5 @@ +驕ク謚槭&繧後※縺繧九ヵ繧。繧、繝ォ縺ョ騾乗主コヲ繧呈欠螳壹@縺セ縺吶 + +0 = 髱櫁。ィ遉コ +8 = 蜊企乗 +16 = 荳埼乗 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail_UnselectItemAlpha.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail_UnselectItemAlpha.txt new file mode 100644 index 0000000..505518e --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/Thumbnail_UnselectItemAlpha.txt @@ -0,0 +1,5 @@ +驕ク謚槭&繧後※縺縺ェ縺繝輔ぃ繧、繝ォ縺ョ騾乗主コヲ繧呈欠螳壹@縺セ縺吶 + +0 = 髱櫁。ィ遉コ +8 = 蜊企乗 +16 = 荳埼乗 diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/_font.glf b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/_font.glf new file mode 100644 index 0000000..3e7e83e Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/_font.glf differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/_lang.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/_lang.ini new file mode 100644 index 0000000..2c6127c --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang0/_lang.ini @@ -0,0 +1,111 @@ +; moonshl.ini customizer. +; Language file for 0=JPN +; by Moonlight (2007/01/08) + +ExitDialog_Title=邨ゆコ繝繧、繧「繝ュ繧ー +ExitDialog_Proc=蜃ヲ逅繧帝∈謚槭@縺ヲ縺上□縺輔>縲 +ExitDialog_Proc0=螟画峩繧剃ソ晏ュ倥@縺ヲ髮サ貅唇FF +ExitDialog_Proc1=螟画峩繧剃ソ晏ュ倥@縺ヲ繝ェ繧サ繝繝 +ExitDialog_Proc2=螟画峩繧堤エ譽縺励※髮サ貅唇FF +ExitDialog_Proc3=螟画峩繧堤エ譽縺励※繝ェ繧サ繝繝 +ExitDialog_OKButton=OK +ExitDialog_CancelButton=Cancel + +System_FileSelectSubScreen=繝輔ぃ繧、繝ォ繝ェ繧ケ繝郁。ィ遉コ逕サ髱「 +System_FileSelectSubScreen0=繧ソ繝繝√ヱ繝阪Ν(荳狗判髱「) +System_FileSelectSubScreen1=騾壼クク逕サ髱「(荳顔判髱「) +System_ClosedSholderButton=縺オ縺溘r髢峨§縺溘→縺阪ョSR/SL繝懊ち繝ウ +System_ClosedSholderButton0=闢九r髢峨§縺ヲ縺繧矩俣縺ッ辟。蜉ケ +System_ClosedSholderButton1=闢九r髢峨§縺ヲ縺繧矩俣縺ォL+R縺ァSR,R+L縺ァFL +System_ClosedSholderButton2=蟶ク縺ォシ郁搭縺ョ髢矩哩縺ォ縺九°繧上i縺夲シ臥┌蜉ケ +System_ClosedSholderButton3=蟶ク縺ォシ郁搭縺ョ髢矩哩縺ォ縺九°繧上i縺夲シ画怏蜉ケ +System_FullScreenOverlaySubScreen=DPG繝輔Ν繧ケ繧ッ繝ェ繝シ繝ウ縺ョ逕サ髱「驕ク謚 +System_FullScreenOverlaySubScreen0=繧ソ繝繝√ヱ繝阪Ν(荳狗判髱「) +System_FullScreenOverlaySubScreen1=騾壼クク逕サ髱「(荳顔判髱「) +System_FileMaxCount=陦ィ遉コ蜿ッ閭ス繝輔ぃ繧、繝ォ謨ー +System_FileMaxCountUnit=files +System_WhenPanelClose=縺オ縺溘r髢峨§縺溘→縺阪ョ蜃ヲ逅 +System_WhenPanelClose0=讓呎コ(繝舌ャ繧ッ繝ゥ繧、繝域カ育ッ) +System_WhenPanelClose1=髮サ貅唇FF +System_WhenPanelClose2=shutdown.mp3繧貞咲函縺励※縺九i髮サ貅唇FF +System_ResumeUsingWhileMusicPlaying=髻ウ讌ス蜀咲函荳ュ縺ョ繝ャ繧ク繝・繝シ繝菫晏ュ +System_ResumeUsingWhileMusicPlaying0=蜀咲函髢句ァ九@縺溘→縺阪□縺台ソ晏ュ +System_ResumeUsingWhileMusicPlaying1=蜀咲函荳ュ縺ァ繧5遘呈ッ弱↓菫晏ュ +System_StartButtonExec=繧ケ繧ソ繝シ繝医懊ち繝ウ繧呈款縺励◆縺ィ縺阪ョ蜃ヲ逅 +System_StartButtonExec0=繝繝舌ャ繧ー繧ケ繧ッ繝ェ繝シ繝ウ繧定。ィ遉コ +System_StartButtonExec1=繧ス繝輔ヨ繝ェ繧サ繝繝 シRESET.MSE繧定オキ蜍包シ + +HiddenItem_Attribute_Archive=繧「繝シ繧ォ繧、繝門ア樊ァ繝輔ぃ繧、繝ォ +HiddenItem_Attribute_Hidden=髫縺怜ア樊ァ繝輔ぃ繧、繝ォ +HiddenItem_Attribute_System=繧キ繧ケ繝繝螻樊ァ繝輔ぃ繧、繝ォ +HiddenItem_Attribute_Readonly=隱ュ縺ソ霎シ縺ソ蟆ら畑螻樊ァ繝輔ぃ繧、繝ォ +HiddenItem_Path_Shell='shell'繝輔か繝ォ繝 +HiddenItem_Path_Moonshl='moonshl'繝輔か繝ォ繝 +HiddenItem_File_Thumbnail='_thumbnl.msl'繝輔ぃ繧、繝ォ + +KeyRepeat_DelayCount=蟋九∪繧九∪縺ァ縺ョ譎る俣 +KeyRepeat_DelayCountUnit=/60sec +KeyRepeat_RateCount=繧ュ繝シ繝ェ繝斐シ繝医ョ髢馴囈 +KeyRepeat_RateCountUnit=/60sec + +BacklightTimeout_WhenStandby=繧ケ繧ソ繝ウ繝舌う荳ュ +BacklightTimeout_WhenStandbyUnit=遘 +BacklightTimeout_WhenPicture=逕サ蜒剰。ィ遉コ荳ュ +BacklightTimeout_WhenPictureUnit=遘 +BacklightTimeout_WhenText=繝繧ュ繧ケ繝磯夢隕ァ荳ュ +BacklightTimeout_WhenTextUnit=遘 +BacklightTimeout_WhenSound=髻ウ讌ス蜀咲函荳ュ +BacklightTimeout_WhenSoundUnit=遘 + +Boot_hiddenAboutWindow=繝舌シ繧ク繝ァ繝ウ諠蝣ア繧ヲ繧」繝ウ繝峨え髱櫁。ィ遉コ +Boot_hiddenHelpWindow=繝倥Ν繝励え繧」繝ウ繝峨え髱櫁。ィ遉コ +Boot_hiddenDateTimeWindow=譎りィ医え繧」繝ウ繝峨え髱櫁。ィ遉コ +Boot_StartupSound=襍キ蜍輔し繧ヲ繝ウ繝 +Boot_StartupSound0=繧ク繝ウ繧ー繝ォ辟。縺 +Boot_StartupSound1=startup.mp3繧貞咲函 +Boot_StartupSound2=繝輔か繝ォ繝蜀縺ョ髻ウ讌ス繝輔ぃ繧、繝ォ繧貞咲函 + +Thumbnail_Mode=譛牙柑縺ォ縺吶k繧オ繝繝阪う繝ォ蜃ヲ逅 +Thumbnail_Mode0=荳。譁ケ辟。蜉ケ +Thumbnail_Mode1=繧オ繝繝阪う繝ォ繧サ繝ャ繧ッ繧ソ縺ョ縺ソ +Thumbnail_Mode2=繝輔Ν繧ケ繧ッ繝ェ繝シ繝ウ繝励Ξ繝薙Η繝シ縺ョ縺ソ +Thumbnail_Mode3=荳。譁ケ譛牙柑 +Thumbnail_SelectItemAlpha=驕ク謚槭ヵ繧。繧、繝ォ +Thumbnail_SelectItemAlphaUnit=/16alpha +Thumbnail_UnselectItemAlpha=髱樣∈謚槭ヵ繧。繧、繝ォ +Thumbnail_UnselectItemAlphaUnit=/16alpha + +TextPlugin_SpacePixel=陦碁俣繝斐け繧サ繝ォ謨ー +TextPlugin_SpacePixelUnit=繝峨ャ繝 +TextPlugin_ScrollType=繝壹シ繧ク繧ケ繧ッ繝ュ繝シ繝ォ +TextPlugin_ScrollTypeUnit=陦 +TextPlugin_SelectDisplay=繝繧ュ繧ケ繝医え繧」繝ウ繝峨え陦ィ遉コ逕サ髱「 +TextPlugin_SelectDisplay0=繧ソ繝繝√ヱ繝阪Ν(荳狗判髱「) +TextPlugin_SelectDisplay1=騾壼クク逕サ髱「(荳顔判髱「) +TextPlugin_SelectDisplay2=荳。逕サ髱「 + +ImagePlugin_GUITimeOutSec=GUI豸亥悉譎る俣 +ImagePlugin_GUITimeOutSecUnit=遘 +ImagePlugin_ImageMode=逕サ蜒剰。ィ遉コ逕サ髱「 +ImagePlugin_ImageMode0=荳狗判髱「縺ョ縺ソ +ImagePlugin_ImageMode1=荳。逕サ髱「 +ImagePlugin_DrawFileInfo=繝輔ぃ繧、繝ォ諠蝣ア陦ィ遉コ +ImagePlugin_DrawFileInfo0=陦ィ遉コ縺励↑縺 +ImagePlugin_DrawFileInfo1=陦ィ遉コ縺吶k +ImagePlugin_VerticalPadding=荳。逕サ髱「陦ィ遉コ譎ゅョ遨コ逋ス +ImagePlugin_VerticalPaddingUnit=繝峨ャ繝 +ImagePlugin_Interpolation=諡。螟ァ邵ョ蟆乗凾縺ョ陬懷ョ梧婿豕 +ImagePlugin_Interpolation0=繝上シ繝峨え繧ァ繧「譛霑大m陬懷ョ +ImagePlugin_Interpolation1=繧ス繝輔ヨ繧ヲ繧ァ繧「莠梧ャ。陬懷ョ + +GMEPlugin_ReverbLevel=繧ス繝輔ヨ繧ヲ繧ァ繧「繝ェ繝舌シ繝門シキ蠎ヲ +GMEPlugin_ReverbLevelUnit=lev +GMEPlugin_SimpleLPF=LPFシ磯ォ倬浹蝓溘き繝繝茨シ +GMEPlugin_SimpleLPF0=辟。蜉ケ +GMEPlugin_SimpleLPF1=蟆代@繧カ繝ゥ繧カ繝ゥ繧定サス貂帙☆繧 +GMEPlugin_SimpleLPF2=邀繧ゅ▲縺滄浹縺ォ縺吶k +GMEPlugin_DefaultLengthSec=讓呎コ匁シ泌・乗凾髢 +GMEPlugin_DefaultLengthSecUnit=遘 +GMEPlugin_HES_MaxTrackNumber=HES繝医Λ繝繧ッ謨ー +GMEPlugin_HES_MaxTrackNumberUnit=tracks + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/BacklightTimeout.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/BacklightTimeout.txt new file mode 100644 index 0000000..22e8bff --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/BacklightTimeout.txt @@ -0,0 +1,3 @@ +Dim the backlight after the selected +time interval to save power for each +of the below states: diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/Boot_StartupSound.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/Boot_StartupSound.txt new file mode 100644 index 0000000..5cc88a7 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/Boot_StartupSound.txt @@ -0,0 +1,5 @@ +Startup sound + +Type 0 = No sound +Type 1 = Play startup.mp3 +Type 2 = Play sound in music folder diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System.txt new file mode 100644 index 0000000..8d017ca --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System.txt @@ -0,0 +1,2 @@ +MoonShell global setting page + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_ClosedSholderButton.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_ClosedSholderButton.txt new file mode 100644 index 0000000..326c6d1 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_ClosedSholderButton.txt @@ -0,0 +1,8 @@ +Shoulder button lock + +Type 0 = Disable shoulder button when + closed +Type 1 = Use L+R=ShoulderRight, + R+L=ShoulderLeft when closed +Type 2 = Always disabled +Type 3 = Always enabled diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_FileSelectSubScreen.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_FileSelectSubScreen.txt new file mode 100644 index 0000000..416a93f --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_FileSelectSubScreen.txt @@ -0,0 +1,4 @@ +Display filelist on which screen? + +OFF = Touch screen (lower) +ON = Regular screen (upper) \ No newline at end of file diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_FullScreenOverlaySubScreen.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_FullScreenOverlaySubScreen.txt new file mode 100644 index 0000000..145b93d --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_FullScreenOverlaySubScreen.txt @@ -0,0 +1,4 @@ +DPG fullscreen playback on which screen? + +OFF = Touch screen (lower) +ON = Regular screen (upper) \ No newline at end of file diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_ResumeUsingWhileMusicPlaying.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_ResumeUsingWhileMusicPlaying.txt new file mode 100644 index 0000000..84a9a92 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/System_ResumeUsingWhileMusicPlaying.txt @@ -0,0 +1,5 @@ +Resume music playback after reboot + +OFF = Resume playback from beginning +ON = Resume from last checkpoint + saved every 5 seconds diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/TextPlugin_ScrollType.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/TextPlugin_ScrollType.txt new file mode 100644 index 0000000..dba3553 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/TextPlugin_ScrollType.txt @@ -0,0 +1,8 @@ +Top down scroll lines. + +0 = Same as horizontal + (A little left over) +1 = Fullpage scroll + +2,3,4... = The number of lines are + manual specified. diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/Thumbnail_Mode.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/Thumbnail_Mode.txt new file mode 100644 index 0000000..46ec188 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/Thumbnail_Mode.txt @@ -0,0 +1,6 @@ +Enable thumbnails for + +Type 0 = Disable both +Type 1 = Thumbnail selector +Type 2 = Fullscreen playback +Type 3 = Enable both diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/_font.glf b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/_font.glf new file mode 100644 index 0000000..5773005 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/_font.glf differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/_lang.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/_lang.ini new file mode 100644 index 0000000..893f995 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/lang1/_lang.ini @@ -0,0 +1,126 @@ +; moonshl.ini customizer. +; Language file for 1=ENG +; by Moonlight (2007/01/09) + +; Rough Translation by Chiisana [Baka Gaijin] (2007/01/09) +; First Revision by Chiisana [Baka Gaijin] (2007/01/10) +; Change log: +; Fixed a typo for shoulder button 1 setting. +; Revised a few wording for optimal display. +; Second Revision by Chiisana [Baka Gaijin] (2007/01/10) +; Change log: +; Fixed a typo "scrool" => "scroll" +; Fixed typo "sholder" => "shoulder" +; Changed Close Shoulder Button option display for lower screen (upper screen notes attached) +; Changed Backlight Timeout option display for lower screen (upper screen notes attached) +; Third Revision by ___________ (yyyy/mm/dd) + +ExitDialog_Title=Exit dialog +ExitDialog_Proc=Choose processing. +ExitDialog_Proc0=Save and power-off. +ExitDialog_Proc1=Save and soft-reset. +ExitDialog_Proc2=Ignore and power-off. +ExitDialog_Proc3=Ignore and soft-reset. +ExitDialog_OKButton=OK +ExitDialog_CancelButton=Cancel + +System_FileSelectSubScreen=Display filelist on +System_FileSelectSubScreen0=Touch screen (lower) +System_FileSelectSubScreen1=Regular screen (upper) +System_ClosedSholderButton=Shoulder button lock +System_ClosedSholderButton0=Type 0 +System_ClosedSholderButton1=Type 1 +System_ClosedSholderButton2=Type 2 +System_ClosedSholderButton3=Type 3 +System_FullScreenOverlaySubScreen=DPG fullscreen +System_FullScreenOverlaySubScreen0=Touch screen (lower) +System_FullScreenOverlaySubScreen1=Regular screen (upper) +System_FileMaxCount=Max. file count +System_FileMaxCountUnit=files +System_WhenPanelClose=When panel is closed: +System_WhenPanelClose0=Regular (Close backlight) +System_WhenPanelClose1=Shutdown +System_WhenPanelClose2=Play shutdown.mp3 then shutdown +System_ResumeUsingWhileMusicPlaying=Resume music after reboot +System_ResumeUsingWhileMusicPlaying0=Resume from start of starting file +System_ResumeUsingWhileMusicPlaying1=Resume from last 5 seconds check point +System_StartButtonExec=When press START button: +System_StartButtonExec0=Show debug window. +System_StartButtonExec1=Soft reset (boot RESET.MSE) + +HiddenItem_Attribute_Archive=Hide archive files +HiddenItem_Attribute_Hidden=Hide hidden files +HiddenItem_Attribute_System=Hide system files +HiddenItem_Attribute_Readonly=Hide read-only files +HiddenItem_Path_Shell=Hide 'shell' folder +HiddenItem_Path_Moonshl=Hide 'moonshl' folder +HiddenItem_File_Thumbnail=Hide '_thumbnl.msl' files + +KeyRepeat_DelayCount=Delay +KeyRepeat_DelayCountUnit=/60sec +KeyRepeat_RateCount=Repeat interval +KeyRepeat_RateCountUnit=/60sec + +BacklightTimeout_WhenStandby=Standing by +BacklightTimeout_WhenStandbyUnit=sec +BacklightTimeout_WhenPicture=Displaying picture +BacklightTimeout_WhenPictureUnit=sec +BacklightTimeout_WhenText=Reading text +BacklightTimeout_WhenTextUnit=sec +BacklightTimeout_WhenSound=Playing music +BacklightTimeout_WhenSoundUnit=sec + +Boot_hiddenAboutWindow=Hide about window +Boot_hiddenHelpWindow=Hide help window +Boot_hiddenDateTimeWindow=Hide time window +Boot_StartupSound=Startup sound: +Boot_StartupSound0=No sound +Boot_StartupSound1=Play startup.mp3 +Boot_StartupSound2=Play sound in music folder + +Thumbnail_Mode=Enable thumbnails for: +Thumbnail_Mode0=Disable both +Thumbnail_Mode1=Thumbnail selector +Thumbnail_Mode2=Fullscreen playback +Thumbnail_Mode3=Enable both +Thumbnail_SelectItemAlpha=Selected item +Thumbnail_SelectItemAlphaUnit=/16alpha +Thumbnail_UnselectItemAlpha=Unselected item +Thumbnail_UnselectItemAlphaUnit=/16alpha + +TextPlugin_SpacePixel=Padding pixel count +TextPlugin_SpacePixelUnit=pixels +TextPlugin_ScrollType=Top down scroll +TextPlugin_ScrollTypeUnit=lines +TextPlugin_ScrollType0=Same as horizontal (A little left over) +TextPlugin_ScrollType1=Fullpage scroll +TextPlugin_SelectDisplay=Text window display screen: +TextPlugin_SelectDisplay0=Touch screen (lower) +TextPlugin_SelectDisplay1=Regular screen (upper) +TextPlugin_SelectDisplay2=Both screen + +ImagePlugin_GUITimeOutSec=GUI Timeout time +ImagePlugin_GUITimeOutSecUnit=sec +ImagePlugin_ImageMode=Image display screen: +ImagePlugin_ImageMode0=Lower screen +ImagePlugin_ImageMode1=Both screens +ImagePlugin_DrawFileInfo=File info: +ImagePlugin_DrawFileInfo0=Hide +ImagePlugin_DrawFileInfo1=Show +ImagePlugin_VerticalPadding=Vertical padding +ImagePlugin_VerticalPaddingUnit=pixels +ImagePlugin_Interpolation=Interpolation: +ImagePlugin_Interpolation0=Hardware interpolation +ImagePlugin_Interpolation1=Software 2pass interpolation + +GMEPlugin_ReverbLevel=Reverberation strength +GMEPlugin_ReverbLevelUnit=lev +GMEPlugin_SimpleLPF=LPF (High pitch cut-off) +GMEPlugin_SimpleLPF0=Disable +GMEPlugin_SimpleLPF1=Weak reduction +GMEPlugin_SimpleLPF2=Strong reduction +GMEPlugin_DefaultLengthSec=Default length +GMEPlugin_DefaultLengthSecUnit=sec +GMEPlugin_HES_MaxTrackNumber=HES track number +GMEPlugin_HES_MaxTrackNumberUnit=tracks + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnc.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnc.b15 new file mode 100644 index 0000000..00663bd Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnc.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnd.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnd.b15 new file mode 100644 index 0000000..7ba7b5b Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnd.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnl.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnl.b15 new file mode 100644 index 0000000..53d2523 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnl.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnr.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnr.b15 new file mode 100644 index 0000000..2b97779 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pagebtnr.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pageclosebtn.b15 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pageclosebtn.b15 new file mode 100644 index 0000000..8042478 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/pageclosebtn.b15 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_cancelbutton.u8m b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_cancelbutton.u8m new file mode 100644 index 0000000..473a176 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_cancelbutton.u8m differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_check.u8m b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_check.u8m new file mode 100644 index 0000000..473a176 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_check.u8m differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_dialog.u8m b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_dialog.u8m new file mode 100644 index 0000000..6bc3d56 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_dialog.u8m differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_okbutton.u8m b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_okbutton.u8m new file mode 100644 index 0000000..473a176 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_okbutton.u8m differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_open.u8m b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_open.u8m new file mode 100644 index 0000000..77afec8 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_open.u8m differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_page.u8m b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_page.u8m new file mode 100644 index 0000000..473a176 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/custom/snd_page.u8m differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/lang0.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/lang0.ini new file mode 100644 index 0000000..53315e0 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/lang0.ini @@ -0,0 +1,93 @@ +; MoonShell Ver1.6 Internal resource. +; Language file for 0=JPN +; by Moonlight (2007/01/09) + +WindowTitle0=繝舌シ繧ク繝ァ繝ウ諠蝣ア +WindowTitle1=繧ェ繝ウ繝ゥ繧、繝ウ繝倥Ν繝 +WindowTitle2=繝励Ξ繧、繧ウ繝ウ繝医Ο繝シ繝ォ +WindowTitle3=繝輔ぃ繧、繝ォ繧サ繝ャ繧ッ繧ソ +WindowTitle4=譎りィ +WindowTitle5=逕サ蜒上え繧」繝ウ繝峨え +WindowTitle6=繝繧ュ繧ケ繝医え繧」繝ウ繝峨え +WindowTitle7=繝舌う繝翫Μ繧ヲ繧」繝ウ繝峨え +WindowTitle8=Progress... +WindowTitle9=繝励Ξ繧、繝「繝シ繝 +WindowTitle10=繝輔ぃ繧、繝ォ諠蝣ア +WindowTitle11= +WindowTitle12=繧キ繧ケ繝繝繝。繝九Η繝シ + +SystemMenu0=繝繧ュ繧ケ繝(Local)縺ァ髢九¥ +SystemMenu1=繝繧ュ繧ケ繝(UTF-8)縺ァ髢九¥ +SystemMenu2=繝繧ュ繧ケ繝(UTF-16LE)縺ァ髢九¥ +SystemMenu3=繝繧ュ繧ケ繝(UTF-16BE)縺ァ髢九¥ +SystemMenu4=繝舌う繝翫Μ繝「繝シ繝峨〒髢九¥ +SystemMenu50=L/R繝ュ繝繧ッ (迴セ蝨ィ繧「繝ウ繝ュ繝繧ッ) +SystemMenu51=L/R繝ュ繝繧ッ (迴セ蝨ィ繝ュ繝繧ッ荳ュ) +SystemMenu6=迺ー蠅險ュ螳 +SystemMenu7=繝舌ャ繧ッ繝ゥ繧、繝域主コヲ螟画峩 + +UI_OnlineHelp0=竊/竊 繧ォ繝シ繧ス繝ォ遘サ蜍 +UI_OnlineHelp1=竊/竊 繝壹シ繧ク遘サ蜍 +UI_OnlineHelp2=A/B 繝輔ぃ繧、繝ォ繧帝幕縺/髢峨§繧 +UI_OnlineHelp3=START 繝繝舌ャ繧ー繧ヲ繧」繝ウ繝峨え +UI_OnlineHelp4= +UI_OnlineHelp5=HoldSelect 蛟埼溷咲函 +UI_OnlineHelp6=L 荳譎ょ●豁「 +UI_OnlineHelp7=R 谺。縺ョ繝輔ぃ繧、繝ォ繧帝幕縺 +UI_OnlineHelp8=X/Y 繝懊Μ繝・繝シ繝繧貞、峨∴繧 +UI_OnlineHelp9=X/Y 諡。螟ァ邇繧貞、峨∴繧 +UI_OnlineHelp10= +UI_OnlineHelp11=繝代ロ繝ォ繧帝哩縺倥※縺繧九→縺 +UI_OnlineHelp12=R+L 荳譎ょ●豁「 +UI_OnlineHelp13=L+R 谺。縺ョ繝輔ぃ繧、繝ォ繧帝幕縺 +UI_OnlineHelp14= +UI_OnlineHelp15=NDS Lite 繝舌ャ繧ッ繝ゥ繧、繝域桃菴 +UI_OnlineHelp16=Select+L 證励¥縺吶k +UI_OnlineHelp17=Select+R 譏弱k縺上☆繧 +UI_OnlineHelp18= +UI_OnlineHelp19=繝繧ュ繧ケ繝医ヶ繝繧ッ繝槭シ繧ッ +UI_OnlineHelp20=L 繝ュ繝シ繝峨Γ繝九Η繝シ繧帝幕縺 +UI_OnlineHelp21=R 繧サ繝シ繝悶Γ繝九Η繝シ繧帝幕縺 +UI_OnlineHelp22= + +UI_Volume=髻ウ驥:x%d +UI_PlayModeChange=[螟画峩] + +UI_PlayModeLong0=MusicNext:荳譖イ邨ゅo縺」縺溘i蛛懈ュ「 +UI_PlayModeLong1=MusicNext:荳譖イ繝ェ繝斐シ繝 +UI_PlayModeLong2=MusicNext:鬆繝ォ繝シ繝 +UI_PlayModeLong3=MusicNext:鬆繝ォ繝シ繝怜セ碁崕貅唇FF +UI_PlayModeLong4=MusicNext:繧キ繝」繝繝輔Ν繝ォ繝シ繝 +UI_PlayModeLong5=MusicNext:繧キ繝」繝繝輔Ν蠕碁崕貅唇FF +UI_PlayModeLong6=MusicNext:荳譖イ蜀咲函蠕碁崕貅唇FF + +UI_PlayModeShort0=荳譖イ蛛懈ュ「 +UI_PlayModeShort1=荳譖イ繝ェ繝斐シ繝 +UI_PlayModeShort2=鬆繝ォ繝シ繝 +UI_PlayModeShort3=鬆繝ォ繝シ繝涌FF +UI_PlayModeShort4=繝ゥ繝ウ繝繝繝ォ繝シ繝 +UI_PlayModeShort5=繝ゥ繝ウ繝繝OFF +UI_PlayModeShort6=荳譖イOFF + +NotSupportFileExt0=[%s]縺ッ譛ェ蟇セ蠢懊ョ諡。蠑オ蟄舌〒縺吶 +NotSupportFileExt1=蟇セ蠢懊☆繧貴SP繝励Λ繧ー繧、繝ウ縺梧ュ」蟶ク縺ォ +NotSupportFileExt2=繧、繝ウ繧ケ繝医シ繝ォ縺輔l縺ヲ縺繧九°遒コ隱阪@縺ヲ縺上□縺輔>縲 +PluginLoadError0=繝輔ぃ繧、繝ォ縺梧ュ」蟶ク縺ォ髢九¢縺セ縺帙s縺ァ縺励◆縲 +PluginLoadError1=START繝懊ち繝ウ繧呈款縺励※縲 +PluginLoadError2=繝励Λ繧ー繧、繝ウ縺ョ繝ュ繧ー繧堤「コ隱阪@縺ヲ縺上□縺輔>縲 + +TextMSEDialog0=繧サ繝ャ繧ッ繝医懊ち繝ウ繧呈款縺吶→縲 +TextMSEDialog1=繝繧ュ繧ケ繝医励Λ繧ー繧、繝ウ繧定オキ蜍輔@縺セ縺吶 +TextBMDisabled0=繝悶ャ繧ッ繝槭シ繧ッ讖溯ス縺檎┌蜉ケ縺ォ縺ェ縺」縺ヲ縺縺セ縺吶 +TextBMDisabled1= +TextBMDisabled2='misc/Bookmark/Bookmark.txt' +TextBMDisabled3=繧貞盾辣ァ縺励※縺上□縺輔>縲 +TextBMTitle0=邨ゆコ +TextBMTitle1=繝悶ャ繧ッ繝槭シ繧ッ縺九i繝ュ繝シ繝峨☆繧九 (L=Load/R=Save) +TextBMTitle2=繝悶ャ繧ッ繝槭シ繧ッ縺ォ繧サ繝シ繝悶☆繧九 (L=Load/R=Save) +TextBMItemTop0=邨ゆコ +TextBMItemTop1=繝ュ繝シ繝 +TextBMItemTop2=繧サ繝シ繝 +TextBMItemFormEmpty=%s繧ケ繝ュ繝繝.%d %d陦 (遨コ) +TextBMItemFormReady=%s繧ケ繝ュ繝繝.%d %d.陦 %s %d:%02d:%02d + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/lang1.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/lang1.ini new file mode 100644 index 0000000..efd64a0 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/lang1.ini @@ -0,0 +1,93 @@ +; MoonShell Ver1.6 Internal resource. +; Language file for 1=ENG +; by Moonlight (2007/01/09) + +WindowTitle0=About +WindowTitle1=Online help +WindowTitle2=Play control +WindowTitle3=File select +WindowTitle4=Date time +WindowTitle5=Picture view +WindowTitle6=Text view +WindowTitle7=Binary view +WindowTitle8=Progress +WindowTitle9=Set next +WindowTitle10=File infomation +WindowTitle11= +WindowTitle12=System menu + +SystemMenu0=Open text as Local. +SystemMenu1=Open text as UTF-8. +SystemMenu2=Open text as UTF-16LE. +SystemMenu3=Open text as UTF-16BE. +SystemMenu4=Open binary mode. +SystemMenu50=L/R lock (now unlock) +SystemMenu51=L/R lock (now locking) +SystemMenu6=Customize +SystemMenu7=Change backlight bright + +UI_OnlineHelp0=Up/Down CursorMove +UI_OnlineHelp1=Left/Right CursorPage +UI_OnlineHelp2=A/B FileOpen/FileClose +UI_OnlineHelp3=START ShowDebugLog +UI_OnlineHelp4= +UI_OnlineHelp5=HoldSelect FastPlay +UI_OnlineHelp6=L Pause +UI_OnlineHelp7=R NextFile +UI_OnlineHelp8=X/Y Volume for image +UI_OnlineHelp9=X/Y Zoom for audio +UI_OnlineHelp10= +UI_OnlineHelp11=When panel closed. +UI_OnlineHelp12=R+L Pause +UI_OnlineHelp13=L+R NextFile +UI_OnlineHelp14= +UI_OnlineHelp15=Backlight for NDS Lite. +UI_OnlineHelp16=Select+L Down light +UI_OnlineHelp17=Select+R Up light +UI_OnlineHelp18= +UI_OnlineHelp19=Text bookmark +UI_OnlineHelp20=L Open load menu +UI_OnlineHelp21=R Open save menu +UI_OnlineHelp22= + +UI_Volume=Volume:x%d +UI_PlayModeChange=change + +UI_PlayModeLong0=MusicNext:Stop +UI_PlayModeLong1=MusicNext:OneRepeat +UI_PlayModeLong2=MusicNext:NormalLoop +UI_PlayModeLong3=MusicNext:NormalPowerOff +UI_PlayModeLong4=MusicNext:ShuffleLoop +UI_PlayModeLong5=MusicNext:ShufflePowerOff +UI_PlayModeLong6=MusicNext:End PowerOFF + +UI_PlayModeShort0=Stop +UI_PlayModeShort1=OneRepeat +UI_PlayModeShort2=NormalLoop +UI_PlayModeShort3=NormalPowOff +UI_PlayModeShort4=ShuffleLoop +UI_PlayModeShort5=ShufflePowOff +UI_PlayModeShort6=End PowOFF + +NotSupportFileExt0=not support ext%s +NotSupportFileExt1= +NotSupportFileExt2= +PluginLoadError0=load error. +PluginLoadError1=Press START button. +PluginLoadError2=Show start log. + +TextMSEDialog0=When the START button is pushed, +TextMSEDialog1=text plug-in is started. +TextBMDisabled0=Disabled bookmark function. +TextBMDisabled1= +TextBMDisabled2=Please refer 'misc/Bookmark/Bookmark.txt' +TextBMDisabled3= +TextBMTitle0=Exit +TextBMTitle1=Load from bookmark. (L=Load/R=Save) +TextBMTitle2=Save to bookmark. (L=Load/R=Save) +TextBMItemTop0=Exit +TextBMItemTop1=Load +TextBMItemTop2=Save +TextBMItemFormEmpty=%sSlot.%d Line.%d empty. +TextBMItemFormReady=%sSlot.%d Line.%d %s %d:%02d:%02d + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/moonshl.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/moonshl.ini new file mode 100644 index 0000000..c5ce3de --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/moonshl.ini @@ -0,0 +1,513 @@ +サソ; MoonShell global setting file. + +; The item changed on MoonShell is saved in 'moonshl.sav'. +; When 'moonshl.ini' is changed, 'moonshl.sav' is initialized. + +; MoonShell荳翫〒螟画峩縺励◆鬆逶ョ縺ッmoonshl.sav縺ォ菫晏ュ倥&繧後∪縺吶 +; moonshl.ini繧貞、画峩縺吶k縺ィ縲[oonshl.sav縺ッ蛻晄悄蛹悶&繧後∪縺吶 + +; -------------------- + +[System] + +; 1.2 FileSelectSubScreen = [0|1] (Default = 1) + +; Defines which screen is used to display FileBrowser. +; 0 = touchscreen (lower screen) +; 1 = normal screen (upper screen) + +; 繝輔ぃ繧、繝ォ繝ェ繧ケ繝医え繧」繝ウ繝峨え繧定。ィ遉コ縺吶k繝代ロ繝ォ繧偵Γ繧、繝ウ縺ィ繧オ繝悶°繧蛾∈謚槭@縺セ縺吶 +; 0=繧ソ繝繝√ヱ繝阪Ν(荳狗判髱「), 1=騾壼クク逕サ髱「(荳顔判髱「) + +FileSelectSubScreen=1 + +; 1.3 ClosedSholderButton = [0|1|2|3] (Default = 0) + +; Defines L and R buttons behaviour. +; 0 = when shell is closed, L & R are disabled +; 1 = when shell is closed, L & R are functioning normally +; 2 = L & R buttons are always disabled +; 3 = L & R buttons are always enabled + +; 闢九r髢峨§縺ヲ縺繧九→縺阪↓SR/SL繝懊ち繝ウ繧呈怏蜉ケ縺ォ縺吶k縺九ョ險ュ螳壹〒縺吶 +; 0 = 闢九r髢峨§縺ヲ縺繧矩俣縺ッ辟。蜉ケ +; 1 = 闢九r髢峨§縺ヲ縺繧矩俣縺ォ縲´繧呈款縺励↑縺後iR繧呈款縺吶→谺。繝輔ぃ繧、繝ォ縲ヽ繧呈款縺励↑縺後iL繧呈款縺吶→荳譎ょ●豁「 +; 2 = 蟶ク縺ォシ郁搭縺ョ髢矩哩縺ォ縺九°繧上i縺夲シ臥┌蜉ケ +; 3 = 蟶ク縺ォシ郁搭縺ョ髢矩哩縺ォ縺九°繧上i縺夲シ画怏蜉ケ + +ClosedSholderButton=1 + +; 1.4 MusicNext = [0|1|2|3|4|5|6] (Default = 2) + +; Defines audio file playback mode. +; 0 = Play the selected and stop +; 1 = Play the selected and continue to repeat it endlessly +; 2 = Play the selected and continue to play files endlessly +; 3 = Play the selected and continue thru bottom of the list and shut down DS +; 4 = Play the selected and continue to play files randomly and endlessly +; 5 = Play the selected and continue to play randomly all the files and shut down DS +; 6 = Play the selected and shut down DS + +; 譖イ縺檎オゅo縺」縺溘→縺阪ョ蜃ヲ逅繧帝∈謚槭@縺セ縺吶 +; 0=蛛懈ュ「, 1=繝ェ繝斐シ繝, 2=鬆繝ォ繝シ繝, 3=鬆繝ォ繝シ繝怜セ碁崕貅舌が繝, 4=繧キ繝」繝繝輔Ν繝ォ繝シ繝, 5=繧キ繝」繝繝輔Ν蠕碁崕貅舌が繝, 6=荳譖イ貍泌・丞セ碁崕貅舌が繝 + +MusicNext=2 + +; 1.5 SoundVolume = [0 - 64] (Default = 16) + +; Defines sound volume. Set 100% is the maximum real volume. +; Using over 100% values it uses special techniques to boost the sound over the +; maximum level. Loudest possible boosted sound volume is 400%. +; 0 = Mute +; 1 = 6% +; 16 = 100% +; 64 = 400% + +; 蛻晄悄繝懊Μ繝・繝シ繝險ュ螳 + +SoundVolume=16 + +; 1.6 FullScreenOverlaySubScreen = [0|1] (Default = 1) + +; Defines which screen is used to display video in fullscreen mode +; 0 = Touchscreen (lower screen) +; 1 = Normal screen (upper screen) + +; DPG繝輔Ν繧ケ繧ッ繝ェ繝シ繝ウ縺ョ逕サ髱「驕ク謚 +; 0=繧ソ繝繝√ヱ繝阪Ν(荳狗判髱「), 1=騾壼クク逕サ髱「(荳顔判髱「) + +FullScreenOverlaySubScreen=1 + +; 1.7 FileMaxCount = [N] (Default = 256) + +; The maximum file count that filesystem allows. +; Don't change this value if you are not absolutely sure of what you are doing! + +; 陦ィ遉コ蜿ッ閭ス繝輔ぃ繧、繝ォ謨ー + +FileMaxCount=256 + +; 1.8 NDSLiteDefaultBrightness = [0|1|2|3|4] (Default = 4) + +; 0 = Darkest +; 1 = Dark +; 2 = Bright +; 3 = Brightest +; 4 = Automatic detection + +; 襍キ蜍墓凾縺ョ繝舌ャ繧ッ繝ゥ繧、繝域主コヲ (NDSLite縺ョ縺ソ譛牙柑) +; 0=譛繧よ囓縺, 1=證励>, 2=譏弱k縺, 3=譛繧よ弱k縺, 4=閾ェ蜍墓、懷コ + +NDSLiteDefaultBrightness=4 + +; 1.9 WhenPanelClose = [0|1] (Default = 0) + +; Action to do when panel is closed. +; 0 = Screens backlight off +; 1 = DS power off +; 2 = Play shutdown.mp3 and DS power off. + +; 縺オ縺溘r髢峨§縺溘→縺阪ョ蜃ヲ逅繧定ィュ螳壹@縺セ縺吶 +; 0 = 讓呎コ(繝舌ャ繧ッ繝ゥ繧、繝域カ育ッ), 1 = 髮サ貅唇FF, 2 = shutdown.mp3繧貞咲函縺励※縺九i髮サ貅唇FF + +WhenPanelClose=0 + +; 1.10 TopScreenFlip = [0|1|2|3] (Default = 0) + +; Rotate the top screen image. +; 0 = Normal (no rotation) +; 1 = 180 degrees rotation +; 2 = Vertical rotation (flip) +; 3 = Horizontal rotation (mirror) + +; 荳企Κ逕サ髱「蜿崎サ「 +; 0=讓呎コ, 1=180蠎ヲ蝗櫁サ「, 2=邵ヲ蜿崎サ「, 3=讓ェ蜿崎サ「 + +TopScreenFlip=0 + +; 1.xx ResumeUsingWhileMusicPlaying = [0|1] (Default = 0) + +; The resume using while music playing. (Request use resume function from setup.exe) +; 0 = Only when it began to music playing, the resume is preserved. +; 1 = The resume is preserved at intervals of 5 seconds. (Slow SD card has the click noise.) + +; 髻ウ讌ス蜀咲函荳ュ縺ョ繝ャ繧ク繝・繝シ繝菫晏ュ倥↓縺、縺縺ヲ (繧サ繝繝医い繝繝励〒繝ャ繧ク繝・繝シ繝繧呈怏蜉ケ縺ォ縺励◆縺ィ縺阪ョ縺ソ諢丞袖縺後≠繧翫∪縺呻シ +; 0 = 蜀咲函髢句ァ九@縺溘→縺阪□縺代Ξ繧ク繝・繝シ繝繧剃ソ晏ュ倥☆繧九ゑシ亥クク縺ォ譖イ縺ョ蜈磯ュ縺九i繝ャ繧ク繝・繝シ繝縺吶kシ +; 1 = 蜀咲函荳ュ縺ァ繧5遘呈ッ弱↓繝ャ繧ク繝・繝シ繝繧剃ソ晏ュ倥☆繧九ゑシ磯≦縺ТD繧ォ繝シ繝峨r菴ソ縺縺ィ髻ウ鬟帙ウ縺励∪縺呻シ + +ResumeUsingWhileMusicPlaying=0 + +; 1.xx LockLRButton = [0|1] (Default = 0) + +; Sholder L/R button lock flag. +; 0 = Unlock. +; 1 = Lock. + +; L/R繝懊ち繝ウ繧偵Ο繝繧ッ縺励∪縺吶 +; 0 = 繧「繝ウ繝ュ繝繧ッ (L/R繝懊ち繝ウ繧剃スソ縺) +; 1 = 繝ュ繝繧ッ (L/R繝懊ち繝ウ繧堤┌隕悶☆繧) + +LockLRButton=0 + +; 1.xx StartButtonExec = [0|1] (Default = 0) + +; Select execute type when press 'START Button' +; 0 = Show debug window. +; 1 = Soft reset. (boot RESET.MSE) + +; 繧ケ繧ソ繝シ繝医懊ち繝ウ繧呈款縺励◆縺ィ縺阪ョ蜃ヲ逅繧帝∈謚槭@縺セ縺吶 +; 0 = 繝繝舌ャ繧ー繧ケ繧ッ繝ェ繝シ繝ウ繧定。ィ遉コ +; 1 = 繧ス繝輔ヨ繝ェ繧サ繝繝 シRESET.MSE繧定オキ蜍包シ + +StartButtonExec=1 + +; -------------------- + +[HiddenItem] + +; The specified element is made hidden. +; 0=Show, 1=Hide + +; 謖螳壹@縺溷ア樊ァ縲√ヵ繧。繧、繝ォ蜷阪√ヵ繧ゥ繝ォ繝蜷阪r髱櫁。ィ遉コ縺ォ縺励∪縺吶 +; 0=陦ィ遉コ, 1=髱櫁。ィ遉コ + +Attribute_Archive=0 +Attribute_Hidden=1 +Attribute_System=1 +Attribute_Readonly=0 +Path_Shell=1 +Path_Moonshl=1 +File_Thumbnail=1 + +; -------------------- + +[KeyRepeat] + +; 3.1 DelayCount = [1|30|60] (Default = 15) +; 3.2 RateCount = [1|30|60] (Default = 1) + +; You can set the time after which the action will be repeated. +; 1 = 16ms +; 30 = 500ms +; 60 = 1s + +; 繧ュ繝シ繝ェ繝斐シ繝医ョ髢馴囈繧歎Sync(1/60sec)蜊倅ス阪〒險ュ螳壹@縺セ縺吶 + +DelayCount=15 +RateCount=1 + +; -------------------- + +[BacklightTimeout] + +; Specified number. (unit of sec) +; Anything turns off the backlight when there is no key input. +; WhenStandby=FileClosed WhenPicture=BMP/Jpeg etc. WhenText=Text WhenSound=NSF/MP3 etc. +; 謖螳夂ァ呈焚繧ュ繝シ蜈・蜉帙′縺ェ縺縺ィ縺阪↓繝舌ャ繧ッ繝ゥ繧、繝医r豸育ッ縺励∪縺吶よ凾險医励Λ繧ー繧、繝ウ縺後≠繧九→縺阪ッ譎りィ医r陦ィ遉コ縺励∪縺吶 + +WhenStandby=10 +WhenPicture=15 +WhenText=30 +WhenSound=10 + +; -------------------- + +[Boot] + +; Show/Hide windows. (0=Show, 1=Hide) +; 險ュ螳壹&繧後◆蜷繧ヲ繧」繝ウ繝峨え繧帝撼陦ィ遉コ縺ォ縺励∪縺吶 + +hiddenAboutWindow=1 +hiddenHelpWindow=1 +hiddenDateTimeWindow=0 + +; 5.4 StartupSound = [0|1|2] (Default = 1) + +; This is for defining if starting sound is played or not when starting MoonShell. +; Random starting sound will select randomly one mp3 from the folder to play. +; 0 = Starting sound off +; 1 = Starting sound on +; 2 = Random starting sound + +; 襍キ蜍輔し繧ヲ繝ウ繝峨r蜀咲函縺吶k縺九←縺縺九ョ險ュ螳壹〒縺吶 +; 0 = 繧ク繝ウ繧ー繝ォ辟。縺 +; 1 = startup.mp3繧貞咲函縺吶k縲 +; 2 = StartPath縺ァ謖螳壹&繧後◆繝輔か繝ォ繝蜀縺ョ髻ウ讌ス繝輔ぃ繧、繝ォ繧貞咲函縺吶k縲 + +StartupSound=1 + +; -------------------- + +[Thumbnail] + +; 6.1 Mode = [0|1|2|3] (Default = 3) + +; Thumbnail and full screen preview settings. +; 0 = Off +; 1 = Only thumbnail preview +; 2 = Only full screen preview +; 3 = Thumbnail preview and full screen preview + +; 譛牙柑縺ォ縺吶k繧オ繝繝阪う繝ォ蜃ヲ逅繧帝∈謚槭@縺セ縺吶 +; 0=荳。譁ケ辟。蜉ケ, 1=繧オ繝繝阪う繝ォ繧サ繝ャ繧ッ繧ソ縺ョ縺ソ, 2=繝輔Ν繧ケ繧ッ繝ェ繝シ繝ウ繝励Ξ繝薙Η繝シ縺ョ縺ソ, 3=荳。譁ケ譛牙柑 + +Mode=3 + +; 6.2 SelectItemAlpha = [0 - 16] (Default = 16) +; 6.3 UnselectItemAlpha = [0 - 16] (Default = 10) + +; Transparency of the selected (or the unselected) thumbnail image. +; 0 = 0% +; 8 = 50% +; 16 = 100% + +; 繧オ繝繝阪う繝ォ繧サ繝ャ繧ッ繧ソ縺ァ縲√き繝シ繧ス繝ォ縺ァ驕ク謚槭&繧後※縺繧(縺セ縺溘ッ驕ク謚槭&繧後※縺縺ェ縺)鬆逶ョ縺ョ騾乗主コヲ繧呈欠螳壹@縺セ縺吶 +; 0=髱櫁。ィ遉コ, 8=蜊企乗, 16=荳埼乗 + +SelectItemAlpha=16 +UnselectItemAlpha=10 + +; -------------------- + +[TextPlugin] + +; 7.1 SpacePixel = [N] (Default = 1) + +; Defines distance between two lines of text in pixels. +; N can be any integer in [1..191-FontHeightInPixels] range. + +; 陦碁俣繝斐け繧サ繝ォ謨ー繧定ィュ螳壹@縺セ縺吶ゅ槭う繝翫せ蛟、繧逕サ髱「繧オ繧、繧コ莉・荳翫ョ蛟、縺ッ險ュ螳壹@縺ェ縺縺ァ荳九&縺縲 + +SpacePixel=1 + +; 7.2 ScrollType = [N] (Default = 0) + +; The method of scroll the text page. +; 0 = Same as horizontal (A little left over) +; 1 = Fullpage scroll +; 2,3,4... = The number of lines are manual specified. + +; 繝壹シ繧ク繧ケ繧ッ繝ュ繝シ繝ォ陦梧焚繧定ィュ螳壹@縺セ縺吶 +; 0 = 蠕捺擂縺ィ蜷後§シ医■繧縺」縺ィ谿九☆シ, 1 = 繝輔Ν繝壹シ繧ク繧ケ繧ッ繝ュ繝シ繝ォ +; 2,3,4... = 陦梧焚繧偵槭ル繝・繧「繝ォ謖螳壹☆繧九 + +ScrollType=0 + +; 7.3 SelectDisplay [0|1] (Default = 0) + +; The screen where the text window is diplayed. +; 0 = Touchscreen (lower screen) +; 1 = Normal screen (upper screen) +; 2 = Dual screen + +; 繝繧ュ繧ケ繝医え繧」繝ウ繝峨え繧定。ィ遉コ縺吶k逕サ髱「繧帝∈謚槭@縺セ縺吶 +; 0=荳狗判髱「, 1=荳顔判髱「, 2=荳。逕サ髱「 + +SelectDisplay=2 + +; 7.x TextEncode [0|1|2] (Default = 0) + +; 繝繧ュ繧ケ繝医お繝ウ繧ウ繝シ繝峨r謖螳壹@縺セ縺吶 +; 0 = Local +; 1 = UTF-8 +; 2 = UTF-16LE +; 3 = UTF-16BE + +TextEncode=0 + +; -------------------- + +[NDSROMPlugin] + +; 8.1 CrashMeProtection = [0|1] (Default = 1) + +; DS destructive Trojan: 'Trojan.DSBrickA/B' can break your system to useless brick. +; MoonShell can check files before opening them. It only takes a second to check. +; It's not recommended to set this security check off. +; 0 = Protection Off +; 1 = Protection On + +; 'Trojan.DSBrickA/B'繧呈、懷コ縺苓オキ蜍輔r髦サ豁「縺励∪縺吶MD5險育ョ励ッ驕縺縺ァ縺吶′蝓コ譛ャ逧縺ォ1縺ァ菴ソ縺」縺ヲ荳九&縺縲 + +CrashMeProtection=1 + +; 8.xx NDSROMBootFunctionWithEZ4SD = [0|1] (Default = 0) + +; As for the NDSROM start for EZ4/SD, use is compelled. +; 0 = Disabled (typical) +; 1 = Enabled (not recommended) + +; EZ4SD菴ソ逕ィ譎ゅ↓縲¨DSROM繝悶シ繝域ゥ溯ス繧剃スソ縺縺九←縺縺九ョ險ュ螳壹〒縺吶 +; 0 = 菴ソ繧上↑縺 シ域耳螂ィシ +; 1 = 菴ソ縺 シ磯撼謗ィ螂ィシ + +NDSROMBootFunctionWithEZ4SD=0 + +; -------------------- + +[DPGPlugin] + +; 繝薙ョ繧ェ繝繧ウ繝シ繝峨′驕繧後◆縺ィ縺阪↓縲√ョ繧」繧カ繝ェ繝ウ繧ー繧ЖOP繧ケ繧ュ繝繝励↑縺ゥ縺ァ蜷梧悄繧堤カュ謖√@縺セ縺吶 + +; 9.1 Dithering = [0|1|2] (Default = 1) + +; Video dithering. Tries to remove pixelation from video. +; 0 = No dithering. Original quality. +; 1 = Half dithering (1/2). (Delay: below 200ms = full, below 400ms = half, +; over 400ms = skip) +; 2 = Quarter dithering (1/4). (Delay: below 200ms = full, below 400ms = half, +; over 400ms = delay quarter) +; 3 = Strong dithering. (Delay: below 100ms = full, below 200ms = half, +; below 300ms = quarter, over 300ms = skip) + +; YUV螟画鋤繧帝俣蠑輔″シ医ョ繧」繧カ繝ェ繝ウ繧ーシ峨☆繧句シキ縺輔r謖螳壹@縺セ縺吶 +; 0=髢灘シ輔″辟。縺, 1=1/2繝繧」繧カ, 2=1/4繝繧」繧カ, 3=Ver0.99鬚ィ繝繧」繧カ + +Dithering=0 + +; 9.2 GOPSkip = [0|1] (Default = 1) + +; When video is slowing down a lot there is an effective way to prevent it from +; happening by skipping GOPs (Group Of Pictures). +; 0 = GOP skipping off +; 1 = GOP skipping on + +; 縺溘¥縺輔s驕蟒カ縺励◆縺ィ縺阪↓縲;OP繝悶Ο繝繧ッ(騾壼クク15繝輔Ξ繝シ繝)蜊倅ス阪〒繧ケ繧ュ繝繝励@縺セ縺吶 +; 0=繧ケ繧ュ繝繝励@縺ェ縺, 1=繧ケ繧ュ繝繝励☆繧 + +GOPSkip=0 + +; 9.3 AdaptiveDelayControl = [0|1] (Default = 1) + +; Choosing the top priority value for control of the video frames. +; 0 = Video playback (as top priority) +; 1 = Audio/video synchronization (as top priority) + +; 蜍輔″縺ョ豼縺励&縺ォ繧医▲縺ヲ繝繧」繧カ繝ェ繝ウ繧ー繧定ェソ謨エ縺励∪縺吶 +; 0=蜍輔″蜆ェ蜈, 1=蜷梧悄諤ァ蜆ェ蜈 + +AdaptiveDelayControl=0 + +; -------------------- + +[ImagePlugin] + +; 10.1 GUITimeOutSec = [N] (Default = 2) + +; When a specified time in seconds have elapsed the scroll bar and the title bar +; will disappear from image window. +; N = Any number in seconds +; 0 = Alway OFF + +; 逕サ蜒剰。ィ遉コ譎ゅ∵欠螳夂ァ呈焚邨碁℃縺吶k縺ィ繧ケ繧ッ繝ュ繝シ繝ォ繝舌シ縺ィ繧ソ繧、繝医Ν繝舌シ繧呈カ亥悉縺励∪縺吶 +; 0 = 蟶ク縺ォOFF + +GUITimeOutSec=2 + +; 10.2 ImageMode = [0|1] (Default = 0) + +; Single or double screens can be used for displaying images. Double screen mode +; has a limited support. +; 0 = Single display mode +; 1 = Double display mode + +; 逕サ蜒上r陦ィ遉コ縺吶k逕サ髱「繧帝∈謚槭@縺セ縺吶ゆク。逕サ髱「縺ッ諡。螟ァ邵ョ蟆上′闡励@縺丞宛髯舌&繧後∪縺吶 +; 0=荳狗判髱「縺ョ縺ソ, 1=荳。逕サ髱「 + +ImageMode=0 + +; 10.3 DrawFileInfo = [0|1] (Default = 1) + +; The file informations are displayed in GUI, if there are informations. +; 0 = Hide informations +; 1 = Show informations + +; 繝輔ぃ繧、繝ォ諠蝣ア縺後≠繧九→縺阪;UI縺ォ陦ィ遉コ縺励∪縺吶 +; 0=陦ィ遉コ縺励↑縺, 1=陦ィ遉コ縺吶k + +DrawFileInfo=1 + +; 10.4 VerticalPadding = [N] (Default = 96) + +; The size of the space between upper and lower screen can be set when using Double +; display mode (value: ImageMode=1). + +; 荳。逕サ髱「縺ォ陦ィ遉コ縺励◆縺ィ縺阪ョ遨コ逋ス鬆伜沺縺ョ繧オ繧、繧コ繧呈欠螳壹@縺セ縺吶ゑシ井ク顔判髱「縺ィ荳狗判髱「縺ョ髢薙ョ隕冶ヲ夊ェ、蟾ョ繧呈ク帙i縺咏岼逧シ +; 0繝斐け繧サ繝ォ莉・螟悶↓縺励◆縺ィ縺阪ッ縲∬。ィ遉コ縺輔l縺ェ縺驛ィ蛻縺檎匱逕溘@縺セ縺吶 + +VerticalPadding=96 + +; 10.x Interpolation = [N] (Default = 1) + +; Interpolation (supplementation) method is selected by the zoom (or reduce) of the image. +; Double display mode is hardware only. +; 0=Hardware, 1=Software bilinear interpolation + +; 諡。螟ァ邵ョ蟆乗凾縺ョ陬懷ョ梧婿豕輔r驕ク謚槭@縺セ縺吶(荳。逕サ髱「陦ィ遉コ譎ゅッ譛霑大m陬懷ョ後ョ縺ソ縺ァ縺) +; 0=繝上シ繝峨え繧ァ繧「譛霑大m陬懷ョ, 1=繧ス繝輔ヨ繧ヲ繧ァ繧「莠梧ャ。陬懷ョ + +Interpolation=1 + +; -------------------- + +[ClockPlugin] + +; 11.1 Enabled = [0|1] (Default = 1) + +; Displaying the clock plug-in. +; 0 = Hide +; 1 = Display + +; 譎りィ医励Λ繧ー繧、繝ウ繧呈怏蜉ケ縺ォ縺励∪縺吶 +; 0=辟。蜉ケ, 1=譛牙柑 + +Enabled=1 + +; 11.2 RTC24Hour = [0|1] (Default = 1) + +; Defining hour time format. +; 0 = 12-hour time format (with: AM/PM -letters) +; 1 = 24-hour time format + +; 24譎る俣邉サ險ュ螳壹r縺励∪縺吶 +; 0=12譎る俣邉サ, 1=24譎る俣邉サ + +RTC24Hour=1 + +; 11.3 FormatDate = [value] (Default = YYYY/MM/DD) + +; The display format of the date. Max length is 32 characters. +; In this example, the year(Y) is 2001, month(M) is 2 and the day(D) is 3. +; When using code (it displays): +; YYYY (2001), YY (01), MM (02), M (2), DD (03), D (3) +; So using code: YYYY/MM/DD date is displayed as: 2001/02/03 +; Different separator characters can be used: , - . / + +; 譌・譛ャ隱槭ッYYYY/MM/DD縺ァok. + +FormatDate=YYYY/MM/DD + +; -------------------- + +[GMEPlugin] + +; x.x ReverbLevel = [0 - 256] (Default = 64) + +ReverbLevel=64 + +; x.x SimpleLPF = [0 - 2] (Default = 1) +; 0 = None, 1 = Lite, 2 = Heavy + +SimpleLPF=1 + +; x.x DefaultLengthSec = [0 - 65535] (Default = 90) +; 0 = No limit + +DefaultLengthSec=90 + +; x.x HES_MaxTrackNumber = [1 - 256] (Default = 32) + +HES_MaxTrackNumber=32 + +; -------------------- + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/moonshl.sav b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/moonshl.sav new file mode 100644 index 0000000..a64a5a9 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/moonshl.sav differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/aac.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/aac.msp new file mode 100644 index 0000000..9b65e14 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/aac.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/aac.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/aac.txt new file mode 100644 index 0000000..a1571c4 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/aac.txt @@ -0,0 +1,52 @@ +FAAD2 fix for low stack machine. + +FAAD2 2.5 uses quite a lot stacks, it makes difficult to run on low stack machines like Nintedno DS. +AAC decoding code on DS just results in frozing by stack overflow. +For example, "element" structure in channel_pair_element function is more than 20000 bytes. +The size of "trans_buf" array in ifilter_bank function is 8192 bytes. +Those large local variable arrays and structures in syntax.c, specrec.c, and filtbank.c was modified to static. +This fix will help low stack application for FAAD2. + +TODO: Only part of large local variables was modified. Changing compile options and sound format other than AAC may still contain large local variables. All of the large local variables should be fixed. + +Moonlight wrote. (2006/12/18 09:46 GMT+09:00) + +filtbank.c +Line.190 comment out. : memset(transf_buf, 0, sizeof(2*1024*sizeof(real_t))); + +syntax.c +Line.597 comment out. : memset(&sce, 0, sizeof(element)); +Line.598 comment out. : memset(spec_data, 0, 1024*sizeof(int16_t)); +Line.648 comment out. : memset(spec_data1, 0, 1024*sizeof(int16_t)); +Line.649 comment out. : memset(spec_data2, 0, 1024*sizeof(int16_t)); +Line.650 comment out. : memset(&cpe, 0, sizeof(element)); + +Moonlight wrote. (2006/12/20 11:07 GMT+09:00) + +re-enabled all 2006/12/18 comment out. (for Accuracy memory initializer) + +common.h +enabled SBR_DEC and SBR_LOW_POWER. + +sbr_hfgen.c +Line.211 add mask value. : uint32_t pow2, mask, exp; + +sbr_hfadj.c +Line.1507 fix undefined reference to 'SBR_SQRT_Q2'. +Reffer http://www.audiocoding.com/modules/newbb/viewtopic.php?topic_id=223&forum=2&PHPSESSID=6a43abb3f8b2a3a84812e529303cf45a + +Moonlight wrote. (2006/12/24 22:53 GMT+09:00) + +re-comment out all 2006/12/18 comment out. (for Fast initializer) + +Moonlight wrote. (2006/12/27 23:12 GMT+09:00) + +Disabled SBR. + +Functions. + +MPEG-4 format: LTP/LD profile AAC +DRM (copyright protection mechanism) is unsupported. +High-bitrate stream is unsupported. +Seek cannot be done. + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/bmp.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/bmp.msp new file mode 100644 index 0000000..b72c45e Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/bmp.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/bmp_hist.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/bmp_hist.txt new file mode 100644 index 0000000..df0d51e --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/bmp_hist.txt @@ -0,0 +1,13 @@ + +2006-03-05 + +It corresponded to 1bitBMP and 4bitBMP. + +2006-03-17 + +縮小率50%以下で横アライメントが正常に機能していなかったバグを修正しました。 + +2006-05-15 + +MSPV40に対応しました。4800x3600ピクセルの画像までシームレスにスクロールできるようになりました。 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/gif.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/gif.msp new file mode 100644 index 0000000..2ac9874 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/gif.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/gif.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/gif.txt new file mode 100644 index 0000000..32547e6 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/gif.txt @@ -0,0 +1,23 @@ + +The GIFLIB distribution is Copyright (c) 1997 Eric S. Raymond + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +-Toshio Kuratomi + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ikm.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ikm.msp new file mode 100644 index 0000000..58031e4 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ikm.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu.ini new file mode 100644 index 0000000..036703f --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu.ini @@ -0,0 +1,8 @@ + +[JpegAccuPlugin] + +; for Progressive JPEG decorder. +; 0 = Disabled, 1 = Enalbed + +ProgressiveJpeg=0 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu.msp new file mode 100644 index 0000000..83746c6 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu.txt new file mode 100644 index 0000000..0cd8d89 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu.txt @@ -0,0 +1,388 @@ +MoonShell Plugin converted by Moonlight. +--- + +The Independent JPEG Group's JPEG software +========================================== + +README for release 6b of 27-Mar-1998 +==================================== + +This distribution contains the sixth public release of the Independent JPEG +Group's free JPEG software. You are welcome to redistribute this software and +to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. + +Serious users of this software (particularly those incorporating it into +larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to +our electronic mailing list. Mailing list members are notified of updates +and have a chance to participate in technical discussions, etc. + +This software is the work of Tom Lane, Philip Gladstone, Jim Boucher, +Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, +Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG +Group. + +IJG is not affiliated with the official ISO JPEG standards committee. + + +DOCUMENTATION ROADMAP +===================== + +This file contains the following sections: + +OVERVIEW General description of JPEG and the IJG software. +LEGAL ISSUES Copyright, lack of warranty, terms of distribution. +REFERENCES Where to learn more about JPEG. +ARCHIVE LOCATIONS Where to find newer versions of this software. +RELATED SOFTWARE Other stuff you should get. +FILE FORMAT WARS Software *not* to get. +TO DO Plans for future IJG releases. + +Other documentation files in the distribution are: + +User documentation: + install.doc How to configure and install the IJG software. + usage.doc Usage instructions for cjpeg, djpeg, jpegtran, + rdjpgcom, and wrjpgcom. + *.1 Unix-style man pages for programs (same info as usage.doc). + wizard.doc Advanced usage instructions for JPEG wizards only. + change.log Version-to-version change highlights. +Programmer and internal documentation: + libjpeg.doc How to use the JPEG library in your own programs. + example.c Sample code for calling the JPEG library. + structure.doc Overview of the JPEG library's internal structure. + filelist.doc Road map of IJG files. + coderules.doc Coding style rules --- please read if you contribute code. + +Please read at least the files install.doc and usage.doc. Useful information +can also be found in the JPEG FAQ (Frequently Asked Questions) article. See +ARCHIVE LOCATIONS below to find out where to obtain the FAQ article. + +If you want to understand how the JPEG code works, we suggest reading one or +more of the REFERENCES, then looking at the documentation files (in roughly +the order listed) before diving into the code. + + +OVERVIEW +======== + +This package contains C software to implement JPEG image compression and +decompression. JPEG (pronounced "jay-peg") is a standardized compression +method for full-color and gray-scale images. JPEG is intended for compressing +"real-world" scenes; line drawings, cartoons and other non-realistic images +are not its strong suit. JPEG is lossy, meaning that the output image is not +exactly identical to the input image. Hence you must not use JPEG if you +have to have identical output bits. However, on typical photographic images, +very good compression levels can be obtained with no visible change, and +remarkably high compression levels are possible if you can tolerate a +low-quality image. For more details, see the references, or just experiment +with various compression settings. + +This software implements JPEG baseline, extended-sequential, and progressive +compression processes. Provision is made for supporting all variants of these +processes, although some uncommon parameter settings aren't implemented yet. +For legal reasons, we are not distributing code for the arithmetic-coding +variants of JPEG; see LEGAL ISSUES. We have made no provision for supporting +the hierarchical or lossless processes defined in the standard. + +We provide a set of library routines for reading and writing JPEG image files, +plus two sample applications "cjpeg" and "djpeg", which use the library to +perform conversion between JPEG and some other popular image file formats. +The library is intended to be reused in other applications. + +In order to support file conversion and viewing software, we have included +considerable functionality beyond the bare JPEG coding/decoding capability; +for example, the color quantization modules are not strictly part of JPEG +decoding, but they are essential for output to colormapped file formats or +colormapped displays. These extra functions can be compiled out of the +library if not required for a particular application. We have also included +"jpegtran", a utility for lossless transcoding between different JPEG +processes, and "rdjpgcom" and "wrjpgcom", two simple applications for +inserting and extracting textual comments in JFIF files. + +The emphasis in designing this software has been on achieving portability and +flexibility, while also making it fast enough to be useful. In particular, +the software is not intended to be read as a tutorial on JPEG. (See the +REFERENCES section for introductory material.) Rather, it is intended to +be reliable, portable, industrial-strength code. We do not claim to have +achieved that goal in every aspect of the software, but we strive for it. + +We welcome the use of this software as a component of commercial products. +No royalty is required, but we do ask for an acknowledgement in product +documentation, as described under LEGAL ISSUES. + + +LEGAL ISSUES +============ + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-1998, Thomas G. Lane. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + + +ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, +sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. +ansi2knr.c is NOT covered by the above copyright and conditions, but instead +by the usual distribution terms of the Free Software Foundation; principally, +that you must include source code if you redistribute it. (See the file +ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part +of any program generated from the IJG code, this does not limit you more than +the foregoing paragraphs do. + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltconfig, ltmain.sh). Another support script, install-sh, is copyright +by M.I.T. but is also freely distributable. + +It appears that the arithmetic coding option of the JPEG spec is covered by +patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot +legally be used without obtaining one or more licenses. For this reason, +support for arithmetic coding has been removed from the free JPEG software. +(Since arithmetic coding provides only a marginal gain over the unpatented +Huffman mode, it is unlikely that very many implementations will support it.) +So far as we are aware, there are no patent restrictions on the remaining +code. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent, GIF reading support has +been removed altogether, and the GIF writer has been simplified to produce +"uncompressed GIFs". This technique does not use the LZW algorithm; the +resulting GIF files are larger than usual, but are readable by all standard +GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + + +REFERENCES +========== + +We highly recommend reading one or more of these references before trying to +understand the innards of the JPEG software. + +The best short technical introduction to the JPEG compression algorithm is + Wallace, Gregory K. "The JPEG Still Picture Compression Standard", + Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. +(Adjacent articles in that issue discuss MPEG motion picture compression, +applications of JPEG, and related topics.) If you don't have the CACM issue +handy, a PostScript file containing a revised version of Wallace's article is +available at ftp://ftp.uu.net/graphics/jpeg/wallace.ps.gz. The file (actually +a preprint for an article that appeared in IEEE Trans. Consumer Electronics) +omits the sample images that appeared in CACM, but it includes corrections +and some added material. Note: the Wallace article is copyright ACM and IEEE, +and it may not be used for commercial purposes. + +A somewhat less technical, more leisurely introduction to JPEG can be found in +"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by +M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides +good explanations and example C code for a multitude of compression methods +including JPEG. It is an excellent source if you are comfortable reading C +code but don't know much about data compression in general. The book's JPEG +sample code is far from industrial-strength, but when you are ready to look +at a full implementation, you've got one here... + +The best full description of JPEG is the textbook "JPEG Still Image Data +Compression Standard" by William B. Pennebaker and Joan L. Mitchell, published +by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. Price US$59.95, 638 pp. +The book includes the complete text of the ISO JPEG standards (DIS 10918-1 +and draft DIS 10918-2). This is by far the most complete exposition of JPEG +in existence, and we highly recommend it. + +The JPEG standard itself is not available electronically; you must order a +paper copy through ISO or ITU. (Unless you feel a need to own a certified +official copy, we recommend buying the Pennebaker and Mitchell book instead; +it's much cheaper and includes a great deal of useful explanatory material.) +In the USA, copies of the standard may be ordered from ANSI Sales at (212) +642-4900, or from Global Engineering Documents at (800) 854-7179. (ANSI +doesn't take credit card orders, but Global does.) It's not cheap: as of +1992, ANSI was charging $95 for Part 1 and $47 for Part 2, plus 7% +shipping/handling. The standard is divided into two parts, Part 1 being the +actual specification, while Part 2 covers compliance testing methods. Part 1 +is titled "Digital Compression and Coding of Continuous-tone Still Images, +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS +10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of +Continuous-tone Still Images, Part 2: Compliance testing" and has document +numbers ISO/IEC IS 10918-2, ITU-T T.83. + +Some extensions to the original JPEG standard are defined in JPEG Part 3, +a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG +currently does not support any Part 3 extensions. + +The JPEG standard does not specify all details of an interchangeable file +format. For the omitted details we follow the "JFIF" conventions, revision +1.02. A copy of the JFIF spec is available from: + Literature Department + C-Cube Microsystems, Inc. + 1778 McCarthy Blvd. + Milpitas, CA 95035 + phone (408) 944-6300, fax (408) 944-6314 +A PostScript version of this document is available by FTP at +ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text +version at ftp://ftp.uu.net/graphics/jpeg/jfif.txt.gz, but it is missing +the figures. + +The TIFF 6.0 file format specification can be obtained by FTP from +ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme +found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. +IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). +Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 +(Compression tag 7). Copies of this Note can be obtained from ftp.sgi.com or +from ftp://ftp.uu.net/graphics/jpeg/. It is expected that the next revision +of the TIFF spec will replace the 6.0 JPEG design with the Note's design. +Although IJG's own code does not support TIFF/JPEG, the free libtiff library +uses our library to implement TIFF/JPEG per the Note. libtiff is available +from ftp://ftp.sgi.com/graphics/tiff/. + + +ARCHIVE LOCATIONS +================= + +The "official" archive site for this software is ftp.uu.net (Internet +address 192.48.96.9). The most recent released version can always be found +there in directory graphics/jpeg. This particular version will be archived +as ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz. If you don't have +direct Internet access, UUNET's archives are also available via UUCP; contact +help@uunet.uu.net for information on retrieving files that way. + +Numerous Internet sites maintain copies of the UUNET files. However, only +ftp.uu.net is guaranteed to have the latest official version. + +You can also obtain this software in DOS-compatible "zip" archive format from +the SimTel archives (ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/), or +on CompuServe in the Graphics Support forum (GO CIS:GRAPHSUP), library 12 +"JPEG Tools". Again, these versions may sometimes lag behind the ftp.uu.net +release. + +The JPEG FAQ (Frequently Asked Questions) article is a useful source of +general information about JPEG. It is updated constantly and therefore is +not included in this distribution. The FAQ is posted every two weeks to +Usenet newsgroups comp.graphics.misc, news.answers, and other groups. +It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ +and other news.answers archive sites, including the official news.answers +archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. +If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu +with body + send usenet/news.answers/jpeg-faq/part1 + send usenet/news.answers/jpeg-faq/part2 + + +RELATED SOFTWARE +================ + +Numerous viewing and image manipulation programs now support JPEG. (Quite a +few of them use this library to do so.) The JPEG FAQ described above lists +some of the more popular free and shareware viewers, and tells where to +obtain them on Internet. + +If you are on a Unix machine, we highly recommend Jef Poskanzer's free +PBMPLUS software, which provides many useful operations on PPM-format image +files. In particular, it can convert PPM images to and from a wide range of +other formats, thus making cjpeg/djpeg considerably more useful. The latest +version is distributed by the NetPBM group, and is available from numerous +sites, notably ftp://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM/. +Unfortunately PBMPLUS/NETPBM is not nearly as portable as the IJG software is; +you are likely to have difficulty making it work on any non-Unix machine. + +A different free JPEG implementation, written by the PVRG group at Stanford, +is available from ftp://havefun.stanford.edu/pub/jpeg/. This program +is designed for research and experimentation rather than production use; +it is slower, harder to use, and less portable than the IJG code, but it +is easier to read and modify. Also, the PVRG code supports lossless JPEG, +which we do not. (On the other hand, it doesn't do progressive JPEG.) + + +FILE FORMAT WARS +================ + +Some JPEG programs produce files that are not compatible with our library. +The root of the problem is that the ISO JPEG committee failed to specify a +concrete file format. Some vendors "filled in the blanks" on their own, +creating proprietary formats that no one else could read. (For example, none +of the early commercial JPEG implementations for the Macintosh were able to +exchange compressed files.) + +The file format we have adopted is called JFIF (see REFERENCES). This format +has been agreed to by a number of major commercial JPEG vendors, and it has +become the de facto standard. JFIF is a minimal or "low end" representation. +We recommend the use of TIFF/JPEG (TIFF revision 6.0 as modified by TIFF +Technical Note #2) for "high end" applications that need to record a lot of +additional data about an image. TIFF/JPEG is fairly new and not yet widely +supported, unfortunately. + +The upcoming JPEG Part 3 standard defines a file format called SPIFF. +SPIFF is interoperable with JFIF, in the sense that most JFIF decoders should +be able to read the most common variant of SPIFF. SPIFF has some technical +advantages over JFIF, but its major claim to fame is simply that it is an +official standard rather than an informal one. At this point it is unclear +whether SPIFF will supersede JFIF or whether JFIF will remain the de-facto +standard. IJG intends to support SPIFF once the standard is frozen, but we +have not decided whether it should become our default output format or not. +(In any case, our decoder will remain capable of reading JFIF indefinitely.) + +Various proprietary file formats incorporating JPEG compression also exist. +We have little or no sympathy for the existence of these formats. Indeed, +one of the original reasons for developing this free software was to help +force convergence on common, open format standards for JPEG files. Don't +use a proprietary file format! + + +TO DO +===== + +The major thrust for v7 will probably be improvement of visual quality. +The current method for scaling the quantization tables is known not to be +very good at low Q values. We also intend to investigate block boundary +smoothing, "poor man's variable quantization", and other means of improving +quality-vs-file-size performance without sacrificing compatibility. + +In future versions, we are considering supporting some of the upcoming JPEG +Part 3 extensions --- principally, variable quantization and the SPIFF file +format. + +As always, speeding things up is of great interest. + +Please send bug reports, offers of help, etc. to jpeg-info@uunet.uu.net. diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu_hist.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu_hist.txt new file mode 100644 index 0000000..2c54de2 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/jpegaccu_hist.txt @@ -0,0 +1,21 @@ + +2006-03-17 + +縮小率50%以下で横アライメントが正常に機能していなかったバグを修正しました。 + +2006-05-15 + +MSPV40に対応しました。4800x3600ピクセルの画像までシームレスにスクロールできるようになりました。 + +2006-05-22 + +範囲外エリアの描画を要求されたときの範囲チェックを追加しました。 + +2006-05-22 + +モノクログレースケール画像を正常に展開できないバグを修正しました。 + +2006-08-12 + +jpegaccu.iniにProgressiveJpegアイテムを追加しました。 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mdx.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mdx.ini new file mode 100644 index 0000000..41e2c47 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mdx.ini @@ -0,0 +1,8 @@ + +[MDXPlugin] + +SampleRate=11025 +TotalTrack=16 +Transpose=0 +GenVolume=80 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mdx.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mdx.msp new file mode 100644 index 0000000..3167101 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mdx.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.bin b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.bin new file mode 100644 index 0000000..455fddc Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.bin differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.ini new file mode 100644 index 0000000..351b8ab --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.ini @@ -0,0 +1,9 @@ + +[MIDPlugin] + +SampleRate=32768 +ShowEventMessage=0 +MaxVoiceCount=20 +GenVolume=128 +ReverbFactor=80 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.msp new file mode 100644 index 0000000..50a6f98 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.txt new file mode 100644 index 0000000..6ed7104 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp.txt @@ -0,0 +1,16 @@ + +Please overwrite midrcp.msp/midrcp.bin onto /shell/plugin/ folder of CF/SD. +Request MoonShell Version1.1 (MSPV20 support). + +--- + +midrcp.msp/midrcp.binをCF/SDの/shell/plugin/フォルダに上書きコピーしてください。 +MoonShell Version1.1以降(MSPV20対応MoonShell)で使ってください。 + +---- + +音源ファイルはRafarl様作成し、SYUUHOU様が調整してくださったTimidity用の、「SYUUHOUの30MBパッチ用ConfigファイルVer.6.5」を私Moonlightが縮小加工して使用させていただきました。 +http://www.h7.dion.ne.jp/~syuuhou/ + +勝手に使ったので問題があります。お怒りになる前に連絡いただけたら幸いです。 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp_hist.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp_hist.txt new file mode 100644 index 0000000..aa18b19 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/midrcp_hist.txt @@ -0,0 +1,88 @@ + +Please release smidf0.msp/smid.msp. + +2006-03-07 + +It corresponded to SMF format1. +It corresponded to change PitchBend/Volume/Expression/Panpot/MasterVolume. + +2006-03-08 + +Seek was supported. +Tie was supported. + +2006-03-09 + +Drum bank was supported. +Dynamic loading for PCM was supported. (request MSP Ver2.0 support) +The volume coefficient has been adjusted. + +2006-03-10 + +Drum rendering and mapping bug was fixed. +Envelope generator was supported. +Pitch bend range was supported. +The accuracy of pitch bend has been improved. +Simple delay effect was implemented. + +2006-03-10-2 + +Vibrato generator was implemented. +Click noise was reduced. +Variation tone bank was implemented. +Duplication bug for drum PCM was fixed. +Loading progress bar was implemented. + +2006-03-13 + +Reflecting loop PCM was supported. +Double drum mapping was supported. +Click noise was reduced. +Beginning and seeking use faster method. +Setup_smidplugin.exe was included. + +2006-03-19 + +The GUS patch layer was selected from note number automatically. +音程からGUSパッチのレイヤーを自動選択するようにしました。 + +2006-03-20 + +コントロールチェンジ1のモジュレーションに対応しました。 +コントロールチェンジ64のダンパーペダルに対応しました。 +小数点以下4bitのループポイント(Fractions)に対応しました。 +リリースエンベロープをもう少し真面目に処理するようにしました。 +ドラムがずっと残るバグを修正しました。 +メモリが足りなかったときに警告を表示するようにしました。 +演奏が終了したときに次に進まないバグを修正しました。 + +Control change 1 modulation was supported. +Control change 64 damper pedal was supported. +The 4bit fraction start/end looping point was supported. +Release envelope is seriously processed. +The drum muting bug was fixed. +Show warning message when overflow memory. +The bug that did not end even if sequence ended was corrected. + +2006-03-21 + +RCP/R36(RCM-PC98V2.0(C)COME ON MUSIC)に対応した…つもり。 +ちょっと高速化しました。 + +RCP/R36(RCM-PC98V2.0(C)COME ON MUSIC) was supported. +Speed-up a little. + +2006-03-26 + +PCM合成を大幅に高速化しました。 +The PCM synthesis was more faster. + +2006-04-01 + +テンポ情報が見つからなかったとき、ハングアップするバグを修正しました。 +When tempo change command was not found, the bug that hung up was corrected. + +2006-06-02 + +CPU内部メモリ(DTCM)を未初期化のまま使用していたバグを修正しました。 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt0.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt0.ini new file mode 100644 index 0000000..3a6faf3 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt0.ini @@ -0,0 +1,16 @@ + +[MikModPlugin] + +MaxVoiceCount=24 + +; Extend Function Flags 0=off 1=on + +Flag_Interpolate=1 +Flag_Surround=1 +Flag_HQMixer=0 + +; Sound Scheme + +Channels=2 +Frequency=32768 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt0.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt0.msp new file mode 100644 index 0000000..94f568a Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt0.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt0.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt0.txt new file mode 100644 index 0000000..8cf696e --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt0.txt @@ -0,0 +1,20 @@ + +ModPlug-XMMS and libmodplug are now in the public domain. + +Modplug Plugin for XMMS v2.0 / libmodplug v0.7 + Based on the ModPlug sound engine by Olivier Lapicque + XMMS plugin by Kenton Varda + Placed in the public domain in October, 2001 + +Olivier Lapicque, author of Modplug, which is arguably the best quality +MOD-playing software available, has placed his sound rendering code in the +public domain. This library and plugin is based on that code. + +For more information on libmodplug, the library for decoding mod-like music +formats, see libmodplug/README. + +NOTE TO FELLOW OPEN SOURCE PROGRAMMERS: + I (Kenton Varda) no longer have the time or desire to maintain this library. + If anyone would like to take over for me, please e-mail me at + . Thanks. + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt1.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt1.ini new file mode 100644 index 0000000..3a6faf3 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt1.ini @@ -0,0 +1,16 @@ + +[MikModPlugin] + +MaxVoiceCount=24 + +; Extend Function Flags 0=off 1=on + +Flag_Interpolate=1 +Flag_Surround=1 +Flag_HQMixer=0 + +; Sound Scheme + +Channels=2 +Frequency=32768 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt1.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt1.msp new file mode 100644 index 0000000..9005a53 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt1.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt1.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt1.txt new file mode 100644 index 0000000..8cf696e --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt1.txt @@ -0,0 +1,20 @@ + +ModPlug-XMMS and libmodplug are now in the public domain. + +Modplug Plugin for XMMS v2.0 / libmodplug v0.7 + Based on the ModPlug sound engine by Olivier Lapicque + XMMS plugin by Kenton Varda + Placed in the public domain in October, 2001 + +Olivier Lapicque, author of Modplug, which is arguably the best quality +MOD-playing software available, has placed his sound rendering code in the +public domain. This library and plugin is based on that code. + +For more information on libmodplug, the library for decoding mod-like music +formats, see libmodplug/README. + +NOTE TO FELLOW OPEN SOURCE PROGRAMMERS: + I (Kenton Varda) no longer have the time or desire to maintain this library. + If anyone would like to take over for me, please e-mail me at + . Thanks. + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt2.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt2.ini new file mode 100644 index 0000000..3a6faf3 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt2.ini @@ -0,0 +1,16 @@ + +[MikModPlugin] + +MaxVoiceCount=24 + +; Extend Function Flags 0=off 1=on + +Flag_Interpolate=1 +Flag_Surround=1 +Flag_HQMixer=0 + +; Sound Scheme + +Channels=2 +Frequency=32768 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt2.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt2.msp new file mode 100644 index 0000000..e1a7eb6 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt2.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt2.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt2.txt new file mode 100644 index 0000000..8cf696e --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mikmodt2.txt @@ -0,0 +1,20 @@ + +ModPlug-XMMS and libmodplug are now in the public domain. + +Modplug Plugin for XMMS v2.0 / libmodplug v0.7 + Based on the ModPlug sound engine by Olivier Lapicque + XMMS plugin by Kenton Varda + Placed in the public domain in October, 2001 + +Olivier Lapicque, author of Modplug, which is arguably the best quality +MOD-playing software available, has placed his sound rendering code in the +public domain. This library and plugin is based on that code. + +For more information on libmodplug, the library for decoding mod-like music +formats, see libmodplug/README. + +NOTE TO FELLOW OPEN SOURCE PROGRAMMERS: + I (Kenton Varda) no longer have the time or desire to maintain this library. + If anyone would like to take over for me, please e-mail me at + . Thanks. + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mp3.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mp3.msp new file mode 100644 index 0000000..698ff58 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mp3.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mp3.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mp3.txt new file mode 100644 index 0000000..b5b363a --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/mp3.txt @@ -0,0 +1,21 @@ + + libmad - MPEG audio decoder library + Copyright (C) 2000-2004 Underbit Technologies, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + If you would like to negotiate alternate licensing terms, you may do + so by contacting: Underbit Technologies, Inc. + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/msp.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/msp.msp new file mode 100644 index 0000000..1c74db8 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/msp.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/nsf.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/nsf.msp new file mode 100644 index 0000000..f8ad1aa Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/nsf.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ogg.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ogg.msp new file mode 100644 index 0000000..5830c3b Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ogg.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ogg.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ogg.txt new file mode 100644 index 0000000..d5bd09f --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ogg.txt @@ -0,0 +1,6 @@ + +This README covers the Ogg Vorbis 'Tremor' integer playback codec +source as of date 2002 09 02, version 1.0.0. + +Copyright (c) 2002, Xiph.org Foundation + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ogghist.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ogghist.txt new file mode 100644 index 0000000..4a2c14a --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/ogghist.txt @@ -0,0 +1,15 @@ + +2006/03/05 + +It was corrected that the seek bar had worked abnormally with the monaural channel. + +2006/04/27 + +81kbyte is normal version. 97kbyte is accuracy version. +An accurate version is only for the ogg file of 128kbps or less because it is very heavy. + +2007/01/13 + +Fixed memory leak on 'framing.c'. Thank you Firon. +81kbyte is normal version. 97kbyte is accuracy version. + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/png.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/png.msp new file mode 100644 index 0000000..477eb8d Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/png.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/png.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/png.txt new file mode 100644 index 0000000..1b46c3b --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/png.txt @@ -0,0 +1,9 @@ + + libpng version 1.2.8 - December 3, 2004 + Copyright (c) 1998-2004 Glenn Randers-Pehrson + (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) + (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) + + zlib version 1.2.3 - July 18, 2005 + Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/png_hist.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/png_hist.txt new file mode 100644 index 0000000..4b945ca --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/png_hist.txt @@ -0,0 +1,18 @@ + +2006-03-17 + +縮小率50%以下で横アライメントが正常に機能していなかったバグを修正しました。 + +2006-07-17 + +透明色指定のあるパレット付き画像でアライメントがずれるバグを修正しました。(Thanks 149様) +1/2/4bitパレット画像でバッファオーバーランするバグを修正しました。 + +2006-12-19 + +使用ライブラリをlibpng-1.2.14にアップデートしました。解放前処理が不要になったようです。 + +2007-01-16 + +MSPV40に対応しました。4800x3600ピクセルの画像までシームレスにスクロールできるようになりました。 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/psd.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/psd.msp new file mode 100644 index 0000000..1541144 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/psd.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/psd.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/psd.txt new file mode 100644 index 0000000..f576559 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/psd.txt @@ -0,0 +1,5 @@ + +色空間は、Bitmap(mono)/Grayscale/Duotone(gray)/Indexed(palette)/RGB/Multichannel(CMY)/CMYKに対応。Lab色空間は未対応。CMYK->RGB変換はあっているか不安。 +非圧縮データは未対応。(RLE圧縮されたファイルのみ対応) +レイヤーやパス情報などは全て未対応。 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/psd_hist.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/psd_hist.txt new file mode 100644 index 0000000..508c704 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/psd_hist.txt @@ -0,0 +1,10 @@ + +2006-03-17 + +無圧縮データも展開できるようにしました。 +縮小率50%以下で横アライメントが正常に機能していなかったバグを修正しました。 + +2006-05-15 + +MSPV40に対応しました。4800x3600ピクセルの画像までシームレスにスクロールできるようになりました。 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/reset.mse b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/reset.mse new file mode 100644 index 0000000..e53efc2 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/reset.mse differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/reset.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/reset.txt new file mode 100644 index 0000000..8eb826f --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/reset.txt @@ -0,0 +1,37 @@ +MoonShell execute plug-in + +This plug-in is exclusive return to firmware function. + +Reference URL that becomes base of reset function. +Most of reset.mse is a copy of LoveLite. + +Lick + ds homebrew +http://licklick.wordpress.com/tag/lovelite/ + +For other homebrew developers. +'reset.mse' can be used from your self-made application. + +Please make the C/D bank of VRAM accessible from ARM9. +example. + VRAM_C_CR = VRAM_ENABLE | _VRAM_CD_MAIN_BG_0x6000000; + VRAM_D_CR = VRAM_ENABLE | _VRAM_CD_MAIN_BG_0x6020000; + +Please write the following values in 1024 bytes from 0x0603FC00. (16bit access is necessary.) +0x0603FC00 0x01 +0x0603FC01 0x01 +0x0603FC02 0x01 +0x0603FC03 0x01 +0x0603FC04 '?' +0x0603FC05 '?' +0x0603FC06 '?' +0x0603FC07 '?' +0x0603FC08 0x00 +0x0603FC09 0x00 +0x0603FC0A 0x00 +0x0603FC0B 0x00 +0x0603FC0C 0x00,0x00,0x00... +Please input the adaptor name (four characters) from 0x0603FC04 to 0x0603FC07. +Please fill zero from 0x0603FC0C to 0x0603FFFF. + +Please start 'reset.mse'. (Please begin with usual NDS multi boot in a similar way.) + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/spc.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/spc.ini new file mode 100644 index 0000000..afa1312 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/spc.ini @@ -0,0 +1,7 @@ + +[SPCPlugin] + +; 曲情報TAGが見つからなかったときの標準再生時間(秒単位)です。 + +DefaultSongLength=180 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/spc.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/spc.msp new file mode 100644 index 0000000..d6ddb33 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/spc.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/spc.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/spc.txt new file mode 100644 index 0000000..199c0dc --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/spc.txt @@ -0,0 +1,8 @@ + +PocketSPC player for the Nintendo DS +Version 0.9 + +Gary Linscott +pocketspc@pocketheaven.com +http://pocketspc.pocketheaven.com + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/tta.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/tta.msp new file mode 100644 index 0000000..9a17427 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/tta.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/tta.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/tta.txt new file mode 100644 index 0000000..8c85cbb --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/tta.txt @@ -0,0 +1,278 @@ +MoonShell plugin converted by Moonlight. (2006/12/22) + +///////////////////////////////////////////////////////////////////////////// +////////////////// THE LOSSLESS TRUE AUDIO CODEC LIBRARY //////////////////// +///////////////////////////////////////////////////////////////////////////// + +This package contains a full-futured CODEC library for realtime encoding and +decoding of True Audio (TTA) files. + +The library has a 3 interface classes and 2 functions, which provides a +possibility to work in applications of any complexity. + +For maintenance of namespace wholeness, all functions and library classes +are transferred out to the separate namespace, named TTALib. + +For a simplicity of work with library namespace it's possible to use a +command: + +using namespace TTALib; + +///////////////////////////////////////////////////////////////////////////// +/////////////////// Wav2TTA, TTA2Wav & TTATest functions //////////////////// +///////////////////////////////////////////////////////////////////////////// + +For a simple use of the library we provide 3 basic functions: + +TTAError Wav2TTA ( const char *infile, + const char *outfile, + bool CopyID3v2Tag = true, + TTACALLBACK TTACallback = NULL, + void *uParam = NULL ); + +The Wav2TTA function is intended for convert a WAV files into the TTA format. + +Description of the function parameters: + + infile - the name of the input WAV file; + outfile - the name of the output TTA file; + CopyID3v2Tag - copy ID3v2 tag if it's present; + TTACallback - bool (*TTACALLBACK)(const TTAStat &stat, void *uParam), + the callback function, intended for the extension of + possibilities of the user program. Can be used to get + a statistics of the encoding process. This parameter + must be set to NULL if not used. The callback function + must return 'true' to continue of the encoding process, + or 'false' to interrupt it. In this case the Wav2TTA + function will return the TTA_CANCELED error. + uParam - users parameter, can be set to NULL; + +The TTA2Wav function is intended for convert a TTA files into the Wav format. + +TTAError TTA2Wav ( const char *infile, + const char *outfile, + bool CopyID3v2Tag = true, + TTACALLBACK TTACallback = NULL, + void *uParam = NULL ); + +Description of the function parameters: + + infile - the name of the input TTA file; + outfile - the name of the output WAV file; + CopyID3v2Tag - copy ID3v2 tag if it's present; + TTACallback - bool (*TTACALLBACK)(const TTAStat &stat, void *uParam), + the callback function, intended for the extension of + possibilities of the user program. Can be used to get + a statistics of the decoding process. This parameter + must be set to NULL if not used. The callback function + must return 'true' to continue of the decoding process, + or 'false' to interrupt it. In this case the TTA2Wav + function will return the TTA_CANCELED error. + uParam - users parameter, can be set to NULL; + +The TTA2Test function is intended for test a TTA files for errors. + +TTAError TTATest ( const char *infile, + TTACALLBACK TTACallback = NULL, + void *uParam = NULL ); + +Description of the function parameters: + + infile - the name of the input TTA file; + TTACallback - bool (*TTACALLBACK)(const TTAStat &stat, void *uParam), + the callback function, intended for the extension of + possibilities of the user program. Can be used to get + a statistics of the testing process. This parameter + must be set to NULL if not used. The callback function + must return 'true' to continue of the testing process, + or 'false' to interrupt it. In this case the TTA2Wav + function will return the TTA_CANCELED error. + uParam - users parameter, can be set to NULL; + +All of these functions returns the values of the TTAError type. +The error code can be easily converted into the text string, by calling the +GetErrStr() function, accepting a error code as a parameter. + +///////////////////////////////////////////////////////////////////////////// +//////////////// TTAEncoder, TTADecoder & WavFile classes /////////////////// +///////////////////////////////////////////////////////////////////////////// + +For using this library in advanced applications the TTAEncoder, TTADecoder +and the WavFile interface classes can be used. + +============================================================================ + TTAEncoder class +============================================================================ + +The TTAEncoder class is intended for coding PCM data with into the TTA file. + +The TTAEncoder class has a 2 constructors: + +TTAEncoder( const char *filename, + bool append, + unsigned short AudioFormat, + unsigned short NumChannels, + unsigned short BitsPerSample, + unsigned long SampleRate, + unsigned long DataLength ); + +TTAEncoder( HANDLE hInFile, + bool append, + unsigned short AudioFormat, + unsigned short NumChannels, + unsigned short BitsPerSample, + unsigned long SampleRate, + unsigned long DataLength ); + +The first of these 2 constructors accepts the name of the input file, +secondary constructor accepts the input file handle. The 'append' parameter +can be used to open input file for writing at the end of the file +(appending); creates the file first if it doesn't exist. + +The other parameters contains the information about the stream: + + AudioFormat - audio format: + WAVE_FORMAT_PCM or WAVE_FORMAT_IEEE_FLOAT; + NumChannels - number of channels; + BitsPerSample - count of bits per sample; + SampleRate - sample rate; + DataLength - overall number of input samples in file. + +The CompressBlock function can be used to compress a chunk of the input data: + + bool CompressBlock (long *buffer, long bufLen); + +Description of the function parameters: + + buffer - input data buffer; + bufLen - buffer length (number of input samples). + +Returns 'true' on success and 'false' on failure. + +The GetStat() function allows to get a compression statistics. + + TTAStat GetStat(); + +This function returns the TTAStat strucure: + + struct TTAStat + { + double ratio; + unsigned long input_bytes; + unsigned long output_bytes; + }; + +Description of the structure fields: + + ratio - compression ratio; + input_bytes - count of input bytes processed; + input_bytes - count of output bytes saved. + +============================================================================ + TTADecoder class +============================================================================ + +The TTADecoder class is intended for decoding of the TTA audio files. + +The TTADecoder class has a 2 constructors: + + TTADecoder (const char *filename); + TTADecoder (HANDLE hInFile); + +The first of these 2 constructors accepts the name of the input file, +secondary constructor accepts the input file handle. + +The next set of functions can be used to retrieve the information about the +stream: + + GetAudioFormat() - returns the audio format: + WAVE_FORMAT_PCM or WAVE_FORMAT_IEEE_FLOAT; + GetNumChannels() - returns the number of channels; + GetBitsPerSample() - returns the count of bits per sample; + GetSampleRate() - returns the sample rate; + GetDataLength() - returns the overall number of input samples + in file. + +The CompressBlock function can be used to get a chunk of the decompressed +data. + + long GetBlock (long **buffer); + +Returns the decompressed data into the 'buffer' and the buffer length (count +of samples) as a function value. Returns 0 if the end-of-file is reached. + +The GetStat() function allows to get a decompression statistics. + + TTAStat GetStat(); + +This function returns the the structure which has a TTAStat type, described +above. + +If an error occurs, the both of TTAEncoder and TTADecoder classes generates +exceptions of the TTAException type. The error code can be retrieved by +GetErrNo function of the exception value. The returned error code can be +converted into the text string by the GetErrStr() function, which accepts the +error value as a parameter. + +============================================================================ + WavFile class +============================================================================ + +The WavFile class provides a simple interface to work with a WAV format files. +The error code can be retrieved by GetErrNo function. The returned error code +can be converted into the text string by the GetErrStr() function, which +accepts the error value as a parameter. + + HANDLE Create(const char *filename); + +Creates the WAV file with a name, specified by the 'filename' parameter. +Returns the file HANDLE or INVALID_HANDLE_VALUE on error. + + HANDLE Open(const char *filename); + +Opens WAV file to read. Function accepts the file name as a parameter and +returns the file HANDLE or INVALID_HANDLE_VALUE on error. + + bool ReadHeaders(); + +This function is intended to get WAV file headers. Then, the read parameters +can be retrieved from class attributes 'wave_hdr' and 'subchunk_hdr'. +Function returns 'true' on success and 'false' on failure. + + bool Read(long *data, long byte_size, unsigned long *len); + +The function reads 'len' samples of data, each size 'byte_size' bytes, from +the input file into the buffer 'data'. Function returns 'true' on success +and 'false' on failure. + + bool WriteHeaders(); + +This function is intended to write WAV file headers. The writing headers +will be retrieved from class attributes 'wave_hdr' and 'subchunk_hdr'. +Function returns 'true' on success and 'false' on failure. + + bool Write(long *data, long byte_size, long num_chan, + unsigned long *len); + +The function writes 'len' samples of data, each size 'byte_size' bytes, +into the output file from the buffer 'data'. The 'num_chan' parameter +defines the number of audio channels. Function returns 'true' on success +and 'false' on failure. The actually wrote number of samples will be +returned back by the 'len' parameter. + + void Close(); // Closes the WAV file + + TTAError GetErrNo() const; // Returns the error code. + +The returned error code can be converted into the text string by the +GetErrStr() function, which accepts the error value as a parameter. + +///////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////// + +Copyright (c) 2004 Alexander Djourik. All rights reserved. +Copyright (c) 2004 Pavel Zhilin. All rights reserved. + +For the latest in news and downloads, please visit the official True Audio +project site: http://tta.sourceforge.net + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/wav.msp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/wav.msp new file mode 100644 index 0000000..c1d3cc5 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/plugin/wav.msp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/resume.sav b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/resume.sav new file mode 100644 index 0000000..f6118d2 --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/resume.sav @@ -0,0 +1,8 @@ +このファイルは保存用なので、編集しないでください。 +STARTを押しながら起動すると、レジュームを破棄して起動します。 + +Please do not edit this file because this is for the resume preservation. +The resume is ignored when starting while pushing the START. + + + \ No newline at end of file diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/Thumbs.db b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/Thumbs.db new file mode 100644 index 0000000..e52cfa2 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/Thumbs.db differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/c_file.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/c_file.bmp new file mode 100644 index 0000000..ff8d6a5 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/c_file.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/c_text.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/c_text.bmp new file mode 100644 index 0000000..c82fab1 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/c_text.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/client.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/client.bmp new file mode 100644 index 0000000..0bdda66 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/client.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/closebtn.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/closebtn.bmp new file mode 100644 index 0000000..8091963 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/closebtn.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/desktop.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/desktop.bmp new file mode 100644 index 0000000..3e8a07d Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/desktop.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/fbarcur.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/fbarcur.bmp new file mode 100644 index 0000000..2dc42d3 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/fbarcur.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/fbarplay.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/fbarplay.bmp new file mode 100644 index 0000000..8eae874 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/fbarplay.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/prgbara.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/prgbara.bmp new file mode 100644 index 0000000..62bbb6e Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/prgbara.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/prgbard.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/prgbard.bmp new file mode 100644 index 0000000..02b2632 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/prgbard.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sb_bg.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sb_bg.bmp new file mode 100644 index 0000000..45abf17 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sb_bg.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sb_body.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sb_body.bmp new file mode 100644 index 0000000..af54979 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sb_body.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sb_part.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sb_part.bmp new file mode 100644 index 0000000..9fe268a Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sb_part.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/shutdown.mp3 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/shutdown.mp3 new file mode 100644 index 0000000..08828a9 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/shutdown.mp3 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/skin.ini b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/skin.ini new file mode 100644 index 0000000..dedbeda --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/skin.ini @@ -0,0 +1,123 @@ + +[SkinInfo] + +Title=bluemoonlight +Author=Moonlight (空架様の画像を使用しています) +LastUpdate=2006/12/29 + +; -------------------- + +[ColorCoordination] + +; Changes the color of the MoonShell Skin. (RRGGBB hex format) +; Be sure to remove the semicolon before any line you wish to change. +; 指定された部分の色を設定します。 + +DesktopBG=-1 + +TitleA_Bright=000080 +TitleA_Dark=000040 +TitleA_BG=202080 +TitleA_Text=d0e0ff +TitleA_TextShadow=000000 + +TitleD_Bright=000080 +TitleD_Dark=000040 +TitleD_BG=000000 +TitleD_Text=b0b0f0 + +ScrollBar=-1 + +FrameBright=000080 +FrameDark=000040 + +ClientBG=000000 +ClientText=d0e0ff + +FileSelectBG=000000 +FileSelectText=e0e0f0 +FileSelectCursor=a0a0e0 +FileSelectPlay=4040a0 + +TextViewBG=-1 +TextViewText=fff0f0 + +ProgressEnd=-1 +ProgressLast=-1 + +; -------------------- + +; This will change the default positions for the windows in MoonShell. + +[OverrideWindowRect_About] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_Help] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_PlayControl] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_FileSelect] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_DateTime] +x=125 +y=108 +w=131 +h=-1 +DisabledCloseButton=1 + +[OverrideWindowRect_PicView] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_TextView] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_Progress] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_SetNext] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_FileInfo] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +; -------------------- + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/skin.txt b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/skin.txt new file mode 100644 index 0000000..341bb5a --- /dev/null +++ b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/skin.txt @@ -0,0 +1,15 @@ + +Please copy the *.BMP/skin.ini file onto the shell folder of CF/SD/EXFS. + +このフォルダに入っている*.BMP/skin.iniファイルをCF/SD/EXFSのshellフォルダにコピーしてください。 +スキンファイルが他のスキンデータを混ざらないようにしてください。 + +空架(aska)様のウェブページにある素材画像を使用させていただきました。 + +Silverry moon light +http://ciel.oheya.to/ + +Copyright (c) 2002-2006 Silverry moon light all rights reserved. + +このファイル群の画像データを単体で利用することを禁止します。 + diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/splash.ani b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/splash.ani new file mode 100644 index 0000000..8e6543c Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/splash.ani differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/startup.mp3 b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/startup.mp3 new file mode 100644 index 0000000..752d86a Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/startup.mp3 differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sysicon.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sysicon.bmp new file mode 100644 index 0000000..021c0df Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/sysicon.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/titlea.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/titlea.bmp new file mode 100644 index 0000000..ca79691 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/titlea.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/titled.bmp b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/titled.bmp new file mode 100644 index 0000000..675b68d Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/skin/titled.bmp differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/system.ank b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/system.ank new file mode 100644 index 0000000..76fae2a Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/system.ank differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/system.fon b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/system.fon new file mode 100644 index 0000000..6ccf0fe Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/system.fon differ diff --git a/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/system.l2u b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/system.l2u new file mode 100644 index 0000000..ccb4d26 Binary files /dev/null and b/archive/super4i.com/old/super4i.com_Kernel_v1.2/moonshl/system.l2u differ