Results 1 to 10 of 1109

Threaded View

  1. #11

    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 07: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).

Posting Permissions

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