English: Pros Plan For Elves · Japanese: エルフにもできる売春計画 · DLsite: RJ281767 https://www.dlsite.com/maniax/work/=/product_id/RJ281767.html
| YAML | ||
| .gitignore | ||
| README.md | ||
| Save100.zip | ||
Apply Patch
- Click Code
- Click Download ZIP
- 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:
- Fork the repo using the fork button at the top. Click Code > HTTPS > Copy URL.
- Open the terminal in your game folder by shift + right clicking and clicking Terminal.
- Enter
git clone [PASTEURL]and then copy the contents of the new folder into the game folder.
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.
- When you do find a change that needs to be made, do the following to make things easy. Right click on the
datafolder and clickopen with VScode. If you dont see that option see this or you can just open vscode and drag it in. - 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
datatryjsfolder instead. - After you are satisfied with your changes it's time to put in a PR. Use
git add -Ato add changes then Usegit commit -m 'MESSAGE HERE'to save your changes. then dogit pushto push them to your fork. If everything works your fork should update with the changes. - 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.