Modcraft - The community dedicated to quality WoW modding!
Featured => Noggit => Topic started by: askion on November 13, 2011, 02:26:37 pm
-
Hey guys.. Not sure if it's just me or if anyone else has this problem. but in noggit the lines arnt there. ingame they are around each Square i re-texture.
Screeenie..
http://imageshack.us/photo/my-images/69/unledmxx.png/ (http://imageshack.us/photo/my-images/69/unledmxx.png/" onclick="window.open(this.href);return false;)
Thanks.
-
Try saving without F7 (ADT/Chunk lines) on in Noggit, that caused issues in the past, don't know if it's the same, but it's worth a shot.
-
i don't use view line's. : /
-
This might actually be related to the following lines:
MapChunk.cpp: memcpy(amap[layer-1]+63*64,amap[layer-1]+62*64,64);
MapChunk.cpp: for (int j=0; j<63; ++j) {
MapChunk.cpp: memcpy(amap[layer-1]+63*64,amap[layer-1]+62*64,64);
MapChunk.cpp: for(int j=0; j < 63 ; j++)
MapChunk.cpp: for(int i=0; i < 63; ++i)
MapChunk.cpp: static const float change = CHUNKSIZE / 62.0f; //! todo 64? 63? 62? Wtf?
I never really figured out, why there should be 63 at that place.
-
Ahhh, okay. so the next Rev should fix this problem?
Edit: Okay. so i was messing around and it seems you have to use the lines tool (F7)
Then raise/lower the ground slightly then save :)
Run into another problem.. The adt's are crashing wow when i login.
-
What do wow say?
Have you created new ADTs or edit existing once?
You should test your work ingame after every stepp you do. I test my ADTs every 30 minutes of work ingame.
-
i use existing adt's. wow only crashes if i log onto a character that is standing on the adts. if i have one that isnt on them i can run onto them and it doesnt crash
Makes my head hurt :(
-
And what do you change? And ate the ADTs WoTLK?
Noggit cant handel all settings this ADTs can have. Try an elvyn forest adt for testing.
-
hmm had the same too
in Old silvermoon city (BC), only when i painting over the exist texture.
-
ok shutting up the Quares and repaint the texture works for me now.