From 822681439910b71730e6858a1e5dd717c6dcb71c Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Tue, 28 May 2024 12:33:25 -0500 Subject: [PATCH 1/2] Update readme.txt --- readme.txt | 94 ------------------------------------------------------ 1 file changed, 94 deletions(-) diff --git a/readme.txt b/readme.txt index 41ade7f..8b13789 100644 --- a/readme.txt +++ b/readme.txt @@ -1,95 +1 @@ -―――――――――――――――――――――――――― - -アリサグリモア ver2.00 - -―――――――――――――――――――――――――― - -ダウンロードありがとうございます。 -プレイ方法:「Game.exe」をダブルクリックで -      ゲームが始まります。 - -アンインストール方法:フォルダを削除してください。 - -キーボード操作説明 - -十字キー  = 移動 -Enter/Z   = 話す/決定 -Ese/X    = メニュー表示/キャンセル -Ctrl    = メッセージスキップ - -A = オートモードオン/オフ -S = スキップモードオン/オフ -V = 立ち絵表示オン -C      = 立ち絵表示オフ -Q  = バックログ・後ろへ -W      = バックログ・前へ - -Shift    = ダッシュ(オプションで常時オン・オフに変更可) - 戦闘速度の高速化オン/オフ - -右クリック = メッセージウィンドウ消去 - - -―――――――――――――――――――――――――― -更新方法 - - ゲームフォルダ内の「www」内の「save」フォルダを - 新しい方に入れ替えてください。 - - -更新履歴 - -ver2.00 - Hシーンを追加しました。 - - -ver1.07 - Hシーンを追加しました。 - -ver1.06 - Hシーンを追加しました。 - -ver1.05 - Hシーンを追加しました。 - -ver1.04 - 不具合修正 一部イベントの演出ミス -       一部敵の弱点表記ミス -       誤字脱字修正 - -ver1.03 - 不具合修正 監禁時のお風呂場のイベントで -       Hステータスの回数がリセットされてしまう不具合を修正しました。 - -       キノコイベントをクリア後、回想できる場所を追加しました。 - -       キノコのボス敗北後に画面が暗転したままになる状態を修正しました。 - -       一部テキストの記述ミス - -ver1.02 - 不具合修正 回想ルームにHステータスの画像、 -       コメントをリセットする機能を追加しました。 - - 売春イベントで最初に同じ相手を何人も連れて歩ける不具合を修正しました。 - -       マップの繋ぎの不具合を修正 - - 一部アイテムの記述ミス - -       街中のダンジョンをクリアした後、 -       次のダンジョンにダンジョンルームから向かってしまうと -       ダンジョンの外に出てしまい、戻れなくなる状態を修正しました。 - -ver1.01 - 不具合修正 三階東側での生徒との会話で止まってしまう状態を修正しました。 -        -       催眠状態でのフリートイレで -       イベントに左右から話しかけると止まってしまう状態を修正しました。 - -       マップの繋ぎの不具合の修正 - -       特定のHイベント後にHステータスを開くと -       参照画像が表示されない不具合を修正しました。 - From 372033ec79099a97f60e97505d7aa28f778aef7a Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Tue, 28 May 2024 12:34:40 -0500 Subject: [PATCH 2/2] Update readme.txt --- readme.txt | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/readme.txt b/readme.txt index 8b13789..3ba175d 100644 --- a/readme.txt +++ b/readme.txt @@ -1 +1,49 @@ +# 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](https://code.visualstudio.com/) Make sure you check all the boxes for context menus. ![image](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/7a84b624-32fe-4845-a0f6-2b9f39795070) +* The Game +* [Git](https://git-scm.com/downloads) (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](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/61e818e6-11f9-450d-9d7d-263d109dbf56) + +4. At the top click on Terminal > New Terminal. Enter the following: `git clone [URL_YOU_COPIED_ABOVE]`. +5. Copy the contents of the new folder created with git clone into the game folder and replace all. +6. Your source control menu should be good to go and look like this. + +![image](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/c19787a0-172d-4a08-a37a-e3b56e70e86a) + +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. + +7. 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](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/589eccaf-7f86-43f7-a917-7e6e477b381a) + +8. 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](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/a9a8973b-bc01-4184-bea9-63a925d961a2) + +8. Click Sync to push your changes to your fork. Now all that's left is to put in a pull request. +9. 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.