Results 1 to 10 of 1109

Hybrid View

  1. #1

    last contribution

    Quote Originally Posted by Yumigami View Post
    stuffs
    You're welcome and thanks for the coin, that actually made me update my prototype player.

    Speaking of which, it's a slightly old project I want to finally share. Made it when I was planning to rewrite the whole web player to actually play all the assets scraped (not really 'all'). Not newb-friendly so I would advise not to take this one seriously for 'non tech-savvy,' but I want to share it for those who want to parse the harem files gathered 'with ease,' and since I already left the game it could be helpful somehow before I completely leave the kh-related projects. This is a server-based project [so you'll have to download the essentials before actually using it]. Supports both old and new scene formats.

    Preview



    Procedures are given within a text file in the zip file (Must Read). Setting up the essentials should be easy

    Scenes added are up to you; so far I only gathered some characters only, so it's your choice to look for more characters.
    Another way is browsing through this dump (html file) I made which is sort of old but I guess everything after the latest entry is in this thread anyway— and you can format them like this:


    Story:
    Code:
    { "title": "Random Title", "summary": "Random Summary", "scenario_path": "REPLACE_ME/scenario/first.ks", "resource_directory": "REPLACE_ME" }
    Scenario:
    Code:
    { "scenario_path": "REPLACE_ME/scenario.json", "resource_directory": "REPLACE_ME" }
    Where REPLACE_ME must be replaced by the resource directory hash (the long random lettered text)
    — yes this is working for older scenes too. Example from Amon's scene

    Important: for scenario_path, add its respective 'prefix' code from here (click me) where:
    intro = story
    scene = scenario
    get = story (soul only iirc)

    Example: Amon - kamihime - scene
    Code:
    de/59/aebdeb68bd5da8f106c248172d5be9b19531c0de755dde59/scenario.json
    then you can save it as specified:
    Code:
    episode 1:                 1_name.json
    episode 2 - story:       2_name.json
    episode 2 - scenario:  3_name.json
    episode 3 - story:       4_name.json
    episode 3 - scenario:   5_name.json
    For incomplete scenes, you'll need to do the namings above too, and for the missing files, just make a dummy file according to the specifications above and you're fine. I wrote it strictly for some reason.



    HTML Dump file: Click Me
    Player Download: Click Me

    Thanks to everyone here

    ps. I recommend using the new scene format so you can see 'Successor' instead of player names, I might add the feature to customise the name later on. No time for now.
    Last edited by Eunicorn; 09-21-2018 at 08:20 AM. Reason: incorrect scenario_path
    Online: gazmull [Github]
    Offline: Eliont (Discontinued) | xellosp [Github]


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

  2. #2
    Since the forum forbids me from posting links and therefore I cannot quote Euni's post, I'll just leave it here. As for your new version of the player, great work man! One question though: Is it possible to turn down the background music during the scenes? I find it obnoxiously loud and cover up the dialogue. Otherwise, I think it's amazing. Thanks!

  3. #3
    Quote Originally Posted by Ryghteous View Post
    Since the forum forbids me from posting links and therefore I cannot quote Euni's post, I'll just leave it here. As for your new version of the player, great work man! One question though: Is it possible to turn down the background music during the scenes? I find it obnoxiously loud and cover up the dialogue. Otherwise, I think it's amazing. Thanks!
    Thanks. Possible but you have to dig within the source files at the moment:
    Story source
    Scenario source

    Replace the volume values from the links above (you can find the files locally via: kamihime-player/src/static/player/script)
    Edit them with notepad, saving it and then refreshing the page should do it if you're currently using the player

    I'll add a volume slider later when I have the time again.

    ---

    new characters
    Attached Files Attached Files
    Online: gazmull [Github]
    Offline: Eliont (Discontinued) | xellosp [Github]


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

  4. #4
    Quote Originally Posted by Eunicorn View Post
    Thanks. Possible but you have to dig within the source files at the moment:

    Replace the volume values from the links above (you can find the files locally via: kamihime-player/src/static/player/script)
    Edit them with notepad, saving it and then refreshing the page should do it if you're currently using the player

    I'll add a volume slider later when I have the time again.

    ---

    new characters
    Appreciate it man. It worked perfectly.

  5. #5
    Unregistered Guest
    Quote Originally Posted by Eunicorn View Post
    ---

    new characters
    Errr... something's wrong, both are Neamhain json files, no Arianrod.

  6. #6
    Quote Originally Posted by Unregistered View Post
    Errr... something's wrong, both are Neamhain json files, no Arianrod.
    i downloaded the scenes and my results were: the introduction chapters for both characters are replaced by ssr artemis introduction, and the scenes of Neamhain are replaced with
    Arianrod's scenes.

  7. #7
    Unregistered Guest
    Quote Originally Posted by Xude View Post
    i downloaded the scenes and my results were: the introduction chapters for both characters are replaced by ssr artemis introduction, and the scenes of Neamhain are replaced with
    Arianrod's scenes.
    Okay, found out what's wrong, the scene ID for both characters are same (2802-2805) and their intro scene have same number as Artemis (2601), just rename the json files to different numbers.

  8. #8
    Unregistered Guest
    Quote Originally Posted by Unregistered View Post
    Okay, found out what's wrong, the scene ID for both characters are same (2802-2805) and their intro scene have same number as Artemis (2601), just rename the json files to different numbers.
    I have renamed them into different numbers. There are scenes but there are no introduction of scenes. It only write "*Summary"

  9. #9
    Quote Originally Posted by Unregistered View Post
    Okay, found out what's wrong, the scene ID for both characters are same (2802-2805) and their intro scene have same number as Artemis (2601), just rename the json files to different numbers.
    I changed the json file name for the 2601 json file in arianrhod folder. but it ended up showing the second h-scene intro scene instead.

Posting Permissions

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