PDA

View Full Version : DX Programming?


MickeyFinn
11-06-2004, 05:44 PM
Ok, let's say I've made my diablo trainer and am very happy with it. Now I want to change objects on my computer like staves or monsters. How would I go about editing the game's graphics?

Noleader
11-07-2004, 08:45 AM
Ok, let's say I've made my diablo trainer and am very happy with it. Now I want to change objects on my computer like staves or monsters. How would I go about editing the game's graphics?
Basicly you need to draw a new one and replace the old model with it. Once that is done the game will load the new image in its place. With Blizzard most things are tied up in MPQ files. Because lots of folks mod'ed StarCraft there are 1001 MPQ extracters. I am not sure but I think StarDraft would work for that too. Half the guys that made that app now work at Blizzard... Freaks me out when I see a lot of their names on posts on the WoW site when I use to play StarCraft regularly with most of them...

http://www.campaigncreations.org/starcraft/programs/index.shtml

MickeyFinn
11-07-2004, 07:55 PM
Cool! This is very close to what I was hoping for. This is what I want to know how to code. That extractor included :)