Page 4 of 72 FirstFirst ... 234561454 ... LastLast
Results 31 to 40 of 719
  1. #31
    Quote Originally Posted by xellosp View Post
    Thank you for the files.
    Here is the updated script.
    Thank you.If you try it, you can start from registration.
    Try another character, and let me report another error.

    The story changes, but if you want to add a hero or story scene in the DMM version, should it be in the same arrangement as the Nutaku folder?
    For instance
    Put the target file in "game/dmm/raw_scenario/soul or story".( "soul" and "story" folder is newly created by me.)
    The same as the character addition,Is it OK to run up to "3_write_config.cmd" in order from "1_download_assets.cmd"?


  2. #32
    Quote Originally Posted by tack View Post
    Thank you.If you try it, you can start from registration.
    Try another character, and let me report another error.

    The story changes, but if you want to add a hero or story scene in the DMM version, should it be in the same arrangement as the Nutaku folder?
    For instance
    Put the target file in "game/dmm/raw_scenario/soul or story".( "soul" and "story" folder is newly created by me.)
    The same as the character addition,Is it OK to run up to "3_write_config.cmd" in order from "1_download_assets.cmd"?
    Sorry to say but it's not possible at the moment. These features are not in DMM version and also the process for adding story and hero scenes are different from kamihime/eidolon.
    Honestly, I made this player mainly for English community and did not think that DMM player would use it .
    Anyway, since you asked for it, I will try to integrate story and hero scenes for DMM version but you will have to wait till weekend since I'm pretty busy on weekdays.
    Kamihime Offline Player: MEGA | GG Drive

  3. #33

    Red face

    Quote Originally Posted by xellosp View Post
    Sorry to say but it's not possible at the moment. These features are not in DMM version and also the process for adding story and hero scenes are different from kamihime/eidolon.
    Honestly, I made this player mainly for English community and did not think that DMM player would use it .
    Anyway, since you asked for it, I will try to integrate story and hero scenes for DMM version but you will have to wait till weekend since I'm pretty busy on weekdays.
    Thank you, I'll be waiting for the fun because it is good slowly.
    We may be able to provide you with the necessary files, so we will cooperate as much as possible.

  4. #34
    Quote Originally Posted by tack View Post
    Thank you, I'll be waiting for the fun because it is good slowly.
    We may be able to provide you with the necessary files, so we will cooperate as much as possible.
    I have updated the script. Follow the guide below to add soul and story scenes to player:
    + For story scenes:
    1) Obtain info files for stories:
    - Open game and launch browser developer console (F12 for Chrome, Ctrl-Shift-I for Firefox).
    - Navigate to エピソード then メイン.
    - In Network tab, set filter string harem_main_quests
    - Open file in new tab and save to "dmm/main_quests/".
    2) Copy folder "story_thumb" from nutaku to dmm.
    3) Create folder "story" in raw_scenario.
    4) Obtain scenarios file like step 1 in first post, set filter string _main instead of _harem-
    5) In story folder, create folder name 1,2,3,... (same as in nutaku/raw_scenario/story folder) and put scenario files there in the same order like in "story_thumb" folder.
    + For soul:
    1) Obtain info files for souls:
    - Open game and launch browser developer console (F12 for Chrome, Ctrl-Shift-I for Firefox).
    - Navigate to 編成 then 英雄チェンジ page.
    - In Network tab, set filter string a_job
    - Open file in new tab and save all of them to "dmm/info_soul/" with name souls1, souls2,....
    2) Create folder "soul" in raw_scenario.
    3) Obtain scenarios file like step 1 in first post

    After all that done, just run step 3 -> 6 in first post and it should work.
    Attached Files Attached Files
    Kamihime Offline Player: MEGA | GG Drive

  5. #35
    Thanks for the update!
    There was a part that I did not understand where I tried actually, and report it here.
    For story scenes:
    1) "2_build_rpy.cmd" to run, the name of the character and get out, but this is a hero character is not it?
    2)is the name of a character not a problem in Japanese or English?
    3)What is the cause of the following error when you run?
    ※ "Yukimura " is correct, but it was in addition to the story and was separated.
    ”Yukimura
    story_dmm_soul_082
    story_dmm_soul_083
    story_dmm_soul_084
    1
    story_dmm_story_100001
    story_dmm_story_100002
    10
    story_dmm_story_108
    story_dmm_story_109
    11
    story_dmm_story_120
    story_dmm_story_121
    12
    story_dmm_story_137
    story_dmm_story_138
    13
    story_dmm_story_149
    Traceback (most recent call last):
    File "2_build_rpy.py", line 192, in <module>
    file.read().decode('utf-8'), script, rd)
    File "2_build_rpy.py", line 138, in parse_scenario
    se = re.findall(r'storage="(.*?)"', line)[0]
    IndexError: list index out of range


    The story cannot be played because the file is not created in the "scenario" folder than the above error.

    4)It may not have anything to do with the story, but the error has come out separately, so report it. would appreciate advice.
    When the "4_download_characters_img" was started, the following error message came out.
    "
    D:\KamihimePlayer(nutaku)\kamihime_player (6.4g)\Kamihime_Pla
    yer-1.0-pc\game\dmm>..\..\Python27\python.exe "4_download_characters_img.py"
    Traceback (most recent call last):
    File "4_download_characters_img.py", line 11, in <module>
    from parsel import Selector
    File "D:\KamihimePlayer(nutaku)\kamihime_player (6.4g)\Kami
    hime_Player-1.0-pc\Python27\lib\site-packages\parsel\__init__.py", line 10, in <
    module>
    from parsel.selector import Selector, SelectorList # NOQA
    File "D:\KamihimePlayer(nutaku)\kamihime_player (6.4g)\Kami
    hime_Player-1.0-pc\Python27\lib\site-packages\parsel\selector.py", line 7, in <m
    odule>
    import six
    ImportError: No module named six

    D:\KamihimePlayer(nutaku)\kamihime_player (6.4g)\Kamihime_Pla
    yer-1.0-pc\game\dmm>pause
    "
    "python" "Six" is installed, but as an error, it seems that 4-> 5 is not able to perform well.

    I'm sorry for all the questions at length, but I hope you get some advice when you have time.

  6. #36
    Quote Originally Posted by tack View Post
    Thanks for the update!
    There was a part that I did not understand where I tried actually, and report it here.
    For story scenes:
    1) "2_build_rpy.cmd" to run, the name of the character and get out, but this is a hero character is not it?
    2)is the name of a character not a problem in Japanese or English?
    3)What is the cause of the following error when you run?
    ※ "Yukimura " is correct, but it was in addition to the story and was separated.
    ”Yukimura
    story_dmm_soul_082
    story_dmm_soul_083
    story_dmm_soul_084
    1
    story_dmm_story_100001
    story_dmm_story_100002
    10
    story_dmm_story_108
    story_dmm_story_109
    11
    story_dmm_story_120
    story_dmm_story_121
    12
    story_dmm_story_137
    story_dmm_story_138
    13
    story_dmm_story_149
    Traceback (most recent call last):
    File "2_build_rpy.py", line 192, in <module>
    file.read().decode('utf-8'), script, rd)
    File "2_build_rpy.py", line 138, in parse_scenario
    se = re.findall(r'storage="(.*?)"', line)[0]
    IndexError: list index out of range


    The story cannot be played because the file is not created in the "scenario" folder than the above error.

    4)It may not have anything to do with the story, but the error has come out separately, so report it. would appreciate advice.
    When the "4_download_characters_img" was started, the following error message came out.
    "
    D:\KamihimePlayer(nutaku)\kamihime_player (6.4g)\Kamihime_Pla
    yer-1.0-pc\game\dmm>..\..\Python27\python.exe "4_download_characters_img.py"
    Traceback (most recent call last):
    File "4_download_characters_img.py", line 11, in <module>
    from parsel import Selector
    File "D:\KamihimePlayer(nutaku)\kamihime_player (6.4g)\Kami
    hime_Player-1.0-pc\Python27\lib\site-packages\parsel\__init__.py", line 10, in <
    module>
    from parsel.selector import Selector, SelectorList # NOQA
    File "D:\KamihimePlayer(nutaku)\kamihime_player (6.4g)\Kami
    hime_Player-1.0-pc\Python27\lib\site-packages\parsel\selector.py", line 7, in <m
    odule>
    import six
    ImportError: No module named six

    D:\KamihimePlayer(nutaku)\kamihime_player (6.4g)\Kamihime_Pla
    yer-1.0-pc\game\dmm>pause
    "
    "python" "Six" is installed, but as an error, it seems that 4-> 5 is not able to perform well.

    I'm sorry for all the questions at length, but I hope you get some advice when you have time.
    1) It's the name of main character, just type whatever you want
    2) No problem if you use English or Japanese
    3) Can you give me the file for story_149 and 150?
    4) Don't know why it happened, I will try look into it later
    Kamihime Offline Player: MEGA | GG Drive

  7. #37
    1) and 2), I was able to understand.
    3) We will send you the file.
    Attached Files Attached Files
    • File Type: zip 13.zip (689 Bytes, 28 views)

  8. #38
    Quote Originally Posted by tack View Post
    1) and 2), I was able to understand.
    3) We will send you the file.
    3) I checked the file "149_main_script.ks" and at the end of file, for some reason it has this line "[playse storage=.mp3 loop=false clear=true]" which cause the script to fail. I guess this a bug from DMM. Anyway, I've updated the script to bypass this problem.

    4) Download the six.zip file and extract to "Kamihime_Player-1.0-pc\Python27\lib\site-packages" should solve your problem.
    If you encounter another problem with python import, then download this whole Python folder (https://drive.google.com/open?id=1ZG...6xXDAjvnn_Mxk8) and extract to "Kamihime_Player-1.0-pc" folder.
    Attached Files Attached Files
    Kamihime Offline Player: MEGA | GG Drive

  9. #39
    Unregistered Guest
    Can I get the dmm original version(Japanese) data here? Please tell me the link

  10. #40

    Join Date
    Jan 2018
    Posts
    13
    Credits
    9
    Hey I have a question on the developer tools o ngoogle chrome what exactly am i looking for because I can't find the scripts or the harem strings at all on the dmm version
    Last edited by jmfactor; 07-31-2018 at 05:32 AM.

Page 4 of 72 FirstFirst ... 234561454 ... 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
  •