Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: Hobbilis on April 19, 2013, 06:22:25 pm

Title: [QUESTION] Noggit Language
Post by: Hobbilis on April 19, 2013, 06:22:25 pm
Hey guys, I was learning how to use Noggit from your tutorial section and everything is great, all works.

But after I had a break, and then got back to my PC and turned Noggit on again I see all names in German. Like seen here
[attachment=0:2ycwh51t]lang.png[/attachment:2ycwh51t]

Why did noggit change from eng to german?
Thanks.
Title: Re: [QUESTION] Noggit Language
Post by: schlumpf on April 19, 2013, 06:29:35 pm
It takes the language of whatever client you are using. Russians will see Russian.
Title: Re: [QUESTION] Noggit Language
Post by: Hobbilis on April 19, 2013, 06:36:12 pm
Well... that is weird because I have enUS client.
Title: Re: [QUESTION] Noggit Language
Post by: schlumpf on April 19, 2013, 06:47:18 pm
Noggit itself does not have any hardcoded german word. You have an deDE client or language pack.
Title: Re: [QUESTION] Noggit Language
Post by: Hobbilis on April 19, 2013, 07:17:40 pm
Unless I downloaded them with WoWmodding folder Steff put together, I dont have any deDE client or any german language pack.

It doesn't matter to be honest. It's not a big deal.
But I do have another issue. Steff said in tutorial section that when I open up Wow model viewer and find a model I want, I press Shift + V to insert into Noggit, well it doesn't work. But oddly enough, WMO's do work when i press Alt + V to insert them.

Oh and btw, I can't import models from text file. Like, I can import azeroth stuff, but I can't import stuff that is from "Expansion02" and similar things.
Title: Re: [QUESTION] Noggit Language
Post by: Ascathos on April 19, 2013, 08:44:42 pm
Quote from: "Hobbilis"
Unless I downloaded them with WoWmodding folder Steff put together, I dont have any deDE client or any german language pack.

It doesn't matter to be honest. It's not a big deal.
But I do have another issue. Steff said in tutorial section that when I open up Wow model viewer and find a model I want, I press Shift + V to insert into Noggit, well it doesn't work. But oddly enough, WMO's do work when i press Alt + V to insert them.

Oh and btw, I can't import models from text file. Like, I can import azeroth stuff, but I can't import stuff that is from "Expansion02" and similar things.
Pretty sure it has to do with steff's tutorial then.
Title: Re: [QUESTION] Noggit Language
Post by: Valium on April 20, 2013, 10:24:38 am
Quote from: "Hobbilis"
Unless I downloaded them with WoWmodding folder Steff put together, I dont have any deDE client or any german language pack.
If it's not a deDE client, then it's very possible that you have a custom patch that has a Map.dbc that is from the german client.  Noggit itself, as schlumpf said, doesnt even have those strings.  That menu is generated from your wow files.

Pertinent code found here (http://pastebin.com/LrrC4mZ7), if you understand C++.
Title: Re: [QUESTION] Noggit Language
Post by: Hobbilis on April 20, 2013, 10:29:27 am
Thanks, but the as of yesterday I see my interface in english now. As I've said, it's not a big deal.

I'm actually more interested in finding out about another issue related to WoW Model Viewer.
Title: Re: [QUESTION] Noggit Language
Post by: Swampdog on December 24, 2013, 09:56:20 am
I'm having this same problem.  This is on a freshly installed/patched enUS client with no custom patches.  I'm seeing German in both Noggit and Model Viewer for menus and buttons.  The data from the MPQs are English so I'm assuming the issue is just with the apps themselves.  Are there English translations available somewhere maybe?
Title: Re: [QUESTION] Noggit Language
Post by: Steff on December 27, 2013, 06:53:59 am
The dbc in my tutorial was german.  My fault ;)
Copy the one from your extracted client files and add the needed maps there.
Title: Re: [QUESTION] Noggit Language
Post by: Swampdog on December 27, 2013, 07:07:40 am
Quote from: "Steff"
The dbc in my tutorial was german.  My fault ;)
Copy the one from your extracted client files and add the needed maps there.

Doh!

Will give that a shot when I jump back online in the morning..  Been up playing with this stuff until 4a the past couple of nights since I found this..  It 1a here already..  Think I should try to sleep... lol

Thanks Steff!
Title: Re: [QUESTION] Noggit Language
Post by: Swampdog on December 28, 2013, 10:46:49 pm
That worked great for Noggit Steff!  I was also having same problem with WoW Model Viewer.  I tried to change language to 0 in the config but for some reason it didn't work.  Was able to pick language after deleting config and then copied path lines from the wowmodelviewer7 configuration file in driveletter folder of tutorial to get all my paths back in..

Both work great now!
Title: Re: [QUESTION] Noggit Language
Post by: Steff on December 28, 2013, 11:03:24 pm
Nice to here