Merge pull request #23 from MindRapist/mr-5

This commit is contained in:
rtw1x1
2025-12-29 06:15:23 +00:00
committed by GitHub
11 changed files with 9 additions and 11 deletions

View File

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

View File

@@ -126,7 +126,7 @@ Group Particle
}
List TextureFiles
{
"0.dds"
"damage_0.dds"
}
}
}

View File

@@ -130,7 +130,7 @@ Group Particle
}
List TextureFiles
{
"poison0.jpg"
"poison_0.dds"
}
}
}

View File

@@ -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"

View File

@@ -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"

View File

@@ -121,7 +121,7 @@ Group Particle
}
List TextureFiles
{
"star.jpg"
"star.dds"
}
}
}

View File

@@ -253,7 +253,7 @@ Group Particle
}
List TextureFiles
{
"star.jpg"
"star.dds"
}
}
}

View File

@@ -121,7 +121,7 @@ Group Particle
}
List TextureFiles
{
"star.jpg"
"star.dds"
}
}
}

View File

@@ -384,7 +384,7 @@ Group Particle
}
List TextureFiles
{
"star.jpg"
"star.dds"
}
}
}