Skip to content

Commit

Permalink
[2.12.1.0] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruin0x11 committed Apr 26, 2022
1 parent fd32c47 commit 4120f5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 2.05-custom-gx/skill.hsp
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <kbd>F5</kbd> to compile and run under debug mode.
Expand Down

0 comments on commit 4120f5c

Please sign in to comment.