The Beginner's Guide to Dotp 2010 Mods

The Beginner’s Guide to Dotp 2010 Mods
I hope this thread will help everyone who has any questions about installing mods, getting new cards, and editing decks. This is my attempt to gather the information on this forum in an easy to understand format. The following information comes from various sources throughout this forum. I will try my best to give credit where it is due.
Disclaimer: Steam will ban your account if you use these mods online. Proceed at your own risk.
===================================
First Step: Uncompress Dotp (source: wiki)
===================================
-Download gibbed’s tools and extract.
-Drag and drop DATA_CORE.wad and DATA_DLC_0004.wad onto Gibbed.Duels.Unpack.exe. This will take a while.
-Now move the folders DATA_CORE and DATA_DLC_0004.wad into the main magic folder.
-Make a folder called “Backup” and move the files DATA_CORE.wad and DATA_DLC_0004.wad into “Backup” folder.
-Check that your copy of dotp is still functioning normally. There should be no changes to the game at this point.
===================================
Second Step: Deck Editor (source: wiki)
===================================
Culka’s Deck Editor will allow you to modify the existing decks and create your own decks from the cards in the game; however, it does not work with the cards which have been created by the forum members.
The Deck Editor is pretty self explanatory. When creating a new deck, remember to check Always Available, in Dataset enter “Liliana”, and generate random UID. Save your deck in the folder DATA_CORE\DATA_ALL_PLATFORMS\DATA_REQUIRED\DECKS folder.
=====================================
Optional Step: The Secret Button (source: wiki)
=====================================
The secret button will allow you to clear your progress and unlock all decks and cards.
-Open data_core\data_all_platforms\data_required\frontend\common\ui_scripts\core.lua in Notepad
-Search for "SECRETBUTTON".
-When you find this line:
===================================
Final Step:
===================================
There are 3 ways to get the access to the cards created by the forum members.
-The Repository
-Kev’s Mods
-Downloading the individual DLCs created by each author
I would recommend either using The Repository or downloading Kev’s Mods. These three methods are independent of each other. Pick ONE and only one method to obtain access to the modded cards. These methods will conflict with one another.
===========================================================================
The Repository: (source: another part of the wiki)
The Repository is the most complete collection of forum modified cards and is the most frequently updated, but you have to install Tortoise SVN which can be complicated.
-Download and Install Tortoise SVN.
-Restart your computer.
-Create a new folder in your main magic folder called DATA_DLC_1111
-Right Click DATA_DLC_1111 and select SVN Checkout
-In the URL of repository, Enter https://dopt.googlecode.com/svn/trunk
-Make sure checkout depth is Fully recursive
-Hit OK. The download will take a while. be patient.
Now you should have access to all the new decks and cards. If you cannot use the new decks, use the secret button to unlock all the decks or clear your game progress. Clearing your game progress will unlock all of the new decks.
=========================================================================
Kev’s Mods: (source: Kev’s Thread)
Kev’s Mod is very similar to the repository. Kev’s mod has almost all of the modified cards and quite frequently updated, but the best part is that you don’t have to deal with Tortoise SVN especially if you are having problems with the repository or Tortoise SVN.
-Go to Kev’s Thread
-Download the DOTP CUSTOM DLC MOD2 INSTALLER and run Setup.exe
-Then Download each patch and install them in order.
Note: When uninstalling, Delete DATA_DLC_1111.wad if the uninstaller failed to delete this file.
==========================================================================
Downloading the individual DLCs created by each author: (source: the wiki again)
These DLCs are sporadically updated and the least complete source for the modified cards. There are four releases as of 12/20/2010.
-Follow this LINK to the wiki page.
-Follow each link under CUSTOM DLC RELEASES
-Download and extract each folder.
-Move each folder to your main magic folder
REMEMBER: If you cannot access the new decks, unlock all decks and cards or delete your progress with the secret button.
NOTE: some of the art is missing and some cards have broken text. You can either just play without the art and text or go into the folders and fix it yourself.
=========================================================
Making new decks with the new cards: (Repository Method)
Culka’s Deck Editor great for starting decks; however, it is not able to recognize the modded cards.
-Click Deck Setup Tab
-Click Always Available in Deck Flags
-Check the new New Deck box
-Type “COMMUNITY” all caps in Dataset
-Name your deck and give it a description
-Click “Generate Random UID”
-Now save your deck in the folder DATA_DLC_1111\DATA_ALL_PLATFORMS\DATA_REQUIRED\DECKS folder
-Now open your deck in Notepad (Use another deck as a reference)
-Add Land : Add this line of code to add a land and define the quantity
-Save your deck
I would like to thank everyone who has made these mods available.
-Proxius
I hope this thread will help everyone who has any questions about installing mods, getting new cards, and editing decks. This is my attempt to gather the information on this forum in an easy to understand format. The following information comes from various sources throughout this forum. I will try my best to give credit where it is due.
Disclaimer: Steam will ban your account if you use these mods online. Proceed at your own risk.
===================================
First Step: Uncompress Dotp (source: wiki)
===================================
-Download gibbed’s tools and extract.
-Drag and drop DATA_CORE.wad and DATA_DLC_0004.wad onto Gibbed.Duels.Unpack.exe. This will take a while.
-Now move the folders DATA_CORE and DATA_DLC_0004.wad into the main magic folder.
-Make a folder called “Backup” and move the files DATA_CORE.wad and DATA_DLC_0004.wad into “Backup” folder.
-Check that your copy of dotp is still functioning normally. There should be no changes to the game at this point.
===================================
Second Step: Deck Editor (source: wiki)
===================================
Culka’s Deck Editor will allow you to modify the existing decks and create your own decks from the cards in the game; however, it does not work with the cards which have been created by the forum members.
The Deck Editor is pretty self explanatory. When creating a new deck, remember to check Always Available, in Dataset enter “Liliana”, and generate random UID. Save your deck in the folder DATA_CORE\DATA_ALL_PLATFORMS\DATA_REQUIRED\DECKS folder.
=====================================
Optional Step: The Secret Button (source: wiki)
=====================================
The secret button will allow you to clear your progress and unlock all decks and cards.
-Open data_core\data_all_platforms\data_required\frontend\common\ui_scripts\core.lua in Notepad
-Search for "SECRETBUTTON".
-When you find this line:
-Change the “0” into a “1” so it looks like:SECRETBUTTON:setVisible(0);
-Now, there should be a new menu option in the main menu called “SECRET BUTTON”SECRETBUTTON:setVisible(1);
===================================
Final Step:
===================================
There are 3 ways to get the access to the cards created by the forum members.
-The Repository
-Kev’s Mods
-Downloading the individual DLCs created by each author
I would recommend either using The Repository or downloading Kev’s Mods. These three methods are independent of each other. Pick ONE and only one method to obtain access to the modded cards. These methods will conflict with one another.
===========================================================================
The Repository: (source: another part of the wiki)
The Repository is the most complete collection of forum modified cards and is the most frequently updated, but you have to install Tortoise SVN which can be complicated.
-Download and Install Tortoise SVN.
-Restart your computer.
-Create a new folder in your main magic folder called DATA_DLC_1111
-Right Click DATA_DLC_1111 and select SVN Checkout
-In the URL of repository, Enter https://dopt.googlecode.com/svn/trunk
-Make sure checkout depth is Fully recursive
-Hit OK. The download will take a while. be patient.
Now you should have access to all the new decks and cards. If you cannot use the new decks, use the secret button to unlock all the decks or clear your game progress. Clearing your game progress will unlock all of the new decks.
=========================================================================
Kev’s Mods: (source: Kev’s Thread)
Kev’s Mod is very similar to the repository. Kev’s mod has almost all of the modified cards and quite frequently updated, but the best part is that you don’t have to deal with Tortoise SVN especially if you are having problems with the repository or Tortoise SVN.
-Go to Kev’s Thread
-Download the DOTP CUSTOM DLC MOD2 INSTALLER and run Setup.exe
-Then Download each patch and install them in order.
Note: When uninstalling, Delete DATA_DLC_1111.wad if the uninstaller failed to delete this file.
==========================================================================
Downloading the individual DLCs created by each author: (source: the wiki again)
These DLCs are sporadically updated and the least complete source for the modified cards. There are four releases as of 12/20/2010.
-Follow this LINK to the wiki page.
-Follow each link under CUSTOM DLC RELEASES
-Download and extract each folder.
-Move each folder to your main magic folder
REMEMBER: If you cannot access the new decks, unlock all decks and cards or delete your progress with the secret button.
NOTE: some of the art is missing and some cards have broken text. You can either just play without the art and text or go into the folders and fix it yourself.
=========================================================
Making new decks with the new cards: (Repository Method)
Culka’s Deck Editor great for starting decks; however, it is not able to recognize the modded cards.
-Click Deck Setup Tab
-Click Always Available in Deck Flags
-Check the new New Deck box
-Type “COMMUNITY” all caps in Dataset
-Name your deck and give it a description
-Click “Generate Random UID”
-Now save your deck in the folder DATA_DLC_1111\DATA_ALL_PLATFORMS\DATA_REQUIRED\DECKS folder
-Now open your deck in Notepad (Use another deck as a reference)
-Add Land : Add this line of code to add a land and define the quantity
-Add Cards: Add this line of code to add a card and define the quantity<BASICLAND name="forest" quantity="7" />
-You can find all the modded card names in: DATA_DLC_1111\DATA_ALL_PLATFORMS\DATA_REQUIRED\CARDS folder<CARD name="UNDISCOVERED_PARADISE" quantity="4" />
-Save your deck
I would like to thank everyone who has made these mods available.
-Proxius