From 7ca2ae615c1f2c2ccb900ef24c56f2371f6fe796 Mon Sep 17 00:00:00 2001 From: Sinflower Date: Sat, 15 Nov 2025 13:49:18 +0100 Subject: [PATCH] Game updated to v1.03 --- data/System.json | 2 +- js/plugins/CBR_eroStatus_kiroku.js | 10 ++++++---- js/plugins/CBR_eroStatus_main.js | 2 +- js/plugins/CBR_eroStatus_rireki_syu.js | 3 ++- package.json | 2 +- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/data/System.json b/data/System.json index 7492579..e153102 100644 --- a/data/System.json +++ b/data/System.json @@ -139,7 +139,7 @@ "Passive", "None" ], - "gameTitle": "The End of Alter Egoism ver1.02 | TL: DazedAnon, Sinflower, & O&M", + "gameTitle": "The End of Alter Egoism ver1.03 | TL: DazedAnon, Sinflower, & O&M", "gameoverMe": { "name": "Gameover1", "pan": 0, diff --git a/js/plugins/CBR_eroStatus_kiroku.js b/js/plugins/CBR_eroStatus_kiroku.js index 9c98dad..d5bc5b4 100644 --- a/js/plugins/CBR_eroStatus_kiroku.js +++ b/js/plugins/CBR_eroStatus_kiroku.js @@ -73,10 +73,12 @@ function Window_EroStatus_kiroku() { }; if ($gameSwitches.value(ary[chara].switch.virgin)) { - const d1 = CBR_eroRireki[$gameVariables.value(ary[chara].vari.virgin) - 1]; - this.drawTextS(d1.target, sX + lineX + 62, sY, 300); - this.drawTextS(d1.job, sX + lineX + lineX2 + 62, sY, 300); - this.drawTextExS(d1.text, sX, sY + 32, 300); + if ($gameVariables.value(ary[chara].vari.virgin) != 0) { + const d1 = CBR_eroRireki[$gameVariables.value(ary[chara].vari.virgin) - 1]; + this.drawTextS(d1.target, sX + lineX + 62, sY, 300); + this.drawTextS(d1.job, sX + lineX + lineX2 + 62, sY, 300); + this.drawTextExS(d1.text, sX, sY + 32, 300); + } } if ($gameSwitches.value(ary[chara].switch.anal_virgin)) { diff --git a/js/plugins/CBR_eroStatus_main.js b/js/plugins/CBR_eroStatus_main.js index 1cdea9d..e2b0fe3 100644 --- a/js/plugins/CBR_eroStatus_main.js +++ b/js/plugins/CBR_eroStatus_main.js @@ -576,7 +576,7 @@ function Scene_eroStatus() { if (category == "rireki_syu") { this._rireki_syuWindow.refresh(); this._rireki_syuWindow.show(); - this._rireki_syuViewWindow.show(); + //this._rireki_syuViewWindow.show(); this._rireki_syuWindow.makeList(); this.parent.parent._backgroundSprite_rireki[chara][0].visible = true; } else { diff --git a/js/plugins/CBR_eroStatus_rireki_syu.js b/js/plugins/CBR_eroStatus_rireki_syu.js index a4d2798..14324fa 100644 --- a/js/plugins/CBR_eroStatus_rireki_syu.js +++ b/js/plugins/CBR_eroStatus_rireki_syu.js @@ -89,7 +89,8 @@ DataManager._databaseFiles.push({ name: "CBR_eroRireki", src: "CBR_h_event_data. this.drawTextM("NEW", 10, rect.y + 2, 200, "left"); } this.changeTextColor("#000000"); - this.drawTextM(info.title, 112, rect.y + 2, 400, "left"); + // this.drawTextM(info.title, 112, rect.y + 2, 400, "left"); + this.drawTextM(`【Partner】${info.target}(${info.job})【Location】${info.place}`, 112, rect.y + 2, 720, "left"); // const lineHeight = this.lineHeight(); // const y2 = bottom - lineHeight - 4; diff --git a/package.json b/package.json index ea36562..e187b04 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "index.html", "chromium-args": "--force-color-profile=srgb", "window": { - "title": "終末のオルタ―エゴイズム ver1.02", + "title": "The End of Alter Egoism ver1.03 | TL: DazedAnon, Sinflower, & O&M", "width": 1280, "height": 720, "position": "center",