Modcraft - The community dedicated to quality WoW modding!
Featured => Noggit => Topic started by: Syama108 on August 20, 2014, 01:38:25 am
-
(http://i59.tinypic.com/2cpccpx.jpg)
(http://i62.tinypic.com/345hhqb.jpg)
(http://i58.tinypic.com/xgmyr.jpg)
As you can see, the object are gone.. I logout, and back in and they're all there.. This happens in some other places too..
What is the cause of this and how do I fix it.. This also happens in noggit the models are all gone, I close noggit and reload it and they're all back!? ??
-
(http://i59.tinypic.com/2cpccpx.jpg)
(http://i62.tinypic.com/345hhqb.jpg)
(http://i58.tinypic.com/xgmyr.jpg)
As you can see, the object are gone.. I logout, and back in and they're all there.. This happens in some other places too..
What is the cause of this and how do I fix it.. This also happens in noggit the models are all gone, I close noggit and reload it and they're all back!? ??
Several objects share the same uid within this adt, having the client visualize whatever it finds first containing that id
-
Several objects share the same uid within this adt, having the client visualize whatever it finds first containing that id
How do you suggest I fix this?
-
Use the loader tool to convert the ADT to a text file with all that information broken down. Modify the duplicate IDs. Use the loader tool to convert that information into the ADT again.
-
Use the loader tool to convert the ADT to a text file with all that information broken down. Modify the duplicate IDs. Use the loader tool to convert that information into the ADT again.
Okay ty, I fixed it, thanks!
-
Nevermind.. I spoke too soon, still having this problem.. what tool should I use? I tried using the file info adt tool.. but it's still happening in other places..
-
Loadinfo fileinfo from cryects tools. Kt ks comtained inn my modding pack.
But is is a hell of work.
Make a baxkup, change all adts once and resave in sdl 1.3
-
Loadinfo fileinfo from cryects tools. Kt ks comtained inn my modding pack.
But is is a hell of work.
Make a baxkup, change all adts once and resave in sdl 1.3
When I use the Loadinfo tool it gives me a text file, but when I try to turn the text file back into an adt afterwards it just gives me a dump file
Shows up for a second like this
(http://i60.tinypic.com/wvqzao.png)
then ends.
-
Use loadinfo to get stuff back to adt.
-
Use loadinfo to get stuff back to adt.
I noticed that I posted the wrong screenshot, but basically the same thing when I use load info.
-
You have all files in same directory? Txt adt and tool?
Perhaps you did some wrong changes in txt. Like a space somewhere becaus this kills the file. Only tabs are allowed. And look at eluos tutorial about the tool in level design/tutorials
-
Loadinfo fileinfo from cryects tools. Kt ks comtained inn my modding pack.
But is is a hell of work.
Make a baxkup, change all adts once and resave in sdl 1.3
When I use the Loadinfo tool it gives me a text file, but when I try to turn the text file back into an adt afterwards it just gives me a dump file
Shows up for a second like this
(http://i60.tinypic.com/wvqzao.png)
then ends.
I'm not sure if this is what you're trying to do, but I had issues with that when first trying the tool too. It's because I was dropping the text file (where you do the edits) onto the tool. However, you actually drop the adt on the load tool (rather than the text file) and it loads the text file itself. That resulted in the stack dump issue for me till I stopped being an idiot.