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] Recognizing different Client.  (Read 1436 times)

Jameyboor

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 20
    • View Profile
[QUESTION] Recognizing different Client.
« on: March 04, 2013, 06:57:03 pm »
Hello everyone,

So, I got a custom WoW.exe that players need to play on the server if they want all the effects, anyways, I was just wondering:
How to make the Server ( Server-Side ) recognize that the player is playing the modified WoW.exe? I mean, can I change any data in WoW.exe that doesn't harm AND can be read by the Server? most straight forward one would be the build number right?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [QUESTION] Recognizing different Client.
« Reply #1 on: March 04, 2013, 07:11:15 pm »
Quote from: "Jameyboor"
Hello everyone,

So, I got a custom WoW.exe that players need to play on the server if they want all the effects, anyways, I was just wondering:
How to make the Server ( Server-Side ) recognize that the player is playing the modified WoW.exe? I mean, can I change any data in WoW.exe that doesn't harm AND can be read by the Server? most straight forward one would be the build number right?

This seems like the best solution:

viewtopic.php?f=61&t=1771

You can just change the client build number and change the server side requirements, or implement the full tutorial.

I am currently working on getting the full automated correct system working (connect to server, server sends downloader, downloader torrents patch, patch comes with blizzard installer which executes instructions to install the patch, wow is run on a updated build) but I haven't had much time to work on it and I am having issues constructing the blizzard installer despite schlumpf doing basically all the work for me.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stan84

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 184
    • View Profile
Re: [QUESTION] Recognizing different Client.
« Reply #2 on: March 05, 2013, 07:43:31 am »
Guys am just curious, pls explain me what those wow.exe modifications gives ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [QUESTION] Recognizing different Client.
« Reply #3 on: March 05, 2013, 10:30:23 am »
Quote from: "stan84"
Guys am just curious, pls explain me what those wow.exe modifications gives ?

Modifications to allow modified GlueXML/FrameXML, to allow patches not signed by Blizzard to be installed, to modify various values within the client, to modify strings, to modify it so that data does not need to be inside a MPQ and can be reloaded. Etc.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Jameyboor

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 20
    • View Profile
Re: [QUESTION] Recognizing different Client.
« Reply #4 on: March 05, 2013, 06:26:49 pm »
Great, got my wanted edits, thanks guys.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »