Jump to content
Existing user? Sign In

Sign In



Sign Up

anonymousJS

Damp Member
  • Posts

    89
  • Joined

  • Last visited

Personal Information

  • My pronouns are..
    he/him

My Kinks

  • I'm into..
    Bathroom Control
    Bondage
    Stomach bulging

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

anonymousJS's Achievements

  1. Looks like you need to install the RTP (RPG Maker Run Time Package). Go here, select "RPG Maker XP", then hit download to get the installer: https://www.rpgmakerweb.com/run-time-package
  2. If you launch the RPG Maker XP editor using the Japanese locale, you will be able to edit the game and launch it in debug mode, which enables the F9 key to open the debug menu. The internal names of everything are still in Japanese so good luck. Now that I've taken another look at this game knowing more about RPG Maker, I am impressed Aoi Kurage managed to program almost the entire game including custom inventory, status and battle menus and even battle animations(!!) in the very limiting language of event scripts! It's INSANE that he offered this game for FREE.
  3. It should after you extract it. I don't know if there's a way to extract it on mobile, but if you extract on desktop you could then copy the entire folder to your phone via USB (be sure to select "File transfer" or "MTP" in your phone's USB settings). You might have to zoom in to accurately select the options in game.
  4. Step 1: Extract the rar file. Windows 11 added built-in support for this but Windows 10 needs an external program like 7-Zip. Step 2: In the extracted folder, there should be an html file. Open it with your web browser of choice.
  5. I forgot to mention, you'll have to move the files to the game's directory
  6. I have fixed up the script on the Ruby side so it works again. I have decided I will not restore the Python side as looking back I feel like the previous implementation was probably against Google's ToS and I do not want to cough up credit card details to sign up for either Google's or DeepL's API. I have included a dummy function in the Python script that can have its code replaced with calls to a translation API. Based on my dry runs with the dummy, this will make about 6,100 requests. In case it wasn't clear before, IMPLEMENTATION OF THE TRANSLATION FUNCTION IS LEFT AS AN EXERCISE FOR THE USER. I am extracting, identifying, checking for duplicates and re-inserting the strings for you. All you have to do is translate them. You will also have to install the included Ruby gem by running `gem install --user-install rvpacker-1.2.0.pre.Custom.gem` (without quotes) in the extracted folder. I have modified it to work with modern versions of Ruby. Since I do not have the RPG Maker developer kit, I cannot attest to this script's compatibility with it. rpg-translate.zip
  7. I have machine translated event, variable, and switch names in the past if that's what you're looking for. However, I have lost the translated files (probably for the demo anyway) and the translation package I used might not work anymore. I can see if I can find a working copy of the Ruby side of the script, which handled everything except sending translation requests.
  8. I'm in the process of making a HTML version of the Skills Encyclopedia and my script has uncovered some malformed entries: Too few textbox Rows (from YEA message system): Solveig's Heavy Bolt (has 10, needs 11) Aria's Swan Waltz (has 9, needs 11) Bad escape sequences: Liliana's Renewal (two bad escape sequences that look like they were supposed to reset the color) I also by chance found some icons in System/IconSet.png that were misaligned, so I decided to clean it up a little bit. IconSet.xcf IconSet.png_
  9. Version 1.0.0

    342 downloads

    I didn't like the in-game guidebook too much. So I decided to extract it and put it into a nice looking webpage! Features include: A table of contents, reflecting in-game order Asterisks to denote pages that appear only when certain conditions (probably story flags) are met Colors and fonts matching what's in-game Icons faithfully positioned to match in-game appearance Pictures are shown beside text for better use of space No setup required tm This took a bit longer than I thought it would take but I think I could knock out the other reference books a bit faster since I now have a codebase to work with. Note that I only tested this on Linux so if you have issues on Windows, please let me know! Known issues: Icons noticeably create gaps between lines. (I don't know how to fix this) Download the original game here: https://www.omorashi.org/files/file/7470-the-twelve-fanatics/
    Free
  10. I played this on Linux using Wine. I quickly noticed that unfocusing the game (e.g. alt+tab) would cause the game to permanently stop responding to inputs. I couldn't do anything other than close the game. Managed to beat the game while resisting the urge to alt+tab or click off. (Also, full screen did the same thing)
  11. little inconsistency, but I got the flavor text to mention a dress while she was wearing jeans. This is after I told her to hold it while watching a movie
  12. What/when was the original tweet? Google image search is not helping me
×
×
  • Create New...