[Archive] Simply Morpher 3 - Windows 10 compatible morpher for 3.3.5a
[Archive] Simply Morpher 3 - Windows 10 compatible morpher for 3.3.5a
Quote:https://www.youtube.com/embed/STk9KfTyLgc?wmode=opaque
Since nobody else seemed interested in updating Simply Morpher to work with Windows 10, i thought i'd do it myself. I took a bunch of code from WiNiFiX's fishbot and switched the project from BlackMagic to GreyMagic, and now it doesn't crash anymore. I have also translated the interface into English and added some useful new features. Keep in mind that you need .Net Framework 4.5 installed!
For those that don't know what a morpher is, with this program you can change the appearance of your character to that of any model in the game. Just select the correct process id, type in a display id, and hit the Apply button. Boom, you are a dragon! Keep in mind that the change is purely visual and client-side only, other players will still see you normally. I've prepared some presets for the models that people are most likely to be interested in, so check those out. You can also search for a mob's display id by name, but keep in mind that it is case sensitive.
I have uploaded it to GitHub.
Archived author: brotalnia • Posted: 2025-11-04T13:44:50.042556
Original source
Quote:https://www.youtube.com/embed/STk9KfTyLgc?wmode=opaque
Since nobody else seemed interested in updating Simply Morpher to work with Windows 10, i thought i'd do it myself. I took a bunch of code from WiNiFiX's fishbot and switched the project from BlackMagic to GreyMagic, and now it doesn't crash anymore. I have also translated the interface into English and added some useful new features. Keep in mind that you need .Net Framework 4.5 installed!
For those that don't know what a morpher is, with this program you can change the appearance of your character to that of any model in the game. Just select the correct process id, type in a display id, and hit the Apply button. Boom, you are a dragon! Keep in mind that the change is purely visual and client-side only, other players will still see you normally. I've prepared some presets for the models that people are most likely to be interested in, so check those out. You can also search for a mob's display id by name, but keep in mind that it is case sensitive.
I have uploaded it to GitHub.
Archived author: brotalnia • Posted: 2025-11-04T13:44:50.042556
Original source
Quote: I'll have to try this out tomorrow when I'm home. Thanks so much for doing this and just a quick question.
Is this compatible with the new character models client that Warmane has? I'm assuming not as they've modified the data files. It might work for npc morphing, but have you tried different races?
Archived author: boomkin2k9 • Posted: 2025-11-04T13:44:50.042556
Original source
Quote: I'll have to try this out tomorrow when I'm home. Thanks so much for doing this and just a quick question.
Is this compatible with the new character models client that Warmane has? I'm assuming not as they've modified the data files. It might work for npc morphing, but have you tried different races?
Quote: The presets include race swap display ids that keep your gear, but not all races have one. As long as they have the correct model id in CreatureDisplayInfo.dbc they should work without issues. I have not tested with Warmane's WoD characters patch, but with Finsternis' patch some had their model id incorrectly replaced with the new one for mobs, which i reported in the Modcraft thread and even provided a fixed dbc file.
Archived author: brotalnia • Posted: 2025-11-04T13:44:50.042556
Original source
Quote: The presets include race swap display ids that keep your gear, but not all races have one. As long as they have the correct model id in CreatureDisplayInfo.dbc they should work without issues. I have not tested with Warmane's WoD characters patch, but with Finsternis' patch some had their model id incorrectly replaced with the new one for mobs, which i reported in the Modcraft thread and even provided a fixed dbc file.
Quote: I use the Warmane (Old Client) 3.3.5 enUS, but it won't let me apply displayID and I've tried a dozen of things that just wouldn't fix my issue. I am thankful for whatever suggestions you have ^^
Archived author: Gustav11 • Posted: 2025-11-04T13:44:50.042556
Original source
Quote: I use the Warmane (Old Client) 3.3.5 enUS, but it won't let me apply displayID and I've tried a dozen of things that just wouldn't fix my issue. I am thankful for whatever suggestions you have ^^
Quote: What Windows are you using? Is your account an administrator? It would be best if you provided a screenshot of the error message.
Archived author: brotalnia • Posted: 2025-11-04T13:44:50.042556
Original source
Quote: What Windows are you using? Is your account an administrator? It would be best if you provided a screenshot of the error message.
Quote: I am using Windows 10 and I've ran both WoW and the Morpher in Administrator mode and I still get the same error. Here's a screenshot on the error that occured Imgur: The most awesome images on the Internet
Archived author: Gustav11 • Posted: 2025-11-04T13:44:50.042556
Original source
Quote: I am using Windows 10 and I've ran both WoW and the Morpher in Administrator mode and I still get the same error. Here's a screenshot on the error that occured Imgur: The most awesome images on the Internet
Quote: Hmm. This usually happens when you are not using enUS version, but in this case maybe the Warmane torrent has a modified Wow.exe? Try downloading the original exe and see if that works.
Archived author: brotalnia • Posted: 2025-11-04T13:44:50.042556
Original source
Quote: Hmm. This usually happens when you are not using enUS version, but in this case maybe the Warmane torrent has a modified Wow.exe? Try downloading the original exe and see if that works.
Quote: Today I tried replacing the original Warmane WoW.exe with a clean one and I got the same error. I have tried a lot of things and I am not exactly sure of why this problem would occur? But thanks for trying to help me, appriciate your work.
Archived author: Gustav11 • Posted: 2025-11-04T13:44:50.042556
Original source
Quote: Today I tried replacing the original Warmane WoW.exe with a clean one and I got the same error. I have tried a lot of things and I am not exactly sure of why this problem would occur? But thanks for trying to help me, appriciate your work.
Quote: Originally Posted by brotalnia
Hmm. This usually happens when you are not using enUS version, but in this case maybe the Warmane torrent has a modified Wow.exe? Try downloading the original exe and see if that works.
I can confirm that warmane exe is original not modified at all, unless you running patch 5 and higher. - hint look at original end-scene bytes in win 8+.
This line is the fault Simply-Morpher-3/Hook.cs at master * brotalnia/Simply-Morpher-3 * GitHub
mine are _myEndSceneOriginalBytes = new byte[] {204, 204, 204, 204, 204, 106, 32}
but it could differ per pc so save and use saved values for next load.
Also these lines should be commented out or deleted.
Simply-Morpher-3/Hook.cs at master * brotalnia/Simply-Morpher-3 * GitHub
Archived author: WiNiFiX • Posted: 2025-11-04T13:44:50.042556
Original source
Quote: Originally Posted by brotalnia
Hmm. This usually happens when you are not using enUS version, but in this case maybe the Warmane torrent has a modified Wow.exe? Try downloading the original exe and see if that works.
I can confirm that warmane exe is original not modified at all, unless you running patch 5 and higher. - hint look at original end-scene bytes in win 8+.
This line is the fault Simply-Morpher-3/Hook.cs at master * brotalnia/Simply-Morpher-3 * GitHub
mine are _myEndSceneOriginalBytes = new byte[] {204, 204, 204, 204, 204, 106, 32}
but it could differ per pc so save and use saved values for next load.
Also these lines should be commented out or deleted.
Simply-Morpher-3/Hook.cs at master * brotalnia/Simply-Morpher-3 * GitHub