Modcraft - The community dedicated to quality WoW modding!
Featured => Noggit => Topic started by: askion on May 03, 2012, 07:44:10 pm
-
when i scale a model up to max through noggit, the collision and view distance seem to not work.
ive tried scaling the model up through the converter, im not sure if its because the scale is to high.
-
If you want to delete the model open your adt viá. the fileinfo, delete the model with the right path and the big scale, save and ,,close" with loadinfo.
-
If you overscale the models collision get lost. max 2x till 3x then you get problems.
-
The problem is actually the MCRF chunk being wrong, once again.
-
Are there working methods to resolve this issue? :(
I suppose there is no difference if adding the collision through hex edits..
-
Are there working methods to resolve this issue? :(
I suppose there is no difference if adding the collision through hex edits..
You could fix this by hex editing stuff, but you would need to modify the ADT, not the M2. In the ADT, except for a simple reference to the model, every of the 16*16 sub-parts have a list of models being on the sub-part. If the model is not listed there, it does not have collision.
keywords: mcnk, mcrf, refrep, large object, scaling.
-
Okay. That should be fixable then.
Thank you
-
That meens, if we calculate over the size waht chunks are related and store the model with noggit olso there, it should fix the problem for the future?