hi so i download glitchys model swap its really amazingbut warglaives sit on the side like a normal weapon, ive been looking for about 2 hours through the site with various things about glitchys MES but every link is out of date plz halp!!!!
![]()
hi so i download glitchys model swap its really amazingbut warglaives sit on the side like a normal weapon, ive been looking for about 2 hours through the site with various things about glitchys MES but every link is out of date plz halp!!!!
![]()
I don't know much about programs that people have made, since I tend to do most edits by hand. With that said, swapping weapon models can be done with DBC files very easily. Weapon position is determined by two things: the server (yeah, I know, it's weird), and your Item.dbc file. Inside of the Item.dbc, the first column is your item ID, followed by: class, subclass, a -1 (it's an unknown), sound (sound made when moving it in your backpack), model ID, equip slot (head, boots, chest, etc.), and finally the equip location (at your side, on your back, etc.).
ItemDisplayInfo.dbc is also of interest, because it controls the actual model that the model ID points to (plus other fun stuff).
Anyways, if you would like me to make the change for you, please tell me the item name(s) that you would like to have swapped, and what you would like to have them swapped with. Alternatively, you can give me the item ID's (which is more precise and saves me a step, but not everyone knows what an item ID is).
Edit: As I mentioned earlier, the server and Item.dbc both tell the client what an item should look like, and where it should go. Unfortunately, the server tends to have priority in almost all aspects of this, including the item's equip location.
Last edited by Riukuzaki; 07-03-2010 at 03:38 AM.