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] Need Help with getting my custom ingame map to show  (Read 6686 times)

Eatos

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
[SOLVED] Need Help with getting my custom ingame map to show
« on: February 06, 2012, 02:48:08 am »
Currently for sometime now i have been working on project whose name is Exodus.Exodus is based on mythology , ancient mythology.Now i have managed to create map and i know how to get it into game.But the problem is it doesnt want to show it.
« Last Edit: March 28, 2012, 05:31:17 pm by Admin »

Hanfer

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 143
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #1 on: February 11, 2012, 08:59:26 pm »
what did u do to get it ingame?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #2 on: February 11, 2012, 09:44:26 pm »
I have it ingame. Its not funny :)
Especial the overlay of the height lights.....
should this get a worldmap?
Then you have to replace the worldmap. You must cut the map into pices and swap with the original.
Then You must edit some DBCs.

WorldMapOverlay.dbc
WorldMapTransforms.dbc
WorldMapContinent.dbc
« 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

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #3 on: February 11, 2012, 09:49:37 pm »
If you need more help ask. And if you get it to work.
Please write an tutorial for this. Its missing and i have not the time to do 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

Hanfer

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 143
    • View Profile
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Eatos

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #5 on: February 13, 2012, 01:04:55 am »
The Problem is i want to make it as worldmap into Emerald Dream :) and you can say first 30 adts
Now first time when i tried to make it it wasnt working well only in one place it could show me walking but now it doesnt work at all :S

So basically in this red square i want map to be displayed :D
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #6 on: February 13, 2012, 08:50:39 am »
1. if you want to add this as a second worldmap you need to recode the Lua/XML interface. The Outland worldmap is hardcoded there. The pland only one worldmap at start :)

2. You need to add the right cords on the map. So the client kows that you are in this reagion.
« 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

Eatos

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #7 on: February 17, 2012, 12:19:00 am »
And that is what i need to know how? what coords and where to add.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #8 on: February 17, 2012, 01:15:31 am »
Depends on your map. To the DBC fileds. Have a look at the wow dev wiki dbc part.
« 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

Eatos

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #9 on: February 17, 2012, 03:44:07 pm »
Currently my map is controlled through 2 dbc files.
AreaTable.dbc and WorldMapArea.dbc
with AreaTable.dbc it is also connected Map.dbc just pointing out for name
 In Map.dbc for EmeraldDream it has 1397 id from AreaTable.dbc
so question do i need to add coords in that table or to add core in WorldMapArea.dbc
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Hanfer

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 143
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #10 on: February 19, 2012, 09:36:43 am »
may this helps u editing the WorldMapArea.dbc
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Eatos

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #11 on: March 25, 2012, 03:57:18 pm »
The problem is from where the hell to get coords
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #12 on: March 26, 2012, 12:52:22 pm »
Ok I get it to work yesterday.
Here are some points.

1 Get the cords. Not so easy. I take a minmap shot in noggit in 2d mode with turned on lines (F7), put all the minimaps together, overlay the stuff with my worldmap to locate the ADT/chunk the maps corners are on. Then I look in noggit to get the X/Y cords.
2. The X/Y is swaped in wow. X is the top/bottom and Y is Left/Right direction.
3. Very Importand is that the chunk you are on must have a right AreaID set. The Zone AreaID or a subzone ID. If this is not the case you will even don´t see the map direct if you press M.
4. The DBC cords from the tut you gave me are just wrong. The WoW DevWiki informations are right.

So you get the infos Top/Left X1 and Y1
And Bottom/Right with X2 and Y2

Add it in this order into WorldMapArea.dbc

5: Left     = Y1
6: Right   = Y2
7: Top      = X1
8: Bottom = X2

http://www.wowdev.wiki/index.php ... apArea.dbc

Perhaps someday someone write a tool to make the cords calculation easyer.
« 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

Eatos

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #13 on: March 27, 2012, 11:23:05 pm »
Works like a charm :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Need Help with getting my custom ingame map to show?
« Reply #14 on: March 28, 2012, 06:06:00 am »
Nice to here :)
« 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