Page 9 of 72 FirstFirst ... 78910111959 ... LastLast
Results 81 to 90 of 720
  1. #81
    I know I shouldn't make double posts but I just wanted this to be on first page. don't kill me mod xD

    So thanks to the new script format, it is possible to get the script files of character without owning them now so I decided to update my script to automatically download all the scripts of all available characters 'cause why not

    In the new updated script, "0_download_json" can now search and download all missing scripts of all available characters on both nutaku and dmm.
    I also uploaded the latest player that have all the scenes from both nutaku and dmm up to current day (see first post or my signature). Took me more than 24 hours to download all the assets of dmm characters... don't blame me for the monstrous file size though

    Beside the combine version of both nutaku and dmm, I also uploaded the nutaku and dmm only version to reduce the size somewhat still monstrous tho who i'm I joking lol
    That's it guys, hope you enjoy the looding

    *Note: for anyone that didn't re-download the player and applied the update script for existing player. Please remove the folder "info_eidolon" first then run '0_download_json.cmd" again if not the script to download portrait will also download N, R and SR eidos. This is not really a big problem but I just don't want ppl to waste their internet resource.
    Attached Files Attached Files
    Last edited by xellosp; 10-09-2018 at 07:51 AM.
    Kamihime Offline Player: MEGA | GG Drive


  2. #82

    Join Date
    Nov 2015
    Posts
    561
    Credits
    163
    Items Thread Title Style ChangeThread Title Style Change
    Titanic work =)

  3. #83
    not really a problem but the file for downloading the full art is now donwloading even the sr/r/n eidolon arts.
    once again, not a huge problem, i just thought it was weird.

  4. #84
    Unregistered Guest
    Quote Originally Posted by xellosp View Post
    I know I shouldn't make double posts but I just wanted this to be on first page. don't kill me mod xD

    So thanks to the new script format, it is possible to get the script files of character without owning them now so I decided to update my script to automatically download all the scripts of all available characters 'cause why not

    In the new updated script, "0_download_json" can now search and download all missing scripts of all available characters on both nutaku and dmm.
    I also uploaded the latest player that have all the scenes from both nutaku and dmm up to current day (see first post or my signature). Took me more than 24 hours to download all the assets of dmm characters... don't blame me for the monstrous file size though

    Beside the combine version of both nutaku and dmm, I also uploaded the nutaku and dmm only version to reduce the size somewhat still monstrous tho who i'm I joking lol
    That's it guys, hope you enjoy the looding
    This is just Iwanted xD

  5. #85
    Quote Originally Posted by Xude View Post
    not really a problem but the file for downloading the full art is now donwloading even the sr/r/n eidolon arts.
    once again, not a huge problem, i just thought it was weird.
    I think I understand your problem. I forgot to mention that you're supposed to delete the old "info_eidolon" folder before running the updated script :facepalm:
    Anyway, thanks for pointing that out, I will update this extra note in my previous post.
    Kamihime Offline Player: MEGA | GG Drive

  6. #86
    btw this didnt happen on the old version of the player, it happened on the 16gb version of the player from the mega link, do i still need to delete the folder or is it something else?

  7. #87
    Quote Originally Posted by Xude View Post
    btw this didnt happen on the old version of the player, it happened on the 16gb version of the player from the mega link, do i still need to delete the folder or is it something else?
    Now that's strange, did it happen on nutaku or dmm version? Also did you run any script before running the full art file?
    The "info_eidolon" folder should only have about 60 (nutaku) or 84 (dmm) files, if you have many more than that then you should delete it and run again. If it is not the case, you should check the config.ini file and see if you recognize any N/R/SR eido name in there, file size should be about 241KB (nutaku) or 287KB (dmm), if you can spot any problems, just delete it and run "3_write_config" file again.

    *Edit: I found the problem now. For some reason the folder in my zip file still have the old eidolon files and I was sure I had deleted them... :facepalm:
    Anyway, you don't have to delete the whole folder, just delete the files from 2.json to 1026.json for both nutaku and dmm versions, that should fix the problem.
    Last edited by xellosp; 10-09-2018 at 09:49 AM.
    Kamihime Offline Player: MEGA | GG Drive

  8. #88
    Unregistered Guest
    so i got this error, what do i do? Sorry if there was a post of this before i didn't see it

    I'm sorry, but an uncaught exception occurred.

    While running game code:
    File "game/script.rpy", line 316, in script
    python:
    File "game/script.rpy", line 317, in <module>
    data_dmm = dict_from_config_file(os.path.join(config.gamedir, 'dmm/config.ini'))
    File "game/script.rpy", line 486, in dict_from_config_file
    inifile.readfp(codecs.open(file, 'r', encoding='utf-8'))
    IOError: [Errno 2] No such file or directory: u'C:\\Users\\jeffrey\\Documents\\MEGA\\KH\\Kamihim e_Player\\kamihime_player\\Kamihime_Player-1.0-pc/game\\dmm/config.ini'

    -- Full Traceback ------------------------------------------------------------

    Full traceback:
    File "C:\Users\jeffrey\Documents\MEGA\KH\Kamihime_Playe r\kamihime_player\Kamihime_Player-1.0-pc\renpy\bootstrap.py", line 295, in bootstrap
    renpy.main.main()
    File "C:\Users\jeffrey\Documents\MEGA\KH\Kamihime_Playe r\kamihime_player\Kamihime_Player-1.0-pc\renpy\main.py", line 487, in main
    run(restart)
    File "C:\Users\jeffrey\Documents\MEGA\KH\Kamihime_Playe r\kamihime_player\Kamihime_Player-1.0-pc\renpy\main.py", line 147, in run
    renpy.execution.run_context(True)
    File "C:\Users\jeffrey\Documents\MEGA\KH\Kamihime_Playe r\kamihime_player\Kamihime_Player-1.0-pc\renpy\execution.py", line 761, in run_context
    context.run()
    File "game/script.rpy", line 316, in script
    python:
    File "C:\Users\jeffrey\Documents\MEGA\KH\Kamihime_Playe r\kamihime_player\Kamihime_Player-1.0-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    File "C:\Users\jeffrey\Documents\MEGA\KH\Kamihime_Playe r\kamihime_player\Kamihime_Player-1.0-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
    File "game/script.rpy", line 317, in <module>
    data_dmm = dict_from_config_file(os.path.join(config.gamedir, 'dmm/config.ini'))
    File "game/script.rpy", line 486, in dict_from_config_file
    inifile.readfp(codecs.open(file, 'r', encoding='utf-8'))
    File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/codecs.py", line 884, in open
    IOError: [Errno 2] No such file or directory: u'C:\\Users\\jeffrey\\Documents\\MEGA\\KH\\Kamihim e_Player\\kamihime_player\\Kamihime_Player-1.0-pc/game\\dmm/config.ini'

    Windows-8-6.2.9200
    Ren'Py 6.99.12.4.2187
    Kamihime_Player 1.0

  9. #89

    Join Date
    Nov 2015
    Posts
    561
    Credits
    163
    Items Thread Title Style ChangeThread Title Style Change
    if you use nutaku-only player you may open script.rpy with notepad++ and made it look as that

  10. #90
    Thanks Eliont, I should have tested first before uploading :facepalm:
    I will put the correct script.rpy here.
    And now I have to re-upload again... **sign**
    Attached Files Attached Files
    Kamihime Offline Player: MEGA | GG Drive

Page 9 of 72 FirstFirst ... 78910111959 ... 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
  •