Initial Commit
This commit is contained in:
commit
ccea83c51c
4 changed files with 18041 additions and 0 deletions
155
.gitignore
vendored
Normal file
155
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,155 @@
|
|||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Except
|
||||
!*.json
|
||||
!*.js
|
||||
!*.zip
|
||||
!*.7z
|
||||
!*.csv
|
||||
!.gitignore
|
||||
!README.md
|
||||
package.json
|
||||
|
||||
# Images
|
||||
!Consumables.rpgmvp
|
||||
!mainMenuUI.rpgmvp
|
||||
!hiru2.rpgmvp
|
||||
!yoru2.rpgmvp
|
||||
!msgimg_1.rpgmvp
|
||||
!msgimg_12.rpgmvp
|
||||
!msgimg_13.rpgmvp
|
||||
!msgimg_14.rpgmvp
|
||||
!msgimg_15.rpgmvp
|
||||
!msgimg_16.rpgmvp
|
||||
!msgimg_18.rpgmvp
|
||||
!msgimg_19.rpgmvp
|
||||
!msgimg_2.rpgmvp
|
||||
!msgimg_20.rpgmvp
|
||||
!msgimg_21.rpgmvp
|
||||
!msgimg_22.rpgmvp
|
||||
!msgimg_3.rpgmvp
|
||||
!msgimg_4.rpgmvp
|
||||
!msgimg_5.rpgmvp
|
||||
!ads_ad_1.rpgmvp
|
||||
!ads_ad_2.rpgmvp
|
||||
!ads_confirm.rpgmvp
|
||||
!ads_main.rpgmvp
|
||||
!ads_manage_1.rpgmvp
|
||||
!ads_manage_2.rpgmvp
|
||||
!ads_manage_3.rpgmvp
|
||||
!ads_price_1.rpgmvp
|
||||
!ads_price_2.rpgmvp
|
||||
!ads_price_3.rpgmvp
|
||||
!battle_attack.rpgmvp
|
||||
!battle_barrier.rpgmvp
|
||||
!battle_box.rpgmvp
|
||||
!battle_defense_box.rpgmvp
|
||||
!battle_evasion.rpgmvp
|
||||
!battle_finish.rpgmvp
|
||||
!battle_heal.rpgmvp
|
||||
!battle_item_1.rpgmvp
|
||||
!battle_item_2.rpgmvp
|
||||
!battle_item_3.rpgmvp
|
||||
!battle_item_4.rpgmvp
|
||||
!battle_shield.rpgmvp
|
||||
!battle_special.rpgmvp
|
||||
!battle_spe_final.rpgmvp
|
||||
!battle_spe_leader_1.rpgmvp
|
||||
!battle_spe_leader_2.rpgmvp
|
||||
!battle_spe_leader_3.rpgmvp
|
||||
!battle_spe_leader_4.rpgmvp
|
||||
!battle_spe_macho_1.rpgmvp
|
||||
!battle_spe_macho_3_1.rpgmvp
|
||||
!battle_spe_macho_3_2.rpgmvp
|
||||
!battle_spe_slime_2.rpgmvp
|
||||
!battle_spe_slime_3.rpgmvp
|
||||
!battle_spe_succu_2.rpgmvp
|
||||
!battle_spe_succu_4.rpgmvp
|
||||
!battle_subdue_box.rpgmvp
|
||||
!final_camera_1.rpgmvp
|
||||
!final_camera_2.rpgmvp
|
||||
!final_camera_3.rpgmvp
|
||||
!final_camera_4.rpgmvp
|
||||
!final_camera_5.rpgmvp
|
||||
!final_camera_6.rpgmvp
|
||||
!final_clothes_cheer.rpgmvp
|
||||
!final_clothes_default.rpgmvp
|
||||
!final_clothes_last.rpgmvp
|
||||
!final_clothes_maid.rpgmvp
|
||||
!final_clothes_swimsuit.rpgmvp
|
||||
!final_confirm.rpgmvp
|
||||
!final_confirm_no.rpgmvp
|
||||
!final_confirm_yes.rpgmvp
|
||||
!final_light_1.rpgmvp
|
||||
!final_light_2.rpgmvp
|
||||
!final_light_3.rpgmvp
|
||||
!final_light_4.rpgmvp
|
||||
!final_main.rpgmvp
|
||||
!final_manage_1.rpgmvp
|
||||
!final_manage_2.rpgmvp
|
||||
!final_manage_3.rpgmvp
|
||||
!final_mc_1.rpgmvp
|
||||
!final_mc_2.rpgmvp
|
||||
!final_mc_3.rpgmvp
|
||||
!final_mc_4.rpgmvp
|
||||
!final_money_1.rpgmvp
|
||||
!final_money_2.rpgmvp
|
||||
!final_money_3.rpgmvp
|
||||
!final_vatk1.rpgmvp
|
||||
!final_vatk2.rpgmvp
|
||||
!final_vbox.rpgmvp
|
||||
!final_vready.rpgmvp
|
||||
!final_vskill.rpgmvp
|
||||
!map_gympark.rpgmvp
|
||||
!map_office2.rpgmvp
|
||||
!map_rez.rpgmvp
|
||||
!map_RLD.rpgmvp
|
||||
!map_university.rpgmvp
|
||||
!result_main.rpgmvp
|
||||
!skill_choice.rpgmvp
|
||||
!stuff_bg.rpgmvp
|
||||
!stuff_camera_1.rpgmvp
|
||||
!stuff_camera_2.rpgmvp
|
||||
!stuff_camera_3.rpgmvp
|
||||
!stuff_camera_4.rpgmvp
|
||||
!stuff_camera_5.rpgmvp
|
||||
!stuff_camera_6.rpgmvp
|
||||
!stuff_confrim.rpgmvp
|
||||
!stuff_confrim_no.rpgmvp
|
||||
!stuff_confrim_yes.rpgmvp
|
||||
!stuff_light_1.rpgmvp
|
||||
!stuff_light_2.rpgmvp
|
||||
!stuff_light_3.rpgmvp
|
||||
!stuff_light_4.rpgmvp
|
||||
!stuff_micro_1.rpgmvp
|
||||
!stuff_micro_2.rpgmvp
|
||||
!stuff_micro_3.rpgmvp
|
||||
!stuff_micro_4.rpgmvp
|
||||
!tutorial_choice.rpgmvp
|
||||
!VATK.rpgmvp
|
||||
!vbox.rpgmvp
|
||||
!vdef.rpgmvp
|
||||
!vready.rpgmvp
|
||||
!VSKILL.rpgmvp
|
||||
!v_enemy2_atk.rpgmvp
|
||||
!v_enemy2_box.rpgmvp
|
||||
!v_enemy2_def.rpgmvp
|
||||
!v_enemy2_prov.rpgmvp
|
||||
!v_enemy2_ready.rpgmvp
|
||||
!v_enemy2_skill.rpgmvp
|
||||
!v_enemy2_sub.rpgmvp
|
||||
!v_enemy3_atk.rpgmvp
|
||||
!v_enemy3_box.rpgmvp
|
||||
!v_enemy3_def.rpgmvp
|
||||
!v_enemy3_prov.rpgmvp
|
||||
!v_enemy3_ready.rpgmvp
|
||||
!v_enemy3_skill.rpgmvp
|
||||
!v_enemy3_sub.rpgmvp
|
||||
!v_enemy4_atk.rpgmvp
|
||||
!v_enemy4_box.rpgmvp
|
||||
!v_enemy4_def.rpgmvp
|
||||
!v_enemy4_prov.rpgmvp
|
||||
!v_enemy4_ready.rpgmvp
|
||||
!v_enemy4_skill.rpgmvp
|
||||
!v_enemy4_sub.rpgmvp
|
||||
28
COPYING
Normal file
28
COPYING
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Copyright (c) 2002-2008 Xiph.org Foundation
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
- Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
- Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
- Neither the name of the Xiph.org Foundation nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION
|
||||
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
49
README.md
Normal file
49
README.md
Normal file
|
|
@ -0,0 +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. 
|
||||
* 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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
17809
TL/script.json
Normal file
17809
TL/script.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue