Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: phucko1 on November 30, 2011, 04:35:27 pm
-
Hello, I wanna make my adts/wdt only playable on my server. So this is what I thought.
Make new wdt and work on that one or parse adts from old world you wanna edit. Then grab the edited map.dbc and stick it to your mySQL and then use the FuckItUp tool wish will make the files not extractable and that way they can't extract the map.dbc and put it to their SQL? I am not familiar with server modding but I imagined this would work.
-
Not sure how its done. Some people would even dare say it cant be done, though that is a harsh statement.
But either way, what you're thinking is a poor attempt. No offence xP All it takes is to make a new Map.DBC with your worlds name.
What you need to do is encrypt your MPQ archive and edit Wow so when it comes to opening your MPQ upon startup, it will know how to read the encrypted MPQ. Thereby, its... Still not impossible to steal your data, but its a lot harder xP
Thanks
Keta
-
You should use FIU for the whole MPQ containing both, DBC, WDT and ADTs. Just using it for an archive with the DBC would be useless.
Still, as mentioned above, the tool does not really protect anything nor could you ever achieve that.
-
Ofc I ment to use FuckItUp on the whole MPQ with wdt,adt and dbc. And Newtech to get to this place you still need to get the map.dbc in your MySQL as its a custom one which is not existing in the original and as they can't get the ADTS/WDTS/DBCs they can't go here (Not familiar in serverside modding but I think you need the map.dbc in your SQL on the server to get there.) If you would just edit the adts on normal Eastern Kingdoms and use FuckitUp on it they still can get there couse its on the normal map.dbc.
-
Even when putting it on a custom map, using fuckitup and everything, I promise, that I will get everything from your MPQ in less than ten minutes.
Protecting stuff is useless, as the system is not made for protection and it is impossible to protect something that the user needs, as it needs to be (automatically) decrypted / unprotected and therefore is public anyway.
-
So there is no way to protect an MPQ to be used on other servers?
-
Of course not. How would you use it on your server then?
-
If there whould be a save Blizzard implemented way to protect MPQs we could not open them up and mod them ;)