Results 1 to 10 of 724

Hybrid View

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

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

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

  4. #4

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

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

  6. #6

    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.

  7. #7

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

  8. #8
    For the DMM version, Jeanne d'Arc from the Legend Clover collaboration has her config info overwritten by the soul Jeanne d'Arc. This issue also occurs with the 4th anniversary SR kamihime Diabolos overwriting the SR eidolon version of Diabolos. My current fix for this is to rename the character folders in raw_scenario and to manually edit the config.ini file every time I use the 3_write_config script. In the case of Diabolos, I rename 'ディアボロス' in raw_scenario/kamihime_SR to 'ディアボロス(神姫)'. After using 3_write_config, I make sure that SR eidolon Diabolos [ディアボロス] is 'type = eidolon' and SR kamihime Diabolos [ディアボロス(神姫)] is 'name = ディアボロス(神姫)' and 'type = kamihime_SR'. I don't know what effect this has on scene descriptions but it does reveal both characters' scenes in the player at the same time, which is my priority. The same method works for Jeanne d'Arc as well. I chose rename the collaboration SSR kamihime to ジャンヌ・ダルク[れじぇくろ]. I've attached the following DMM player files for those that prefer to copy and paste rather than edit the files (if you copy and paste the raw_scenario folders, make sure to move or delete the old folders, 'Kamihime_Player-1.0-pc\game\dmm\raw_scenario\kamihime_SR\ ディアボロス' and 'Kamihime_Player-1.0-pc\game\dmm\raw_scenario\kamihime_SSR\ジャンヌ ・ダルク' before running 3_write_config since they won't be overwritten due to having different names):

    my config.ini file, which goes into 'Kamihime_Player-1.0-pc\game\dmm'
    my Diabolos (Kamihime) raw scenario files, which go into 'Kamihime_Player-1.0-pc\game\dmm\raw_scenario\kamihime_SR'
    my Jeanne d'Arc (Legeclo) raw scenario files, which go into 'Kamihime_Player-1.0-pc\game\dmm\raw_scenario\kamihime_SSR'

    I put the config.ini file into a zip file disguised as a jpg file using post #579 as an example.

    Edit 1: Added attachments for my Nutaku config.ini and Diabolos (Kamihime) raw_scenario files.
    Attached Images Attached Images [New Player] Love scenes collection-config-dmm-.jpg [New Player] Love scenes collection-config-nutaku-.jpg 
    Attached Files Attached Files
    Last edited by Berwayer; 09-15-2023 at 09:10 AM.

  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
  •