Difference between revisions of "Introduction to Modding 2013"
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <!-- I may not be the most qualified to write tutorials, but I think the wiki could use an introductory article for | ||
+ | information about modding Duels of the Planeswalkers --> | ||
+ | ==Prelude== | ||
+ | This guide aims to teach you how to mod custom cards and decks into [[Duels of the Planeswalkers 2013]] in a local, simple, and easy-to-follow manner. The following will hopefully get you on your feet and into the world of card-coding. | ||
+ | |||
+ | ==Getting Ready to Modify== | ||
+ | Before you start, you'll need some tools to work with, and to tweak Duels of the Planeswalkers to allow your custom content to be run. All of the necessary files can be found [http://www.slightlymagic.net/forum/viewtopic.php?f=99&t=7341 here]. | ||
+ | |||
+ | Download the [http://svn.gib.me/builds/duels/ tools] and extract them into a folder. I created a folder on my <tt>Desktop</tt> to put them in. | ||
+ | |||
+ | Next, download the [http://mod.gib.me/dotp2013/d3dx9_43.dll patcher DLL] and put it in the game directory where DotP_2013.exe is. This could be <tt>C:\Program Files\Wizards of the Coast\Duels of the Planeswalkers</tt>, or <tt>C:\Program Files\Steam\steamapps\common\magic 2013</tt>. |
Revision as of 06:55, 1 September 2012
Prelude
This guide aims to teach you how to mod custom cards and decks into Duels of the Planeswalkers 2013 in a local, simple, and easy-to-follow manner. The following will hopefully get you on your feet and into the world of card-coding.
Getting Ready to Modify
Before you start, you'll need some tools to work with, and to tweak Duels of the Planeswalkers to allow your custom content to be run. All of the necessary files can be found here.
Download the tools and extract them into a folder. I created a folder on my Desktop to put them in.
Next, download the patcher DLL and put it in the game directory where DotP_2013.exe is. This could be C:\Program Files\Wizards of the Coast\Duels of the Planeswalkers, or C:\Program Files\Steam\steamapps\common\magic 2013.