Originally Posted by
Knuckles_
I got all that compiled on a friend's PC (can't find my VS CDs), installed the VS2010 redist. I dropped both DLL and the EXE in the WoW folder. made a brand new MPQ w/ Ladik's MPQ editor. I added files I just extracted from the game and added them like in any MPQ I already did. I run the injector w/ -nodelay , the injector cmd window opens, the game starts, I log in, but nothing is changed (changing race to race).... any idea? O.o
Edit: here how it worked:
-I asked a friend that had Visual Studio 2010 installed.
-I copied the code of the 3 files in a text file and sent him (and told him the name of each file)
-He compiled both DLL and the EXE without error and sent them back to me.
-I copied all 3 files in my WoW directory
-I created the file MpqFiles.txt in my D:\World of Warcraft\ Directory
-I entered in the text file: Data\Patch-X.MPQ (I also tried "D:\World of Warcraft\Data\Patch-X.MPQ" also copied file in the C: root and tried "C:\Patch-X.MPQ" and without " " marks but it gave the same result)
-It warned me for missing files so I went and downloaded/installed the VS2010 redistributable to have the missing files
-I Launched the game, then launched the Injector RESULT : nothing changed
-I tried with the command line (since WoW.exe is in the same folder) this : D:\World of Warcraft\> Injector.exe -nodelay RESULT: The game starts but nothing happens.
-I moved the files into the root of my D: drive and did this in command line: D:\> Injector.exe -nodelay RESULT: warned me it couldn't find the WoW.exe file <---- that was expected so it's all good.
-Next I did this in command line: D:\> Injector.exe -nodelay "D:\World of Warcraft" RESULT: Game started, nothing changed.
Can't think of anything else