Results 1 to 10 of 1109

Hybrid View

  1. #1
    Unregistered Guest
    Quote Originally Posted by Prototype909 View Post
    Still no Awakaned Susanoo scene? Sad
    Awakened Susanoo is posted somewhere in the thread

  2. #2
    Quote Originally Posted by Unregistered View Post
    Quote Originally Posted by Prototype909 View Post
    Still no Awakaned Susanoo scene? Sad
    Awakened Susanoo is posted somewhere in the thread
    looks like he missed much of files way back then
    Online: gazmull [Github]
    Offline: Eliont (Discontinued) | xellosp [Github]


    Looking for active editors to manage Kamihime FANDOM (wiki)! Contact me for inquiries (Discord: Euni#1200).

  3. #3

    Join Date
    Jan 2018
    Location
    Singapore
    Posts
    1,431
    Credits
    1,038
    I've tried my hand at uploading new files into the player using some of the attached files within this thread, but it's giving me hell given I've got zero programming background lmao.

    I've downloaded the player from post #337(?, I believe?) and tried running the command for extracting assets, and I've noticed something odd right off the bat: the command from OP post #1 will stop and prompt me to close the cmd, but the command from post #337 loops the search for assets infinitely. Is that a problem, or have I not waited long enough for it to extract everything?

    Issue number 2 might be bumping a lot of the common issues you guys probably have seen from other people, but considering there's no FAQ, forgive me if I dump problems here instead. Following the correct order of the extractions and command runs, I opened the player and tried running for example, let's say Hastur, which I'll use as the example until the end of the post. First thing, I tried running the scenario and the images are fine, except there was no voice. This error appears to be inconsistent, as I tried a scenario upload with Itaqhua and it worked normally.

    Then, when I tried running the H scenes, I was greeted immediately with an exception error (which I have zero clue what that really indicates, but I guess I screwed up somewhere?). For the Hastur scene, I've opened up the traceback and dumped the text in https://pastebin.com/5CjX0hHz so someone can hopefully trace my error. Any indications to how to fix this issue for a layman? Help is really appreciated, thanks

  4. #4
    Unregistered Guest
    Quote Originally Posted by Cobblemaniac View Post
    I've tried my hand at uploading new files into the player using some of the attached files within this thread, but it's giving me hell given I've got zero programming background lmao.

    I've downloaded the player from post #337(?, I believe?) and tried running the command for extracting assets, and I've noticed something odd right off the bat: the command from OP post #1 will stop and prompt me to close the cmd, but the command from post #337 loops the search for assets infinitely. Is that a problem, or have I not waited long enough for it to extract everything?

    Issue number 2 might be bumping a lot of the common issues you guys probably have seen from other people, but considering there's no FAQ, forgive me if I dump problems here instead. Following the correct order of the extractions and command runs, I opened the player and tried running for example, let's say Hastur, which I'll use as the example until the end of the post. First thing, I tried running the scenario and the images are fine, except there was no voice. This error appears to be inconsistent, as I tried a scenario upload with Itaqhua and it worked normally.

    Then, when I tried running the H scenes, I was greeted immediately with an exception error (which I have zero clue what that really indicates, but I guess I screwed up somewhere?). For the Hastur scene, I've opened up the traceback and dumped the text in *** so someone can hopefully trace my error. Any indications to how to fix this issue for a layman? Help is really appreciated, thanks
    try using the player from post #614, its a more recent version, the 1_download_assets.cmd will take a while to finish because it checks every asset that is listed on the kamihime files on the nutaku folder, and then downloads the missing ones, so just wait until it asks you to press any key to finish the program.
    the other files:2_build_rpy.cmd and 3_write_config.cmd dont take as much time as the first, so if you run the first one until the end you should have no problem.

  5. #5

    Join Date
    Jan 2018
    Location
    Singapore
    Posts
    1,431
    Credits
    1,038
    Quote Originally Posted by Unregistered View Post
    try using the player from post #614, its a more recent version, the 1_download_assets.cmd will take a while to finish because it checks every asset that is listed on the kamihime files on the nutaku folder, and then downloads the missing ones, so just wait until it asks you to press any key to finish the program.
    the other files:2_build_rpy.cmd and 3_write_config.cmd dont take as much time as the first, so if you run the first one until the end you should have no problem.
    Ah, no wonder it looks like it takes forever. I managed to catch some of the lines that were listed in the cmd.exe window that mentions "insecure request warning" when downloading certain files. Are those of concern?

  6. #6
    Unregistered Guest
    Quote Originally Posted by Cobblemaniac View Post
    Ah, no wonder it looks like it takes forever. I managed to catch some of the lines that were listed in the cmd.exe window that mentions "insecure request warning" when downloading certain files. Are those of concern?
    just ignore them, they appear because the site where the files are is not "safe", i have no way to assure you the files are safe, other than having no problems with them so far, so its up to you.

  7. #7

    Join Date
    Jan 2018
    Location
    Singapore
    Posts
    1,431
    Credits
    1,038
    Quote Originally Posted by Unregistered View Post
    just ignore them, they appear because the site where the files are is not "safe", i have no way to assure you the files are safe, other than having no problems with them so far, so its up to you.
    Understood. Thanks for the help

  8. Quote Originally Posted by Cobblemaniac View Post
    Ah, no wonder it looks like it takes forever. I managed to catch some of the lines that were listed in the cmd.exe window that mentions "insecure request warning" when downloading certain files. Are those of concern?
    I actually have those messages disabled. When you add the following below the the line that starts with import ... right at the start in 2_download_assets.py they get disabled

    from requests.packages.urllib3.exceptions import InsecureRequestWarning

    requests.packages.urllib3.disable_warnings(Insecur eRequestWarning)

Posting Permissions

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