From 4dd1730ea32716309e938c98f5dc4f78bb9f85da Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Mon, 19 Aug 2024 09:01:14 -0500 Subject: [PATCH] TL Some UI --- www/data/System.json | 2 +- www/js/plugins.js | 18 +++++++++--------- www/js/plugins/BigEnemy.js | 2 +- www/js/plugins/ConfigEX.js | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/www/data/System.json b/www/data/System.json index fa704f2..ae3c269 100644 --- a/www/data/System.json +++ b/www/data/System.json @@ -129,7 +129,7 @@ "Blessing", "Status Blessing" ], - "gameTitle": "The One Who Shouted to Create a Harem Before the Devil 1.12", + "gameTitle": "The One Who Vowed to Create a Demon Harem 1.12 | TL: DazedAnon", "gameoverMe": { "name": "Gameover2", "pan": 0, diff --git a/www/js/plugins.js b/www/js/plugins.js index 28835b9..60f8192 100644 --- a/www/js/plugins.js +++ b/www/js/plugins.js @@ -23,7 +23,7 @@ var $plugins = [ '{"FileName":"Item","Volume":"90","Pitch":"100","Pan":"0"}', WindowSize: '{"CommandWindowWidth":"300","CommandWindowHeight":"160","DialogWindowWidth":"400","GetRewardWindowWidth":"540"}', - Text: '{"MenuQuestSystemText":"クエスト確認","QuestOrderText":"このクエストを受けますか?","QuestOrderYesText":"受ける","QuestOrderNoText":"受けない","QuestCancelText":"このクエストをキャンセルしますか?","QuestCancelYesText":"キャンセルする","QuestCancelNoText":"キャンセルしない","QuestReportText":"このクエストを報告しますか?","QuestReportYesText":"報告する","QuestReportNoText":"報告しない","NothingQuestText":"該当するクエストはありません。","GetRewardText":"報酬として次のアイテムを受け取りました。","ReachedLimitText":"クエスト数が上限に達しました。","HiddenTitleText":"??????","AllCommandText":"全クエスト","QuestOrderCommandText":"クエストを受ける","OrderingQuestCommandText":"進行中のクエスト","QuestCancelCommandText":"クエストのキャンセル","QuestReportCommandText":"クエストを報告する","ReportedQuestCommandText":"報告済みのクエスト","FailedQuestCommandText":"失敗したクエスト","ExpiredQuestCommandText":"期限切れのクエスト","HiddenQuestCommandText":"未知のクエスト","NotOrderedStateText":"未受注","OrderingStateText":"進行中","ReportableStateText":"報告可","ReportedStateText":"報告済み","FailedStateText":"失敗","ExpiredStateText":"期限切れ","RequesterText":"【依頼者】:","RewardText":"【報酬】:","DifficultyText":"【難易度】:","PlaceText":"【場所】:","TimeLimitText":"【期間】:"}', + Text: '{"MenuQuestSystemText":"Check Quest","QuestOrderText":"Will you accept this quest?","QuestOrderYesText":"Accept","QuestOrderNoText":"Do not accept","QuestCancelText":"Will you cancel this quest?","QuestCancelYesText":"Cancel","QuestCancelNoText":"Do not cancel","QuestReportText":"Will you report this quest?","QuestReportYesText":"Report","QuestReportNoText":"Do not report","NothingQuestText":"There are no applicable quests.","GetRewardText":"You have received the following items as a reward.","ReachedLimitText":"The number of quests has reached the limit.","HiddenTitleText":"????","AllCommandText":"All Quests","QuestOrderCommandText":"Accept Quest","OrderingQuestCommandText":"Ongoing Quests","QuestCancelCommandText":"Cancel Quest","QuestReportCommandText":"Report Quest","ReportedQuestCommandText":"Reported Quests","FailedQuestCommandText":"Failed Quests","ExpiredQuestCommandText":"Expired Quests","HiddenQuestCommandText":"Unknown Quest","NotOrderedStateText":"Not Accepted","OrderingStateText":"Ongoing","ReportableStateText":"Reportable","ReportedStateText":"Reported","FailedStateText":"Failed","ExpiredStateText":"Expired","RequesterText":"[Requester]:","RewardText":"[Reward]:","DifficultyText":"[Difficulty]:","PlaceText":"[Location]:","TimeLimitText":"[Time Limit]:"}', TextColor: '{"NotOrderedStateColor":"#ffffff","OrderingStateColor":"#ffffff","ReportableStateColor":"#ffffff","ReportedStateColor":"#ffffff","FailedStateColor":"#ffffff","ExpiredStateColor":"#ff0000"}', GoldIcon: "314", @@ -634,9 +634,9 @@ var $plugins = [ description: "オプションにメッセージ表示速度の変更を追加します。\r\n動作には同作者のオプションベーススクリプトが必須です。", parameters: { - "Message Speed Term": "メッセージ速度", + "Message Speed Term": "MSG Speed", "Message Speed List": - '{"最遅": -2, "遅い": -1, "標準": 0, "微妙に速い": 1, "速い": 2, "もっと速い": 4, "かなり速い": 10, "とても速い": 20, "瞬間": 100}', + '{"Slowest": -2, "Slower": -1, "Standard": 0, "Slightly Faster": 1, "Faster": 2, "Much Faster": 4, "Quite Fast": 10, "Very Fast": 20, "Instant": 100}', "Message Speed Default": "2", }, }, @@ -646,7 +646,7 @@ var $plugins = [ description: "オプションにデフォルトに戻すコマンドを追加します。\r\n動作には同作者のオプションベーススクリプトが必須です。", parameters: { - "Default Term": "全て初期値に戻す", + "Default Term": "Reset to Default", "Always Dash Default": "1", "Command Remember Default": "1", "Bgm Volume Default": "40", @@ -682,7 +682,7 @@ var $plugins = [ description: "オプションにウィンドウ透明度の変更を追加します。\r\n動作には同作者のオプションベーススクリプトが必須です。", parameters: { - "Window Opacity Term": "ウィンドウ透明度", + "Window Opacity Term": "Window Opacity", "Window Opacity Offset": "1", "Window Opacity Default": "80", }, @@ -1055,7 +1055,7 @@ var $plugins = [ name: "CBR_eroStatus_main", status: true, description: "エロステータス作れちゃうプラグイン(本体)", - parameters: { eroStaName: "Hステータス", "": "", commonEvent: "" }, + parameters: { eroStaName: "H-Status", "": "", commonEvent: "" }, }, { name: "CBR_eroStatus_1", @@ -5880,7 +5880,7 @@ var $plugins = [ parameters: { "Init Difficulty ID": "38", "Use Option": "1", - "Option Name": "難易度", + "Option Name": "Difficulty", "--(Difficulty ID:1)--": "", "1 : Name": "EASY", "1 : Param Rate": "0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5", @@ -5969,7 +5969,7 @@ var $plugins = [ "CP Gauge Color1": "28", "CP Gauge Color2": "29", "Add Menu Skill Setting": "true", - "Menu Skill Setting Title": "スキル選択", + "Menu Skill Setting Title": "Skill Selection", "Show Unsettable Skill": "true", "Unsetting Skill Color": "4", "No Cost Class Learn Skills": "false", @@ -7048,7 +7048,7 @@ var $plugins = [ description: "MOG SceneMenu / BattleCommandsでファイル名を変更します", parameters: { changeFileList: - '["{\\"menuCommand\\":\\"アイテム\\",\\"loadFile\\":\\"Item\\"}","{\\"menuCommand\\":\\"装備\\",\\"loadFile\\":\\"Equip\\"}","{\\"menuCommand\\":\\"スキル\\",\\"loadFile\\":\\"Skill\\"}","{\\"menuCommand\\":\\"ステータス\\",\\"loadFile\\":\\"Status\\"}","{\\"menuCommand\\":\\"並び替え\\",\\"loadFile\\":\\"Formation\\"}","{\\"menuCommand\\":\\"オプション\\",\\"loadFile\\":\\"Options\\"}","{\\"menuCommand\\":\\"セーブ\\",\\"loadFile\\":\\"Save\\"}","{\\"menuCommand\\":\\"ゲーム終了\\",\\"loadFile\\":\\"GameEnd\\"}","{\\"menuCommand\\":\\"Com_攻撃\\",\\"loadFile\\":\\"Com_Attack\\"}","{\\"menuCommand\\":\\"Com_防御\\",\\"loadFile\\":\\"Com_Guard\\"}","{\\"menuCommand\\":\\"Com_アイテム\\",\\"loadFile\\":\\"Com_Item\\"}","{\\"menuCommand\\":\\"Com_魔法\\",\\"loadFile\\":\\"Com_Magic\\"}","{\\"menuCommand\\":\\"Com_必殺技\\",\\"loadFile\\":\\"Com_Special\\"}"]', + '["{\\"menuCommand\\":\\"Items\\",\\"loadFile\\":\\"Item\\"}","{\\"menuCommand\\":\\"Equipment\\",\\"loadFile\\":\\"Equip\\"}","{\\"menuCommand\\":\\"Skill\\",\\"loadFile\\":\\"Skill\\"}","{\\"menuCommand\\":\\"Status\\",\\"loadFile\\":\\"Status\\"}","{\\"menuCommand\\":\\"Sort\\",\\"loadFile\\":\\"Formation\\"}","{\\"menuCommand\\":\\"Options\\",\\"loadFile\\":\\"Options\\"}","{\\"menuCommand\\":\\"Save\\",\\"loadFile\\":\\"Save\\"}","{\\"menuCommand\\":\\"Quit Game\\",\\"loadFile\\":\\"GameEnd\\"}","{\\"menuCommand\\":\\"Com_攻撃\\",\\"loadFile\\":\\"Com_Attack\\"}","{\\"menuCommand\\":\\"Com_防御\\",\\"loadFile\\":\\"Com_Guard\\"}","{\\"menuCommand\\":\\"Com_アイテム\\",\\"loadFile\\":\\"Com_Item\\"}","{\\"menuCommand\\":\\"Com_魔法\\",\\"loadFile\\":\\"Com_Magic\\"}","{\\"menuCommand\\":\\"Com_必殺技\\",\\"loadFile\\":\\"Com_Special\\"}"]', }, }, { diff --git a/www/js/plugins/BigEnemy.js b/www/js/plugins/BigEnemy.js index 79cd425..3c9959b 100644 --- a/www/js/plugins/BigEnemy.js +++ b/www/js/plugins/BigEnemy.js @@ -56,7 +56,7 @@ var metaTagPrefix = "BE"; var getMetaValue = function (object, name) { - var metaTagName = metaTagPrefix + (name ? name : ""); + var metaTagName = metaTagPrefix + " " + (name ? name : ""); return object.meta.hasOwnProperty(metaTagName) ? object.meta[metaTagName] : undefined; diff --git a/www/js/plugins/ConfigEX.js b/www/js/plugins/ConfigEX.js index 1164181..ba5874f 100644 --- a/www/js/plugins/ConfigEX.js +++ b/www/js/plugins/ConfigEX.js @@ -156,7 +156,7 @@ ConfigManager.readVolume = function (config, name) { Window_Options.prototype.addGeneralOptions = function () { _Window_Options_addGeneralOptions.call(this); - this.addCommand("会話音声", "Voice"); + this.addCommand("Voice", "Voice"); //あああ this.addCommand('戦闘音声', 'battleVoice'); }; var _Window_Options_addVolumeOptions = @@ -164,6 +164,6 @@ ConfigManager.readVolume = function (config, name) { Window_Options.prototype.addVolumeOptions = function () { _Window_Options_addVolumeOptions.call(this); - this.addCommand("音声音量", "vcVolume"); + this.addCommand("Voice Volume", "vcVolume"); }; })();