diff --git a/README.md b/README.md index fc203550..ca7116b9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,4 @@ This repository contains all client-side data, including locale files, configura ## 📋 Changelog ### ⬆️ Feature Improvements -* **Quickslot Definitions:** The maximum number of quickslot slots is now explicitly defined for python scripts to improve consistency. -* **Alchemy Deck Toggling:** Alchemy decks can now be toggled via hotkeys: CTRL+C for the first deck and CTRL+D for the second. Activating one deck will automatically disable the other (if active). -* **Taskbar Item Swapping:** Improved taskbar logic: dragging an item to a non-empty slot now swaps positions with the existing item if it already exists on the taskbar, rather than replacing it. +* **Corrected MSE files:** Several corrections made to MSE files that were wrongly pointing to JPG files instead of DDS. Some file names were also corrected. diff --git a/assets/Effect/ymir work/effect/affect/damagevalue/nontarget.mse b/assets/Effect/ymir work/effect/affect/damagevalue/nontarget.mse index 96bbc805..fef6b3ba 100644 --- a/assets/Effect/ymir work/effect/affect/damagevalue/nontarget.mse +++ b/assets/Effect/ymir work/effect/affect/damagevalue/nontarget.mse @@ -126,7 +126,7 @@ Group Particle } List TextureFiles { - "0.dds" + "damage_0.dds" } } } diff --git a/assets/Effect/ymir work/effect/affect/damagevalue/poison.mse b/assets/Effect/ymir work/effect/affect/damagevalue/poison.mse index 4bed5844..a4be7ee5 100644 --- a/assets/Effect/ymir work/effect/affect/damagevalue/poison.mse +++ b/assets/Effect/ymir work/effect/affect/damagevalue/poison.mse @@ -130,7 +130,7 @@ Group Particle } List TextureFiles { - "poison0.jpg" + "poison_0.dds" } } } diff --git a/assets/Effect/ymir work/effect/affect/damagevalue/poison_0.dds b/assets/Effect/ymir work/effect/affect/damagevalue/poison_0.dds new file mode 100644 index 00000000..843f89e6 Binary files /dev/null and b/assets/Effect/ymir work/effect/affect/damagevalue/poison_0.dds differ diff --git a/assets/Property/property/b/10/general_obj_pieceofstone01.prb b/assets/Property/property/b/10/general_obj_pieceofstone01.prb index 8cff80c7..c1ed3826 100644 --- a/assets/Property/property/b/10/general_obj_pieceofstone01.prb +++ b/assets/Property/property/b/10/general_obj_pieceofstone01.prb @@ -1,6 +1,6 @@ YPRT 3935261341 -buildingfile "d:/ymir work/zone/b/obj/general_obj_pieceofstone01 .gr2" +buildingfile "d:/ymir work/zone/b/obj/general_obj_pieceofstone01.gr2" isattributedata "0" propertyname "general_obj_pieceofstone01" propertytype "Building" diff --git a/assets/Property/property/b/10/hay_01.gr2.prb b/assets/Property/property/b/10/hay_01.gr2.prb index b4e02c01..b8e261ac 100644 --- a/assets/Property/property/b/10/hay_01.gr2.prb +++ b/assets/Property/property/b/10/hay_01.gr2.prb @@ -1,6 +1,6 @@ YPRT 3520529729 -buildingfile "d:/ymir work/zone//hay_01.gr2" +buildingfile "d:/ymir work/zone/b/obj/hay_01.gr2" propertyname "hay_01.gr2" propertytype "Building" shadowflag "1" diff --git a/assets/Zone/ymir work/zone/b/obj/general_obj_pieceofstone01 .gr2 b/assets/Zone/ymir work/zone/b/obj/general_obj_pieceofstone01.gr2 similarity index 100% rename from assets/Zone/ymir work/zone/b/obj/general_obj_pieceofstone01 .gr2 rename to assets/Zone/ymir work/zone/b/obj/general_obj_pieceofstone01.gr2 diff --git a/assets/guild/ymir work/guild/effect/yongsinuichukbok_loop.mse b/assets/guild/ymir work/guild/effect/yongsinuichukbok_loop.mse index bcc60a3a..be008665 100644 --- a/assets/guild/ymir work/guild/effect/yongsinuichukbok_loop.mse +++ b/assets/guild/ymir work/guild/effect/yongsinuichukbok_loop.mse @@ -121,7 +121,7 @@ Group Particle } List TextureFiles { - "star.jpg" + "star.dds" } } } diff --git a/assets/guild/ymir work/guild/effect/yongsinuichukbok_make.mse b/assets/guild/ymir work/guild/effect/yongsinuichukbok_make.mse index 80a07590..0e6c2bc3 100644 --- a/assets/guild/ymir work/guild/effect/yongsinuichukbok_make.mse +++ b/assets/guild/ymir work/guild/effect/yongsinuichukbok_make.mse @@ -253,7 +253,7 @@ Group Particle } List TextureFiles { - "star.jpg" + "star.dds" } } } diff --git a/assets/guild/ymir work/guild/effect/yongsinuipi_loop.mse b/assets/guild/ymir work/guild/effect/yongsinuipi_loop.mse index 4632a9e7..acb8a2ca 100644 --- a/assets/guild/ymir work/guild/effect/yongsinuipi_loop.mse +++ b/assets/guild/ymir work/guild/effect/yongsinuipi_loop.mse @@ -121,7 +121,7 @@ Group Particle } List TextureFiles { - "star.jpg" + "star.dds" } } } diff --git a/assets/guild/ymir work/guild/effect/yongsinuipi_make.mse b/assets/guild/ymir work/guild/effect/yongsinuipi_make.mse index 7aa4f692..d7911227 100644 --- a/assets/guild/ymir work/guild/effect/yongsinuipi_make.mse +++ b/assets/guild/ymir work/guild/effect/yongsinuipi_make.mse @@ -384,7 +384,7 @@ Group Particle } List TextureFiles { - "star.jpg" + "star.dds" } } }