MR-5: Fixed MSEs to point at DDS

This commit is contained in:
Mind Rapist
2025-12-29 00:20:08 +02:00
parent 93ba30042a
commit 12f4839db5
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 ## 📋 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.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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