English: Kanojo no Karada ni Tsuita Aitsu no Kiss Ato ~Osananajimi no Kyonyuu Kanojo wa Senpai no Ookina Ude ni Tsutsumare Toroketa Emi o Ukaberu~ · Japanese: 彼女の肢体に付いたアイツの唇痕 ~幼馴染みの巨乳彼女は先輩の大きな腕に包まれ淫蕩けた笑みを浮かべる~ · VNDB: https://vndb.org/v18047
Find a file
2023-12-07 17:00:30 -06:00
cg TL Some config menus 2023-12-07 16:27:15 -06:00
input Restore original dat 2023-12-06 17:53:29 -06:00
intermediate_file Format fixes 2023-12-07 17:00:30 -06:00
.gitignore TL Some config menus 2023-12-07 16:27:15 -06:00
COPYING Initial Commit 2023-11-26 07:33:45 -06:00
kanokiss_sce.dat Format fixes 2023-12-07 17:00:30 -06:00
README.md Initial Commit 2023-11-26 07:33:45 -06:00
readme.txt Initial Commit 2023-11-26 07:33:45 -06:00
Usage.txt Initial Commit 2023-11-26 07:33:45 -06:00

Apply Patch

  1. Click Code
  2. Click Download ZIP
  3. Extract to game folder and Replace All.

How To Contribute

TLDR 3 steps.

Fork the repository.
Make the changes.
Submit a pull request to the project owner.

If everything looks good and doesn't break things I'll merge it in.

Longer Version:

Things that are needed:

  • VSCode Make sure you check all the boxes for context menus. image
  • The Game
  • Git (Use the default for everything. Just keep clicking Next)
  • Motivation to learn

Installation:

  1. Fork the repo using the fork button at the top. Click Code > HTTPS > Copy URL.
  2. Right click on the game folder and click 'Open with VSCode' (Shift+Right_Click if you are on Windows 11)
  3. Click on the Source Control Button and click initialize repository.

image

  1. At the top click on Terminal > New Terminal. Enter the following: git clone [URL_YOU_COPIED_ABOVE].
  2. Copy the contents of the new folder created with git clone into the game folder and replace all.
  3. Your source control menu should be good to go and look like this.

image

Now you are all setup, all you need to do is play the game and look for any changes that need to be made. Stuff like spelling errors, wrong names, inconsistencies, spacing issues, etc.

  1. Use the FIND functionality to search for what you are trying to fix. For example if a character's name is wrong, type that into the search menu and start looking, then make the change. Try not to mess with any scripts or variables you might see.

image

  1. After you are satisfied with your changes it's time to put in a PR. Go to source control to see all your changes. Add a message and click the Commit button to save them all.

image

  1. Click Sync to push your changes to your fork. Now all that's left is to put in a pull request.
  2. Go to Pull Requests > New Pull Requests. Look at the arrow, your fork should be pointing to the original repo (mine). Add in details on what you fixed and Submit. If everything looks good I'll merge it in and you would have successfully contributed.

Got questions? Just shoot me a message, more than happy to walk you through any of the tools.