Results 1 to 10 of 730

Hybrid View

  1. #1
    Quote Originally Posted by Unregistered View Post
    I mean I want to copy the player to 3 different folders, and separate the "source" to those folder so when I run one of them it just need to load 1/3 the gallery. But I don't know which file the the source.
    Quote Originally Posted by Unregistered View Post
    Or maybe separate them by rate, for example player 1 only load R-scenes, player 2 only load SR-scenes...but that quite take time to find which file
    from what rate because they named by number.
    First I want to say that the number of assets in assets folder has nothing to do with load time, what affects the load time is the number of files you have in scenario folder (you can test by deleting everything in there and start the game). In other words, the player only finds and loads the renpy files upon start (the .rpy & .rypc files), the other assets only get loaded when needed (i.e. when you play a scene). So basically if you want to reduce load time, just reduce the number of renpy files it has to load.

    Second, regarding separating folders... Well technically you can and yes it does decrease load time somewhat however it's quite complicated to do and tbh I don't think it's worth all the effort for just a small gain in time and it's not like you use the player everyday anyway :shrug:
    Kamihime Offline Player: MEGA | GG Drive

  2. #2
    Unregistered Guest
    Quote Originally Posted by xellosp View Post
    First I want to say that the number of assets in assets folder has nothing to do with load time, what affects the load time is the number of files you have in scenario folder (you can test by deleting everything in there and start the game). In other words, the player only finds and loads the renpy files upon start (the .rpy & .rypc files), the other assets only get loaded when needed (i.e. when you play a scene). So basically if you want to reduce load time, just reduce the number of renpy files it has to load.

    Second, regarding separating folders... Well technically you can and yes it does decrease load time somewhat however it's quite complicated to do and tbh I don't think it's worth all the effort for just a small gain in time and it's not like you use the player everyday anyway :shrug:
    Now I know the player only load scenario file so it's more simple, no need make 3 copy players, just need to create separate folders (similar with the raw_scenario folder) in the scenario folder, put all files in there, and drag them out when I need.
    My PC is rather weak so if it load too much file, not just take long time to load (about 10 minutes to load), it's also cause lag and heating, and shutdown my PC.
    By the way, I tried change font name to Verdana but it doesn't work, still no text. My PC have Verdana font, so that isn't problem then.

  3. #3
    Unregistered Guest
    Here are some screenshots:
    imgur.com/8djweyx.png
    imgur.com/vSushb9.png
    imgur.com/Vhh7Mi6.png

  4. #4
    Can be converted into Chinese episodes?

  5. #5
    Unregistered Guest

    Great player

    I love the player but am having a problem with getting the new scenes. I get this error.
    File "0_download_json.py", line 44, in <module>
    eps = [e.replace('.json', '') for e in os.listdir(os.path.join(data_directory, "eidolon", eidolon))]
    WindowsError: [Error 267] The directory name is invalid: 'raw_scenario\\eidolon\\desktop.ini/*.*'

  6. #6

    Join Date
    Feb 2019
    Posts
    5
    Credits
    5
    I'm having a problem with the Nutaku version when running the .exe, a text file 'traceback.txt' keeps showing up with the following:

    Code:
    I'm sorry, but an uncaught exception occurred.
    
    While running game code:
    ScriptError: Name (u'C:\\Users\\Asus\\Documents\\MEGAsync Downloads\\Kamihime_Player-1.0-pc/renpy/common/000statements.rpy', 1550151936, 4) is defined twice, at renpy/common/000statements.rpy:24 and renpy/common/000statements.rpy:40.
    
    -- Full Traceback ------------------------------------------------------------
    
    Full traceback:
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\bootstrap.py", line 295, in bootstrap
        renpy.main.main()
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\main.py", line 364, in main
        renpy.game.script.load_script()  # sets renpy.game.script.
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 265, in load_script
        self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 753, in load_appropriate_file
        self.finish_load(stmts, initcode, filename=fn + source)
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 419, in finish_load
        bad_node.filename, bad_node.linenumber))
    ScriptError: Name (u'C:\\Users\\Asus\\Documents\\MEGAsync Downloads\\Kamihime_Player-1.0-pc/renpy/common/000statements.rpy', 1550151936, 4) is defined twice, at renpy/common/000statements.rpy:24 and renpy/common/000statements.rpy:40.
    I've only been able to run it successfully once but I have no idea why, I just kept trying to run it (normally and as admin)

  7. #7
    Quote Originally Posted by Varona View Post
    I'm having a problem with the Nutaku version when running the .exe, a text file 'traceback.txt' keeps showing up with the following:

    Code:
    I'm sorry, but an uncaught exception occurred.
    
    While running game code:
    ScriptError: Name (u'C:\\Users\\Asus\\Documents\\MEGAsync Downloads\\Kamihime_Player-1.0-pc/renpy/common/000statements.rpy', 1550151936, 4) is defined twice, at renpy/common/000statements.rpy:24 and renpy/common/000statements.rpy:40.
    
    -- Full Traceback ------------------------------------------------------------
    
    Full traceback:
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\bootstrap.py", line 295, in bootstrap
        renpy.main.main()
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\main.py", line 364, in main
        renpy.game.script.load_script()  # sets renpy.game.script.
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 265, in load_script
        self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 753, in load_appropriate_file
        self.finish_load(stmts, initcode, filename=fn + source)
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 419, in finish_load
        bad_node.filename, bad_node.linenumber))
    ScriptError: Name (u'C:\\Users\\Asus\\Documents\\MEGAsync Downloads\\Kamihime_Player-1.0-pc/renpy/common/000statements.rpy', 1550151936, 4) is defined twice, at renpy/common/000statements.rpy:24 and renpy/common/000statements.rpy:40.
    I've only been able to run it successfully once but I have no idea why, I just kept trying to run it (normally and as admin)
    This is just my guess maybe you got a duplicated 000statements.rpy file in renpy/common, you should check in renpy/common and make sure there's only one 000statements.rpy in there.
    Kamihime Offline Player: MEGA | GG Drive

  8. #8

    Join Date
    Feb 2019
    Posts
    5
    Credits
    5
    When I looked, the only other file with the same name is a .rpyc file. I also tried moving the main folder (to the desktop in this case) but somehow the script error still lists the original folder:

    Code:
    Full traceback:
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\bootstrap.py", line 295, in bootstrap
        renpy.main.main()
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\main.py", line 364, in main
        renpy.game.script.load_script()  # sets renpy.game.script.
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\script.py", line 265, in load_script
        self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\script.py", line 753, in load_appropriate_file
        self.finish_load(stmts, initcode, filename=fn + source)
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\script.py", line 419, in finish_load
        bad_node.filename, bad_node.linenumber))
    ScriptError: Name (u'C:\\Users\\Asus\\Documents\\MEGAsync Downloads\\Kamihime_Player-1.0-pc/renpy/common/000statements.rpy', 1550151936, 4) is defined twice, at renpy/common/000statements.rpy:24 and renpy/common/000statements.rpy:40.

  9. #9
    Quote Originally Posted by Varona View Post
    When I looked, the only other file with the same name is a .rpyc file. I also tried moving the main folder (to the desktop in this case) but somehow the script error still lists the original folder:

    Code:
    Full traceback:
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\bootstrap.py", line 295, in bootstrap
        renpy.main.main()
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\main.py", line 364, in main
        renpy.game.script.load_script()  # sets renpy.game.script.
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\script.py", line 265, in load_script
        self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\script.py", line 753, in load_appropriate_file
        self.finish_load(stmts, initcode, filename=fn + source)
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\script.py", line 419, in finish_load
        bad_node.filename, bad_node.linenumber))
    ScriptError: Name (u'C:\\Users\\Asus\\Documents\\MEGAsync Downloads\\Kamihime_Player-1.0-pc/renpy/common/000statements.rpy', 1550151936, 4) is defined twice, at renpy/common/000statements.rpy:24 and renpy/common/000statements.rpy:40.
    Hmm, I'm clueless here... Anyway, I uploaded my renpy folder here (https://drive.google.com/open?id=1rY...KmXK3xfq6K3Wpn), just replace your renpy folder with it and run again. If error still persists then honestly I don't know
    Kamihime Offline Player: MEGA | GG Drive

  10. #10

    Join Date
    Feb 2019
    Posts
    5
    Credits
    5
    Quote Originally Posted by xellosp View Post
    Hmm, I'm clueless here... Anyway, I uploaded my renpy folder here (https:// drive. google. com/open?id=1rYQY4zS_Wb1w0HBtNqKmXK3xfq6K3Wpn*), just replace your renpy folder with it and run again. If error still persists then honestly I don't know
    Bad news is, that didn't work. The error now says that a certain file is missing, which I noticed is in a 'dmm' folder, which I don't have because I use the Nutaku version.

    The good news is that I got it to work by extracting everything in the .zip file again in another folder. It runs every time now, but it's strange that it didn't the first time.

    Anyway, thanks for the responses


    * I guess this is staying as plain text
    Last edited by Varona; 02-16-2019 at 01:24 AM.

Posting Permissions

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