Page 62 of 72 FirstFirst ... 12526061626364 ... LastLast
Results 611 to 620 of 717
  1. #611
    I have the DMM soul skin Lancelot [Sweet Corner] and have attached the scene's dialog files (first.ks and scenario.json), but I get an unknown server error for the harem JSON files (8001_harem-job.json, 80011_harem-job.json, and 80012_harem-job.json). I don't know how to manually download these types of files.

    Edit 1: I've updated the attached files to include the JSON files for the 3 skins, main quest 17, and main quest 18 (thumbnails for these as well) for the DMM version. I think Amon's and Kushinada's folders go in raw_scenario/kamihime_SR, Lancelot's folder in raw_scenario/soul, the story folders in raw_scenario/story. The story thumbnails go in story_thumb and the skin portraits can be downloaded from the wiki: https://xn--hckqz0e9cygq471ahu9b.xn-...82%AD%E3%83%B3. The dialog files are downloaded by the 1_download_assets (skip 0_download_json if you only want the skin and story scenes). I'm still downloading assets and troubleshooting, so those who don't want deal with bugs may want to wait until I get the scenes to work in the DMM player.

    Edit 2: I've gotten the 3 skin and 2 newest story scenes to work in the DMM player. The skin scenes have blue names since they don't have encounter scenes, only the h scene story and harem. Overall, the JSONs have to manually downloaded and placed into the appropriate raw_scenario subfolder as mentioned above. Then use 1_download_assets, 2_build_rpy, and 3_write_config as usual. The story thumbnails, portraits, and full portraits have to be manually downloaded from either the game's website of the wiki and placed in either story_thumb, portrait, or portrait_full depending on the type of image.
    Attached Files Attached Files
    Last edited by Berwayer; 11-26-2023 at 03:32 PM.


  2. Quote Originally Posted by Berwayer View Post
    I have the Lancelot skin and have attached the scene's dialog files (first.ks and scenario.json), but I get an unknown server error for the harem JSON files (8001_harem-job.json, 80011_harem-job.json, and 80012_harem-job.json). I don't know how to manually download these types of files.
    Thank you for the file name and Machine Beast eidolons!

    If you can view Lancelot skin's scene, you can get JSON files from cache (for Chrome browser use ChromeCacheView)

    or edit the .py file to download the URLs with session. (You can check my py file.)


    Upload files for people who want to add this skin manually.

    save and use 7-zip or winrar to unzip the attached jpg pics.
    Attached Images Attached Images [New Player] Love scenes collection-skinshowinsoul.jpg 
    Attached Files Attached Files
    Last edited by LegendarySpy00F; 05-03-2023 at 06:32 AM.

  3. #613
    Hi! I understand that you are having problems uploading JSON files for harem tasks. I too have encountered this error and can advise you to download the files manually and put them in the appropriate subfolders as you indicated. I've also used 1_download_assets to load dialog and scene files, and it worked for me. But if you keep running into problems, it might be worth waiting until all the issues are fixed to avoid additional problems. Good luck!

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

  5. #615
    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 04:26 PM.

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

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

  8. #618

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

  9. #619
    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 03:53 PM.

  10. #620

    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.

Page 62 of 72 FirstFirst ... 12526061626364 ... LastLast

Posting Permissions

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