Create and Fuck your AI Cum Slut –70% OFF
x

RPGM Completed The bell tolls for Sister Ellis [Final] [Hurricane Dot Com]

3.60 star(s) 17 Votes

gracco

Newbie
Aug 2, 2019
16
20
21
Japanese has gender-neutral pronouns.
English does not.
MTL-kun is very confused o_O

How the Hell is this still news srsly...
MTL on the description of the post is about the laziest effort possible. Use your words, not chatGPTs. You don't have to rewrite the whole game, just the description in the forum ffs.
 

Briheas

Newbie
Nov 21, 2021
86
113
156
Japanese has gender-neutral pronouns.
English does not.
MTL-kun is very confused o_O
While that is technically true, there is no pronoun used in the 1st sentence of the description in Japanese. And the only non-gendered pronoun is in the 3rd sentence, which MTL gets correct.

The bigger problem for MTL is that Japanese doesn't require pronouns, period. You don't have to write "He played the game" in Japanese. "Played the game" is a grammatically correct sentence. So MTL has to guess what pronoun to add for it to be grammatically correct English.
 

Æяiк

Active Member
Uploader
Donor
Nov 13, 2017
531
7,019
684
MTL on the description of the post is about the laziest effort possible. Use your words, not chatGPTs. You don't have to rewrite the whole game, just the description in the forum ffs.
The laziest thing is to just cry, complain and not contribute anything to the website. :HideThePain:

You put more effort into this reply than the description. So you can do it, but won't. Gotcha.
Prologue of the developer, of their video game:

■ プロローグ

派遣された教会で日々を過ごすエリス。
しかし教会のあまりのボロさに、なかなか人も寄り付かず彼女は途方に暮れていた。
そんな折、自分の身体を使い住民たちから寄付金を集める事を思いつく。
シスターエリスの教会を立て直す戦いが始まった。
 
Last edited:
  • Like
Reactions: rsutton

Noviance

Newbie
Dec 30, 2019
17
31
132
Bruh, what am I supposed to do?
I got the same error. There seemed to be an issue with some width/height values not being applicable. I edited the rpg_core.js file in www/js and it seems to work now

EDIT: For some reason the .js file was marked as a virus, so I'll just paste the edits to make.

Change wherever it says:

var imageData = context.getImageData(0, 0, this.width, this.height);

to

var w = Math.max(1, Math.floor(this.width) || 1);
var h = Math.max(1, Math.floor(this.height) || 1);
var imageData = context.getImageData(0, 0, w, h);

and imageDataX = context.getImageData(0, 0, 1, 1);

to

var xSafe = Math.floor(x) || 0;
var ySafe = Math.floor(y ) || 0;
var data = this._context.getImageData(xSafe, ySafe, 1, 1).data;
 
Last edited:

Meepopx

Newbie
Sep 30, 2019
56
35
202
There is already a proper fantl by Daedroth, I am surprised it hasn't been uploaded here yet.
 

Ungaa

Member
Modder
Feb 14, 2019
362
549
277
I got the same error. There seemed to be an issue with some width/height values not being applicable. I edited the rpg_core.js file in www/js and it seems to work now

EDIT: For some reason the .js file was marked as a virus, so I'll just paste the edits to make.

Change wherever it says:

var imageData = context.getImageData(0, 0, this.width, this.height);

to

var w = Math.max(1, Math.floor(this.width) || 1);
var h = Math.max(1, Math.floor(this.height) || 1);
var imageData = context.getImageData(0, 0, w, h);

and imageDataX = context.getImageData(0, 0, 1, 1);

to

var xSafe = Math.floor(x) || 0;
var ySafe = Math.floor(y ) || 0;
var data = this._context.getImageData(xSafe, ySafe, 1, 1).data;
js files usually ping as a virus when there’s Japanese characters. Seems to be an issue whenever there’s a character it doesn’t recognise. Thanks for the fix.
 
  • Like
Reactions: azzddz53

Zeabux

Active Member
Jul 28, 2022
551
757
217
it was two lines, imageData1 and imageData2 I think. I just replaced the numbers with the X. I'll reupload it since it seems to be a known false positive
Oh, I see. Btw, gg zip
1754624901859.png
 
Last edited:

Usex809

Member
Mar 25, 2023
341
311
139
Time for another visit to Church with my brothers and sisters here!

Honestly, times I have visited church at this site exceed the actual visits by a huge margin.
 
3.60 star(s) 17 Votes