v1.01
This commit is contained in:
parent
92ce3addcb
commit
fb1aa3d3fd
5 changed files with 7395 additions and 7381 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -116,7 +116,7 @@
|
|||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"editMapId": 264,
|
||||
"editMapId": 177,
|
||||
"elements": [
|
||||
"",
|
||||
"Physical",
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
"Passive",
|
||||
"None"
|
||||
],
|
||||
"gameTitle": "End-of-the-World Alter Egoism ver1.00",
|
||||
"gameTitle": "End-of-the-World Alter Egoism ver1.01",
|
||||
"gameoverMe": {
|
||||
"name": "Gameover1",
|
||||
"pan": 0,
|
||||
|
|
@ -2519,7 +2519,7 @@
|
|||
"",
|
||||
""
|
||||
],
|
||||
"versionId": 56684241,
|
||||
"versionId": 23035586,
|
||||
"victoryMe": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
|
|
|
|||
|
|
@ -80,10 +80,12 @@ function Window_EroStatus_kiroku() {
|
|||
}
|
||||
|
||||
if ($gameSwitches.value(ary[chara].switch.anal_virgin)) {
|
||||
const d2 = CBR_eroRireki[$gameVariables.value(ary[chara].vari.anal_virgin) - 1];
|
||||
this.drawTextS(d2.target, sX + sX2 + lineX + 62, sY, 300);
|
||||
this.drawTextS(d2.job, sX + sX2 + lineX + lineX2 + 62, sY, 300);
|
||||
this.drawTextExS(d2.text, sX + sX2, sY + 32, 300);
|
||||
if ($gameVariables.value(ary[chara].vari.anal_virgin) != 0) {
|
||||
const d2 = CBR_eroRireki[$gameVariables.value(ary[chara].vari.anal_virgin) - 1];
|
||||
this.drawTextS(d2.target, sX + sX2 + lineX + 62, sY, 300);
|
||||
this.drawTextS(d2.job, sX + sX2 + lineX + lineX2 + 62, sY, 300);
|
||||
this.drawTextExS(d2.text, sX + sX2, sY + 32, 300);
|
||||
}
|
||||
}
|
||||
|
||||
this.changeTextColor("#000000");
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "rmmz-game",
|
||||
"main": "index.html",
|
||||
"chromium-args": "--force-color-profile=srgb --disable-devtools",
|
||||
"chromium-args": "--force-color-profile=srgb",
|
||||
"window": {
|
||||
"title": "終末のオルタ―エゴイズム ver1.00",
|
||||
"title": "終末のオルタ―エゴイズム ver1.01",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"position": "center",
|
||||
|
|
|
|||
12
更新情報.txt
Normal file
12
更新情報.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
■終末のオルターエゴイズム 更新情報
|
||||
|
||||
--------------------------------------------------
|
||||
○ver1.01
|
||||
--------------------------------------------------
|
||||
・夜鶴が『決闘に敗れアナル処女奪われる』で
|
||||
アナル処女を喪失した場合、エロステを開いた時に
|
||||
エラーが出る現象を修正しました
|
||||
※大変申し訳ございませんが、
|
||||
ver1.00ですでに、上記イベントでアナル処女を喪失してしまっている場合は
|
||||
夜鶴の『アナル初体験』の欄が空白になってしまいます。
|
||||
該当イベントをやり直すことで正常に適応されます。
|
||||
Loading…
Reference in a new issue