Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 724

Hybrid View

  1. #1

    Join Date
    May 2018
    Posts
    13
    Credits
    8
    Quote Originally Posted by Kirashi View Post
    Seems like it doesn't work anymore for me. I tried with Nutaku (game/nutaku), I opened 0_download_json, gave tokei and session from nutaku, then I opened 3_write_config, 4_download_full_art and 5_download_portrait. I opened the player and I saw no changement regarding nutaku's characters. Did I miss something?
    did you 1_download_assets
    and 2_build_rpy ?

  2. #2
    Quote Originally Posted by hentaiguy View Post
    so is there a guide for beginners on how to use this or anyone able to help me out? i downloaded and extracted but thats as far as i got, i try to run application and nothing happens so idk if its me or my system
    So after resetting my computer I was able to open the app but I’m not sure how to run the scripts to update the scenes, can anyone help me with that part? Also there was no option for nutaku only a dmm option, is there still supposed to be a nutaku version?
    Last edited by hentaiguy; 08-28-2021 at 11:19 PM.

  3. #3

    Join Date
    Apr 2019
    Location
    taiwan
    Posts
    1
    Credits
    1
    Hello thank you very much first.

    DMM Kamihime update and add "skins" and add index skins ( but use 14314_harem-character+14315_harem-character )

    base url need to add https:// r.kami himeproject.net/v1/ a_skins ? (I guess like it by link of jobs)

    skins?json

    {
    "data": [{
    "character_id": 8001,
    "is_owned": true,
    "unread_episode": false
    }],
    "max_record_count": 1
    }

    character_episodes?json

    {
    "data": [{
    "character_id": 3,
    "rare": "ssrare",
    "element_type": 5,
    "is_owned": true,
    "aroused_character_id": -1,
    "unread_episode": false
    }, {

  4. #4

    Join Date
    Jul 2019
    Location
    https://t.me/pump_upp
    Posts
    9
    Credits
    8
    Well, a new problem was presented in the nutaku kamihime player when downloading the new eidolon in assets and converting the script, this error appears
    Failed to download script for "raw_scenario\eidolon\[Sincere Magician] Viatis\9903_harem-summon.json"

    and the download stops completely, someone knows how to solve this error, it's the first time that I get
    Last edited by miraclevision; 12-14-2021 at 01:53 AM.

  5. #5

    Join Date
    Jul 2018
    Posts
    5
    Credits
    5
    Seems Kamihime nutaku has changed their storage url formatting, which will give the "Failed to download script" error you are seeing miraclevision.

    Working on a new script to deal with these changes. Might take a few days though I am only doing this on my off time.

    Edit:
    So apparently I am a liar, cuz it took a few minutes rather than a few days to fix.
    I strongly suggest taking a backup of your scripts before replacing with mine, but this should fix it.

    Also you will have to delete all the json files which are failing on the convert step(most likely the newest ones you have downloaded), and redownload them via my script, and use my script for any future json downloads.

    Have fun.
    Attached Files Attached Files
    Last edited by Prophet; 12-17-2021 at 07:57 AM. Reason: New info

  6. #6

    Join Date
    Dec 2019
    Posts
    9
    Credits
    10
    Quote Originally Posted by Prophet View Post
    Seems Kamihime nutaku has changed their storage url formatting, which will give the "Failed to download script" error you are seeing miraclevision.

    Working on a new script to deal with these changes. Might take a few days though I am only doing this on my off time.

    Edit:
    So apparently I am a liar, cuz it took a few minutes rather than a few days to fix.
    I strongly suggest taking a backup of your scripts before replacing with mine, but this should fix it.

    Also you will have to delete all the json files which are failing on the convert step(most likely the newest ones you have downloaded), and redownload them via my script, and use my script for any future json downloads.

    Have fun.
    I haven't tested it yet but I just wanted to say you're a goddamn hero. Love watching the scenes, hate playing gacha. This viewer is a life saver and I'm glad people are keeping it alive.

  7. #7

    Join Date
    Jul 2019
    Location
    https://t.me/pump_upp
    Posts
    9
    Credits
    8
    Quote Originally Posted by Prophet View Post
    Seems Kamihime nutaku has changed their storage url formatting, which will give the "Failed to download script" error you are seeing miraclevision.

    Working on a new script to deal with these changes. Might take a few days though I am only doing this on my off time.

    Edit:
    So apparently I am a liar, cuz it took a few minutes rather than a few days to fix.
    I strongly suggest taking a backup of your scripts before replacing with mine, but this should fix it.

    Also you will have to delete all the json files which are failing on the convert step(most likely the newest ones you have downloaded), and redownload them via my script, and use my script for any future json downloads.

    Have fun.
    It worked fine but now I fail with (Dancer of Peace) Apsara and it is possible that it will fail with (Archangel of Light) Ramiel which are the new ones together with viatus, their scripts were not downloaded since the error was with viatus and it did not continue more from there
    edit: ok, it worked, I just needed to delete other files .json not so recent, now everything could be downloaded without problems thanks for the work brother
    Last edited by miraclevision; 12-18-2021 at 08:46 AM.

  8. #8

    Join Date
    Dec 2019
    Posts
    9
    Credits
    10
    I had a few errors starting out with the new download script too. Though eventually, after a couple of tries, everything worked out. I got Aspara and Ramiel in my viewer and working correctly. Maybe try to go through the steps again with a new session token.

    And while we're talking about getting the viewer and downloaders working again, would it be possible to fix '5_download_portrait.py' as well? It's been broken for a while, I think wikia changed their URL formats or something. '4_download_full_art.py' still works fine.
    Last edited by wtx; 12-18-2021 at 08:20 AM.

  9. #9

    Join Date
    Feb 2022
    Posts
    8
    Credits
    7
    Yeah that makes sense. If I want to do a clean install, do I simply delete all the files in all the folders or grab a new one entirely from scratch from xellosp's post and download using your version of 0_download_json and everything?
    Last edited by beegoot; 03-13-2022 at 05:15 PM.

  10. #10
    Deleting the folder "Kamihime_Player-1.0-pc" and everything in it has been sufficient so far, but there are some hidden RenPy save files in "C:\Users\[Your Account Name]\AppData\Roaming\RenPy\Kamihime_Player" as well. Then download and extract xellosp's player from the first post. Afterwards, continue from step 2 that I've mentioned above.

Page 4 of 8 FirstFirst ... 23456 ... 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
  •