Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: Grimtonz1337 on February 23, 2014, 12:02:35 am

Title: [QUESTION]
Post by: Grimtonz1337 on February 23, 2014, 12:02:35 am
Alright, so, I downloaded the 1.3 Noggit and I started creating my own Continent with DBC Editing and creating my own patch. I've read 4-5 guides on "how to" make your own Continent/Map and shit like that. Now, when I made my Patch, when I open Noggit, I can't see my Continent under "Continent" tab. I copied all WDT/ADT files into world->maps->(my own map name)->WDT/ADT files. And ofc, DBFilesClient inside my WoW folder. I've done this before many, many times, but it just doesn't work now. Can somebody please help me? :)

Thanks!
Title: Re: [QUESTION]
Post by: Nekatus on February 23, 2014, 12:10:24 am
Hello Grimtonz1337
I would post more pictures, its more helpfull to know whats your problem.
Here is a pictures how it have to look:
(http://i.imgur.com/Q3Dwb0x.jpg?1)
DBfilesClient have to include the Map.dbc
I hope it was helpfull for you.

sry for my bad english !
Title: Re: [QUESTION]
Post by: Grimtonz1337 on February 23, 2014, 12:58:12 am
Quote from: "Nekatus"
Hello Grimtonz1337
I would post more pictures, its more helpfull to know whats your problem.
Here is a pictures how it have to look:
DBfilesClient have to include the Map.dbc
I hope it was helpfull for you.

sry for my bad english !

Well, since I am TRYING to post a picture here, but it denies me, I don't know why... In the patch, I DO have the DBFilesClient/Map.dbc and the world/maps/(my own map name)/WDT and ADT files in there. It doesn't show my continent in Noggit. Can you PLEASE help me in some other way? :(
Title: Re: [QUESTION]
Post by: Nekatus on February 23, 2014, 01:08:24 am
hemmmm, is the config file correct?
pls post your noggit config file pls
Title: Re: [QUESTION]
Post by: Grimtonz1337 on February 23, 2014, 01:13:54 am
Quote from: "Nekatus"
hemmmm, is the config file correct?
pls post your noggit config file pls

noggit.conf:

Code: [Select]
#This is a config file template. To use it rename into noggit.conf and set your options
#Edit this to your WoWFile!!!
Path = C:Program FilesWorld of Warcraft 3.3.5

#Edit this to your Project-Directory and uncomment if you want to use it!
#ProjectPath = E:project01

#Set this to the file where you will import models from (the model viewer log for example :) )
#ImportFile  = Path to Model Viewer log file

#The far clipping value. Set to 2048, 3072, 4096 etc. for a further look. Higher values need more 3d power.
#1024 is the standard value and will be taken if you do not set this value.
FarZ=2048
Title: Re: [QUESTION]
Post by: Skarn on February 23, 2014, 01:31:35 am
are you sure you editted the latest map.dbc?
patch 3 is the latest in wotlk, make sure patch is called patch 4.
or edit the one from patch-enUS-3.
Title: Re: [QUESTION]
Post by: Grimtonz1337 on February 23, 2014, 01:34:20 am
Quote from: "Skarn"
are you sure you editted the latest map.dbc?
patch 3 is the highest in wotlk, make sure its called patch 4.
or edit the one from patch-enUS-3.

Pretty sure I did. I compiled TC again, with the newest revision and shit like that. I made sure the patch was called patch-4.MPQ or higher than 4. I did this before, but now, it's not working??
Title: Re: [QUESTION]
Post by: Skarn on February 23, 2014, 01:37:03 am
open patch-enUS-3,
this is the fast way.
go to the dbcs
take map.dbc
add the new map in there.
replace the old map.dbc with the new one.
keep in mind to back-up the old dbc.
it should work after that.
if it's still not working after this, contact me in skype and ill help you.
PM me for skype name.

regards,
skarn
Title: Re: [QUESTION]
Post by: Nekatus on February 23, 2014, 01:47:40 am
i see your problem.
you have to change the project path to your "custom zone"
Create a order named like the zone.
this order have to include the files like the MPQ. and the same structure!
That means:
order1: DBFilesClient/Map.dbc
order2: World/Maps/YourZone/TheADTs&WTD
change the project path, then it should work. AND DELELTE THE # AT THE PROJECT LINE ;)
Title: Re: [QUESTION]
Post by: Grimtonz1337 on February 23, 2014, 01:52:59 am
Quote from: "Nekatus"
i see your problem.
you have to change the project path to your "custom zone"
Create a order named like the zone.
this order have to include the files like the MPQ. and the same structure!
That means:
order1: DBFilesClient/Map.dbc
order2: World/Maps/YourZone/TheADTs&WTD
change the project path, then it should work. AND DELELTE THE # AT THE PROJECT LINE ;)

ProjectPath = C:Program FilesWorld of Warcraft 3.3.5worldmapsTheInferno

Do you mean like this? If you are, it's not working...
Title: Re: [QUESTION]
Post by: Nekatus on February 23, 2014, 02:00:29 am
hehe no. you have to select you PROJECT path :D
eehhm example:
(http://i.imgur.com/M4wdwWy.jpg)
So, now you have to write in your config file:
ProjectPath = C:UsersNekat_000DesktopNeuer OrdnerExampleMap
NOT the order in the "Maps" order.
Title: Re: [QUESTION]
Post by: Grimtonz1337 on February 23, 2014, 02:06:12 am
Quote from: "Nekatus"
hehe no. you have to select you PROJECT path :D
eehhm example:
(http://i.imgur.com/M4wdwWy.jpg)
So, now you have to write in your config file:
ProjectPath = C:UsersNekat_000DesktopNeuer OrdnerExampleMap
NOT the order in the "Maps" order.

Nope, still not working. >.<
Title: Re: [QUESTION]
Post by: Nekatus on February 23, 2014, 02:07:59 am
post your config file again pls
Title: Re: [QUESTION]
Post by: Grimtonz1337 on February 23, 2014, 02:14:00 am
Quote from: "Nekatus"
post your config file again pls

Code: [Select]
#This is a config file template. To use it rename into noggit.conf and set your options
#Edit this to your WoWFile!!!
Path = C:Program FilesWorld of Warcraft 3.3.5

#Edit this to your Project-Directory and uncomment if you want to use it!
ProjectPath = C:Program FilesWorld of Warcraft 3.3.5TheInferno

#Set this to the file where you will import models from (the model viewer log for example :) )
#ImportFile  = Path to Model Viewer log file

#The far clipping value. Set to 2048, 3072, 4096 etc. for a further look. Higher values need more 3d power.
#1024 is the standard value and will be taken if you do not set this value.
FarZ=2048

In TheInferno Folder, the DBFilesClient/Map.dbc and world/maps/(my map name)/WDT and ADT files are there...
Title: Re: [QUESTION]
Post by: Nekatus on February 23, 2014, 02:15:14 am
should work.
ehm. do you safed it as "noggit.conf" ?
It MUST be a .conf file.
Title: Re: [QUESTION]
Post by: Grimtonz1337 on February 23, 2014, 02:19:36 am
Quote from: "Nekatus"
should work.
ehm. do you safed it as "noggit.conf" ?
It MUST be a .conf file.

I said that earlier, yes I have.
Title: Re: [QUESTION]
Post by: Nekatus on February 23, 2014, 02:22:34 am
hmmm.... i dont know ://
this is my config file & noggit order
(http://i.imgur.com/CxlVFDW.jpg)
right click at the pic & show graphic for full size
Title: Re: [QUESTION]
Post by: Grimtonz1337 on February 23, 2014, 02:26:39 am
Quote from: "Nekatus"
hmmm.... i dont know ://
this is my config file & noggit order
(http://i.imgur.com/CxlVFDW.jpg)
right click at the pic & show graphic for full size

Exactly the same... I have NO idea why this isn't letting me do this shit... I've done this before... Why can't I do it now? Can someone add me on Skype so he can see what I am doing good/wrong? >.<
Title: Re: [QUESTION]
Post by: Nekatus on February 23, 2014, 02:27:09 am
Skype: Nekatus
add me ^^