Results 1 to 10 of 724

Hybrid View

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

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

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

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

  5. #5

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

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

  7. #7

    Join Date
    Jun 2023
    Posts
    4
    Credits
    4
    Hi! Try as I might, I can't the DMM version of the 3_write_config to work. I keep getting this error[New Player] Love scenes collection-ree.png

    I tried what a post tried earlier and changing my system to japan, but it still didn't work.
    Please help or clarify if I'm doing something wrong. I'm using the files downloaded straight from the mega link, but i replaced the download .json with the post 500something that I saw earlier.

  8. #8

    Join Date
    Jul 2023
    Posts
    1
    Credits
    0
    is there an updated version of the player?

  9. #9
    @Berwayer I think we should fork a new repo to include the latest updates of the script, I tried to follow the thread and update the script but lost in thoughts all alone: https://github.com/xellosp/kamihime-player

Posting Permissions

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