mirror of
https://github.com/LorisYounger/VPet.ModMaker.git
synced 2024-08-30 18:22:21 +00:00
MODMaker v 1.10.13
This commit is contained in:
parent
4c48706d6b
commit
d35270937a
@ -1,4 +1,4 @@
|
||||
vupmod#ModMaker:|author#Hakoyu:|gamever#11000:|ver#11000:|
|
||||
vupmod#ModMaker:|author#Hakoyu:|gamever#11013:|ver#11013:|
|
||||
intro#modmakerintor:|
|
||||
lang#en:|modmakerintor#Zero threshold, just open it and use it. Supports all game content (animation, text, and effects) \n Follow the game updates, new content, mod maker will follow the update, start making it now!:|ModMaker#ModMaker:|
|
||||
lang#zh-Hans:|modmakerintor#0门槛,打开就能用。支持所有游戏内容(动画,文本,效果皆可)\n跟随游戏更新,出新内容,MOD 制作器也会跟随更新,立即上手制作吧!:|ModMaker#Mod 制作器:|
|
||||
|
@ -8,3 +8,4 @@
|
||||
需要将文化 {0} 设为主要文化吗?#Need to set culture {0} as the main culture?|
|
||||
!!!注意!!!\n此操作会将所有ID设为当前文化的翻译内容,仅适用于初次设置多文化的模组\n确定要继续吗?#!!!Attention!!!\nThis operation will set all IDs to the translation content of the current culture, only applicable to the first setting of multi-culture module\nAre you sure you want to continue?|
|
||||
确认退出吗?#Are you sure you want to exit?|
|
||||
动画ID(非必要)#AnimID (opt):|
|
@ -8,3 +8,5 @@
|
||||
需要将文化 {0} 设为主要文化吗?#需要将文化 {0} 设为主要文化吗?:|
|
||||
!!!注意!!!\n此操作会将所有ID设为当前文化的翻译内容,仅适用于初次设置多文化的模组\n确定要继续吗?#!!!注意!!!\n此操作会将所有ID设为当前文化的翻译内容,仅适用于初次设置多文化的模组\n确定要继续吗?:|
|
||||
确认退出吗?#确认退出吗?:|
|
||||
动画ID(非必要)#动画ID(非必要):|
|
||||
|
||||
|
@ -8,3 +8,4 @@
|
||||
需要将文化 {0} 设为主要文化吗?#需要將文化 {0} 設為主要文化嗎?:|
|
||||
!!!注意!!!\n此操作会将所有ID设为当前文化的翻译内容,仅适用于初次设置多文化的模组\n确定要继续吗?#!!!注意!!!\n此操作會將所有ID設為目前文化的翻譯內容,僅適用於初次設定多文化的模組\n確定要繼續嗎?:|
|
||||
确认退出吗?#確認退出嗎?:|
|
||||
动画ID(非必要)#動畫ID(非必要):|
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -9,17 +9,17 @@
|
||||
"VPet.ModMaker/1.0.0": {
|
||||
"dependencies": {
|
||||
"CommunityToolkit.Mvvm": "8.2.2",
|
||||
"HKW.Utils": "1.2.5",
|
||||
"HKW.WPF": "1.0.3",
|
||||
"HKW.Utils": "1.2.21",
|
||||
"HKW.WPF": "1.0.6",
|
||||
"LinePutScript": "1.11.6",
|
||||
"LinePutScript.Localization.WPF": "1.0.6",
|
||||
"Mapster": "7.4.0",
|
||||
"Microsoft.CSharp": "4.7.0",
|
||||
"Ookii.Dialogs.Wpf": "5.0.1",
|
||||
"Panuon.WPF": "1.1.0",
|
||||
"Panuon.WPF.UI": "1.2.1.1",
|
||||
"VPet-Simulator.Core": "1.1.0.1",
|
||||
"VPet-Simulator.Windows.Interface": "1.1.0.1"
|
||||
"Panuon.WPF.UI": "1.2.1.2",
|
||||
"VPet-Simulator.Core": "1.1.0.4",
|
||||
"VPet-Simulator.Windows.Interface": "1.1.0.5"
|
||||
},
|
||||
"runtime": {
|
||||
"VPet.ModMaker.dll": {}
|
||||
@ -33,25 +33,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"HKW.Utils/1.2.5": {
|
||||
"HKW.Utils/1.2.21": {
|
||||
"runtime": {
|
||||
"lib/net8.0/HKW.Utils.dll": {
|
||||
"assemblyVersion": "1.2.5.0",
|
||||
"fileVersion": "1.2.5.0"
|
||||
"assemblyVersion": "1.2.21.0",
|
||||
"fileVersion": "1.2.21.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"HKW.WPF/1.0.3": {
|
||||
"HKW.WPF/1.0.6": {
|
||||
"dependencies": {
|
||||
"CommunityToolkit.Mvvm": "8.2.2",
|
||||
"HKW.Utils": "1.2.5",
|
||||
"HKW.Utils": "1.2.21",
|
||||
"Microsoft.Extensions.DependencyInjection": "8.0.0",
|
||||
"Microsoft.Xaml.Behaviors.Wpf": "1.1.77"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0-windows7.0/HKW.WPF.dll": {
|
||||
"assemblyVersion": "1.0.3.0",
|
||||
"fileVersion": "1.0.3.0"
|
||||
"assemblyVersion": "1.0.6.0",
|
||||
"fileVersion": "1.0.6.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -137,22 +136,22 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Panuon.WPF.UI/1.2.1.1": {
|
||||
"Panuon.WPF.UI/1.2.1.2": {
|
||||
"dependencies": {
|
||||
"Panuon.WPF": "1.1.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0-windows/Panuon.WPF.UI.dll": {
|
||||
"assemblyVersion": "1.2.1.1",
|
||||
"fileVersion": "1.2.1.1"
|
||||
"assemblyVersion": "1.2.1.2",
|
||||
"fileVersion": "1.2.1.2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"VPet-Simulator.Core/1.1.0.1": {
|
||||
"VPet-Simulator.Core/1.1.0.4": {
|
||||
"dependencies": {
|
||||
"LinePutScript": "1.11.6",
|
||||
"LinePutScript.Localization.WPF": "1.0.6",
|
||||
"Panuon.WPF.UI": "1.2.1.1"
|
||||
"Panuon.WPF.UI": "1.2.1.2"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/VPet-Simulator.Core.dll": {
|
||||
@ -161,9 +160,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"VPet-Simulator.Windows.Interface/1.1.0.1": {
|
||||
"VPet-Simulator.Windows.Interface/1.1.0.5": {
|
||||
"dependencies": {
|
||||
"VPet-Simulator.Core": "1.1.0.1"
|
||||
"VPet-Simulator.Core": "1.1.0.4"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/VPet-Simulator.Windows.Interface.dll": {
|
||||
@ -187,19 +186,19 @@
|
||||
"path": "communitytoolkit.mvvm/8.2.2",
|
||||
"hashPath": "communitytoolkit.mvvm.8.2.2.nupkg.sha512"
|
||||
},
|
||||
"HKW.Utils/1.2.5": {
|
||||
"HKW.Utils/1.2.21": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-e+ncF7AXZXby0ZM4KcBdpHpNrWs+84EKCpqlXzOTejvB7JMny96TGEwfrjKl41Ulo9hKPb7goD6qzDKLNRJRyQ==",
|
||||
"path": "hkw.utils/1.2.5",
|
||||
"hashPath": "hkw.utils.1.2.5.nupkg.sha512"
|
||||
"sha512": "sha512-2M/TCITvekGTmaEa2iV9+Og/GFneOmtzm/IN6e5CzVOJ3NAIpAM7fozpYuEeQ8Vv7XGiQWX6kCCSYtSAyT6pOg==",
|
||||
"path": "hkw.utils/1.2.21",
|
||||
"hashPath": "hkw.utils.1.2.21.nupkg.sha512"
|
||||
},
|
||||
"HKW.WPF/1.0.3": {
|
||||
"HKW.WPF/1.0.6": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-lqBUhwFrdiJDIGba+YUjAu7TIU9iYy7TOg5j659bobAU7Fq9416bYZoMoX1s3pMOpMg04/QagSPtJoTRxJ56ew==",
|
||||
"path": "hkw.wpf/1.0.3",
|
||||
"hashPath": "hkw.wpf.1.0.3.nupkg.sha512"
|
||||
"sha512": "sha512-9MLdEVoMQSvFOoE05L9/4zKKhYAe/cOZrt3HeRWskiiIlJ4U0o32vnrAa6oiQ++NMDIS+ybRiEWpswShc5wSJw==",
|
||||
"path": "hkw.wpf/1.0.6",
|
||||
"hashPath": "hkw.wpf.1.0.6.nupkg.sha512"
|
||||
},
|
||||
"LinePutScript/1.11.6": {
|
||||
"type": "package",
|
||||
@ -271,26 +270,26 @@
|
||||
"path": "panuon.wpf/1.1.0",
|
||||
"hashPath": "panuon.wpf.1.1.0.nupkg.sha512"
|
||||
},
|
||||
"Panuon.WPF.UI/1.2.1.1": {
|
||||
"Panuon.WPF.UI/1.2.1.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-mrydQnc8xlfKuBZ0FWW3opOvPEALhMRI/pF5rFrv6V9JzhdKKEo5nR4/b2k6q/CIgIae1UIYAOCDFsWdp4eYmg==",
|
||||
"path": "panuon.wpf.ui/1.2.1.1",
|
||||
"hashPath": "panuon.wpf.ui.1.2.1.1.nupkg.sha512"
|
||||
"sha512": "sha512-Lup+CVZ1ubM1jdbjtb/eJMcFMvLRg6BqvRjMJJwDzGBp1dACC1L5RNS6OuS8mm6N1QbF2q7KaULnAkYH+uzQXg==",
|
||||
"path": "panuon.wpf.ui/1.2.1.2",
|
||||
"hashPath": "panuon.wpf.ui.1.2.1.2.nupkg.sha512"
|
||||
},
|
||||
"VPet-Simulator.Core/1.1.0.1": {
|
||||
"VPet-Simulator.Core/1.1.0.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-YjMEat/O4cVjJlHarKOPr9wzF182wo28x3l26OboCDju+qtQgdk2KP8b4gZX4lvj9ZojgR+hGEmaawPZjpsiig==",
|
||||
"path": "vpet-simulator.core/1.1.0.1",
|
||||
"hashPath": "vpet-simulator.core.1.1.0.1.nupkg.sha512"
|
||||
"sha512": "sha512-VL2YsybEDA6HOefLT9DNqrURhrromo6jTu5ddGUELWa0JtsBSXgosYLEV1lWLwhMDK6zu4pbkC2xBx+ftL3EfA==",
|
||||
"path": "vpet-simulator.core/1.1.0.4",
|
||||
"hashPath": "vpet-simulator.core.1.1.0.4.nupkg.sha512"
|
||||
},
|
||||
"VPet-Simulator.Windows.Interface/1.1.0.1": {
|
||||
"VPet-Simulator.Windows.Interface/1.1.0.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-FHvSIX4L5RoOP2Gl8QuE/THUCsa1SISA8FxdklxOF0WeR/bg7KjTZSd9aSGdAosVkNisUckPhEf0T9j/g9zP+w==",
|
||||
"path": "vpet-simulator.windows.interface/1.1.0.1",
|
||||
"hashPath": "vpet-simulator.windows.interface.1.1.0.1.nupkg.sha512"
|
||||
"sha512": "sha512-eoFHHKYSZEhNMf9eQqslCpTc8HZsSEvWAUgslXnWUDTUcK7dzdUfZeZzzBi5C8sbXf6GN37Zt9i5xHhZgFKSbg==",
|
||||
"path": "vpet-simulator.windows.interface/1.1.0.5",
|
||||
"hashPath": "vpet-simulator.windows.interface.1.1.0.5.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user