This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Very High security on MPQ ?  (Read 1849 times)

Rangorn

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 291
    • View Profile
[QUESTION] Very High security on MPQ ?
« on: May 26, 2014, 03:01:47 pm »
Hello everyone, i am currently searching the best way to protect my custom patch.
Actually i will follow 3 steps :

1) Crypt the mpq, delete listfile, everything is like File000001.xx
2) Attach the mpq to a custom WoW.exe for my server
3) Lua modification to force realmlist of my server.

 I know how to do the steps 1 and 2, but i'm currently searching a way for the step 3.

In fact, i want :
-My patch can only works on my server
-The patch is completly crypted with a large number of files.
-The patch can only works with a special wow.exe

If someone could teach me a tip or a good advice, that'd be great :D
Regards, Rangorn
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [QUESTION] Very High security on MPQ ?
« Reply #1 on: May 26, 2014, 07:47:21 pm »
All those modifications are useless.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Rangorn

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 291
    • View Profile
Re: [QUESTION] Very High security on MPQ ?
« Reply #2 on: May 26, 2014, 07:51:50 pm »
Yeah sure, i'm looking for better methods
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [QUESTION] Very High security on MPQ ?
« Reply #3 on: May 26, 2014, 08:21:42 pm »
There are none. It is technically impossible.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [QUESTION] Very High security on MPQ ?
« Reply #4 on: May 27, 2014, 07:24:33 am »
Something for you to think about.

If there would be a way...  Why blizzard do not use it?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

kojak488

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 351
    • View Profile
Re: [QUESTION] Very High security on MPQ ?
« Reply #5 on: May 27, 2014, 03:50:42 pm »
Quote from: "schlumpf"
All those modifications are useless.

I wouldn't say it's useless.  Yeah, it's pointless in the sense that the data can still be taken.  But it's useful in that it takes more time to do so.  And the people likely to steal the data to claim as their own aren't often the types to put in the extra effort.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [QUESTION] Very High security on MPQ ?
« Reply #6 on: May 27, 2014, 09:08:09 pm »
While it's impossible to protect it, you can make it harder to access. Such as:

  • Renaming DBC files (strings stored in binary), renaming all textures, lots of renaming (obfuscate everything).
  • Remove listfile, add dummy files, add decoys.
  • Change some behaviour with a module.

At the end of the day, is it worth it? Who cares? You can't do a lot with the client stuff without the server side content. If your server is that dependant on the client side data not being reused you are doing something wrong.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Skarn

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 807
    • View Profile
    • http://skarn-project.net
Re: [QUESTION] Very High security on MPQ ?
« Reply #7 on: May 28, 2014, 08:24:06 pm »
Harry, you're wrong. Players won't play something professionally scripted but looking like crap. Thus, visual part as well as lore, sounds, cutscenes is also extremely important.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [QUESTION] Very High security on MPQ ?
« Reply #8 on: May 28, 2014, 09:07:41 pm »
Quote from: "Skarn"
Harry, you're wrong. Players won't play something professionally scripted but looking like crap. Thus, visual part as well as lore, sounds, cutscenes is also extremely important.

And you pull that assumption from where?

I've seen plenty of servers with only server side custom content become very popular.

You are wrong in stating that client custom content is required. Very, very few servers requiring custom client content have become popular. I would state that Heroes-WoW is the only one to ever require a custom patch to reach near 1000 players, and their client patch is terrible.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »