Results 1 to 10 of 983

Hybrid View

  1. #1

    Join Date
    Feb 2022
    Posts
    8
    Credits
    7
    [New Player] Love scenes collection-e1.png[New Player] Love scenes collection-e2.png

    So I've downloaded their files using the 1_download_assets but for some reason, their scenes are still not appearing both for Nutaku and DMM? I did receive these errors as you can see from the attachments from 2_build_rpy and 3_write_config and I'm guessing they're related? Would appreciate the help!

    Edit: I have downloaded the Ayarabu collab characters from today's event and they too are not appearing in the player for some reason, just like the beasts but their .json and everything are downloaded from what I can see in the raw_scenario folder. This time the 2_build_rpy worked fine but 3_write_config still gave me this error: [New Player] Love scenes collection-e3.png
    Last edited by beegoot; 03-01-2022 at 06:04 AM.

  2. #2
    I've managed to download the Ayakashi Rumble collab characters [New Player] Love scenes collection-screenshot-2022-03-01-111316.jpg[New Player] Love scenes collection-screenshot-2022-03-01-111352.jpg[New Player] Love scenes collection-screenshot-2022-03-01-111417.jpg with the default 2_build_rpy and 3_write_config DMM files. I've installed the Nutaku player, but I'm still downloading the assets.

    Edit: I didn't have any problems with the Nutaku player's 2_build_rpy, [Commander of the Dusk] Yamaraja works for me with the default file: [New Player] Love scenes collection-screenshot-2022-03-02-115512.jpg. I've gotten the Machine Beast eidolons to work on the Nutaku player by changing the highlighted code in 3_write_config, the right one is the new one: [New Player] Love scenes collection-screenshot-2022-03-02-120235.jpg.
    Last edited by Berwayer; 03-02-2022 at 10:07 AM.

  3. #3
    [New Player] Love scenes collection-screenshot-2022-03-02-115730.jpg Here's the updated 3_write_config for the Nutaku player.
    Attached Files Attached Files

  4. #4
    Currently I'm in the same position too after attempting the update for the mech beast on the DMM player also so maybe something went wrong when I was editing the file for the 0_download? Messing with copies right now but no results yet.

  5. #5
    For the DMM player, did you manage to to get the Ayakashi Rumble characters' scenes? I haven't needed to modify anything besides 0_download_json, so if the subsequent steps are what's falling I don't have any ideas at the moment.

    Edit: To be more specific on the 0_download_json edits:

    Replace "resource_code = '/'.join([resource_directory[-4:][i:i+2] for i in range(0, len(resource_directory[-4:]), 2)])" with "resource_code = '/'.join([resource_directory[-6:][i:i+3] for i in range(0, len(resource_directory[-6:]), 3)])" for lines 228, 333, and 427 [-4 is replaced by -6, 2 is replaced by 3]

    Replace "for y in xrange(250):" with for "y in xrange(300):" for line 501 [250 is replaced by 300]

    Replace "for idx in ((0, 1), (0.011, 35), (0.216, 6), (2, 10), (5, 50), (6, 200), (9.05, 10), (9.2, 20)):" with "for idx in ((0, 1), (0.011, 35), (0.216, 6), (2, 10), (5, 50), (6, 200), (9.05, 10), (9.2, 20), (9.51, 6)):" for line 513 [(9.51, 6) combined with the eidolon ID append command leads to 9511, 9512, 9513, 9514, 9515, and 9516, which are the Machine Beast eidolons' summon_id values, that I found by using them in battle with the Dev Tools open]
    Last edited by Berwayer; 03-03-2022 at 02:09 PM.

  6. #6
    On my end currently I'm using the 0_download_json that you posted prior so I'm assuming that these edits are already in place. Currently I did not see any of the ayakashi rumble character scenes.

  7. #7
    I might be able to find clues if I compare my error files to yours. They're in the same folder as the scripts and are LOG file type.
    Attached Files Attached Files
    Last edited by Berwayer; 03-03-2022 at 05:11 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •