Page 84 of 84 FirstFirst ... 3474828384
Results 831 to 834 of 834
  1. #831

    Join Date
    Mar 2025
    Posts
    1
    Credits
    1
    [New Player] Love scenes collection-bug111.jpg

    the 22316 json has the same pb as the post #820

    so need to delete the transition of cg2 to cg3 too

    well , finally i just edit the code of download assets :
    at lines 205 , add an additional condition to download all the image used in transition

    if section.has_key('film'):
    if isinstance(section['film'], list):
    for one_film in section['film'] :
    if isinstance(one_film, str):
    links.append(base_url['scenarios'] + resource_path + "/" + one_film)
    else :
    links.append(base_url['scenarios'] + resource_path + "/" + section['film'])

    20250303_fix_bug_dl_assets.zip

    ps: i think we need edit the build_rpy file and defini a new fuction for the transition between 2 images
    Last edited by gw0518; 2 Weeks Ago at 06:03 AM.


  2. #832
    Hello, I would like to ask some questions. In the troubleshooting guide on post #817, DMM step 3, it says "Keep the file adress of the player's script files below 260 characters". What exactly does that mean? Do I have to delete the texts inside the script files? Which files do I need to do this?

    By the way, how can I delete the transition of CG2 and CG3 (post #831)?

  3. #833
    The newest troubleshooting guide is on post #829. The file address refers to the location of files and folders/directories on a computer's hard drive, not the content of files. I included that advice because of post #362, which resolves a 'The system cannot find the path specified' error. Post #820 explains how to edit the files of Angra Mainyu and Frey [Anti-Mind], which also works on other corrupted kamihime such as Nephthys [Anti-Mind] and Pruflas [Anti-Mind].

    Edit 1: Updated to include both DLpy scripts, the troubleshooting guide (mentions the newest DLpy script location), and attached the DMM files for Maquia and [Memorial0019] Scheele. The previous DMM files are on post #829.

    Quote Originally Posted by WaveqUcq742 View Post
    Hello there,when using 0_download_json.cmd I got:

    status: 440
    Traceback (most recent call last):
    File "0_download_json.py", line 492, in <module>
    futures = [executor.submit(download_soul_info, soul_info) for soul_info in soul_infos]
    TypeError: 'NoneType' object is not iterable

    Can anyone explain how to solve this?
    This error is usually from outdated scripts. Download the files from post #798 for the Nutaku player or from posts #570, #800, and #820 for the DMM player. Also, if you need a VPN to play the game you might need one to run the scripts. The attached troubleshooting guide goes into detail about some of the problems that can occur at each step of setting up the player for both versions.
    Attached Images Attached Images [New Player] Love scenes collection-dlpys-30-skins-10-2-mqs-20-memorials-.jpg [New Player] Love scenes collection-dmm-maquia-scheele.gif 
    Attached Files Attached Files
    Last edited by Berwayer; 18 Hours Ago at 06:16 PM.

  4. #834
    Hello there,when using 0_download_json.cmd I got:

    status: 440
    Traceback (most recent call last):
    File "0_download_json.py", line 492, in <module>
    futures = [executor.submit(download_soul_info, soul_info) for soul_info in soul_infos]
    TypeError: 'NoneType' object is not iterable

    Can anyone explain how to solve this?

Page 84 of 84 FirstFirst ... 3474828384

Posting Permissions

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