Results 1 to 10 of 730

Hybrid View

  1. #1

    Join Date
    Mar 2023
    Posts
    3
    Credits
    3
    Quote Originally Posted by Raydons View Post
    Apparently i'm missing some harem-summon script for the dmm version and can't dl them. Anybody can help ? [New Player] Love scenes collection-image_2023-04-04_210117118.png [New Player] Love scenes collection-image_2023-04-04_210438072.png
    Hi everyone, i Nevers had an answer for this, anyone can help ?

  2. Quote Originally Posted by Raydons View Post
    Hi everyone, i Nevers had an answer for this, anyone can help ?
    Only can upload this to you, backup and give a try.
    Attached Files Attached Files

  3. #3
    hi, can you help me with this please [New Player] Love scenes collection-wlw.png

  4. #4
    For the Nutaku player. replace the script files in "Kamihime_Player-1.0-pc\game\nutaku" with the ones in post #589. For the DMM player, replace the file in "Kamihime_Player-1.0-pc\game\dmm" with the one in post #570. I recommend running the 0_download_json and 1_download_assets scripts at least twice to increase the chance of getting all of the new files.
    Last edited by Berwayer; 05-26-2023 at 03:26 PM.

  5. #5
    HELLO,I used 5_download_portrait to try download portrait ,by NUTAKU version from #589(appreciated Yosurako),but it can not find character anyone...
    I tried to edit .py file to change the website to another one(change wiki to fandom),but it still not work...
    how can I fix it?
    (below is my 5_error.log)
    [ERROR] 2023-05-27 15:18:29,174: Can not find character Aratron
    [ERROR] 2023-05-27 15:18:29,571: Can not find character Chi You
    [ERROR] 2023-05-27 15:18:29,986: Can not find character MB01FF Amelia
    [ERROR] 2023-05-27 15:18:30,378: Can not find character MB02AS Marie
    [ERROR] 2023-05-27 15:18:30,773: Can not find character MB03SL Schat
    [ERROR] 2023-05-27 15:18:31,168: Can not find character MB04LB Chensi
    [ERROR] 2023-05-27 15:18:31,562: Can not find character MB05SW Tiana
    [ERROR] 2023-05-27 15:18:31,957: Can not find character MB06AS TG-99
    [ERROR] 2023-05-27 15:18:32,352: Can not find character Nagi
    [ERROR] 2023-05-27 15:18:32,753: Can not find character Raziel
    [ERROR] 2023-05-27 15:18:33,151: Can not find character Shutai (Minmei)
    [ERROR] 2023-05-27 15:18:33,553: Can not find character Yato no Kami
    [ERROR] 2023-05-27 15:18:33,953: Can not find character (Fantasy Dragon) Jabberwock
    [ERROR] 2023-05-27 15:18:34,352: Can not find character (Guardian of Golden Apples) Radon

  6. #6
    uuh, it was the script from post 570 that got me this error in the first place

  7. #7

    Join Date
    Feb 2020
    Posts
    3
    Credits
    3
    Anyone have the JSON files for the new Andromeda skin on DMM?

  8. #8
    I found the JSON files for the Andromeda skin (80021_harem-job and 80022_harem-job) by adding 10 to the number in the Lancelot skin's JSON files (80011_harem-job and 80012_harem-job) rather than buying the premium pass. I used the script in post #612 and replaced the default downloading code with the following:

    url = 'https://r.kamihimeproject.net/v1/scenarios/80021_harem-job'
    r = requests.get(url, headers=headers, verify=False)
    open('80021_harem-job.json', 'wb').write(r.content)

    url = 'https://r.kamihimeproject.net/v1/scenarios/80022_harem-job'
    r = requests.get(url, headers=headers, verify=False)
    open('80022_harem-job.json', 'wb').write(r.content)

    This method to obtain future soul skins might keep working until the increment is a number other than 10.

    Edit 1: Updated to include the JSON files for the DMM soul skin Solomon [Wisdom Librarian]. The previous DMM soul skin, 2 kamihime skins, Main Quest 17, and Main Quest 18 are on post #611.
    Edit 2: Updated to include the JSON files for the DMM soul skin Shingen [Bright Sake Master].
    Last edited by Berwayer; 11-26-2023 at 02:53 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
  •