Modcraft - The community dedicated to quality WoW modding!

Legion- / WoD- / Mop- / Cata-Modding => Miscellaneous => Topic started by: PhoenixDBlack on April 22, 2017, 06:28:50 pm

Title: Streaming Error
Post by: PhoenixDBlack on April 22, 2017, 06:28:50 pm
Hello there,
I followed the WoD Tutorial to the very end. I have ported to the mapID I set in the map and mapdifficulty dbcs and copied them over to the DBClientFiles and to the server. Also ADTConvert links to "D:\WoDModding\Clients\6.2.4" where my WoD Client is.
But when i port to designated Map ID i get kicked out to the login saying I've got a Streaming Error. Any Idea what i could have done wrong?
Thank you for that tutorial btw. up until this point it worked pretty nicely
Title: Re: Streaming Error
Post by: Mr. DK on April 24, 2017, 11:32:26 pm
in your client folder there should be a fodler called World insider there should be a folder maps and so on can you confirm that? Also did you do the Wdt?
Title: Re: Streaming Error
Post by: Steff on April 25, 2017, 08:04:33 am
As DK already mentions. Your path in converter script must be:

D:\WoDModding\Clients\6.2.4\world\maps\YOUR_MAP_NAME_FOLDER
Title: Re: Streaming Error
Post by: PhoenixDBlack on April 28, 2017, 12:33:36 pm
Thanks for the replies (Was a couple of days not at home)
I have had that setting prior to that and i have used that setting again now to test if it is still not working and nope. Still not working.
The respective line in the cmd now reads
Code: [Select]
ADTConvert.exe "D:\WoDModding\Projects\firstmap\world\maps\firstmap" -o="D:\WoDModding\Clients\6.2.4\world\maps\firstmap" --watchWhat I don't get is: Why adding the extra-Folder "D:\WoDModding\Clients\6.2.4\DBFilesClient" when I have "D:\WoDModding\Clients\6.2.4\dbc" with respective "deDE" and "enUS" subfolders like in the server files?
Title: Re: Streaming Error
Post by: Steff on April 28, 2017, 12:38:52 pm
Because the client load dbcs from DBFilesClient.
Title: Re: Streaming Error
Post by: PhoenixDBlack on April 28, 2017, 12:42:44 pm
Oh, okay I understand.
Still, I don't get why it isn't working :(
Any Ideas what I could have done wrong?
Title: Re: Streaming Error
Post by: Systemfre1 on May 06, 2017, 01:38:52 am
I had an issue with deDE locale as well (assuming we both have WoW from the same download)
Go into worldserver.conf and change DBC.Locale = 3 to DBC.Locale = 0
This stops it from checking the German DBCs and uses the English ones instead enUS assuming those are the ones you're editing.
Don't know if this fixes the issue, still messing around with it myself.

EDIT: It did fix some errors I was having with streaming, but I still can't teleport to my new area.
Title: Re: Streaming Error
Post by: Mr. DK on May 06, 2017, 12:29:23 pm
Best way to check if the dbc worked is to use: .lookup map NAME
If that displays your map propperly the dbcs are right and its an issue with the adts. Make sure the folder you  have put your files in matches the entry in the dbc. Also ensure you have converted yout wdt and its inside the folder with your converted adts.
Title: Re: Streaming Error
Post by: PhoenixDBlack on May 06, 2017, 06:36:31 pm
So, I just checked the ".lookup map First Map"
Seems like it worked just fine. (First Attachment)

I just changed the setting by Systemfrei and I will check the dbcs again.
Also the second attachment shows my firstmap folder.
If the dbcs are fine I will clear the dbcs and edit it again.

Dankeschön btw^^

Edit: I got it to work. I had an error in my enUS dbc. Now it is finally working! Thank you all!
Title: Re: Streaming Error
Post by: Mr. DK on May 13, 2017, 02:02:26 pm
Glad you made it. Have fun modding WoD and show us what you make.