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.
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.
So I've managed to download the new scenes, but whenever I play them it gives me:
[code]
I'm sorry, but an uncaught exception occurred.
While loading <'Rotozoom' <'Image' u'nutaku/assets/aebdeb68bd5da8f1a839a6a2f199f0a09531c0de755dde59/black.jpg'> 90 1.0>:
File "game/nutaku/scenario/story_nutaku_kamihime_4113.rpy", line 3, in script
show expression (Zoomable(Frame(im.Rotozoom("nutaku/assets/aebdeb68bd5da8f1a839a6a2f199f0a09531c0de755dde59/black.jpg",90,1.0)))) at top as cg with dissolve
File "game/Zoomable.rpy", line 41, in render
child_render = renpy.render(t, width, height, st, at)
IOError: Couldn't find file 'nutaku/assets/aebdeb68bd5da8f1a839a6a2f199f0a09531c0de755dde59/black.jpg'.
Did it happen just for that specific scene or on other scenes also?
Seems to me that your script didn't download the black.jpg for you. I've checked mine and everything worked fine so maybe your script is not up to date. Could you grab the latest from script folder in my download link and try running the download_assets script again to see if it works?
Based on your screenshots, it seems the player can't render some assets properly. I don't know what exactly caused it, could be graphic driver, memory issue... well, I'm no renpy expert so I guess I can't help you with this one unless I can replicate it somehow...
What chinese episodes? You mean the chinese version? I don't play the chinese version so I don't know but it's the same game so I guess it's possible with some tweaking.
Hmm... you should check in 'raw_scenario/eidolon' folder to see if there's a desktop.ini file in there and delete it (turn on hidden file to be sure).
The 1_download_assets.py one.
That worked...I did a search and for some reason I had 349 desktop.ini files in the player folder. I deleted them all and now it works perfectly.
I don't think there is Chinese version of this game, maybe he taking about translate dialogue to Chinese. It's possible, but need someone who know Chinese to translate it.
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.
Here are some screenshots:
imgur.com/8djweyx.png
imgur.com/vSushb9.png
imgur.com/Vhh7Mi6.png