Modcraft - The community dedicated to quality WoW modding!
Featured => Noggit => Topic started by: andre1901 on October 24, 2011, 11:04:39 pm
-
Can we give you suggestions here?
-
Yes .
-
Ok!
When we change the Radius, there could be a circle (or something like that) in the mouse to show wich area will be affected.
And let me ask some questions please...
I don' know the name of that, but each place on the world has a square (I think its chunk)
So... Why in some "Squares/Chunks" I can't use some textures?
The only way I solved this was using CTRL SHIFT left mouse, to clear all texture in the chunk, this is normal?
Sorry for my bad english.
-
You're limited to 4 different textures per chunk, that's normal :)
As far as I know, it's a Wow limit.
-
WoW data structure only holds 4 textures per chunk. So you have to plan what you will do before you start to draw. We will someday have a circle. I tried it 1 year ago but we are all not the big openGL pros :)
-
Strange...
I was just putting 2 textures in the same chunk...
If I knew anything good about programation, I could help you, but...
I just know how to compile in C++ and how to create the project file in CMake LOL.
And a little about GIT, but I'm sure this will not help...
I want learn programation in the future, it's one of my "dreams job" haha...
So... Steff, what is the main program used for create Noggit?
And sorry for my bad english again.
-
First try to erase all textures and start to paint again on the chunk. Perhaps there are 2 other textures under the two you see.
SHIFT + CTRL + Click
We use Mercurial, CMake and Doxygen
I develop on VisualStudio 2010
Schlumpf use Xcode on the mac as fare as i know.
We use SDL, Glew, StormLib, Freetype2, ZLib and Boost in the moment.
We will turn from SDL to QT in the future to create easy better guis.
-
Fast reply :)
Uhm, cool, I'll try it.
I just discovered one thing: Do not use noggit with other programs (MSN, Youtube) LOL
-
I have no problems with other apps running the same time together with noggit. Only wow app you should not run.
-
Uhm ok.
I think i'm getting better in Noggit, I'm just finishing an area of Emerald Dream :D
-
Another suggestion:
There could be an way to type the value of Brush Radius, Brush Speed, and other things like that.
-
Use alt hold down and move mouse with pressed button left or right,
-
Hmm Steff and Schlumpf and why dont write function about rewrite chunks? When use paintings? Why just add? Why not replace? I see 22 October BlizzCon and they use on one chunk more than 4 textures. So they use some more.
-
Hmm Steff and Schlumpf and why dont write function about rewrite chunks? When use paintings? Why just add? Why not replace? I see 22 October BlizzCon and they use on one chunk more than 4 textures. So they use some more.
We write the ADT completely from scratch ourself.
It is not possible to add more than 4 textures to ADTs up to Cataclysm. I do not know about MoP, but I guess it is the same there. Unless they rewrote most of the code handling terrain texturing.
-
Is there a way to undo something?
I sometimes make some mistakes and I didn't found a way to undo it, like CTRL Z
Then I need to restart Noggit without saving D:
-
Nope, there isn't. Frankly :( Would love to use it sometimes too but... After I've gotten used to how Noggit works on my computer, its been easier to avoid those errors I couldn't undo with a simple click or 2 xP
Just practise :)
Thanks
Keta
-
Ok...
But if the devs want create a undo command, would be good ;P
-
Creating an undo functionality is wanted but is hard to implement.
-
Or Easer tool :P
-
Sorry about Double post, but...do you have plain import saving water in next release?
-
Greachin want to do some work but i havened heard something from him after he get access to the code.
-
Hmm, I've got suggestions.
1. Copy rotation, select an object and click "Copy Rotation" and click the one you want rotation from.
2. Rotate by angle. For example a box where you could write in the X Y Z rotation. For example
__________
|X: | Y: | Z: |.
-
It is possible. Apple even has a software GPU for integrated GPUs. Noggit just can't use that as of now. (And may never will.)
-
?? What the hell this answer is for :)