diff --git a/2.05-custom-gx/skill.hsp b/2.05-custom-gx/skill.hsp index 3dadda23..ba834743 100644 --- a/2.05-custom-gx/skill.hsp +++ b/2.05-custom-gx/skill.hsp @@ -1562,7 +1562,7 @@ sdataref(SKILL_DATAREF_USE, SKILL_SPACT_EYE_OF_ANE) = SKILL_ATTR_WIL, SKILL_TYPE_SP, 50, 2000 + 2, 0 skillname(SKILL_SPACT_EYE_OF_ANE) = lang("姉の眼差し", "Eye of Ane") - skilldesc(SKILL_SPACT_EYE_OF_ANE) = lang("対象の姉になって精神的上位に立つ", "Become the target's sister") + skilldesc(SKILL_SPACT_EYE_OF_ANE) = lang("対象の姉になって精神的上位に立つ", "Become the target's older sister") sdataref(SKILL_DATAREF_USE, SKILL_SPACT_EYE_OF_STIFFEN) = SKILL_ATTR_MAG, SKILL_TYPE_SP, 8, TARGET_TYPE_ENEMY + SKILL_TYPE_FOV_BALL, 0 skillname(SKILL_SPACT_EYE_OF_STIFFEN) = lang("硬直の眼差し", "Eye of Stiffen") @@ -1629,7 +1629,7 @@ skilldesc(SKILL_SPACT_VIOLENT_GARDEN) = lang("視界内束縛毒ダメージ", "Bind and poison") sdataref(SKILL_DATAREF_USE, SKILL_SPACT_POLLEN_CANNON) = SKILL_ATTR_LER, SKILL_TYPE_SP, 8, 2000 + 6, 500 - skillname(SKILL_SPACT_POLLEN_CANNON) = lang("強烈花粉砲", "Pollen cannon") + skillname(SKILL_SPACT_POLLEN_CANNON) = lang("強烈花粉砲", "Pollen Cannon") skilldesc(SKILL_SPACT_POLLEN_CANNON) = lang("対象弱体・マナダメージ・神特効", "Damage MP and weaken") sdataref(SKILL_DATAREF_USE, SKILL_SPACT_MISTELTEIN) = SKILL_ATTR_LER, SKILL_TYPE_SP, 8, TARGET_TYPE_ENEMY + SKILL_TYPE_FOV_BOLT, 500 diff --git a/README.md b/README.md index b1d93c3f..a3ab41b8 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -# Elona+ Custom-GX 2.11 +# Elona+ Custom-GX 2.12 *\~Believe in Jure and hold a determination to mince.\~* -Elona+ Custom-GX is a new variant of Elona+ based on Elona+ Custom-G, updated with the changes in Elona+ up to version 2.11. +Elona+ Custom-GX is a new variant of Elona+ based on Elona+ Custom-G, updated with the changes in Elona+ up to version 2.12. ### **[Download the latest release here.](https://github.com/Ruin0x11/ElonaPlusCustom-GX/releases/)** ## Installation -1. Download Elona+ 2.11 from [here](https://mega.nz/file/Fy4iDCJa#rMKQ7FEDM3VfKY8K7eHB_cX6AO4KkC0TyOp_yaV9bL0). Extract it to `elonaplus2.11`. -2. Extract the contents of Custom-GX's archive to the `elonaplus2.11` folder, overwriting all existing files. +1. Download Elona+ 2.12 from [here](https://mega.nz/file/AnoS0YaR#cb5wSriVbkXYDwqUA9uEerfqUyw7ULBrVxakwtGE_RY). Extract it to `elonaplus2.12`. +2. Extract the contents of Custom-GX's archive to the `elonaplus2.12` folder, overwriting all existing files. 3. Run `elonapluscgx.exe`. ## Building -1. Follow the installation instructions above. Rename the `elonaplus2.11` folder to `2.05-custom-gx` and move it to the `assets/` folder of this repository. +1. Follow the installation instructions above. Rename the `elonaplus2.12` folder to `2.05-custom-gx` and move it to the `assets/` folder of this repository. 2. Download the HSP3.4 SDK (`hsp34a.zip`) from [here](http://hsp.tv/make/downlist.html) and extract it somewhere. 3. Copy `hsplua.dll` from the `2.05-custom-gx` folder into the HSP3.4 SDK folder. Otherwise, you'll get an error saying it's missing when running the game from the editor. 4. Open `2.05-custom-gx/main.hsp` with `hsed3.exe` from the HSP3.4 SDK folder. Press F5 to compile and run under debug mode.