RPGM Completed WIP Translation assistance [Ponkotsu live Mirae-chan ]

Disco-Inferno

Active Member
May 9, 2017
689
904
278
RJ01144461_img_main.png

DLsite:

You can download a free demo from the game page for test purposes.

This game looks extremely good based on the content and how you actually play it, so I decided to create this thread seeking assistance with a particular aspect of it. Read on for more details....

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Like
Reactions: _ZeN_BoT_

akaisdev

In the house like carpet
Donor
Oct 2, 2018
54
264
237
Found out about this game from a friend of mine on discord and I'm taking a look at the files. All the user input phrases are being kept in several .xlsx files under <GameRoot>/master and if I interpreted the JavaScript correctly, the game reads exclusively off this.

This is what the game likely does: A comment checker script checks the current scene being played by its ID (something like S14_QUIZ01), then takes the user's input and checks if it matches anything in the comment bank tagged with this scene ID, and if it finds a match, it will give the player an appropriate response (ie, the streamer reacting). If there is no match, it would likely just return with an "incorrect" response that encourages the player to keep guessing the correct input.

As far as I can tell, the user input is NOT case sensitive. The checking script utilizes RegExp with the
i flag to make searching case-insensitive.

I haven't tested any of this, so forgive me if I get it wrong. I'd be happy to talk to you over discord if you'd like a little more help.
 
Last edited:
  • Like
Reactions: M18Hellcat

Disco-Inferno

Active Member
May 9, 2017
689
904
278
I haven't tested any of this, so forgive me if I get it wrong. I'd be happy to talk to you over discord if you'd like a little more help.
I didn't seem to get a notification of your response to my thread so, sorry for the delay. I only noticed it because someone liked my post.

I'm unfortunately not looking to work on this anymore, at least for now as the "moment" has kind of passed and I'm occupied with other projects. I appreciate your input none the less and I'm sure it will be helpful if and when I come back to this.

Thanks!