Hi,
First of all congratulations for the great work, this is just fantastic ! You are an inspiration and I started modding a few days ago when I saw what you were able to achieve because I really wanted to help.
I started with something of interest because often used, the bat taxi which is completely white :
Current one :
Work in progress :
The textures referenced in the batTaxi.m2 file were dynamic instead of hardcoded and in vanilla there is no dynamic texture for this specific model so I hex edited the m2. I still have some black parts on the model, and particles are way too big but it already looks better.
I also noticed that the camera is way too high when using a taxi. I haven't found yet where the taxi camera is. In the m2 the only camera positions setup are for charInfo and portrait...
I also had to modify the M2 template because I was having issues with passed end of file at variable 'timestamp' or 'nValues' due to invalid offsets. It is still failing in the 'attachments' section. I need to have a deeper look at it but info on the M2 file structure is really rare.
If you can give me a hand on the camera and m2 template I'd really appreciate =)