Results 1 to 10 of 983

Hybrid View

  1. #1
    I'm continuing to develop the player mentioned in #767. I'd like you to play the prototype version for windows.
    It will work if you unzip the zip file to a suitable location. To uninstall, delete the root folder.
    https+drive.google.com/file/d/1nIqUgg_m5SRsY2HAtlcKQU-KqgG4BUef/view?usp=sharing

    This is compatible with Nutaku, not DMM.
    Some features remain unimplemented, and you cannot download Soul, Eidolon, Memorial, or Skin.
    Please note that it may take a long time to download the Kamihime scenario data because it does not use Python.

    I also have the DMM version. Let me know if you want it.
    Anyway, if there is something that doesn't work well or needs improvement, please let me know. I will fix it and create a better version.
    [New Player] Love scenes collection-99.png[New Player] Love scenes collection-100.jpg[New Player] Love scenes collection-101.png

  2. #2
    Quote Originally Posted by sapeiald View Post
    I'm continuing to develop the player mentioned in #767. I'd like you to play the prototype version for windows.
    It will work if you unzip the zip file to a suitable location. To uninstall, delete the root folder.
    https+drive.google.com/file/d/1nIqUgg_m5SRsY2HAtlcKQU-KqgG4BUef/view?usp=sharing

    This is compatible with Nutaku, not DMM.
    Some features remain unimplemented, and you cannot download Soul, Eidolon, Memorial, or Skin.
    Please note that it may take a long time to download the Kamihime scenario data because it does not use Python.

    I also have the DMM version. Let me know if you want it.
    Anyway, if there is something that doesn't work well or needs improvement, please let me know. I will fix it and create a better version.
    [New Player] Love scenes collection-99.png[New Player] Love scenes collection-100.jpg[New Player] Love scenes collection-101.png
    The player looks nice, but its missing some basic features the other player have, like sound setting, or option to zoom in and some other stuff, so I dont see any advantages this player have over the other.
    Can you copy other player characters files so you dont have to download them again ?

  3. #3

    Join Date
    Jan 2024
    Posts
    15
    Credits
    11
    Quote Originally Posted by sapeiald View Post
    I'm continuing to develop the player mentioned in #767. I'd like you to play the prototype version for windows.
    It will work if you unzip the zip file to a suitable location. To uninstall, delete the root folder.
    https+drive.google.com/file/d/1nIqUgg_m5SRsY2HAtlcKQU-KqgG4BUef/view?usp=sharing

    This is compatible with Nutaku, not DMM.
    Some features remain unimplemented, and you cannot download Soul, Eidolon, Memorial, or Skin.
    Please note that it may take a long time to download the Kamihime scenario data because it does not use Python.

    I also have the DMM version. Let me know if you want it.
    Anyway, if there is something that doesn't work well or needs improvement, please let me know. I will fix it and create a better version.
    [New Player] Love scenes collection-99.png[New Player] Love scenes collection-100.jpg[New Player] Love scenes collection-101.png
    I need the dmm version, can I import existing assets?

  4. Quote Originally Posted by sapeiald View Post
    I also have the DMM version. Let me know if you want it.
    Hope you can make DMM version deal with burst type cg.

    Quote Originally Posted by iiim3gtr View Post
    I got errors when i tried to get the last characters, angra mainyu and frey, which i forgot how to fixed them.
    5410.json for angra and 5411.json for frey.
    [New Player] Love scenes collection-windowsterminal_wufrcfgx0f.png
    Like burst cg's script, current player cannot deal with "film" over 1 line like
    "film":[
    "0001-1-2_a_0.jpg",3,
    "0001-1-2_a_1.jpg",1,

    so we need edit some files
    5410.json >>> delete 21715_harem-character lines belong to 5411.json

    21713_harem-character_script.json
    21717_harem-character_script.json >>> delete transition CG1 to CG2 part

    3_write_config.py >>> change errorlog output for アンラマンユ[純想]
    since I don't know why errorlog show 9503_harem-summon.json not found even I have the file in the folder.


    Attachments are edit guide pics , burst skin cg sample(Unzip with rar or 7zip) and scripts I edited.
    Attached Thumbnails Attached Thumbnails [New Player] Love scenes collection-01.jpg   [New Player] Love scenes collection-02.jpg   [New Player] Love scenes collection-03.jpg  
    Attached Images Attached Images [New Player] Love scenes collection-burst0002sample.jpg 
    Attached Files Attached Files

  5. #5
    Quote Originally Posted by LegendarySpy00F View Post

    Hope you can make DMM version deal with burst type cg.



    Like burst cg's script, current player cannot deal with "film" over 1 line like
    "film":[
    "0001-1-2_a_0.jpg",3,
    "0001-1-2_a_1.jpg",1,

    so we need edit some files
    5410.json >>> delete 21715_harem-character lines belong to 5411.json

    21713_harem-character_script.json
    21717_harem-character_script.json >>> delete transition CG1 to CG2 part

    3_write_config.py >>> change errorlog output for アンラマンユ[純想]
    since I don't know why errorlog show 9503_harem-summon.json not found even I have the file in the folder.


    Attachments are edit guide pics , burst skin cg sample(Unzip with rar or 7zip) and scripts I edited.
    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
    Last edited by iiim3gtr; 12-26-2024 at 10:03 AM.

  6. 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.

  7. #7
    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.

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

  9. #9

    Join Date
    Nov 2024
    Posts
    4
    Credits
    4
    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

Posting Permissions

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