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: [SOLVED] Can't create a new map  (Read 1652 times)

Sternenglanz

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
[SOLVED] Can't create a new map
« on: May 20, 2012, 10:56:36 am »
Hi there!

I'm trying to create a new map for a new continent. I use that tutorial.

I'll show step by step what I do. I think there is just a little mistake.

First I open Taliis and creat a new wdt

I call the new wdt 'tear'. I tick as many space as I need, for that 10x10, for the real project I'll need much more.  I notice the points 3_3 and 13_13 for ADT adder later.



I save it as 'tear.wdt'



After that I create a new file, an adt called tear



I add a texture with the text 'tilesetelwynnelwynngrassbase.blp'



Then I save the adt as 'tear_01_01.adt'.

I open ADT adder. I chose the adt I made before and type everything in (Look at the screen) then I create the maps.



Now I have the adt in the ADT adder folder. I'm not that sure what to do next. Do I have to fix them with the 'offsetfix.bat' file, which  I have to create, in that folder or in an other?


I just want to find every mistake so I ask you now, after I know it exactly I'll go on.
« Last Edit: May 20, 2012, 11:34:11 pm by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Can't create a new map
« Reply #1 on: May 20, 2012, 12:28:18 pm »
Have your Taliis version a Menu point

Edit > Scan folder.

There are Taliis versions out there where WDT creation is jsut bugged.
You should also never check the adts by hand but use the Edit > Scan Folder function!
Did you use offsetfix after you copied the adts?
Just use a CMD bat file to fix them

@echo off
for %%i in (*.adt) do OffsetFix.exe "%%i"
pause

Paste in a txt file and rename o .bat or .cmd and run this in the same folder as offsetfix and your adts are.

Then create a folder patch on your hd
Subfodler world
subfloder maps
subfolder tear

and put all your ADTs and the wdt file there.

worldMapstearFILES

Now you need to get teh latest version of the Map.DBC file and add an new entry for your map. Name tier and a new height ID. Just copy an existing line like Azeroth and rename it. use MyDBCEditor and rightclikc copy line to.

Now you can point your noggit project dir to the patch folder

d:wowmoddingprojectstierpatch

Its an example and dont forget the last

Now you should see your map inside of noggits menu.
« 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

Sternenglanz

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: Can't create a new map
« Reply #2 on: May 20, 2012, 03:46:56 pm »
Quote from: "Steff"
Now you can point your noggit project dir to the patch folder

d:wowmoddingprojectstierpatch

Its an example and dont forget the last

Now you should see your map inside of noggits menu.

I don't get this part. I feel so unable.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Can't create a new map
« Reply #3 on: May 20, 2012, 07:08:36 pm »
You forget it or you dont understand it?
« 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

Sternenglanz

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: Can't create a new map
« Reply #4 on: May 20, 2012, 07:49:52 pm »
Problem solved. A friend helped me : )
« Last Edit: January 01, 1970, 01:00:00 am by Admin »