Thread: Carbonite 5.04
View Single Post
09-02-12, 04:09 PM   #167
Deniador
A Kobold Labourer
Join Date: Sep 2012
Posts: 1
Thanks Rythal for your work on this addon.

I have made a patch on your version for the french version (and maybe other languages...)

The patch resolve the next issue :
Originally Posted by mdc View Post
First of all : many thanks to Rythal for his fantastic job.

I'm using a french version of wow. I replace the 2 files (carbonite.lua and toc).
And then ... I can't even open the world map.
I receive a series of error messages like:
unknown map name and err MapGenAreas followed by the french names of zones.
I believe I have to translate something but I don't know where.
If it's in localization.lua, why only in french version (since all the people seems to replace only the carbonite.lua and carbonite.toc) ?

Somebody can help me ?

I apologies for my poor english.
The errors messages are still here, but the World map can be opened, and the mini map works well.
I will try to fix the error message tomorrow.

I have uploaded my modified version here 4shared

In clear : http://www.4shared.com/zip/tAKkggTg/...l?refurl=d1url

Here the diff result, if you wan't integrate the patch in your next release :

10c10
< Nx.VERMINOR=.003
---
> Nx.VERMINOR=.004
3344c3344
< coN2={1,2,3,4,5,6,9}
---
> local coN2={1,2,3,4,5,6,9}
3439a3440,3446
> if not win1[2] then
> win1[2] = 0
> end
> if not win1[3] then
> win1[3] = 0
> end
>
3845c3852,3859
< local sca=win1[1]
---
> local sca=win1[1]
> if not win1[4] then
> win1[4] = 0
> end
> if not win1[5] then
> win1[5] = 0
> end
>
9418c9432,9438
< local sca=win1[1]
---
> local sca=win1[1]
> if not win1[4] then
> win1[4] = 0
> end
> if not win1[5] then
> win1[5] = 0
> end
See ya !

Deniador@Naxxramas

Last edited by Deniador : 09-02-12 at 04:25 PM. Reason: Add the diff result