English: Realm Sacrifice Araka · Japanese: 淫界人柱アラカ~JK退魔師ホラー探索RPG~ · DLsite: RJ317690 https://www.dlsite.com/maniax/work/=/product_id/RJ317690.html
Find a file
2023-06-30 17:31:42 -05:00
www Small fixes in script 2023-06-30 17:31:42 -05:00
.gitignore Create .gitignore 2023-06-29 15:07:58 -05:00
README.md Update README.md 2023-06-29 15:07:39 -05: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:

  • An editor of some kind. (I recommend VSCode)
  • The Game
  • Git (Duh)
  • Motivation to learn
  1. Fork the repo using the fork button at the top. Click Code > HTTPS > Copy URL.
  2. Open the terminal in your game folder by shift + right clicking and clicking Terminal.
  3. Enter git init and then git remote add origin [PASTEURL]
  4. Enter git pull origin main

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. When you do find a change that needs to be made, do the following to make things easy. Right click on the data folder and click open with VScode. If you dont see that option see this or you can just open vscode and drag it in.
  2. 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. If you can't find it in data try js folder instead.
  3. After you are satisfied with your changes it's time to put in a PR. Use git add -A to add changes then Use git commit -m 'MESSAGE HERE' to save your changes. then do git push to push them to your fork. If everything works your fork should update with the changes.
  4. 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.