MR-5: Fixed MSEs to point at DDS
This commit is contained in:
@@ -5,6 +5,4 @@ This repository contains all client-side data, including locale files, configura
|
|||||||
## 📋 Changelog
|
## 📋 Changelog
|
||||||
|
|
||||||
### ⬆️ Feature Improvements
|
### ⬆️ Feature Improvements
|
||||||
* **Quickslot Definitions:** The maximum number of quickslot slots is now explicitly defined for python scripts to improve consistency.
|
* **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.
|
||||||
* **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.
|
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ Group Particle
|
|||||||
}
|
}
|
||||||
List TextureFiles
|
List TextureFiles
|
||||||
{
|
{
|
||||||
"0.dds"
|
"damage_0.dds"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ Group Particle
|
|||||||
}
|
}
|
||||||
List TextureFiles
|
List TextureFiles
|
||||||
{
|
{
|
||||||
"poison0.jpg"
|
"poison_0.dds"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
assets/Effect/ymir work/effect/affect/damagevalue/poison_0.dds
Normal file
BIN
assets/Effect/ymir work/effect/affect/damagevalue/poison_0.dds
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
YPRT
|
YPRT
|
||||||
3935261341
|
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"
|
isattributedata "0"
|
||||||
propertyname "general_obj_pieceofstone01"
|
propertyname "general_obj_pieceofstone01"
|
||||||
propertytype "Building"
|
propertytype "Building"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
YPRT
|
YPRT
|
||||||
3520529729
|
3520529729
|
||||||
buildingfile "d:/ymir work/zone/공용/hay_01.gr2"
|
buildingfile "d:/ymir work/zone/b/obj/hay_01.gr2"
|
||||||
propertyname "hay_01.gr2"
|
propertyname "hay_01.gr2"
|
||||||
propertytype "Building"
|
propertytype "Building"
|
||||||
shadowflag "1"
|
shadowflag "1"
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ Group Particle
|
|||||||
}
|
}
|
||||||
List TextureFiles
|
List TextureFiles
|
||||||
{
|
{
|
||||||
"star.jpg"
|
"star.dds"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ Group Particle
|
|||||||
}
|
}
|
||||||
List TextureFiles
|
List TextureFiles
|
||||||
{
|
{
|
||||||
"star.jpg"
|
"star.dds"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ Group Particle
|
|||||||
}
|
}
|
||||||
List TextureFiles
|
List TextureFiles
|
||||||
{
|
{
|
||||||
"star.jpg"
|
"star.dds"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,7 @@ Group Particle
|
|||||||
}
|
}
|
||||||
List TextureFiles
|
List TextureFiles
|
||||||
{
|
{
|
||||||
"star.jpg"
|
"star.dds"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user