Kamihime Project H Scenes

Kamihime Project H Scenes




⚡ ALL INFORMATION CLICK HERE 👈🏻👈🏻👈🏻

































Kamihime Project H Scenes




Features




Mobile




Actions




Codespaces




Copilot




Packages




Security




Code review




Issues




Discussions




Integrations




GitHub Sponsors




Customer stories








Explore GitHub


Learn and contribute



Topics




Collections




Trending




Skills




GitHub Sponsors




Open source guides


Connect with others



The ReadME Project




Events




Community forum




GitHub Education




GitHub Stars program








Plans




Compare plans




Contact Sales




Education






In this repository


All GitHub





In this repository


All GitHub





In this user


All GitHub





In this repository


All GitHub









gazmull

/

kamihime-database


Public






Code



Issues



Pull requests



Actions



Projects



Wiki



Security



Insights




This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.





Failed to load latest commit information.






Site: Reorganisations and Refactors (2.3.0) ( #10 )




Fix(util-scenarios): Better replacer on Japanese scripts




Fix(dashboard): Actually return what API responded




Site: Reorganisations and Refactors (2.3.0) ( #10 )




Overall New Interfaces and Interface Fixes




Site: Reorganisations and Refactors (2.3.0) ( #10 )




Instruct with Yarn instead due to yarn.lock




Change: NGINX usage instead of authbind




Site: Reorganisations and Refactors (2.3.0) ( #10 )




Attempt: remove gzip and favicon middleware



Kamihime Database
Links
Recommendations
Requirements
Notice
Procedures
Contributing
License










You can’t perform that action at this time.





You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.


[R18] Website + API for Kamihime Database


Use Git or checkout with SVN using the web URL.


Work fast with our official CLI.
Learn more .


If nothing happens, download GitHub Desktop and try again.


If nothing happens, download GitHub Desktop and try again.


If nothing happens, download Xcode and try again.

Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Website + REST (JSON) API for Kamihime Database
Character statistics are provided by Kamihime Project Wikia (Nutaku)

[R18] Website + API for Kamihime Database






Register

Help










Remember Me?

























Thread Tools

Show Printable Version

Email this Page…



Subscribe to this Thread…














Display

Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode











04-28-2018




#1







xellosp



View Profile





View Forum Posts






Private Message















Ignore Avatar







Join Date Jul 2017


Posts 128
Credits
74







Hello everyone

Since it seems Eliont won't update the offline player anymore, I've decided to make another version of the current player.

I've changed the current UI and added many new functions to the player:
- Use the hd background (960x640) instead of current (640x640) one
- Added bgm for main menu
- Background image is now changeable
- Separate dmm and nutaku scenarios
- Added zoom and drag function for h-scene

To update the player with new scenes, run the following scripts in order:
1) "0_download_assets.cmd": This script download eidolon/kamihime info and write them to info_eidolon/info_kamihime & raw_scenario folders.
- When asked to enter x-kh-session:
Open your game and open developer tools (F12 in Chrome) then switch to Network tab, there should be a list of requests, just choose one then look for x-kh-session in Request Headers.
If you don't see x-kh-session, choose another request until you see one.
Then copy paste the text after "x-kh-session:" to your console.

If you see "Forbidden" in the console, that means it's working so don't worry.
2) "1_download_assets.cmd": Download character assets to and save to assets folder.
3) "2_build_rpy.cmd": Convert scenario files in raw_scenario to renpy scenarios, converted files are placed in scenario folder.
4) "3_write_config.cmd": Update config.ini file.
5) The scenes are added and runable at this point but if you want to your character to have portrait/image in the player then run "4_download_full_art.cmd" and "5_download_portrait.cmd". The player downloads character images from the Kamihime wiki ("kamihime-project.wikia.com/wiki/Kamihime_Project_Wikia" [Nutaku] or "神姫プロジェクト.攻略wiki.com" [DMM]) so if you encounter download error chances are the images haven't been uploaded or the character name is incorrect.

When you start the player, you will see character grid with different color in their names:
- Red: no scenes for character.
- Blue: Missing some scenes.
- Green: Full scenes.
*NOTE : Some characters do not have h-scenes ingame and thus will be marked as blue because the player defines full scenes as having both normal scenes and h-scenes.


Here is the link to the player or you can see my signature:
Mega: https://mega.nz/#F!xdxx0a4Z!nlASRRN0aK7hbhBrBmkLBg
GG Drive: https://drive.google.com/open?id=1BB...4aLw6nLIBkd42m

Hope you guy enjoy it.


Kamihime Offline Player: MEGA | GG Drive




04-28-2018




#2







Cobblemaniac



View Profile





View Forum Posts






Private Message















Ignore Avatar







Join Date Jan 2018
Location Singapore

Posts 1,431
Credits
1,038





Hello everyone

Since it seems Eliont won't update the offline player anymore, I've decided to make another version of the current player.

I've changed the current UI and added many new functions to the player:
- Use the hd background (960x640) instead of current (640x640) one
- Added bgm for main menu
- Background image is now changeable
- Separate dmm and nutaku scenarios
- Added zoom and drag function for h-scene

The way to add new scenes is pretty similar to the old one:
- Obtain scenario files (see Eliont's thread if you don't know how)
- Put the folder with scenario files in appropriate folder in "nutaku/raw_scenario"
- Run "1_download_assets.cmd" then "2_build_rpy.cmd" and "3_write_config.cmd"
- The scenes are added and runable by now but if you want to download the image for your character then run "4_download_full_art.cmd" and "5_download_portrait.cmd". The player download character images from the Kamihime wiki (kamihime-project.wikia.com/wiki/Kamihime_Project_Wikia) so if you encounter download error chances are the images haven't been uploaded or the character name is incorrect.
- If you want your character to have description or want to add info for characters you don't own then run "0_download_json.cmd" and then 3 -> 5. When running "0_download_json.cmd", you will be asked to supply the game token. Open your game and open developer tools (F12 in Chrome) then go to Application -> Storage -> Cookies -> cf.r.kamihimeproject.dmmgames.com and copy paste "XSRF-TOKEN" and "session" to the console.


Here is the link to the player (sorry for the text, I can't post link yet) or you can see my signature:
Mega: mega.nz/#F!xdxx0a4Z!nlASRRN0aK7hbhBrBmkLBg
GG Drive: drive.google.com/open?id=1BBGYwdEFM-pXlchu8O4aLw6nLIBkd42m

Hope you guy enjoy it.




04-28-2018




#3







xellosp



View Profile





View Forum Posts






Private Message















Ignore Avatar







Join Date Jul 2017


Posts 128
Credits
74





Sorry to be that guy but...

Afaik his player was designed so that people could self-update the players by simply attaching files onto the thread, so updating the offline player isn't really necessary unless there was a huge change in the programming of the game and the way it requests assets. In that sense, it makes much more sense to post this in the same thread as Eliont's thread as a potential add-on.

Some of the additions do look like a good quality of life change, but I doubt this does warrant a thread on its own.
Kamihime Offline Player: MEGA | GG Drive




04-29-2018




#4







Eliont



View Profile





View Forum Posts






Private Message















Ignore Avatar







Join Date Nov 2015


Posts 559
Credits
161


Items









Good work, though hd background (960x640) seems just wide-stretched originals.






04-29-2018




#5







xellosp



View Profile





View Forum Posts






Private Message















Ignore Avatar







Join Date Jul 2017


Posts 128
Credits
74





Good work, though hd background (960x640) seems just wide-stretched originals.
Kamihime Offline Player: MEGA | GG Drive




04-30-2018




#6







MagicSpice



View Profile





View Forum Posts
















Ignore Avatar







Join Date Nov 2017
Location USA EST

Posts 1,425
Credits
1,295


Items









Personally, I'm more interested in if someone has amassed the ENTIRE collection into one player and has it uploaded somewhere...

I tend to be a collection fiend when something catches my interest (like the animated videos made by Kaitsushin which needed some SERIOUS password digging).


Also on a side note, I do know where to find every single Kami and eidolon scene from DMM, but keep in mind they censor that. You'll have to stay up to date on it though as it seems the uploader adds new scenes as they come out.

but not sure if I should link something to ex-hentai (aka e-hentai) here so... go search it there...






04-30-2018




#7







Eliont



View Profile





View Forum Posts






Private Message















Ignore Avatar







Join Date Nov 2015


Posts 559
Credits
161


Items











05-01-2018




#8







xellosp



View Profile





View Forum Posts






Private Message















Ignore Avatar







Join Date Jul 2017


Posts 128
Credits
74





Kamihime Offline Player: MEGA | GG Drive




Emperors New Groove Porn
Comic Porno Los Simpson
8muses Recently

Report Page