Results 1 to 10 of 897

Hybrid View

  1. Quote Originally Posted by iiim3gtr View Post
    Thanks man you help me alot. Burst skin is work but failed to download the images scene because of that
    I still don't understand what the number 3 and 1 used for from that film.
    I think we should update the 1_download_assets.py to download those files and 2_build_rpy.py to get them work properly

    [New Player] Love scenes collection-code_ycvq32oyra.jpg[New Player] Love scenes collection-kamihime_player_mjodau3bdo.jpg[New Player] Love scenes collection-explorer_ujzrxdq0nn.png
    Number 3 and 1 mean run 0001-1-2_a_0.jpg 3 times and run 0001-1-2_a_1.jpg once be a cycle to make character blink,

    just like I mention in #805 , anime reel 's format was different and even have a spine anime, we need different method to read these reels as anime.


    Burst        Normal    Mypage Wallpaper    Memorial Scene part A
    [New Player] Love scenes collection-resiesampleburst.jpg      [New Player] Love scenes collection-reel_normalresize.jpg       [New Player] Love scenes collection-resizesample.jpg         [New Player] Love scenes collection-real_memorialscene01_part05resize.jpg


    Those Burst Files
    https://pixeldrain.com/u/VUoRwQhT

    01-29-2025 Add Edited Burst files 0001 to 0003
    03-01-2025 Add Edited Burst files 0004 and ...OH, check #829
    03-29-2025 Add Edited Burst files 0005 maybe you can DL files by #831 without my edited _script.json
    Attached Images Attached Images [New Player] Love scenes collection-burst0001to0003.jpg 
    Attached Files Attached Files
    Last edited by LegendarySpy00F; 03-29-2025 at 10:49 AM.

  2. #2
    Currently, I fixed some stuffs and able to download Burst Skin images through 1_download_assets.cmd
    Still working on 2_build_rpy.py, But I don't know how long it will be bcz I'm super busy lately.

    [New Player] Love scenes collection-windowsterminal_mbrkhslqgb.png
    Last edited by iiim3gtr; 12-29-2024 at 07:30 AM.

  3. #3
    I've updated both DLpy scripts and attached the DMM files for Yorimitsu [Devil's Guidance], Cagliostro [Second Version], [Memorial0016] Akeno Himejima, and [Memorial0017] Ophiel. The previous DMM files and the newest troubleshooting guide are on post #817. I don't currently know the proper name, have the portrait, or the thumbnail for the Cagliostro skin, so I'm using placeholders for now. I also don't have a thumbnail for the Ophiel memorial or a placeholder for it.

    Edit 1: Updated the Cagliostro skin's name to カリオストロ[色めく探求]/Cagliostro [Colorful Quest] where appropriate and added the proper portrait and thumbnails for her and the Ophiel memorial.

    Edit 2: Updated both DLpy scripts and attached the DMM files for Asclepius [Ten Thousand Diseases Rejuvenation].

    Edit 3: Updated both DLpy scripts and attached the DMM files for Cassiopeia [Brilliant First Class Star] and [Memorial0018] Hades.
    Attached Images Attached Images [New Player] Love scenes collection-dmm-yorimitsu-dg-cagliostro-cq-m16-akeno-himejima-m17-ophiel.gif [New Player] Love scenes collection-dlpys-28-skins-10-2-mqs-18-memorials-.jpg [New Player] Love scenes collection-dmm-asclepius-ttdr-cassiopeia-bfcs-m18-hades.gif 
    Last edited by Berwayer; 02-09-2025 at 03:32 PM.

  4. #4

    Join Date
    Nov 2024
    Posts
    3
    Credits
    3
    Hey! I've noticed that my DMM player isn't downloading scenes for a lot of the new characters. Not sure if this is an issue that was already fixed and I'm just not aware of it but any help will be greatly appreciated

  5. #5
    For everyone here who also play kamihime and active on DMM
    Feel free to add me, My ID is 4024093
    Don't forget to massage me in game, so I know you

  6. #6
    Quote Originally Posted by BSlamma View Post
    Hey! I've noticed that my DMM player isn't downloading scenes for a lot of the new characters. Not sure if this is an issue that was already fixed and I'm just not aware of it but any help will be greatly appreciated
    There's an updated 0_download_json script on post #800. A troubleshooting guide is on post #817. Some of the burst skin files are on post #824 but they don't currently work with the player. I occasionally attach JPG or PNG archive with the DMM character's files in it, such as post #826. The method to opening them is explained in post #674 (and also in the troubleshooting guide).

    Edit 1: Updated the troubleshooting guide to include a post #800 link for the DMM 0_download_json script and the links to the newest DLpy scripts.

    Edit 2: Updated to include the DMM files for Nephthys [Anti-Mind] and Pruflas [Anti-Mind], as well as the troubleshooting guide so that it mentions these characters. I used the method described in post #820 to download the files.

    Edit 3: Updated both DLpy scripts, the troubleshooting guide (mentions the newest DLpy script location), and attached the DMM files for Lüin and [Memorial0019] Lydia.
    Attached Images Attached Images [New Player] Love scenes collection-dlpys-29-skins-10-2-mqs-19-memorials-.jpg [New Player] Love scenes collection-dmm-nephthys-am-pruflas-am-la-m19-lydia.gif 
    Attached Files Attached Files
    Last edited by Berwayer; 03-28-2025 at 12:55 PM.

  7. #7

    Join Date
    Mar 2025
    Posts
    2
    Credits
    2
    [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; 03-03-2025 at 05:03 AM.

  8. #8
    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)?

Posting Permissions

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