Lightsaber blade position modification?

sithmartyr

New Member
Joined
Feb 20, 2022
Messages
2
Hello,

I'm trying to learn how to replace lightsaber meshes, however, I've hit a snag with the lightsaber blade positions.
This is for a double bladed lightsaber. The blades are too far from the emitter of the hilt mesh, so there is a gap between the start of the blade and the emitter of the hilt.
I've been trying to figure out where this is defined in these chain of files. One user on the SWG Legends discord mentioned that the position for blades would be contained in the respective .lod file for the saber (via "hardpoints"), but I can't seem to figure out how I would go about manipulating the data in the .lod files.
The hardpoints appear to be in the .lod file, however, a template doesn't seem to be available in SIE that can read the data for the hardpoints appropriately.
I've tried finding tutorials for this type of modification to no avail.

Could someone help point me in the right direction? Thanks! =)
 

sithmartyr

New Member
Joined
Feb 20, 2022
Messages
2
For future reference if anyone runs into the same problem, you can use this template for SIE to edit the coordinates of the hardpoints:


Code:
// APPR_0003_HPTS_HPNT
// Hardpoint Transforms Matrices

Vec4[X]
Vec4[Y]
Vec4[Z]
String[name]
 
Top Bottom