tried and tried but keeps saying invalid or corrupt file to all the zip files (this and other thread). I even saved to desktop and tried using extacter and got a wordpad file full of gibberish (but at least got something). Thought it would be different if I logged in, but no good. Think I will just copy and paste above...thanks so much for doing that!
edit: I have XP and the extactor so I usually just click open then save the opened extacted file(s) to the appropriate directory. (I have alot of experience working with zip files as well).
I think this is because I use WinRAR to zip it , attaching it to this post with a WinZip version lemme know if you still get troubles to unpack it, else try unpacking it with an evaluation version of WinRAR at rarlabs.com, it should work. the extractor in XP is really not the best to play with compressed files
Ok glad that was that and you finally got it Kerne :)
So I'm copying below all changes that were applied in the case someone wants to mod manually its own carto3 or you want to apply it on the wowace svn version 0.10.3-2 svn version or any other fan patched version below is how Dalaran has been added, I faked it as a new continent to lower the changes to do to the code:
Main.lua find
SetMapZoom(continentID)
replace to
--[[ Fan update: start ]]--
if continentID > 4 then
continentID = 4
SetMapZoom(4,2)
currentContinentData.texture = "Dalaran"
Cartographer3_Data.CONTINENT_DATA["Dalaran"] = currentContinentData
else
SetMapZoom(continentID)
currentContinentData.texture = Cartographer3_Data.currentMapTexture
Cartographer3_Data.CONTINENT_DATA[Cartographer3_Data.currentMapTexture] = currentContinentData
end
--[[ Fan update: end ]]--
--[[ Fan update: start ]]--
if mapFileName == "Dalaran" then
tex:SetTexture(([=[Interface\WorldMap\%s\%s1_%d]=]):format(mapFileName, mapFileName, i))
else
tex:SetTexture(([=[Interface\WorldMap\%s\%s%d]=]):format(mapFileName, mapFileName, i))
end
--[[ Fan update: end ]]--
Couldn't find where you couldn't get it guys , I'm on a frFR client but it should work under all languages (I have a enUS client here semi installed and art filenames didnt changed from the frFR client), tried to completely delete Ct3, cleaned up the WTF to check if that is not savedvars conflicts, reinstalled ct3 + reimported the files, checked with multiples characters inside/outside northrend, Dalaran is always added after I reload the ui like in the screenshot
nor describe clearly what is the problem without useless "It does not work" reports, since it works fine here if you do not give more hints on what the problem is then I could just ignore because I couldn't patch something that is working fine here.
I love carto3 but I think ckk has not enough time to work on it so for my personal use and to help a few users around I managed to add Dalaran map, the WorldMap is ok, the Minimap quality is not well done but present. The goal was just to add Dalaran to it nothing much and I won't add other stuff has it is a too big project for me. Just helping out where I can, all credits to ckk of course, feel free to donate to him to ckknight AT gmail DOT com so he'll probably move on ct3 more quickly heh.
How to install
1) Just download Cartographer3 v0.10.3 from Curse.com
2) Extract the files from the zip file Cartographer3_Dalaran_FanUpdate_v2.zip attached to this post in the AddOns/Cartographer3/ directory
I think this is because I use WinRAR to zip it , attaching it to this post with a WinZip version lemme know if you still get troubles to unpack it, else try unpacking it with an evaluation version of WinRAR at rarlabs.com, it should work. the extractor in XP is really not the best to play with compressed files
Ok glad that was that and you finally got it Kerne :)
So I'm copying below all changes that were applied in the case someone wants to mod manually its own carto3 or you want to apply it on the wowace svn version 0.10.3-2 svn version or any other fan patched version below is how Dalaran has been added, I faked it as a new continent to lower the changes to do to the code:
Main.lua
find
replace to
find
replace to
Constants.lua
find
replace to
TextureData.lua (this is the minimap view that could be enhanced, just done it quickly)
find
replace to
http://i223.photobucket.com/albums/dd16/photo101/ct3_dalaran.jpg
nor describe clearly what is the problem without useless "It does not work" reports, since it works fine here if you do not give more hints on what the problem is then I could just ignore because I couldn't patch something that is working fine here.
I love carto3 but I think ckk has not enough time to work on it so for my personal use and to help a few users around I managed to add Dalaran map, the WorldMap is ok, the Minimap quality is not well done but present. The goal was just to add Dalaran to it nothing much and I won't add other stuff has it is a too big project for me. Just helping out where I can, all credits to ckk of course, feel free to donate to him to ckknight AT gmail DOT com so he'll probably move on ct3 more quickly heh.
How to install
1) Just download Cartographer3 v0.10.3 from Curse.com
2) Extract the files from the zip file Cartographer3_Dalaran_FanUpdate_v2.zip attached to this post in the AddOns/Cartographer3/ directory
Screen: http://i223.photobucket.com/albums/dd16/photo101/ct3_dalaran.jpg