This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: 04 - Your First Island in Noggit  (Read 24647 times)

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
04 - Your First Island in Noggit
« on: November 26, 2012, 12:48:16 pm »

Introducing



In this part of the tutorial we will start to create something with noggit.
I made a pre textured island for you, where we will add water, model the ground, swap textures and add some models to make it look nice.

>> Run noggit and select the test01 map

MENU > Continent > "test01"

>> Click on the middle one of the orange squares.



Quote
Orange squares are located in your project directory. The others are located in the MPQs. So if you have edited one ADT on an existing map like Azeroth, only the one you have saved get orange. This way you find your modded ADTs faster.

Now you should see something like this.



Noggit Interface Overview



On the left side you see the toolbar. It contains 6 tools to edit the map. From top left to bottom right you have:

* Raise/Lower - Modeling the ground height.
* Flatten/Blur - Flatten and blur the ground.
* 3D Paint - Modify textures.
* Holes - Open and close holes in the ground. Needed for cave or house basement entrances.
* AreaID painter - Set the Area ID flag on chunks. This is influencing different things like name display or map show upon pressing M.
* Impassible Flag - Make a chunk impassible for the player like an invisible wall.

At the bottom of the toolbar you see the current selected texture for painter and swapper. If you click on this the texture browser to load and select textures will open up.

On the top of the main window you have several menus to access many additional functions.
The bottom status line shows some information about your current position on the map.

Some tools also show an option window on the left top of the screen.

You should also have a look at the noggit user manual in our wiki. All functions of noggit are explained there.

<!-- l -->wiki/index.php5?title=Noggit_user_manual<!-- l -->

And you can always press H inside of noggit to get a list of common keyboard shortcuts.

Add Water



As we want to create an island we will need water on our map to really be able to model the ground right. Just to see if it's under or above water surface. I use scripts to add water to ADT's and have created one for you to add the water now. We will later focus on how to expand and setup this script.

>> Close noggit! Never access files from 2 applications. (See part 2 of this tutorial for reference)
>> Run the script in the following path.

F:WoWModdingProjectsTutorialProjectscriptsWater-test01.bat

The script calls the AllWaterWotlk.exe for all the ADT's on the map and set water with the height of 0.
The ground has the same height, so you get a funny overlay effect till we model the ground.



Quote
Noggit doesn't save water at the moment. So you need to run this script every time you saved some ADT's and close noggit or else, you won´t have water in-game or even in noggit on said ADT's.

Modeling the Ground



Next we will model the ground to shape this flat plane into a "3D island" - meaning, we add heights and depths. You use the tools "Raise/Lower" and "Flatten/Blure" for this. The first one lets you change the height of the ground, while the second helps to smooth the ground. We can also create plane regions to place houses or just to model roads.

Quote
You can also switch to the tools you need by pressing the number keys 1 through 6 (Numpad will not work!)

>> Select the Raise/Lower tool. It's the first icon on the left side in the toolbar decorated with the 4 stones or just press 1 on the keyboard.

Quote
All tools in noggit are used in a combination of mouse move and click and some keys on your keyboard.

>> Hold down the SHIFT key, left click on the ground and move the mouse.

This will increase the ground height.

>> Hold down the CTRL key, left click on the ground and move the mouse.

This will lower the ground.

Also some tools have an option window. Here you can setup some stuff such as how the tool should act like.
These are the options for the Raise/Lower tool.



You can set 6 different editing modes for how the tool modifies the ground. Linear creates the smoothest result and is set as the standard option but try around with the different modes to get a feeling for how they work.

Quote
The Z key will also let you switch between the different modes.

Next is the option for brush radius. It defines the size of your circle and the region the tool works on.
Next you have the speed that defines how fast the ground gets changed. For a rougher base modeling a fast speed is good. To work out details you should use slower speeds.

Quote
You can also change the radius with a shortcut.
Hold down the ALT key, left mouse button and move the mouse.

Now do a basic shaping of the island with this tool. Lower the underwater parts so they are located under the water surface and raise the islands' ground and rock regions like this.



Quote
You can set some view options in noggit over the view menu. Here you can also toggle on and off the rendering of different parts of the world like models or water.

>> Select Menu > View > F4 Water or press the F4 key.

Now you have parhaps some irregularities on the ground like me.



>> Select the Flatten/Blur tool. It's the second icon with the blue twister on it or press 2
>> Hold down SHIFT, left click on the ground and move the mouse over the bad areas.

This will take time to get an effect. So be patient. You should get a result like this.



Another nice view option to get control over your ground modeling is the height lines also called map contoure infos.

>> Select MENU > View >  Map contoure infos or press F9



Model now with different brush sizes and speeds to work out the rock details like you see in the previous image. Try to get round contoure lines. This will looks better ingame.

Now you will perhaps have height variations on parts of the ground that you may not want.
 


You can use the Flatten tool to get these parts plain again.

>> Select the Flatten/Blure tool
>> Place the cursor circle on a flat part near the problem region like on the above image.
>> Hold down CTRL and click with left mouse button.
>> Now slowly move the mouse in direction of the problems.

This should end in a result like this.



Now use what you have learned to model your full island and get familiar with the 2 tools and it's options.

Swapping Textures



Now perhaps you don't like the textures I used on this map. You can use the texture swapper to change them.
First you need to select the texture you want to change.

>> Turn on Texture mode. Select the Icon with the brush on or press number 3 on keyboard.
>> Hold down CTRL and click on the ground.

A window will open up that shows you the textures linked to the chunk you have clicked on.
This tool is called texture picker. You can now select one of the textures by clicking on it in this window.



>> Press the button Texture swapper in the option window of the paint tool.
 
The window will swap to another one. You are now in swapper mode.



>> Press the button set destination.

The swapper will now show your selected texture.

>> Click on the texture icon inside the toolbar to openup the texture browser.
>> Load some textures by pressing the Loadtextures button on the bottom and select some zones to load their textures.
>> Select the texture that you want to have.



>> Close the manager and load the window again.

>> Now press the swap adt button on the top of the swapper window.

The selected texture in the swapper will be replaced with the selected one from the toolbar on the ADT you are located on. You have to do this with all 9 ADTs now.

To see where an ADT ends and another start turn on the chunk lines view option.
>> Select MENU > View > F7 Lines or press F7

The red lines mark the border of the chunks, the green ones of the ADT.

>> Fly now to all ADTs and select the swap adt button in the swapper.

You can repeat this with the other textures. It's not easy to find fitting ones so don't give up too fast and play around. I swapped mine like this.



Add Models



Now the base shaping is done and the map looks like we want it to. Next we will add some models.

>> Start noggit and load the map.
>> Start the ModelViewer.

Quote
You can start both apps at the same time because they use different WoW copies as their respective source. Noggit uses the Client335aNoggit folder and ModelViewer uses the Client335aTest folder.

>> Use the ModeViewer search function to find a model you want to add.



>> Switch to noggit.
>> Place the cursor where you want to add the model.
>> Press SHIFT + V to add a M2 or Press ALT + V to add a WMO.

Repeat this with different models. You only need to add them once. After this you can simply copy+paste them around.

>> Select a model you want to copy inside of noggit.
>> Press CTRL + C
>> Move the cursor to the location you want to add the copy.
>> Press CTRL + V

You should modify every model position,rotation and size a bit so that the player does not see that it's often the same model.

>> Select a model by clicking on it.
>> Hold down SHIFT, CTRL or ALT and use the left and the middle mouse button to change size, move or rotate it in different directions.
>> Press SHIFT + R to reset the model rotation.
>> Press PageDown to place the model on ground level.
>> Use the numpad keys to fine tune models values.



Now we are done with the first build. Lets get to next tutorial part to get this ingame.

This guide has been completely proof-read and corrected in grammar by Mountainlion. Feel free to message him.

05 - Create first MPQ patch and get ingame
« Last Edit: March 27, 2017, 07:20:50 am by Steff »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

nisshomaru

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 2
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #1 on: May 04, 2013, 02:05:15 am »
Why can't I copy the model?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #2 on: May 04, 2013, 09:25:04 am »
Restart noggit. Sometimes selecting don´t work after save. Close and reopen.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Solarion

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 154
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #3 on: May 12, 2013, 09:42:58 am »
I downloaded the latest noggit update and I dont have that test map.....How and where do I add it, and from where do I get it?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #4 on: May 12, 2013, 10:27:46 am »
What noggit update?

In the pack there is the latest noggit SDL 1.2 included!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Solarion

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 154
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #5 on: May 12, 2013, 11:59:13 am »
That one exactly. I have it but I dont have the test01 map when I open noggit ( check all of the options- under continent, dungeon, raid and file sections xD )

And I don't know  how and from where to put it there.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

axel0099

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 577
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #6 on: May 12, 2013, 02:05:37 pm »
first edit you're dbc [newest version] also place it in a file called World dig deeper into Maps place the Folder there.
Call it Testmap01 or whatever you're map is called ;)
place the adt's in there.
also place it in a new patch called Patch-T or whatever you want it
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Solarion

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 154
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #7 on: May 12, 2013, 04:13:25 pm »
I have no idea how to do any of these :? and i still dont know where to get it from...
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #8 on: May 13, 2013, 01:26:40 am »
Just read the tutorila from start
Moslty part 0 is the beginning. The pack is included in part 2.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

deewad

  • Registred Member
  • Race Changer
  • *****
  • Posts: 27
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #9 on: May 28, 2013, 05:30:54 am »
Very nice!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #10 on: May 28, 2013, 07:44:34 am »
Thanks :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

plaguebringer

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 13
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #11 on: September 17, 2013, 08:55:16 am »
Whenever I run the Watertest batch file i get an error saying it cannot open the .adt files...?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #12 on: September 17, 2013, 11:46:51 am »
Perhaps post this error ? :)

Did you setup exactly like in tut part 2 written?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Filipsons

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 220
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #13 on: September 17, 2013, 07:46:45 pm »
Really nice work Steff!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: 04 - Your first island in Noggit
« Reply #14 on: September 18, 2013, 11:58:50 am »
Thanks :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954